creatordesign system
GitHub
Icon set
Icons · Creator Design System

Icon set

The system's own icons — grouped, stroke-consistent, currentColor, and including a creator group no stock set has.

Shipped as real files in creator-design-system/icons/<group>/<name>.svg — 24×24 grid, 1.5px stroke, currentColor only, so every icon follows the text colour and dark/light theming is automatic. The creator group is ours alone: rec, viewfinder, slate, take, sting — the production-desk icons a template like this needs.

ui/

search
menu
close
arrow-right
external
check
copy
sun
moon
star

creator/

rec
viewfinder
slate
take
sting
course
buildlog
trip

media/

play
pause
camera
mic
volume
live

social/

heart
chat
share
mail

travel/

globe
compass
mountain
beach
city
party
food
pin
route
plane
train
backpack
tent
passport
visa
sun

resume/

briefcase
graduation-cap
calendar
phone
download
html
<!-- inline: inherits color, themes automatically --><svg class="icon">…paste the file's paths…</svg><!-- sizes ride the icon ladder -->.icon-sm (16) · .icon (20) · .icon-lg (24)

prefer inline or a sprite — an <img> can't inherit currentColor (the grid above inverts via filter)