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

svg/palette.svg (459B)

 1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
 2   <!-- Stylized painter's palette: disc with thumb hole + paint wells -->
 3   <path fill-rule="evenodd" fill="#ffffff"
 4         d="M20 4 a16 16 0 1 0 0.01 0 Z M27 13 a4.5 4.5 0 1 0 0.01 0 Z" />
 5   <!-- Paint wells -->
 6   <g fill="#282a36" opacity="0.35">
 7     <circle cx="13" cy="14" r="3" />
 8     <circle cx="11" cy="24" r="3" />
 9     <circle cx="17" cy="31" r="3" />
10   </g>
11 </svg>