GreenAdmin Icons
GA Icons — CSS Icon Library
Use <i class="ga ga-home"></i> — no SVG needed. Include css/ga-icons.css in your page. Icons inherit currentColor and scale with font-size.
Basic Usage
<link rel="stylesheet" href="css/ga-icons.css">
<i class="ga ga-home"></i>
<i class="ga ga-user ga-lg"></i>
<i class="ga ga-bell ga-icon-danger"></i>
Sizes
xs
sm
default
lg
xl
2x
3x
Color Helpers
primary
success
danger
warning
info
muted
GA Icons Gallery
0 iconsSVG Icons (Inline)
GreenAdmin also provides inline SVG icons. Use the .ga-icon class on any <svg> element. Combine with size classes and icon circle wrappers.
Basic Usage
<svg class="ga-icon ga-icon-lg"
viewBox="0 0 24 24">
<circle cx="12" cy="12" r="10"/>
</svg>
Size Classes
sm
md
lg
xl
2xl
Icon Circles
80 icons available
All Icons