color filter icon
color-filter from IconPark Outline by ByteDance · Outline · Operate · Apache-2.0 Free for personal and commercial use.
- Name
- color-filter
- Set
- IconPark Outline
- Style
- Outline
- Category
- Operate
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More operate icons from IconPark Outline
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="currentColor" stroke-linejoin="round" stroke-width="4"><path d="M24 40.944A11.96 11.96 0 0 0 32 44c6.627 0 12-5.373 12-12c0-5.591-3.824-10.29-9-11.622"/><path d="M13 20.378C7.824 21.71 4 26.408 4 32c0 6.627 5.373 12 12 12s12-5.373 12-12c0-1.55-.294-3.03-.828-4.39"/><path d="M24 28c6.627 0 12-5.373 12-12S30.627 4 24 4S12 9.373 12 16s5.373 12 12 12Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineColorFilter(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="currentColor" strokeLinejoin="round" strokeWidth="4"><path d="M24 40.944A11.96 11.96 0 0 0 32 44c6.627 0 12-5.373 12-12c0-5.591-3.824-10.29-9-11.622"/><path d="M13 20.378C7.824 21.71 4 26.408 4 32c0 6.627 5.373 12 12 12s12-5.373 12-12c0-1.55-.294-3.03-.828-4.39"/><path d="M24 28c6.627 0 12-5.373 12-12S30.627 4 24 4S12 9.373 12 16s5.373 12 12 12Z"/></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="currentColor" stroke-linejoin="round" stroke-width="4"><path d="M24 40.944A11.96 11.96 0 0 0 32 44c6.627 0 12-5.373 12-12c0-5.591-3.824-10.29-9-11.622"/><path d="M13 20.378C7.824 21.71 4 26.408 4 32c0 6.627 5.373 12 12 12s12-5.373 12-12c0-1.55-.294-3.03-.828-4.39"/><path d="M24 28c6.627 0 12-5.373 12-12S30.627 4 24 4S12 9.373 12 16s5.373 12 12 12Z"/></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%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2040.944A11.96%2011.96%200%200%200%2032%2044c6.627%200%2012-5.373%2012-12c0-5.591-3.824-10.29-9-11.622%22%2F%3E%3Cpath%20d%3D%22M13%2020.378C7.824%2021.71%204%2026.408%204%2032c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12c0-1.55-.294-3.03-.828-4.39%22%2F%3E%3Cpath%20d%3D%22M24%2028c6.627%200%2012-5.373%2012-12S30.627%204%2024%204S12%209.373%2012%2016s5.373%2012%2012%2012Z%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%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2040.944A11.96%2011.96%200%200%200%2032%2044c6.627%200%2012-5.373%2012-12c0-5.591-3.824-10.29-9-11.622%22%2F%3E%3Cpath%20d%3D%22M13%2020.378C7.824%2021.71%204%2026.408%204%2032c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12c0-1.55-.294-3.03-.828-4.39%22%2F%3E%3Cpath%20d%3D%22M24%2028c6.627%200%2012-5.373%2012-12S30.627%204%2024%204S12%209.373%2012%2016s5.373%2012%2012%2012Z%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-outline/color-filter.svg?color=%231a73e8&size=48