filters icon
filters-duotone from Reicon by REICON · Duotone · Tools · MIT Free for personal and commercial use.
- Name
- filters-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All filters icons →More tools icons from Reicon
Use the filters icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18 8A6 6 0 1 1 6 8a6 6 0 0 1 12 0"/><path d="M13.58 13.79a6 6 0 0 1-7.16-3.58a6 6 0 1 0 7.16 3.58" opacity=".7"/><path d="M13.58 13.79c.271.684.42 1.43.42 2.21a6 6 0 0 1-2 4.472a6 6 0 1 0 5.58-10.262a6.01 6.01 0 0 1-4 3.58" opacity=".4"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFiltersDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18 8A6 6 0 1 1 6 8a6 6 0 0 1 12 0"/><path d="M13.58 13.79a6 6 0 0 1-7.16-3.58a6 6 0 1 0 7.16 3.58" opacity=".7"/><path d="M13.58 13.79c.271.684.42 1.43.42 2.21a6 6 0 0 1-2 4.472a6 6 0 1 0 5.58-10.262a6.01 6.01 0 0 1-4 3.58" opacity=".4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18 8A6 6 0 1 1 6 8a6 6 0 0 1 12 0"/><path d="M13.58 13.79a6 6 0 0 1-7.16-3.58a6 6 0 1 0 7.16 3.58" opacity=".7"/><path d="M13.58 13.79c.271.684.42 1.43.42 2.21a6 6 0 0 1-2 4.472a6 6 0 1 0 5.58-10.262a6.01 6.01 0 0 1-4 3.58" opacity=".4"/></g></svg> </template>
CSS
.icon-filters-duotone {
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%22currentColor%22%3E%3Cpath%20d%3D%22M18%208A6%206%200%201%201%206%208a6%206%200%200%201%2012%200%22%2F%3E%3Cpath%20d%3D%22M13.58%2013.79a6%206%200%200%201-7.16-3.58a6%206%200%201%200%207.16%203.58%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M13.58%2013.79c.271.684.42%201.43.42%202.21a6%206%200%200%201-2%204.472a6%206%200%201%200%205.58-10.262a6.01%206.01%200%200%201-4%203.58%22%20opacity%3D%22.4%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%22currentColor%22%3E%3Cpath%20d%3D%22M18%208A6%206%200%201%201%206%208a6%206%200%200%201%2012%200%22%2F%3E%3Cpath%20d%3D%22M13.58%2013.79a6%206%200%200%201-7.16-3.58a6%206%200%201%200%207.16%203.58%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M13.58%2013.79c.271.684.42%201.43.42%202.21a6%206%200%200%201-2%204.472a6%206%200%201%200%205.58-10.262a6.01%206.01%200%200%201-4%203.58%22%20opacity%3D%22.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/filters-duotone.svg?color=%231a73e8&size=48