filter reset icon

filter-reset from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
filter-reset
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the filter reset icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 9a7.45 7.45 0 0 0-6.5 3.792V8h-2v8h8v-2h-4.383a5.494 5.494 0 1 1 4.883 8H22v2h.5a7.5 7.5 0 0 0 0-15"/><path fill="currentColor" d="M26 6H4v3.171l7.414 7.414l.586.586V26h4v-2h2v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-8l-7.414-7.415A2 2 0 0 1 2 9.171V6a2 2 0 0 1 2-2h22Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFilterReset(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 9a7.45 7.45 0 0 0-6.5 3.792V8h-2v8h8v-2h-4.383a5.494 5.494 0 1 1 4.883 8H22v2h.5a7.5 7.5 0 0 0 0-15"/><path fill="currentColor" d="M26 6H4v3.171l7.414 7.414l.586.586V26h4v-2h2v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-8l-7.414-7.415A2 2 0 0 1 2 9.171V6a2 2 0 0 1 2-2h22Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 9a7.45 7.45 0 0 0-6.5 3.792V8h-2v8h8v-2h-4.383a5.494 5.494 0 1 1 4.883 8H22v2h.5a7.5 7.5 0 0 0 0-15"/><path fill="currentColor" d="M26 6H4v3.171l7.414 7.414l.586.586V26h4v-2h2v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-8l-7.414-7.415A2 2 0 0 1 2 9.171V6a2 2 0 0 1 2-2h22Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%209a7.45%207.45%200%200%200-6.5%203.792V8h-2v8h8v-2h-4.383a5.494%205.494%200%201%201%204.883%208H22v2h.5a7.5%207.5%200%200%200%200-15%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%206H4v3.171l7.414%207.414l.586.586V26h4v-2h2v2a2%202%200%200%201-2%202h-4a2%202%200%200%201-2-2v-8l-7.414-7.415A2%202%200%200%201%202%209.171V6a2%202%200%200%201%202-2h22Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%209a7.45%207.45%200%200%200-6.5%203.792V8h-2v8h8v-2h-4.383a5.494%205.494%200%201%201%204.883%208H22v2h.5a7.5%207.5%200%200%200%200-15%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%206H4v3.171l7.414%207.414l.586.586V26h4v-2h2v2a2%202%200%200%201-2%202h-4a2%202%200%200%201-2-2v-8l-7.414-7.415A2%202%200%200%201%202%209.171V6a2%202%200%200%201%202-2h22Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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