color fill icon
color-fill from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- color-fill
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-color-fill
The same icon in other sets
Use the color fill icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 13.998c-.092.065-2 2.083-2 3.5c0 1.494.949 2.448 2 2.5c.906.044 2-.891 2-2.5c0-1.5-1.908-3.435-2-3.5m-16.586-1c0 .534.208 1.036.586 1.414l5.586 5.586c.378.378.88.586 1.414.586s1.036-.208 1.414-.586l7-7l-.707-.707L11 4.584L8.707 2.291L7.293 3.705l2.293 2.293L4 11.584c-.378.378-.586.88-.586 1.414M11 7.412l5.586 5.586L11 18.584h.001l-.001 1v-1l-5.586-5.586z"/></svg>
React
import type { SVGProps } from "react";
export function BxColorFill(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="M20 13.998c-.092.065-2 2.083-2 3.5c0 1.494.949 2.448 2 2.5c.906.044 2-.891 2-2.5c0-1.5-1.908-3.435-2-3.5m-16.586-1c0 .534.208 1.036.586 1.414l5.586 5.586c.378.378.88.586 1.414.586s1.036-.208 1.414-.586l7-7l-.707-.707L11 4.584L8.707 2.291L7.293 3.705l2.293 2.293L4 11.584c-.378.378-.586.88-.586 1.414M11 7.412l5.586 5.586L11 18.584h.001l-.001 1v-1l-5.586-5.586z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 13.998c-.092.065-2 2.083-2 3.5c0 1.494.949 2.448 2 2.5c.906.044 2-.891 2-2.5c0-1.5-1.908-3.435-2-3.5m-16.586-1c0 .534.208 1.036.586 1.414l5.586 5.586c.378.378.88.586 1.414.586s1.036-.208 1.414-.586l7-7l-.707-.707L11 4.584L8.707 2.291L7.293 3.705l2.293 2.293L4 11.584c-.378.378-.586.88-.586 1.414M11 7.412l5.586 5.586L11 18.584h.001l-.001 1v-1l-5.586-5.586z"/></svg> </template>
CSS
.icon-color-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%22M20%2013.998c-.092.065-2%202.083-2%203.5c0%201.494.949%202.448%202%202.5c.906.044%202-.891%202-2.5c0-1.5-1.908-3.435-2-3.5m-16.586-1c0%20.534.208%201.036.586%201.414l5.586%205.586c.378.378.88.586%201.414.586s1.036-.208%201.414-.586l7-7l-.707-.707L11%204.584L8.707%202.291L7.293%203.705l2.293%202.293L4%2011.584c-.378.378-.586.88-.586%201.414M11%207.412l5.586%205.586L11%2018.584h.001l-.001%201v-1l-5.586-5.586z%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%22M20%2013.998c-.092.065-2%202.083-2%203.5c0%201.494.949%202.448%202%202.5c.906.044%202-.891%202-2.5c0-1.5-1.908-3.435-2-3.5m-16.586-1c0%20.534.208%201.036.586%201.414l5.586%205.586c.378.378.88.586%201.414.586s1.036-.208%201.414-.586l7-7l-.707-.707L11%204.584L8.707%202.291L7.293%203.705l2.293%202.293L4%2011.584c-.378.378-.586.88-.586%201.414M11%207.412l5.586%205.586L11%2018.584h.001l-.001%201v-1l-5.586-5.586z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/color-fill.svg?color=%231a73e8&size=48