filter slash icon

filter-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
filter-slash
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

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="M19.22 6h-6.56a1 1 0 0 0 0 2h6.56a.78.78 0 0 1 .78.78v.78h-3.78a1 1 0 1 0 0 2h2.37l-.7.69a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l1.88-1.88a2.5 2.5 0 0 0 .54-.8v-.1A2.6 2.6 0 0 0 22 9.82v-1A2.79 2.79 0 0 0 19.22 6M3.71 2.29a1 1 0 0 0-1.42 1.42l2.85 2.84A2.73 2.73 0 0 0 4 8.78v1a2.65 2.65 0 0 0 .24 1.1v.06a2.6 2.6 0 0 0 .54.81l5.41 5.4V21a1 1 0 0 0 .47.85a1 1 0 0 0 .53.15a1 1 0 0 0 .45-.11l3.56-1.78a1 1 0 0 0 .55-.89v-2l4.51 4.52a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM6 8.78a.76.76 0 0 1 .5-.72L6.59 8l1.56 1.56H6Zm8.07 7.29a1 1 0 0 0-.29.71v1.82l-1.56.78v-2.6a1 1 0 0 0-.29-.71l-4.52-4.51h2.74l4.22 4.22Z"/></svg>

React

import type { SVGProps } from "react";

export function UilFilterSlash(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="M19.22 6h-6.56a1 1 0 0 0 0 2h6.56a.78.78 0 0 1 .78.78v.78h-3.78a1 1 0 1 0 0 2h2.37l-.7.69a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l1.88-1.88a2.5 2.5 0 0 0 .54-.8v-.1A2.6 2.6 0 0 0 22 9.82v-1A2.79 2.79 0 0 0 19.22 6M3.71 2.29a1 1 0 0 0-1.42 1.42l2.85 2.84A2.73 2.73 0 0 0 4 8.78v1a2.65 2.65 0 0 0 .24 1.1v.06a2.6 2.6 0 0 0 .54.81l5.41 5.4V21a1 1 0 0 0 .47.85a1 1 0 0 0 .53.15a1 1 0 0 0 .45-.11l3.56-1.78a1 1 0 0 0 .55-.89v-2l4.51 4.52a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM6 8.78a.76.76 0 0 1 .5-.72L6.59 8l1.56 1.56H6Zm8.07 7.29a1 1 0 0 0-.29.71v1.82l-1.56.78v-2.6a1 1 0 0 0-.29-.71l-4.52-4.51h2.74l4.22 4.22Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.22 6h-6.56a1 1 0 0 0 0 2h6.56a.78.78 0 0 1 .78.78v.78h-3.78a1 1 0 1 0 0 2h2.37l-.7.69a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l1.88-1.88a2.5 2.5 0 0 0 .54-.8v-.1A2.6 2.6 0 0 0 22 9.82v-1A2.79 2.79 0 0 0 19.22 6M3.71 2.29a1 1 0 0 0-1.42 1.42l2.85 2.84A2.73 2.73 0 0 0 4 8.78v1a2.65 2.65 0 0 0 .24 1.1v.06a2.6 2.6 0 0 0 .54.81l5.41 5.4V21a1 1 0 0 0 .47.85a1 1 0 0 0 .53.15a1 1 0 0 0 .45-.11l3.56-1.78a1 1 0 0 0 .55-.89v-2l4.51 4.52a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM6 8.78a.76.76 0 0 1 .5-.72L6.59 8l1.56 1.56H6Zm8.07 7.29a1 1 0 0 0-.29.71v1.82l-1.56.78v-2.6a1 1 0 0 0-.29-.71l-4.52-4.51h2.74l4.22 4.22Z"/></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%22M19.22%206h-6.56a1%201%200%200%200%200%202h6.56a.78.78%200%200%201%20.78.78v.78h-3.78a1%201%200%201%200%200%202h2.37l-.7.69a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200l1.88-1.88a2.5%202.5%200%200%200%20.54-.8v-.1A2.6%202.6%200%200%200%2022%209.82v-1A2.79%202.79%200%200%200%2019.22%206M3.71%202.29a1%201%200%200%200-1.42%201.42l2.85%202.84A2.73%202.73%200%200%200%204%208.78v1a2.65%202.65%200%200%200%20.24%201.1v.06a2.6%202.6%200%200%200%20.54.81l5.41%205.4V21a1%201%200%200%200%20.47.85a1%201%200%200%200%20.53.15a1%201%200%200%200%20.45-.11l3.56-1.78a1%201%200%200%200%20.55-.89v-2l4.51%204.52a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM6%208.78a.76.76%200%200%201%20.5-.72L6.59%208l1.56%201.56H6Zm8.07%207.29a1%201%200%200%200-.29.71v1.82l-1.56.78v-2.6a1%201%200%200%200-.29-.71l-4.52-4.51h2.74l4.22%204.22Z%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%22M19.22%206h-6.56a1%201%200%200%200%200%202h6.56a.78.78%200%200%201%20.78.78v.78h-3.78a1%201%200%201%200%200%202h2.37l-.7.69a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200l1.88-1.88a2.5%202.5%200%200%200%20.54-.8v-.1A2.6%202.6%200%200%200%2022%209.82v-1A2.79%202.79%200%200%200%2019.22%206M3.71%202.29a1%201%200%200%200-1.42%201.42l2.85%202.84A2.73%202.73%200%200%200%204%208.78v1a2.65%202.65%200%200%200%20.24%201.1v.06a2.6%202.6%200%200%200%20.54.81l5.41%205.4V21a1%201%200%200%200%20.47.85a1%201%200%200%200%20.53.15a1%201%200%200%200%20.45-.11l3.56-1.78a1%201%200%200%200%20.55-.89v-2l4.51%204.52a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM6%208.78a.76.76%200%200%201%20.5-.72L6.59%208l1.56%201.56H6Zm8.07%207.29a1%201%200%200%200-.29.71v1.82l-1.56.78v-2.6a1%201%200%200%200-.29-.71l-4.52-4.51h2.74l4.22%204.22Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/filter-slash.svg?color=%231a73e8&size=48