SVG icon set
git clone https://git.lucas.co/cce-icons.git
svg/memory.svg (1.4K)
1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2 <!-- Memory stick, wireframe: the body as an outline over the edge
3 connector, the key notch drawn as the gap in the pin row rather
4 than a slot in a filled bar. Stroke 4 for the body, the outline
5 weight of mail.svg; pins at 3, like cpu.svg's. Four pins, not the
6 solid glyph's seven: at bar size seven left a 1px gap between
7 them, which closes into a smear — four keeps the row reading as
8 separate contacts and leaves the notch legible. Body corners are
9 squircle (continuous-curvature) cubics, r=2.5 — battery.svg's
10 radius, the two being the set's two wide bodies, and for the same
11 reason: rounder than that and a short outlined body reads as a
12 pill. The
13 body path is inset 2 (the half-stroke) from the solid glyph's old
14 3..37 x 9..28 silhouette. -->
15 <g fill="none" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round">
16 <path stroke-width="4"
17 d="M8.75 10 L31.25 10 C33.75 10, 35 11.25, 35 13.75 L35 20.25 C35 22.75, 33.75 24, 31.25 24 L8.75 24 C6.25 24, 5 22.75, 5 20.25 L5 13.75 C5 11.25, 6.25 10, 8.75 10 Z" />
18 <g stroke-width="3">
19 <path d="M10 24 L10 30.5" />
20 <path d="M16 24 L16 30.5" />
21 <path d="M24 24 L24 30.5" />
22 <path d="M30 24 L30 30.5" />
23 </g>
24 </g>
25 </svg>