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

svg/trash.svg (427B)

 1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
 2   <!-- Stylized trash can: handle, lid, tapered body -->
 3   <g fill="#ffffff">
 4     <!-- Handle -->
 5     <rect x="15" y="3" width="10" height="6" rx="3" />
 6     <!-- Lid -->
 7     <rect x="6" y="7" width="28" height="6" rx="3" />
 8     <!-- Body (slight taper) -->
 9     <path d="M9 16 L31 16 L29 33 Q29 37 25 37 L15 37 Q11 37 11 33 Z" />
10   </g>
11 </svg>