filter edit icon
filter-edit-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- filter-edit-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All filter edit icons →More newicons icons from Reicon
Use the filter edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.92 6.37a4.4 4.4 0 0 0-1.04-.12c-2.62 0-4.75 2.13-4.75 4.75c0 .89.25 1.73.69 2.45c.37.62.88 1.15 1.5 1.53c.74.49 1.62.77 2.56.77c1.74 0 3.25-.93 4.07-2.3c.44-.72.68-1.56.68-2.45a4.74 4.74 0 0 0-3.71-4.63m.91 4.2L16.4 13c-.09.09-.28.18-.41.2l-.93.13c-.34.05-.57-.19-.52-.52l.13-.93c.02-.13.11-.31.2-.41l2.08-2.08l.35-.35c.42-.42.91-.62 1.52 0s.43 1.11.01 1.53"/><path d="M20.58 4.02v.96c0 .41-.47.66-.84.47q-.69-.36-1.47-.54c-.44-.11-.91-.16-1.39-.16c-3.45 0-6.25 2.8-6.25 6.25c0 1.14.31 2.26.9 3.22c.5.84 1.2 1.54 1.96 2.01c.17.11.35.21.52.31c.17.09.29.27.29.46v2.07c0 .61-.4 1.42-.9 1.72l-1.4.91c-1.3.81-3.09-.1-3.09-1.72v-5.35c0-.71-.4-1.62-.8-2.12L4.32 8.47c-.5-.51-.9-1.42-.9-2.02V4.12c0-1.21.9-2.12 1.99-2.12h13.18c1.09 0 1.99.91 1.99 2.02"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFilterEditFilled(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="M17.92 6.37a4.4 4.4 0 0 0-1.04-.12c-2.62 0-4.75 2.13-4.75 4.75c0 .89.25 1.73.69 2.45c.37.62.88 1.15 1.5 1.53c.74.49 1.62.77 2.56.77c1.74 0 3.25-.93 4.07-2.3c.44-.72.68-1.56.68-2.45a4.74 4.74 0 0 0-3.71-4.63m.91 4.2L16.4 13c-.09.09-.28.18-.41.2l-.93.13c-.34.05-.57-.19-.52-.52l.13-.93c.02-.13.11-.31.2-.41l2.08-2.08l.35-.35c.42-.42.91-.62 1.52 0s.43 1.11.01 1.53"/><path d="M20.58 4.02v.96c0 .41-.47.66-.84.47q-.69-.36-1.47-.54c-.44-.11-.91-.16-1.39-.16c-3.45 0-6.25 2.8-6.25 6.25c0 1.14.31 2.26.9 3.22c.5.84 1.2 1.54 1.96 2.01c.17.11.35.21.52.31c.17.09.29.27.29.46v2.07c0 .61-.4 1.42-.9 1.72l-1.4.91c-1.3.81-3.09-.1-3.09-1.72v-5.35c0-.71-.4-1.62-.8-2.12L4.32 8.47c-.5-.51-.9-1.42-.9-2.02V4.12c0-1.21.9-2.12 1.99-2.12h13.18c1.09 0 1.99.91 1.99 2.02"/></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="M17.92 6.37a4.4 4.4 0 0 0-1.04-.12c-2.62 0-4.75 2.13-4.75 4.75c0 .89.25 1.73.69 2.45c.37.62.88 1.15 1.5 1.53c.74.49 1.62.77 2.56.77c1.74 0 3.25-.93 4.07-2.3c.44-.72.68-1.56.68-2.45a4.74 4.74 0 0 0-3.71-4.63m.91 4.2L16.4 13c-.09.09-.28.18-.41.2l-.93.13c-.34.05-.57-.19-.52-.52l.13-.93c.02-.13.11-.31.2-.41l2.08-2.08l.35-.35c.42-.42.91-.62 1.52 0s.43 1.11.01 1.53"/><path d="M20.58 4.02v.96c0 .41-.47.66-.84.47q-.69-.36-1.47-.54c-.44-.11-.91-.16-1.39-.16c-3.45 0-6.25 2.8-6.25 6.25c0 1.14.31 2.26.9 3.22c.5.84 1.2 1.54 1.96 2.01c.17.11.35.21.52.31c.17.09.29.27.29.46v2.07c0 .61-.4 1.42-.9 1.72l-1.4.91c-1.3.81-3.09-.1-3.09-1.72v-5.35c0-.71-.4-1.62-.8-2.12L4.32 8.47c-.5-.51-.9-1.42-.9-2.02V4.12c0-1.21.9-2.12 1.99-2.12h13.18c1.09 0 1.99.91 1.99 2.02"/></g></svg> </template>
CSS
.icon-filter-edit-filled {
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%22M17.92%206.37a4.4%204.4%200%200%200-1.04-.12c-2.62%200-4.75%202.13-4.75%204.75c0%20.89.25%201.73.69%202.45c.37.62.88%201.15%201.5%201.53c.74.49%201.62.77%202.56.77c1.74%200%203.25-.93%204.07-2.3c.44-.72.68-1.56.68-2.45a4.74%204.74%200%200%200-3.71-4.63m.91%204.2L16.4%2013c-.09.09-.28.18-.41.2l-.93.13c-.34.05-.57-.19-.52-.52l.13-.93c.02-.13.11-.31.2-.41l2.08-2.08l.35-.35c.42-.42.91-.62%201.52%200s.43%201.11.01%201.53%22%2F%3E%3Cpath%20d%3D%22M20.58%204.02v.96c0%20.41-.47.66-.84.47q-.69-.36-1.47-.54c-.44-.11-.91-.16-1.39-.16c-3.45%200-6.25%202.8-6.25%206.25c0%201.14.31%202.26.9%203.22c.5.84%201.2%201.54%201.96%202.01c.17.11.35.21.52.31c.17.09.29.27.29.46v2.07c0%20.61-.4%201.42-.9%201.72l-1.4.91c-1.3.81-3.09-.1-3.09-1.72v-5.35c0-.71-.4-1.62-.8-2.12L4.32%208.47c-.5-.51-.9-1.42-.9-2.02V4.12c0-1.21.9-2.12%201.99-2.12h13.18c1.09%200%201.99.91%201.99%202.02%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%22M17.92%206.37a4.4%204.4%200%200%200-1.04-.12c-2.62%200-4.75%202.13-4.75%204.75c0%20.89.25%201.73.69%202.45c.37.62.88%201.15%201.5%201.53c.74.49%201.62.77%202.56.77c1.74%200%203.25-.93%204.07-2.3c.44-.72.68-1.56.68-2.45a4.74%204.74%200%200%200-3.71-4.63m.91%204.2L16.4%2013c-.09.09-.28.18-.41.2l-.93.13c-.34.05-.57-.19-.52-.52l.13-.93c.02-.13.11-.31.2-.41l2.08-2.08l.35-.35c.42-.42.91-.62%201.52%200s.43%201.11.01%201.53%22%2F%3E%3Cpath%20d%3D%22M20.58%204.02v.96c0%20.41-.47.66-.84.47q-.69-.36-1.47-.54c-.44-.11-.91-.16-1.39-.16c-3.45%200-6.25%202.8-6.25%206.25c0%201.14.31%202.26.9%203.22c.5.84%201.2%201.54%201.96%202.01c.17.11.35.21.52.31c.17.09.29.27.29.46v2.07c0%20.61-.4%201.42-.9%201.72l-1.4.91c-1.3.81-3.09-.1-3.09-1.72v-5.35c0-.71-.4-1.62-.8-2.12L4.32%208.47c-.5-.51-.9-1.42-.9-2.02V4.12c0-1.21.9-2.12%201.99-2.12h13.18c1.09%200%201.99.91%201.99%202.02%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/filter-edit-filled.svg?color=%231a73e8&size=48