feathericons / feather

Simply beautiful open-source icons
https://feathericons.com
MIT License
24.9k stars 1.22k forks source link

Icon request: eraser #1107

Open maxwellito opened 3 years ago

maxwellito commented 3 years ago

Icon Request

This one is actually the one I built respecting the same specs as feather icons: stroke only, all points aligned on 24x24 grid, with a pure and minimal footprint.

Here is the SVG code if you're interested, I would be happy for you to reuse it if it fits your specs and vision. Feel free to hack it, it's all yours :)

<svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path d="M20 20H7L3 16C2.5 15.5 2.5 14.5 3 14L13 4L20 11L11 20"/>
  <path d="M6 11L13 18"/>
</svg>