filter slash icon
filter-slash from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- filter-slash
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the filter slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.17 3.91a.76.76 0 0 0-.67-.41h-7a.75.75 0 0 0 0 1.5H18l-1.85 2.56a.74.74 0 1 0 1.2.88l2.75-3.75a.73.73 0 0 0 .07-.78M8.65 3.72H8.6a.8.8 0 0 0-.19-.12a.8.8 0 0 0-.22-.05H4.5a.76.76 0 0 0-.67.41a.73.73 0 0 0 .07.78L9.25 12v7.75a.76.76 0 0 0 .75.75h4a.76.76 0 0 0 .75-.75V12l.06-.09l3.66 3.62a.74.74 0 0 0 .53.22a.73.73 0 0 0 .53-.22a.75.75 0 0 0 0-1.06Zm4.75 7.59a.7.7 0 0 0-.15.44V19h-2.5v-7.25a.7.7 0 0 0-.15-.44L6 5h1.82l5.91 5.85Z"/></svg>
React
import type { SVGProps } from "react";
export function PrimeFilterSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.17 3.91a.76.76 0 0 0-.67-.41h-7a.75.75 0 0 0 0 1.5H18l-1.85 2.56a.74.74 0 1 0 1.2.88l2.75-3.75a.73.73 0 0 0 .07-.78M8.65 3.72H8.6a.8.8 0 0 0-.19-.12a.8.8 0 0 0-.22-.05H4.5a.76.76 0 0 0-.67.41a.73.73 0 0 0 .07.78L9.25 12v7.75a.76.76 0 0 0 .75.75h4a.76.76 0 0 0 .75-.75V12l.06-.09l3.66 3.62a.74.74 0 0 0 .53.22a.73.73 0 0 0 .53-.22a.75.75 0 0 0 0-1.06Zm4.75 7.59a.7.7 0 0 0-.15.44V19h-2.5v-7.25a.7.7 0 0 0-.15-.44L6 5h1.82l5.91 5.85Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.17 3.91a.76.76 0 0 0-.67-.41h-7a.75.75 0 0 0 0 1.5H18l-1.85 2.56a.74.74 0 1 0 1.2.88l2.75-3.75a.73.73 0 0 0 .07-.78M8.65 3.72H8.6a.8.8 0 0 0-.19-.12a.8.8 0 0 0-.22-.05H4.5a.76.76 0 0 0-.67.41a.73.73 0 0 0 .07.78L9.25 12v7.75a.76.76 0 0 0 .75.75h4a.76.76 0 0 0 .75-.75V12l.06-.09l3.66 3.62a.74.74 0 0 0 .53.22a.73.73 0 0 0 .53-.22a.75.75 0 0 0 0-1.06Zm4.75 7.59a.7.7 0 0 0-.15.44V19h-2.5v-7.25a.7.7 0 0 0-.15-.44L6 5h1.82l5.91 5.85Z"/></svg> </template>
CSS
.icon-filter-slash {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.17%203.91a.76.76%200%200%200-.67-.41h-7a.75.75%200%200%200%200%201.5H18l-1.85%202.56a.74.74%200%201%200%201.2.88l2.75-3.75a.73.73%200%200%200%20.07-.78M8.65%203.72H8.6a.8.8%200%200%200-.19-.12a.8.8%200%200%200-.22-.05H4.5a.76.76%200%200%200-.67.41a.73.73%200%200%200%20.07.78L9.25%2012v7.75a.76.76%200%200%200%20.75.75h4a.76.76%200%200%200%20.75-.75V12l.06-.09l3.66%203.62a.74.74%200%200%200%20.53.22a.73.73%200%200%200%20.53-.22a.75.75%200%200%200%200-1.06Zm4.75%207.59a.7.7%200%200%200-.15.44V19h-2.5v-7.25a.7.7%200%200%200-.15-.44L6%205h1.82l5.91%205.85Z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.17%203.91a.76.76%200%200%200-.67-.41h-7a.75.75%200%200%200%200%201.5H18l-1.85%202.56a.74.74%200%201%200%201.2.88l2.75-3.75a.73.73%200%200%200%20.07-.78M8.65%203.72H8.6a.8.8%200%200%200-.19-.12a.8.8%200%200%200-.22-.05H4.5a.76.76%200%200%200-.67.41a.73.73%200%200%200%20.07.78L9.25%2012v7.75a.76.76%200%200%200%20.75.75h4a.76.76%200%200%200%20.75-.75V12l.06-.09l3.66%203.62a.74.74%200%200%200%20.53.22a.73.73%200%200%200%20.53-.22a.75.75%200%200%200%200-1.06Zm4.75%207.59a.7.7%200%200%200-.15.44V19h-2.5v-7.25a.7.7%200%200%200-.15-.44L6%205h1.82l5.91%205.85Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/filter-slash.svg?color=%231a73e8&size=48