John KuehJohn Kueh

spiral icon

Phosphor · spiral · MIT

Download SVG

The Phosphor spiral icon depicts a coiled shape, often used to represent concepts like updates, rotation, or a dizzying effect in user interfaces.

Common uses

  • Indicate a loading or refreshing state.
  • Visualize a spinning or rotating element.
  • Represent a dizzy or disoriented state.

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { Spiral } from '@phosphor-icons/react';

<Spiral size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<Spiral size={24} />
thin
<Spiral size={24} weight="thin" />
light
<Spiral size={24} weight="light" />
bold
<Spiral size={24} weight="bold" />
fill
<Spiral size={24} weight="fill" />
duotone
<Spiral size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
communications
Keywords
*updated*spinrotatedizzycommunicationsdesignspiralcoil

FAQ

What does the spiral icon represent?
It visually represents concepts like updates, rotation, or a dizzying effect. It's versatile for indicating ongoing processes or visual motion.
How do I use the spiral icon in React?
You can import it directly from the library: `import { Spiral } from '@phosphor-icons/react'`. Then use it as a component: `<Spiral />`.
What is the license for Phosphor icons?
Phosphor icons are distributed under the MIT license, which allows for free use in both personal and commercial projects.

Related icons

The same idea in other libraries, and near matches in Phosphor.

Looking for something else? Search Phosphor and 4 more libraries by description →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →