filter-3 from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
filter-3
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the filter 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m12 3l2.736 6.264L21 12l-6.264 2.736L12 21l-2.736-6.264L3 12l6.264-2.736z"/><path stroke="currentColor" stroke-width="2" d="m12 3l2.736 6.264L21 12l-6.264 2.736L12 21l-2.736-6.264L3 12l6.264-2.736zm9.125 1l.041.083l.084.042l-.084.042l-.041.083l-.041-.083L21 4.125l.084-.042zM19.75 18l.582 1.168l1.168.582l-1.168.582l-.582 1.168l-.582-1.168L18 19.75l1.168-.582z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignFilter3(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"><path d="m12 3l2.736 6.264L21 12l-6.264 2.736L12 21l-2.736-6.264L3 12l6.264-2.736z"/><path stroke="currentColor" strokeWidth="2" d="m12 3l2.736 6.264L21 12l-6.264 2.736L12 21l-2.736-6.264L3 12l6.264-2.736zm9.125 1l.041.083l.084.042l-.084.042l-.041.083l-.041-.083L21 4.125l.084-.042zM19.75 18l.582 1.168l1.168.582l-1.168.582l-.582 1.168l-.582-1.168L18 19.75l1.168-.582z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m12 3l2.736 6.264L21 12l-6.264 2.736L12 21l-2.736-6.264L3 12l6.264-2.736z"/><path stroke="currentColor" stroke-width="2" d="m12 3l2.736 6.264L21 12l-6.264 2.736L12 21l-2.736-6.264L3 12l6.264-2.736zm9.125 1l.041.083l.084.042l-.084.042l-.041.083l-.041-.083L21 4.125l.084-.042zM19.75 18l.582 1.168l1.168.582l-1.168.582l-.582 1.168l-.582-1.168L18 19.75l1.168-.582z"/></g></svg>
</template>

CSS

.icon-filter-3 {
  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%3E%3Cpath%20d%3D%22m12%203l2.736%206.264L21%2012l-6.264%202.736L12%2021l-2.736-6.264L3%2012l6.264-2.736z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22m12%203l2.736%206.264L21%2012l-6.264%202.736L12%2021l-2.736-6.264L3%2012l6.264-2.736zm9.125%201l.041.083l.084.042l-.084.042l-.041.083l-.041-.083L21%204.125l.084-.042zM19.75%2018l.582%201.168l1.168.582l-1.168.582l-.582%201.168l-.582-1.168L18%2019.75l1.168-.582z%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%3E%3Cpath%20d%3D%22m12%203l2.736%206.264L21%2012l-6.264%202.736L12%2021l-2.736-6.264L3%2012l6.264-2.736z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22m12%203l2.736%206.264L21%2012l-6.264%202.736L12%2021l-2.736-6.264L3%2012l6.264-2.736zm9.125%201l.041.083l.084.042l-.084.042l-.041.083l-.041-.083L21%204.125l.084-.042zM19.75%2018l.582%201.168l1.168.582l-1.168.582l-.582%201.168l-.582-1.168L18%2019.75l1.168-.582z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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