filter add icon

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

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

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the filter add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.88 10c-2.62 0-4.75 2.13-4.75 4.75c0 .89.25 1.73.69 2.45c.82 1.38 2.33 2.3 4.06 2.3s3.24-.93 4.06-2.3c.44-.71.69-1.56.69-2.45c0-2.62-2.12-4.75-4.75-4.75m1.78 5.48h-1.03v1.07c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.07h-1.02c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.02V13c0-.41.34-.75.75-.75s.75.34.75.75v.98h1.03c.41 0 .75.34.75.75s-.34.75-.75.75"/><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 ReiconFilterAddFilled(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="M16.88 10c-2.62 0-4.75 2.13-4.75 4.75c0 .89.25 1.73.69 2.45c.82 1.38 2.33 2.3 4.06 2.3s3.24-.93 4.06-2.3c.44-.71.69-1.56.69-2.45c0-2.62-2.12-4.75-4.75-4.75m1.78 5.48h-1.03v1.07c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.07h-1.02c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.02V13c0-.41.34-.75.75-.75s.75.34.75.75v.98h1.03c.41 0 .75.34.75.75s-.34.75-.75.75"/><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="M16.88 10c-2.62 0-4.75 2.13-4.75 4.75c0 .89.25 1.73.69 2.45c.82 1.38 2.33 2.3 4.06 2.3s3.24-.93 4.06-2.3c.44-.71.69-1.56.69-2.45c0-2.62-2.12-4.75-4.75-4.75m1.78 5.48h-1.03v1.07c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.07h-1.02c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.02V13c0-.41.34-.75.75-.75s.75.34.75.75v.98h1.03c.41 0 .75.34.75.75s-.34.75-.75.75"/><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-add-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%22M16.88%2010c-2.62%200-4.75%202.13-4.75%204.75c0%20.89.25%201.73.69%202.45c.82%201.38%202.33%202.3%204.06%202.3s3.24-.93%204.06-2.3c.44-.71.69-1.56.69-2.45c0-2.62-2.12-4.75-4.75-4.75m1.78%205.48h-1.03v1.07c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-1.07h-1.02c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.02V13c0-.41.34-.75.75-.75s.75.34.75.75v.98h1.03c.41%200%20.75.34.75.75s-.34.75-.75.75%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%22M16.88%2010c-2.62%200-4.75%202.13-4.75%204.75c0%20.89.25%201.73.69%202.45c.82%201.38%202.33%202.3%204.06%202.3s3.24-.93%204.06-2.3c.44-.71.69-1.56.69-2.45c0-2.62-2.12-4.75-4.75-4.75m1.78%205.48h-1.03v1.07c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-1.07h-1.02c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.02V13c0-.41.34-.75.75-.75s.75.34.75.75v.98h1.03c.41%200%20.75.34.75.75s-.34.75-.75.75%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-add-filled.svg?color=%231a73e8&size=48