color filter ai icon
color-filter-ai-line from Remix Icon by Remix Design · Line · Design · Apache-2.0 Free for personal and commercial use.
- Name
- color-filter-ai-line
- Set
- Remix Icon
- Style
- Line
- Category
- Design
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
More design icons from Remix Icon
ai-generate-2-fillalign-item-bottom-fillalign-item-horizontal-center-fillalign-item-left-fillalign-item-right-fillalign-item-top-fillalign-item-vertical-center-fillanticlockwise-2-fillanticlockwise-fillartboard-2-fillartboard-fillball-pen-fillblur-off-fillbrush-2-fillbrush-3-fillbrush-4-fillbrush-ai-3-fillbrush-ai-fillbrush-fillcircle-fillclockwise-2-fillclockwise-fillcollage-fillcolor-filter-fill
Use the color filter ai icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.007 7.297A6 6 0 0 1 15.6 2.2l-1.2 1.6a4.02 4.02 0 0 0-3.206-.718a4.001 4.001 0 0 0 .287 7.885a5.996 5.996 0 0 1 7.849-1.663A6 6 0 1 1 12 18.655a6 6 0 1 1-5.764-9.983a6 6 0 0 1-.226-1.33zm1.143 3.236a4 4 0 1 0 4.215 2.434a6 6 0 0 1-1.252-.27a6 6 0 0 1-2.963-2.164m6.004 6.401a4 4 0 1 0 0-4.868a6 6 0 0 1 .43 1.413a6 6 0 0 1-.43 3.455M18.577 7c.289.334.529.714.71 1.128l.246.566c.18.414.753.414.934 0l.246-.566a4.36 4.36 0 0 1 2.22-2.25l.737-.339a.53.53 0 0 0 0-.963l-.695-.319a4.37 4.37 0 0 1-2.251-2.326l-.253-.611a.506.506 0 0 0-.942 0l-.253.61q-.12.29-.276.555a4.34 4.34 0 0 1-1.975 1.772l-.717.32a.53.53 0 0 0 0 .962l.76.338A4.3 4.3 0 0 1 18.578 7"/></svg>
React
import type { SVGProps } from "react";
export function RiColorFilterAiLine(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="M6.007 7.297A6 6 0 0 1 15.6 2.2l-1.2 1.6a4.02 4.02 0 0 0-3.206-.718a4.001 4.001 0 0 0 .287 7.885a5.996 5.996 0 0 1 7.849-1.663A6 6 0 1 1 12 18.655a6 6 0 1 1-5.764-9.983a6 6 0 0 1-.226-1.33zm1.143 3.236a4 4 0 1 0 4.215 2.434a6 6 0 0 1-1.252-.27a6 6 0 0 1-2.963-2.164m6.004 6.401a4 4 0 1 0 0-4.868a6 6 0 0 1 .43 1.413a6 6 0 0 1-.43 3.455M18.577 7c.289.334.529.714.71 1.128l.246.566c.18.414.753.414.934 0l.246-.566a4.36 4.36 0 0 1 2.22-2.25l.737-.339a.53.53 0 0 0 0-.963l-.695-.319a4.37 4.37 0 0 1-2.251-2.326l-.253-.611a.506.506 0 0 0-.942 0l-.253.61q-.12.29-.276.555a4.34 4.34 0 0 1-1.975 1.772l-.717.32a.53.53 0 0 0 0 .962l.76.338A4.3 4.3 0 0 1 18.578 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.007 7.297A6 6 0 0 1 15.6 2.2l-1.2 1.6a4.02 4.02 0 0 0-3.206-.718a4.001 4.001 0 0 0 .287 7.885a5.996 5.996 0 0 1 7.849-1.663A6 6 0 1 1 12 18.655a6 6 0 1 1-5.764-9.983a6 6 0 0 1-.226-1.33zm1.143 3.236a4 4 0 1 0 4.215 2.434a6 6 0 0 1-1.252-.27a6 6 0 0 1-2.963-2.164m6.004 6.401a4 4 0 1 0 0-4.868a6 6 0 0 1 .43 1.413a6 6 0 0 1-.43 3.455M18.577 7c.289.334.529.714.71 1.128l.246.566c.18.414.753.414.934 0l.246-.566a4.36 4.36 0 0 1 2.22-2.25l.737-.339a.53.53 0 0 0 0-.963l-.695-.319a4.37 4.37 0 0 1-2.251-2.326l-.253-.611a.506.506 0 0 0-.942 0l-.253.61q-.12.29-.276.555a4.34 4.34 0 0 1-1.975 1.772l-.717.32a.53.53 0 0 0 0 .962l.76.338A4.3 4.3 0 0 1 18.578 7"/></svg> </template>
CSS
.icon-color-filter-ai-line {
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%22M6.007%207.297A6%206%200%200%201%2015.6%202.2l-1.2%201.6a4.02%204.02%200%200%200-3.206-.718a4.001%204.001%200%200%200%20.287%207.885a5.996%205.996%200%200%201%207.849-1.663A6%206%200%201%201%2012%2018.655a6%206%200%201%201-5.764-9.983a6%206%200%200%201-.226-1.33zm1.143%203.236a4%204%200%201%200%204.215%202.434a6%206%200%200%201-1.252-.27a6%206%200%200%201-2.963-2.164m6.004%206.401a4%204%200%201%200%200-4.868a6%206%200%200%201%20.43%201.413a6%206%200%200%201-.43%203.455M18.577%207c.289.334.529.714.71%201.128l.246.566c.18.414.753.414.934%200l.246-.566a4.36%204.36%200%200%201%202.22-2.25l.737-.339a.53.53%200%200%200%200-.963l-.695-.319a4.37%204.37%200%200%201-2.251-2.326l-.253-.611a.506.506%200%200%200-.942%200l-.253.61q-.12.29-.276.555a4.34%204.34%200%200%201-1.975%201.772l-.717.32a.53.53%200%200%200%200%20.962l.76.338A4.3%204.3%200%200%201%2018.578%207%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%22M6.007%207.297A6%206%200%200%201%2015.6%202.2l-1.2%201.6a4.02%204.02%200%200%200-3.206-.718a4.001%204.001%200%200%200%20.287%207.885a5.996%205.996%200%200%201%207.849-1.663A6%206%200%201%201%2012%2018.655a6%206%200%201%201-5.764-9.983a6%206%200%200%201-.226-1.33zm1.143%203.236a4%204%200%201%200%204.215%202.434a6%206%200%200%201-1.252-.27a6%206%200%200%201-2.963-2.164m6.004%206.401a4%204%200%201%200%200-4.868a6%206%200%200%201%20.43%201.413a6%206%200%200%201-.43%203.455M18.577%207c.289.334.529.714.71%201.128l.246.566c.18.414.753.414.934%200l.246-.566a4.36%204.36%200%200%201%202.22-2.25l.737-.339a.53.53%200%200%200%200-.963l-.695-.319a4.37%204.37%200%200%201-2.251-2.326l-.253-.611a.506.506%200%200%200-.942%200l-.253.61q-.12.29-.276.555a4.34%204.34%200%200%201-1.975%201.772l-.717.32a.53.53%200%200%200%200%20.962l.76.338A4.3%204.3%200%200%201%2018.578%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/color-filter-ai-line.svg?color=%231a73e8&size=48