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

svg/pencil.svg (358B)

 1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
 2   <!-- Stylized pencil at 45°: rounded body + tip -->
 3   <g transform="rotate(45 20 20)">
 4     <g fill="#ffffff">
 5       <!-- Body -->
 6       <rect x="16" y="2" width="8" height="26" rx="3" />
 7       <!-- Tip -->
 8       <path d="M16 30 L24 30 L20 38 Z" />
 9     </g>
10   </g>
11 </svg>