fill color icon
fill-color from Iconoir by Luca Burgio · Regular · Design Tools · MIT Free for personal and commercial use.
- Name
- fill-color
- Set
- Iconoir
- Style
- Regular
- Category
- Design Tools
- Viewbox
- 24×24
- License
- MIT
1 other variant in Iconoir
The same icon in other sets
More design tools icons from Iconoir
adobe-after-effectsadobe-illustratoradobe-indesignadobe-lightroomadobe-photoshopadobe-xdalign-bottom-boxalign-horizontal-centersalign-horizontal-spacingalign-left-boxalign-right-boxalign-top-boxalign-vertical-centersalign-vertical-spacingaxesborder-blborder-bottomborder-brborder-innerborder-leftborder-outborder-rightborder-tlborder-top
Use the fill color icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m2.636 10.293l7.071-7.071l8.485 8.485l-7.07 7.071a2 2 0 0 1-2.83 0l-5.656-5.657a2 2 0 0 1 0-2.828m5.657-8.485l1.414 1.414"/><path stroke-miterlimit="1.5" d="M20 15s3 2.993 3 4.887c0 1.655-1.345 3-3 3s-2.988-1.345-3-3C17.01 17.992 20 15 20 15" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirFillColor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m2.636 10.293l7.071-7.071l8.485 8.485l-7.07 7.071a2 2 0 0 1-2.83 0l-5.656-5.657a2 2 0 0 1 0-2.828m5.657-8.485l1.414 1.414"/><path strokeMiterlimit="1.5" d="M20 15s3 2.993 3 4.887c0 1.655-1.345 3-3 3s-2.988-1.345-3-3C17.01 17.992 20 15 20 15" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m2.636 10.293l7.071-7.071l8.485 8.485l-7.07 7.071a2 2 0 0 1-2.83 0l-5.656-5.657a2 2 0 0 1 0-2.828m5.657-8.485l1.414 1.414"/><path stroke-miterlimit="1.5" d="M20 15s3 2.993 3 4.887c0 1.655-1.345 3-3 3s-2.988-1.345-3-3C17.01 17.992 20 15 20 15" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-fill-color {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m2.636%2010.293l7.071-7.071l8.485%208.485l-7.07%207.071a2%202%200%200%201-2.83%200l-5.656-5.657a2%202%200%200%201%200-2.828m5.657-8.485l1.414%201.414%22%2F%3E%3Cpath%20stroke-miterlimit%3D%221.5%22%20d%3D%22M20%2015s3%202.993%203%204.887c0%201.655-1.345%203-3%203s-2.988-1.345-3-3C17.01%2017.992%2020%2015%2020%2015%22%20clip-rule%3D%22evenodd%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m2.636%2010.293l7.071-7.071l8.485%208.485l-7.07%207.071a2%202%200%200%201-2.83%200l-5.656-5.657a2%202%200%200%201%200-2.828m5.657-8.485l1.414%201.414%22%2F%3E%3Cpath%20stroke-miterlimit%3D%221.5%22%20d%3D%22M20%2015s3%202.993%203%204.887c0%201.655-1.345%203-3%203s-2.988-1.345-3-3C17.01%2017.992%2020%2015%2020%2015%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/fill-color.svg?color=%231a73e8&size=48