SVG icon set
git clone https://git.lucas.co/cce-icons.git
svg/volume.svg (970B)
1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2 <!-- Speaker, wireframe: driver box and horn as ONE outline — the solid
3 glyph drew them as two overlapping fills, and stroking those would
4 have put a seam down the middle where they met. Stroke 4 with
5 round joins, as mail.svg. The path is inset roughly 2 (the
6 half-stroke) from the old union silhouette, and then grown: a
7 driver box the size of the solid one has no room for a hole once
8 the wall is inked, so the speaker carries more of the box than the
9 fill did and the arcs shift right to keep their gap. They are
10 otherwise unchanged — they were already strokes. -->
11 <g fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round"
12 stroke-linejoin="round">
13 <path d="M4 14 L11.5 14 L20 6 L20 34 L11.5 26 L4 26 Z" />
14 <path d="M26 13 Q32 20 26 27" />
15 <path d="M31 8 Q40.5 20 31 32" />
16 </g>
17 </svg>