SVG icon set
git clone https://git.lucas.co/cce-icons.git
svg/fingerprint.svg (796B)
1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2 <!-- Fingerprint: four ridges as nested ellipses, deliberately taller than the
3 box so the viewport clips their bottoms. The clip is the whole trick —
4 ridges that close into rings read as wifi or a target, ridges that run
5 off the bottom edge read as a fingertip pressed on glass. Centers drift
6 downward as they nest, which puts the core low and gives the arch
7 pattern. Do not "fix" the overflow. -->
8 <g fill="none" stroke="#ffffff" stroke-width="2.4">
9 <ellipse cx="20" cy="21.5" rx="14.2" ry="18.5"/>
10 <ellipse cx="20" cy="24.5" rx="10.0" ry="15.5"/>
11 <ellipse cx="20" cy="27" rx="5.8" ry="12.5"/>
12 <ellipse cx="20" cy="30.5" rx="2.5" ry="10"/>
13 </g>
14 </svg>