git.lucas.co / cce-icons
SVG icon set
git clone https://git.lucas.co/cce-icons.git

svg/font.svg (831B)

 1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
 2   <!-- Font: a capital A drawn as geometry, not text — resvg resolves <text>
 3        through the shared fontdb, so a lettered glyph would render differently
 4        depending on which faces are loaded. Stroked apex/legs/crossbar with
 5        round joins, over a 0.55 back-layer baseline rule (the copy.svg/folder.svg
 6        back-layer language) that reads the mark as type rather than a chevron. -->
 7   <path d="M9 32 L20 8 L31 32" fill="none" stroke="#ffffff" stroke-width="4.5"
 8         stroke-linecap="round" stroke-linejoin="round" />
 9   <path d="M13.3 22.5 L26.7 22.5" fill="none" stroke="#ffffff" stroke-width="4.5"
10         stroke-linecap="round" />
11   <rect x="6" y="35" width="28" height="3.5" rx="1.75" fill="#ffffff" opacity="0.55" />
12 </svg>