filter tick icon

filter-tick-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
filter-tick-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the filter tick 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 10.12a4.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.63m1.33 4.01l-2.54 2.34c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-1.17-1.17a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.66.66l2.01-1.85c.31-.28.78-.26 1.06.04c.28.31.26.78-.04 1.06"/><path d="M20.58 4.02v2.22c0 .81-.5 1.82-1 2.33l-.18.16c-.14.13-.35.16-.53.1c-.2-.07-.4-.12-.6-.17c-.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.23.15.32.47.12.65c-.07.06-.14.11-.21.16l-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 ReiconFilterTickFilled(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 10.12a4.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.63m1.33 4.01l-2.54 2.34c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-1.17-1.17a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.66.66l2.01-1.85c.31-.28.78-.26 1.06.04c.28.31.26.78-.04 1.06"/><path d="M20.58 4.02v2.22c0 .81-.5 1.82-1 2.33l-.18.16c-.14.13-.35.16-.53.1c-.2-.07-.4-.12-.6-.17c-.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.23.15.32.47.12.65c-.07.06-.14.11-.21.16l-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 10.12a4.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.63m1.33 4.01l-2.54 2.34c-.14.13-.33.2-.51.2c-.19 0-.38-.07-.53-.22l-1.17-1.17a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.66.66l2.01-1.85c.31-.28.78-.26 1.06.04c.28.31.26.78-.04 1.06"/><path d="M20.58 4.02v2.22c0 .81-.5 1.82-1 2.33l-.18.16c-.14.13-.35.16-.53.1c-.2-.07-.4-.12-.6-.17c-.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.23.15.32.47.12.65c-.07.06-.14.11-.21.16l-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-tick-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%2010.12a4.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.63m1.33%204.01l-2.54%202.34c-.14.13-.33.2-.51.2c-.19%200-.38-.07-.53-.22l-1.17-1.17a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.66.66l2.01-1.85c.31-.28.78-.26%201.06.04c.28.31.26.78-.04%201.06%22%2F%3E%3Cpath%20d%3D%22M20.58%204.02v2.22c0%20.81-.5%201.82-1%202.33l-.18.16c-.14.13-.35.16-.53.1c-.2-.07-.4-.12-.6-.17c-.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.23.15.32.47.12.65c-.07.06-.14.11-.21.16l-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%2010.12a4.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.63m1.33%204.01l-2.54%202.34c-.14.13-.33.2-.51.2c-.19%200-.38-.07-.53-.22l-1.17-1.17a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.66.66l2.01-1.85c.31-.28.78-.26%201.06.04c.28.31.26.78-.04%201.06%22%2F%3E%3Cpath%20d%3D%22M20.58%204.02v2.22c0%20.81-.5%201.82-1%202.33l-.18.16c-.14.13-.35.16-.53.1c-.2-.07-.4-.12-.6-.17c-.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.23.15.32.47.12.65c-.07.06-.14.11-.21.16l-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-tick-filled.svg?color=%231a73e8&size=48