danklammer / bytesize-icons

Tiny style-controlled SVG iconset (101 icons, 12kb)
https://danklammer.com/bytesize-icons/
MIT License
3.86k stars 228 forks source link

Filter icon #20

Closed dandv closed 5 years ago

dandv commented 5 years ago

Quite requested :)

danklammer commented 5 years ago

Good idea! I will formally add this in a day or so, but here is something you can use now.

<svg class="i-filter" viewBox="0 0 32 32" width="64" height="64" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
  <path d="M2 5 C2 5 6 3 16 3 26 3 30 5 30 5 L19 19 19 29 13 29 13 19Z"></path>
</svg>
danklammer commented 5 years ago

Added Filter icon to v1.4