SVG icon set
git clone https://git.lucas.co/cce-icons.git
svg/mail.svg (1.2K)
1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2 <!-- Envelope, wireframe: an open body outline with the flap crease drawn
3 in the same white stroke rather than the dark inset treatment the
4 solid panels use (terminal.svg, calendar.svg) — there is no filled
5 face here for a crease to sit on. Stroke 4, the outline weight of
6 preview.svg's frame and calendar.svg's hangers. Body corners are
7 squircle (continuous-curvature) cubics, r=4.5, as in folder.svg: the
8 curve spans 1.5r from each corner with control points at 0.5r. The
9 body path is inset 2 (the half-stroke) from the solid glyph's old
10 4..36 x 8..32 silhouette, so the stroked outer edge lands where the
11 filled rect's edge used to. The flap's caps end inside the side
12 walls, where the two strokes merge. -->
13 <g fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round"
14 stroke-linejoin="round">
15 <path d="M12.75 10 L27.25 10 C31.75 10, 34 12.25, 34 16.75 L34 23.25 C34 27.75, 31.75 30, 27.25 30 L12.75 30 C8.25 30, 6 27.75, 6 23.25 L6 16.75 C6 12.25, 8.25 10, 12.75 10 Z" />
16 <path d="M7.5 12.5 L20 22.5 L32.5 12.5" />
17 </g>
18 </svg>