Each frame contains the same 5 symbols:
Rectangle
Triangle
Rounded square
Lightning
Arrow
Pattern:
Across the sequence, all symbols shift one position clockwise around the square in every step.
Check a couple:
Rectangle: top-left → bottom-left → top-right → bottom-right → (next should be back to top-left)
Triangle: top-right → bottom-right → center → top-left → (next → top-right)
Arrow: bottom-right → center → top-left → bottom-left → (next → bottom-right)
…and similarly for others.
So the next figure should match the 1st figure’s arrangement.
Compare options:
Only Option C exactly matches the arrangement of the first figure.
Correct answer: C