color filter icon

color-filter from IconPark by ByteDance · Color · Operate · Apache-2.0 Free for personal and commercial use.

Name
color-filter
Set
IconPark
Style
Color
Category
Operate
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More operate icons from IconPark

Use the color filter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M24 40.9444C26.123 42.8446 28.9266 44 32 44C38.6274 44 44 38.6274 44 32C44 26.4085 40.1757 21.7102 35 20.3781"/><path d="M13 20.3781C7.82432 21.7102 4 26.4085 4 32C4 38.6274 9.37258 44 16 44C22.6274 44 28 38.6274 28 32C28 30.4506 27.7063 28.9697 27.1716 27.6101"/><path fill="#2F88FF" d="M24 28C30.6274 28 36 22.6274 36 16C36 9.37258 30.6274 4 24 4C17.3726 4 12 9.37258 12 16C12 22.6274 17.3726 28 24 28Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkColorFilter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path d="M24 40.9444C26.123 42.8446 28.9266 44 32 44C38.6274 44 44 38.6274 44 32C44 26.4085 40.1757 21.7102 35 20.3781"/><path d="M13 20.3781C7.82432 21.7102 4 26.4085 4 32C4 38.6274 9.37258 44 16 44C22.6274 44 28 38.6274 28 32C28 30.4506 27.7063 28.9697 27.1716 27.6101"/><path fill="#2F88FF" d="M24 28C30.6274 28 36 22.6274 36 16C36 9.37258 30.6274 4 24 4C17.3726 4 12 9.37258 12 16C12 22.6274 17.3726 28 24 28Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M24 40.9444C26.123 42.8446 28.9266 44 32 44C38.6274 44 44 38.6274 44 32C44 26.4085 40.1757 21.7102 35 20.3781"/><path d="M13 20.3781C7.82432 21.7102 4 26.4085 4 32C4 38.6274 9.37258 44 16 44C22.6274 44 28 38.6274 28 32C28 30.4506 27.7063 28.9697 27.1716 27.6101"/><path fill="#2F88FF" d="M24 28C30.6274 28 36 22.6274 36 16C36 9.37258 30.6274 4 24 4C17.3726 4 12 9.37258 12 16C12 22.6274 17.3726 28 24 28Z"/></g></svg>
</template>

CSS

.icon-color-filter {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2040.9444C26.123%2042.8446%2028.9266%2044%2032%2044C38.6274%2044%2044%2038.6274%2044%2032C44%2026.4085%2040.1757%2021.7102%2035%2020.3781%22%2F%3E%3Cpath%20d%3D%22M13%2020.3781C7.82432%2021.7102%204%2026.4085%204%2032C4%2038.6274%209.37258%2044%2016%2044C22.6274%2044%2028%2038.6274%2028%2032C28%2030.4506%2027.7063%2028.9697%2027.1716%2027.6101%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2028C30.6274%2028%2036%2022.6274%2036%2016C36%209.37258%2030.6274%204%2024%204C17.3726%204%2012%209.37258%2012%2016C12%2022.6274%2017.3726%2028%2024%2028Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2040.9444C26.123%2042.8446%2028.9266%2044%2032%2044C38.6274%2044%2044%2038.6274%2044%2032C44%2026.4085%2040.1757%2021.7102%2035%2020.3781%22%2F%3E%3Cpath%20d%3D%22M13%2020.3781C7.82432%2021.7102%204%2026.4085%204%2032C4%2038.6274%209.37258%2044%2016%2044C22.6274%2044%2028%2038.6274%2028%2032C28%2030.4506%2027.7063%2028.9697%2027.1716%2027.6101%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2028C30.6274%2028%2036%2022.6274%2036%2016C36%209.37258%2030.6274%204%2024%204C17.3726%204%2012%209.37258%2012%2016C12%2022.6274%2017.3726%2028%2024%2028Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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