Chapter 64: Icons Shapes
Shapes Icons
This is — as always — the classic W3Schools reference/cheat-sheet page that lists all free Font Awesome 5 icons belonging to the Shapes category.
URL (still working in February 2026): https://www.w3schools.com/icons/fontawesome5_icons_shapes.asp
It’s usually placed after “Security” or “Social” and before “Spinners” or “Status” in their sidebar. The page opens with the short intro:
Shapes Icons The table below shows the Free Font Awesome 5 Shapes icons:
…followed by the familiar table with preview, class name, unicode, and “Try it” button.
1. What does the “Icons Shapes” page contain?
This category contains only icons that represent geometric shapes, basic forms, and simple visual building blocks — circles, squares, rectangles, triangles, stars, hearts, clouds, etc.
These icons are mainly used for:
- UI design elements (avatars, badges, loaders, placeholders)
- Graphic design / illustration placeholders
- “Shape” selectors in drawing tools / editors
- Decorative separators, bullet points, or highlights
- Progress indicators (circle progress, star rating)
- Minimalist buttons or tags
- “Random shape” or “geometric pattern” backgrounds
- Kids’ education / shape recognition pages
- Abstract / modern website design accents
In Font Awesome 5 free the Shapes category is small and focused — only about 12–18 really useful icons (mostly solid fas, very few regular far). Font Awesome 6 and 7 later added many more (shapes variants, star-of-life, star-shooting, circle-half-stroke, square-caret, triangle-exclamation), but FA5 already gives you the most essential geometric shapes that are still very widely used in UI design, placeholders, and minimalist websites in 2026.
2. The actual free Shapes icons in Font Awesome 5
Here are the most important / most frequently used ones from the W3Schools page (solid fas style unless noted):
| Icon name | Class name | Looks like | Most common meaning / usage |
|---|---|---|---|
| circle | fas fa-circle | ● Filled circle | Avatar placeholder, radio button, dot bullet |
| circle-notch | fas fa-circle-notch | ◌ Notched circle | Loading spinner (very popular) |
| adjust | fas fa-adjust | ◐ Half circle | Brightness/contrast, day/night toggle |
| dot-circle | fas fa-dot-circle | ◉ Circle with dot | Radio button selected state |
| square | fas fa-square | ■ Filled square | Checkbox placeholder, stop button, square badge |
| square-full | fas fa-square-full | ■ Bigger square | Full square / solid block |
| star | fas fa-star | ★ Filled star | Star rating, favorite, highlight |
| star-half-alt | fas fa-star-half-alt | ⯪ Half star | Half-star rating (regular: far fa-star-half) |
| star-of-life | fas fa-star-of-life | ✚ Star of life | Medical emergency symbol (EMS / ambulance) |
| certificate | fas fa-certificate | ✪ Rosette / badge | Certificate, award, verified badge |
| shapes | fas fa-shapes | ▲■● Triangle + square + circle | General shapes icon (rarely used) |
| cloud | fas fa-cloud | ☁️ Cloud | Weather, cloud storage, soft shape (overlap) |
These are basically the complete useful set for the Shapes category in Font Awesome 5 free.
Missing in FA5 free (but added in FA6/7 free):
- triangle, square-caret, circle-half-stroke, star-shooting, diamond, heart-half-stroke, moon-stars, hexagon, octagon, pentagon, star-exclamation, etc.
3. Real-world usage examples (copy-paste ready)
Example 1 – Star Rating Component (very common)
|
0 1 2 3 4 5 6 7 8 9 10 11 12 13 |
<div style="font-size:2.2rem; color:#ffc107; letter-spacing:4px; text-align:center; margin:40px 0;"> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star-half-alt"></i> <i class="far fa-star"></i> <span style="color:#757575; font-size:1rem; margin-left:15px;">4.5 / 5</span> </div> |
Example 2 – Loading Spinner using Shapes
|
0 1 2 3 4 5 6 7 8 9 10 11 |
<div style="text-align:center; padding:80px;"> <i class="fas fa-circle-notch fa-spin fa-6x" style="color:#2196f3;"></i> <p style="font-size:1.5rem; margin-top:25px; color:#555;"> Loading your content... </p> </div> |
Example 3 – Minimal Avatar / Placeholder (using circle)
|
0 1 2 3 4 5 6 7 8 9 10 11 12 13 |
<div style="display:flex; justify-content:center; gap:40px; margin:50px 0;"> <div style="width:100px; height:100px; background:#e0e0e0; border-radius:50%; display:flex; align-items:center; justify-content:center;"> <i class="fas fa-circle fa-6x" style="color:#bdbdbd;"></i> </div> <div style="width:100px; height:100px; background:#e0e0e0; border-radius:50%; display:flex; align-items:center; justify-content:center;"> <i class="far fa-user-circle fa-6x" style="color:#757575;"></i> </div> </div> |
Example 4 – “Verified” / Certificate Badge
|
0 1 2 3 4 5 6 7 8 9 |
<div style="display:inline-flex; align-items:center; gap:10px; padding:10px 20px; background:#4caf50; color:white; border-radius:50px; font-size:1.2rem;"> <i class="fas fa-certificate" style="font-size:1.8rem;"></i> <span>Verified Profile</span> </div> |
Example 5 – Simple Shape Decorators / Bullets
|
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<ul style="list-style:none; padding:0; font-size:1.3rem; max-width:500px; margin:50px auto;"> <li style="margin:15px 0; display:flex; align-items:center; gap:15px;"> <i class="fas fa-circle" style="color:#2196f3; font-size:0.9rem;"></i> High Performance </li> <li style="margin:15px 0; display:flex; align-items:center; gap:15px;"> <i class="fas fa-circle" style="color:#4caf50; font-size:0.9rem;"></i> Secure & Private </li> <li style="margin:15px 0; display:flex; align-items:center; gap:15px;"> <i class="fas fa-circle" style="color:#ff9800; font-size:0.9rem;"></i> 24/7 Support </li> </ul> |
4. Quick Teacher Summary – FA5 Shapes Icons (2026 reality)
- How many real shape/form icons are there in FA5 free? → Around 8–12 truly useful ones (circle, square, star, star-half-alt, certificate, adjust, dot-circle, shapes)
- Is there a triangle / hexagon / pentagon / octagon? → No — those came in Font Awesome 6 free
- Best alternatives in 2026 if you need a richer shapes set
- Font Awesome 6 or 7 (free version) → much better geometric shapes collection
- Google Material Symbols → excellent circle, square, triangle, star, hexagon, etc.
- Bootstrap Icons → good basic shapes
- Tabler Icons → very complete shapes & geometry set
- Heroicons / Lucide → modern line-style shapes
So in short: Font Awesome 5 Shapes Icons = small but usable set → circle ●, square ■, star ★, star-half-alt ⯪, certificate ✪, adjust ◐, dot-circle ◉, shapes ▲■●
Got it now? Want me to:
- Build a full “Star Rating + Loading + Placeholders” demo page with these icons?
- Show how they look in a modern UI kit / avatar placeholder style?
- Compare FA5 vs FA6/7 shapes icons (way more geometric forms in newer versions)?
- Or move to the next category in the series?
Just raise your hand — teacher is ready! ● ■ ★ ✪ 🚀
