Chapter 67: Icons Spinner

Spinner Icons (officially called Icons Spinner on the W3Schools site).

This is exactly the same kind of reference page we’ve been studying the whole time: it’s the dedicated cheat-sheet on W3Schools listing all free Font Awesome 5 icons that belong to the Spinner category.

URL (still working in February 2026): https://www.w3schools.com/icons/fontawesome5_icons_spinner.asp

It’s usually placed near the end of the list (after Shapes / Social and before Status / Users), because spinners are a very special-purpose group.

The page opens with the short introduction:

Spinner Icons The table below shows the Free Font Awesome 5 Spinner icons:

…followed by the familiar table with preview, class name, unicode, and — most importantly — the “Try it” button that lets you see the animation live.

1. What does the “Icons Spinner” page contain?

This category contains only the icons that are designed to be animated with spinning / rotating / pulsing to indicate:

  • loading states
  • processing
  • waiting / in-progress
  • refreshing data
  • submitting forms
  • fetching content

These icons are not decorative — they are meant to spin (using CSS class fa-spin or fa-pulse).

The whole point of this category is that these icons look good when animated.

In Font Awesome 5 free the Spinner category is small but extremely useful — only 6–8 really good spinner icons (mostly solid fas style). Font Awesome 6 and 7 later added many more (spinner-third, circle-notch variants, arrows-rotate, arrows-spin), but FA5 free already has the classic spinners that are still used on millions of websites in 2026.

2. The actual free Spinner icons in Font Awesome 5

Here are all the icons listed on the W3Schools page (solid fas style):

Icon name Class name Looks like (static) Best animation style Most common usage
spinner fas fa-spinner ◌ Circle with gap fa-spin The #1 classic loading spinner
circle-notch fas fa-circle-notch ◌ Notched circle fa-spin Very clean, modern loading spinner
sync fas fa-sync ↻ Arrows circle fa-spin Refresh / reload / sync data
sync-alt fas fa-sync-alt ↻ Horizontal arrows fa-spin Alternative refresh / sync icon
cog fas fa-cog ⚙️ Gear fa-spin Settings loading / processing
cogs fas fa-cogs ⚙️⚙️ Two gears fa-spin Multiple processes / heavy loading
snowflake fas fa-snowflake ❄️ Snowflake fa-spin Christmas loading / winter-themed spinner
stroopwafel fas fa-stroopwafel 🍪 Waffle fa-spin Fun / food-themed loading (rare)

These are literally all the icons in the Spinner category in Font Awesome 5 free.

Most used in real life (2026 reality):

  1. fa-spinner — the absolute king
  2. fa-circle-notch — very clean alternative
  3. fa-sync / fa-sync-alt — refresh buttons
  4. fa-cog — settings / processing

The others (snowflake, stroopwafel) are mostly fun/seasonal.

3. How to animate them (very important!)

All spinner icons become animated when you add one of these classes:

  • fa-spin — smooth continuous rotation (most common)
  • fa-pulse — stepped rotation (8 steps, looks like old loading)

Examples:

HTML

You can control speed with CSS:

CSS

4. Real code examples – how developers actually use them

Example 1 – Loading overlay / full-page loader

HTML

Example 2 – Button with loading state

HTML

Example 3 – Refresh / Sync button

HTML

Example 4 – Inline loading in text

HTML

Example 5 – Multiple spinners (processing queue)

HTML

5. Quick Teacher Summary – FA5 Spinner Icons (2026 reality)

  • How many real spinner icons are there in FA5 free? → Only 6–8 truly good ones (spinner, circle-notch, sync, sync-alt, cog, cogs are the most used)
  • Is there a modern spinner-third or arrows-rotate? → No — those came in Font Awesome 6 free
  • Best alternatives in 2026 if you need more spinners
    1. Font Awesome 6 or 7 (free version) → many more spinners & animations
    2. Google Material Symbols → excellent loading / spinner set
    3. Bootstrap Icons → good sync & spinner icons
    4. Tabler Icons → very complete loading & progress set
    5. Pure CSS spinners (no icons needed) — very popular in 2026

So in short: Font Awesome 5 Spinner Icons = small but very useful set → fa-spinner ◌, fa-circle-notch ◌, fa-sync ↻, fa-cog ⚙️ are the real workhorses.

Got it now? Want me to:

  • Build a full “Loading States” demo page with all FA5 spinners?
  • Show how they look when used inside buttons, overlays, and inline text?
  • Compare FA5 vs FA6/7 spinner icons (way more variety & styles in newer versions)?
  • Or move to the next category in the series?

Just raise your hand — teacher is ready! ◌ ↻ ⚙️ 🚀

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *