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

svg/gear.svg (998B)

 1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
 2   <!-- Stylized gear: ring of rounded teeth around a disc -->
 3   <g fill="#ffffff">
 4     <rect x="17" y="4" width="6" height="9" rx="3" transform="rotate(0 20 20)" />
 5     <rect x="17" y="4" width="6" height="9" rx="3" transform="rotate(45 20 20)" />
 6     <rect x="17" y="4" width="6" height="9" rx="3" transform="rotate(90 20 20)" />
 7     <rect x="17" y="4" width="6" height="9" rx="3" transform="rotate(135 20 20)" />
 8     <rect x="17" y="4" width="6" height="9" rx="3" transform="rotate(180 20 20)" />
 9     <rect x="17" y="4" width="6" height="9" rx="3" transform="rotate(225 20 20)" />
10     <rect x="17" y="4" width="6" height="9" rx="3" transform="rotate(270 20 20)" />
11     <rect x="17" y="4" width="6" height="9" rx="3" transform="rotate(315 20 20)" />
12     <circle cx="20" cy="20" r="12" />
13   </g>
14   <!-- Hub, cut through to the background -->
15   <circle cx="20" cy="20" r="3" fill="#282a36" opacity="0.35" />
16 </svg>