color filter icon

color-filter-fill from Remix Icon by Remix Design · Fill · Design · Apache-2.0 Free for personal and commercial use.

Name
color-filter-fill
Set
Remix Icon
Style
Fill
Category
Design
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More design icons from Remix Icon

Use the color filter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.572 8.027a5 5 0 1 0-5.101 2.945a7 7 0 0 1 5.1-2.945m-3.418 9.92a7 7 0 0 0 0-5.892a5 5 0 1 1 0 5.89m-6.88-7.92a7 7 0 0 0 5.1 2.946a5 5 0 1 1-5.1-2.946"/></svg>

React

import type { SVGProps } from "react";

export function RiColorFilterFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.572 8.027a5 5 0 1 0-5.101 2.945a7 7 0 0 1 5.1-2.945m-3.418 9.92a7 7 0 0 0 0-5.892a5 5 0 1 1 0 5.89m-6.88-7.92a7 7 0 0 0 5.1 2.946a5 5 0 1 1-5.1-2.946"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.572 8.027a5 5 0 1 0-5.101 2.945a7 7 0 0 1 5.1-2.945m-3.418 9.92a7 7 0 0 0 0-5.892a5 5 0 1 1 0 5.89m-6.88-7.92a7 7 0 0 0 5.1 2.946a5 5 0 1 1-5.1-2.946"/></svg>
</template>

CSS

.icon-color-filter-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.572%208.027a5%205%200%201%200-5.101%202.945a7%207%200%200%201%205.1-2.945m-3.418%209.92a7%207%200%200%200%200-5.892a5%205%200%201%201%200%205.89m-6.88-7.92a7%207%200%200%200%205.1%202.946a5%205%200%201%201-5.1-2.946%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.572%208.027a5%205%200%201%200-5.101%202.945a7%207%200%200%201%205.1-2.945m-3.418%209.92a7%207%200%200%200%200-5.892a5%205%200%201%201%200%205.89m-6.88-7.92a7%207%200%200%200%205.1%202.946a5%205%200%201%201-5.1-2.946%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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