color fill icon
color-fill from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- color-fill
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Related icons in IonIcons
Use the color fill icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M416 480c-35.29 0-64-29.11-64-64.88c0-33.29 28.67-65.4 44.08-82.64c1.87-2.1 3.49-3.91 4.68-5.31a19.94 19.94 0 0 1 30.55 0c1.13 1.31 2.63 3 4.36 4.93c15.5 17.3 44.33 49.51 44.33 83.05c0 35.74-28.71 64.85-64 64.85m-17.77-203.36L166.89 47.22a52.1 52.1 0 0 0-73.6 0l-4.51 4.51a53.2 53.2 0 0 0-15.89 37.33A51.66 51.66 0 0 0 88.14 126l41.51 41.5L45 252a44.52 44.52 0 0 0-13 32a42.8 42.8 0 0 0 13.5 30.84l131.24 126a44 44 0 0 0 61.08-.18l124.11-120.28a15.6 15.6 0 0 1 8.23-4.29a69 69 0 0 1 11.93-.86h.3a22.53 22.53 0 0 0 15.84-38.59M152.29 144.85l-41.53-41.52a20 20 0 0 1 0-28.34l5.16-5.15a20.07 20.07 0 0 1 28.39 0L186 111.21Z"/></svg>
React
import type { SVGProps } from "react";
export function IonColorFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M416 480c-35.29 0-64-29.11-64-64.88c0-33.29 28.67-65.4 44.08-82.64c1.87-2.1 3.49-3.91 4.68-5.31a19.94 19.94 0 0 1 30.55 0c1.13 1.31 2.63 3 4.36 4.93c15.5 17.3 44.33 49.51 44.33 83.05c0 35.74-28.71 64.85-64 64.85m-17.77-203.36L166.89 47.22a52.1 52.1 0 0 0-73.6 0l-4.51 4.51a53.2 53.2 0 0 0-15.89 37.33A51.66 51.66 0 0 0 88.14 126l41.51 41.5L45 252a44.52 44.52 0 0 0-13 32a42.8 42.8 0 0 0 13.5 30.84l131.24 126a44 44 0 0 0 61.08-.18l124.11-120.28a15.6 15.6 0 0 1 8.23-4.29a69 69 0 0 1 11.93-.86h.3a22.53 22.53 0 0 0 15.84-38.59M152.29 144.85l-41.53-41.52a20 20 0 0 1 0-28.34l5.16-5.15a20.07 20.07 0 0 1 28.39 0L186 111.21Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M416 480c-35.29 0-64-29.11-64-64.88c0-33.29 28.67-65.4 44.08-82.64c1.87-2.1 3.49-3.91 4.68-5.31a19.94 19.94 0 0 1 30.55 0c1.13 1.31 2.63 3 4.36 4.93c15.5 17.3 44.33 49.51 44.33 83.05c0 35.74-28.71 64.85-64 64.85m-17.77-203.36L166.89 47.22a52.1 52.1 0 0 0-73.6 0l-4.51 4.51a53.2 53.2 0 0 0-15.89 37.33A51.66 51.66 0 0 0 88.14 126l41.51 41.5L45 252a44.52 44.52 0 0 0-13 32a42.8 42.8 0 0 0 13.5 30.84l131.24 126a44 44 0 0 0 61.08-.18l124.11-120.28a15.6 15.6 0 0 1 8.23-4.29a69 69 0 0 1 11.93-.86h.3a22.53 22.53 0 0 0 15.84-38.59M152.29 144.85l-41.53-41.52a20 20 0 0 1 0-28.34l5.16-5.15a20.07 20.07 0 0 1 28.39 0L186 111.21Z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20480c-35.29%200-64-29.11-64-64.88c0-33.29%2028.67-65.4%2044.08-82.64c1.87-2.1%203.49-3.91%204.68-5.31a19.94%2019.94%200%200%201%2030.55%200c1.13%201.31%202.63%203%204.36%204.93c15.5%2017.3%2044.33%2049.51%2044.33%2083.05c0%2035.74-28.71%2064.85-64%2064.85m-17.77-203.36L166.89%2047.22a52.1%2052.1%200%200%200-73.6%200l-4.51%204.51a53.2%2053.2%200%200%200-15.89%2037.33A51.66%2051.66%200%200%200%2088.14%20126l41.51%2041.5L45%20252a44.52%2044.52%200%200%200-13%2032a42.8%2042.8%200%200%200%2013.5%2030.84l131.24%20126a44%2044%200%200%200%2061.08-.18l124.11-120.28a15.6%2015.6%200%200%201%208.23-4.29a69%2069%200%200%201%2011.93-.86h.3a22.53%2022.53%200%200%200%2015.84-38.59M152.29%20144.85l-41.53-41.52a20%2020%200%200%201%200-28.34l5.16-5.15a20.07%2020.07%200%200%201%2028.39%200L186%20111.21Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20480c-35.29%200-64-29.11-64-64.88c0-33.29%2028.67-65.4%2044.08-82.64c1.87-2.1%203.49-3.91%204.68-5.31a19.94%2019.94%200%200%201%2030.55%200c1.13%201.31%202.63%203%204.36%204.93c15.5%2017.3%2044.33%2049.51%2044.33%2083.05c0%2035.74-28.71%2064.85-64%2064.85m-17.77-203.36L166.89%2047.22a52.1%2052.1%200%200%200-73.6%200l-4.51%204.51a53.2%2053.2%200%200%200-15.89%2037.33A51.66%2051.66%200%200%200%2088.14%20126l41.51%2041.5L45%20252a44.52%2044.52%200%200%200-13%2032a42.8%2042.8%200%200%200%2013.5%2030.84l131.24%20126a44%2044%200%200%200%2061.08-.18l124.11-120.28a15.6%2015.6%200%200%201%208.23-4.29a69%2069%200%200%201%2011.93-.86h.3a22.53%2022.53%200%200%200%2015.84-38.59M152.29%20144.85l-41.53-41.52a20%2020%200%200%201%200-28.34l5.16-5.15a20.07%2020.07%200%200%201%2028.39%200L186%20111.21Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/color-fill.svg?color=%231a73e8&size=48