color fill icon
color-fill-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- color-fill-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
10 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the color fill icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.5a.5.5 0 0 0-1 0v1a1.5 1.5 0 0 0-.561.354L3.853 6.439a1.5 1.5 0 0 0 0 2.122l2.086 2.085a1.5 1.5 0 0 0 2.122 0l2.585-2.585a1.5 1.5 0 0 0 0-2.122L8.56 3.854A1.5 1.5 0 0 0 8 3.5zM7 4.707V5.5a.5.5 0 1 0 1 0v-.793l1.939 1.94c.1.099.148.23.146.36L10 7H4.707zM4.707 8h4.586l-1.94 1.94a.5.5 0 0 1-.707 0zm7.915 4.783A1 1 0 0 1 12 13H4a1 1 0 0 1-1-1v-1a1 1 0 0 1 .885-.993l-.739-.74l-.05-.051A2 2 0 0 0 2 11v1a2 2 0 0 0 2 2h8a2 2 0 0 0 1.977-1.697c-.383.28-.85.455-1.355.48M12.5 8a.5.5 0 0 0-.388.185l-.002.002l-.002.003l-.01.012l-.034.043a10 10 0 0 0-.48.665c-.132.198-.27.424-.378.646c-.098.203-.206.47-.206.73a1.5 1.5 0 0 0 3 0c0-.26-.108-.527-.206-.73a6 6 0 0 0-.377-.646a10 10 0 0 0-.48-.665l-.035-.043l-.01-.012l-.002-.003l-.002-.002A.5.5 0 0 0 12.5 8m0 1.339l.083.123c.119.18.23.365.31.53q.06.123.087.209c.018.056.02.082.02.085a.5.5 0 1 1-1 0c0-.003.002-.029.02-.085q.026-.085.086-.21a5 5 0 0 1 .394-.652"/></svg>
React
import type { SVGProps } from "react";
export function FluentColorFill16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.5a.5.5 0 0 0-1 0v1a1.5 1.5 0 0 0-.561.354L3.853 6.439a1.5 1.5 0 0 0 0 2.122l2.086 2.085a1.5 1.5 0 0 0 2.122 0l2.585-2.585a1.5 1.5 0 0 0 0-2.122L8.56 3.854A1.5 1.5 0 0 0 8 3.5zM7 4.707V5.5a.5.5 0 1 0 1 0v-.793l1.939 1.94c.1.099.148.23.146.36L10 7H4.707zM4.707 8h4.586l-1.94 1.94a.5.5 0 0 1-.707 0zm7.915 4.783A1 1 0 0 1 12 13H4a1 1 0 0 1-1-1v-1a1 1 0 0 1 .885-.993l-.739-.74l-.05-.051A2 2 0 0 0 2 11v1a2 2 0 0 0 2 2h8a2 2 0 0 0 1.977-1.697c-.383.28-.85.455-1.355.48M12.5 8a.5.5 0 0 0-.388.185l-.002.002l-.002.003l-.01.012l-.034.043a10 10 0 0 0-.48.665c-.132.198-.27.424-.378.646c-.098.203-.206.47-.206.73a1.5 1.5 0 0 0 3 0c0-.26-.108-.527-.206-.73a6 6 0 0 0-.377-.646a10 10 0 0 0-.48-.665l-.035-.043l-.01-.012l-.002-.003l-.002-.002A.5.5 0 0 0 12.5 8m0 1.339l.083.123c.119.18.23.365.31.53q.06.123.087.209c.018.056.02.082.02.085a.5.5 0 1 1-1 0c0-.003.002-.029.02-.085q.026-.085.086-.21a5 5 0 0 1 .394-.652"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.5a.5.5 0 0 0-1 0v1a1.5 1.5 0 0 0-.561.354L3.853 6.439a1.5 1.5 0 0 0 0 2.122l2.086 2.085a1.5 1.5 0 0 0 2.122 0l2.585-2.585a1.5 1.5 0 0 0 0-2.122L8.56 3.854A1.5 1.5 0 0 0 8 3.5zM7 4.707V5.5a.5.5 0 1 0 1 0v-.793l1.939 1.94c.1.099.148.23.146.36L10 7H4.707zM4.707 8h4.586l-1.94 1.94a.5.5 0 0 1-.707 0zm7.915 4.783A1 1 0 0 1 12 13H4a1 1 0 0 1-1-1v-1a1 1 0 0 1 .885-.993l-.739-.74l-.05-.051A2 2 0 0 0 2 11v1a2 2 0 0 0 2 2h8a2 2 0 0 0 1.977-1.697c-.383.28-.85.455-1.355.48M12.5 8a.5.5 0 0 0-.388.185l-.002.002l-.002.003l-.01.012l-.034.043a10 10 0 0 0-.48.665c-.132.198-.27.424-.378.646c-.098.203-.206.47-.206.73a1.5 1.5 0 0 0 3 0c0-.26-.108-.527-.206-.73a6 6 0 0 0-.377-.646a10 10 0 0 0-.48-.665l-.035-.043l-.01-.012l-.002-.003l-.002-.002A.5.5 0 0 0 12.5 8m0 1.339l.083.123c.119.18.23.365.31.53q.06.123.087.209c.018.056.02.082.02.085a.5.5 0 1 1-1 0c0-.003.002-.029.02-.085q.026-.085.086-.21a5 5 0 0 1 .394-.652"/></svg> </template>
CSS
.icon-color-fill-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%202.5a.5.5%200%200%200-1%200v1a1.5%201.5%200%200%200-.561.354L3.853%206.439a1.5%201.5%200%200%200%200%202.122l2.086%202.085a1.5%201.5%200%200%200%202.122%200l2.585-2.585a1.5%201.5%200%200%200%200-2.122L8.56%203.854A1.5%201.5%200%200%200%208%203.5zM7%204.707V5.5a.5.5%200%201%200%201%200v-.793l1.939%201.94c.1.099.148.23.146.36L10%207H4.707zM4.707%208h4.586l-1.94%201.94a.5.5%200%200%201-.707%200zm7.915%204.783A1%201%200%200%201%2012%2013H4a1%201%200%200%201-1-1v-1a1%201%200%200%201%20.885-.993l-.739-.74l-.05-.051A2%202%200%200%200%202%2011v1a2%202%200%200%200%202%202h8a2%202%200%200%200%201.977-1.697c-.383.28-.85.455-1.355.48M12.5%208a.5.5%200%200%200-.388.185l-.002.002l-.002.003l-.01.012l-.034.043a10%2010%200%200%200-.48.665c-.132.198-.27.424-.378.646c-.098.203-.206.47-.206.73a1.5%201.5%200%200%200%203%200c0-.26-.108-.527-.206-.73a6%206%200%200%200-.377-.646a10%2010%200%200%200-.48-.665l-.035-.043l-.01-.012l-.002-.003l-.002-.002A.5.5%200%200%200%2012.5%208m0%201.339l.083.123c.119.18.23.365.31.53q.06.123.087.209c.018.056.02.082.02.085a.5.5%200%201%201-1%200c0-.003.002-.029.02-.085q.026-.085.086-.21a5%205%200%200%201%20.394-.652%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%202.5a.5.5%200%200%200-1%200v1a1.5%201.5%200%200%200-.561.354L3.853%206.439a1.5%201.5%200%200%200%200%202.122l2.086%202.085a1.5%201.5%200%200%200%202.122%200l2.585-2.585a1.5%201.5%200%200%200%200-2.122L8.56%203.854A1.5%201.5%200%200%200%208%203.5zM7%204.707V5.5a.5.5%200%201%200%201%200v-.793l1.939%201.94c.1.099.148.23.146.36L10%207H4.707zM4.707%208h4.586l-1.94%201.94a.5.5%200%200%201-.707%200zm7.915%204.783A1%201%200%200%201%2012%2013H4a1%201%200%200%201-1-1v-1a1%201%200%200%201%20.885-.993l-.739-.74l-.05-.051A2%202%200%200%200%202%2011v1a2%202%200%200%200%202%202h8a2%202%200%200%200%201.977-1.697c-.383.28-.85.455-1.355.48M12.5%208a.5.5%200%200%200-.388.185l-.002.002l-.002.003l-.01.012l-.034.043a10%2010%200%200%200-.48.665c-.132.198-.27.424-.378.646c-.098.203-.206.47-.206.73a1.5%201.5%200%200%200%203%200c0-.26-.108-.527-.206-.73a6%206%200%200%200-.377-.646a10%2010%200%200%200-.48-.665l-.035-.043l-.01-.012l-.002-.003l-.002-.002A.5.5%200%200%200%2012.5%208m0%201.339l.083.123c.119.18.23.365.31.53q.06.123.087.209c.018.056.02.082.02.085a.5.5%200%201%201-1%200c0-.003.002-.029.02-.085q.026-.085.086-.21a5%205%200%200%201%20.394-.652%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/color-fill-16-regular.svg?color=%231a73e8&size=48