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

svg/lock.svg (463B)

1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2   <!-- Stylized padlock: shackle + rounded body -->
3   <path d="M13 19 L13 13 Q13 5 20 5 Q27 5 27 13 L27 19" fill="none"
4         stroke="#ffffff" stroke-width="5" stroke-linecap="round" />
5   <rect x="8" y="17" width="24" height="18" rx="4" fill="#ffffff" />
6   <!-- Keyhole, cut through to the background -->
7   <circle cx="20" cy="26" r="3" fill="#282a36" opacity="0.35" />
8 </svg>