SVG icon set
git clone https://git.lucas.co/cce-icons.git
svg/brightness.svg (1K)
1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2 <!-- Sun, wireframe: the disc as a ring, the eight rays unchanged. The
3 rays were already strokes in all but name — the solid glyph drew
4 them as 4-wide rounded rects, which is exactly a round-capped
5 stroke of width 4 — so only the disc changes, and it is inset 2
6 (the half-stroke) from the old r=8 fill, leaving the ring's outer
7 edge where the filled disc's edge was. -->
8 <g fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round">
9 <circle cx="20" cy="20" r="6" />
10 <path d="M20 5 L20 8" />
11 <path d="M20 5 L20 8" transform="rotate(45 20 20)" />
12 <path d="M20 5 L20 8" transform="rotate(90 20 20)" />
13 <path d="M20 5 L20 8" transform="rotate(135 20 20)" />
14 <path d="M20 5 L20 8" transform="rotate(180 20 20)" />
15 <path d="M20 5 L20 8" transform="rotate(225 20 20)" />
16 <path d="M20 5 L20 8" transform="rotate(270 20 20)" />
17 <path d="M20 5 L20 8" transform="rotate(315 20 20)" />
18 </g>
19 </svg>