filter reset icon
filter-reset from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- filter-reset
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the filter reset icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.984 5c.05-.71-.01-1.161-.312-1.493C20.212 3 19.396 3 17.766 3H6.234c-1.63 0-2.445 0-2.906.507c-.461.508-.36 1.294-.158 2.866c.06.459.158.72.457 1.076c.969 1.15 2.742 3.197 5.23 5.057c.228.17.377.448.402.755c.28 3.425.537 5.765.674 6.917c.071.604.741 1.069 1.293.678c.927-.655 2.66-1.39 2.888-2.612c.085-.45.2-1.164.331-2.244"/><path d="m15.013 6l-.5 2.084l.83-.518a3.5 3.5 0 0 1 2.122-.715c1.952 0 3.535 1.6 3.535 3.575C21 12.4 19.417 14 17.465 14c-1.71 0-3.137-1.228-3.465-2.86"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFilterReset(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M20.984 5c.05-.71-.01-1.161-.312-1.493C20.212 3 19.396 3 17.766 3H6.234c-1.63 0-2.445 0-2.906.507c-.461.508-.36 1.294-.158 2.866c.06.459.158.72.457 1.076c.969 1.15 2.742 3.197 5.23 5.057c.228.17.377.448.402.755c.28 3.425.537 5.765.674 6.917c.071.604.741 1.069 1.293.678c.927-.655 2.66-1.39 2.888-2.612c.085-.45.2-1.164.331-2.244"/><path d="m15.013 6l-.5 2.084l.83-.518a3.5 3.5 0 0 1 2.122-.715c1.952 0 3.535 1.6 3.535 3.575C21 12.4 19.417 14 17.465 14c-1.71 0-3.137-1.228-3.465-2.86"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.984 5c.05-.71-.01-1.161-.312-1.493C20.212 3 19.396 3 17.766 3H6.234c-1.63 0-2.445 0-2.906.507c-.461.508-.36 1.294-.158 2.866c.06.459.158.72.457 1.076c.969 1.15 2.742 3.197 5.23 5.057c.228.17.377.448.402.755c.28 3.425.537 5.765.674 6.917c.071.604.741 1.069 1.293.678c.927-.655 2.66-1.39 2.888-2.612c.085-.45.2-1.164.331-2.244"/><path d="m15.013 6l-.5 2.084l.83-.518a3.5 3.5 0 0 1 2.122-.715c1.952 0 3.535 1.6 3.535 3.575C21 12.4 19.417 14 17.465 14c-1.71 0-3.137-1.228-3.465-2.86"/></g></svg> </template>
CSS
.icon-filter-reset {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.984%205c.05-.71-.01-1.161-.312-1.493C20.212%203%2019.396%203%2017.766%203H6.234c-1.63%200-2.445%200-2.906.507c-.461.508-.36%201.294-.158%202.866c.06.459.158.72.457%201.076c.969%201.15%202.742%203.197%205.23%205.057c.228.17.377.448.402.755c.28%203.425.537%205.765.674%206.917c.071.604.741%201.069%201.293.678c.927-.655%202.66-1.39%202.888-2.612c.085-.45.2-1.164.331-2.244%22%2F%3E%3Cpath%20d%3D%22m15.013%206l-.5%202.084l.83-.518a3.5%203.5%200%200%201%202.122-.715c1.952%200%203.535%201.6%203.535%203.575C21%2012.4%2019.417%2014%2017.465%2014c-1.71%200-3.137-1.228-3.465-2.86%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.984%205c.05-.71-.01-1.161-.312-1.493C20.212%203%2019.396%203%2017.766%203H6.234c-1.63%200-2.445%200-2.906.507c-.461.508-.36%201.294-.158%202.866c.06.459.158.72.457%201.076c.969%201.15%202.742%203.197%205.23%205.057c.228.17.377.448.402.755c.28%203.425.537%205.765.674%206.917c.071.604.741%201.069%201.293.678c.927-.655%202.66-1.39%202.888-2.612c.085-.45.2-1.164.331-2.244%22%2F%3E%3Cpath%20d%3D%22m15.013%206l-.5%202.084l.83-.518a3.5%203.5%200%200%201%202.122-.715c1.952%200%203.535%201.6%203.535%203.575C21%2012.4%2019.417%2014%2017.465%2014c-1.71%200-3.137-1.228-3.465-2.86%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/filter-reset.svg?color=%231a73e8&size=48