SVG icon set
git clone https://git.lucas.co/cce-icons.git
svg/globe.svg (558B)
1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2 <!-- Globe: solid circle at the solid-glyph family radius (circle.svg's
3 r=15) with meridian + equator in the dark crease treatment
4 (mail.svg's flap). Accents are inset so their strokes stay inside
5 the disc. -->
6 <circle cx="20" cy="20" r="15" fill="#ffffff" />
7 <g fill="none" stroke="#282a36" stroke-width="3" stroke-linecap="round"
8 opacity="0.35">
9 <ellipse cx="20" cy="20" rx="6.75" ry="13" />
10 <path d="M7 20 L33 20" />
11 </g>
12 </svg>