color icon
color-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- color-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.839 5.858c2.94-3.916 9.03-5.055 13.364-2.36c4.28 2.66 5.854 7.777 4.1 12.577c-1.655 4.533-6.016 6.328-9.159 4.048c-1.177-.854-1.634-1.925-1.854-3.664l-.106-.987l-.045-.398c-.123-.934-.311-1.352-.705-1.572c-.535-.298-.892-.305-1.595-.033l-.351.146l-.179.078c-1.014.44-1.688.595-2.541.416l-.2-.047l-.164-.047c-2.789-.864-3.202-4.647-.565-8.157m12.928 4.722a1.25 1.25 0 1 0 2.415-.647a1.25 1.25 0 0 0-2.415.647m.495 3.488a1.25 1.25 0 1 0 2.414-.647a1.25 1.25 0 0 0-2.414.647m-2.474-6.491a1.25 1.25 0 1 0 2.415-.647a1.25 1.25 0 0 0-2.415.647m-.028 8.998a1.25 1.25 0 1 0 2.415-.647a1.25 1.25 0 0 0-2.415.647m-3.497-9.97a1.25 1.25 0 1 0 2.415-.646a1.25 1.25 0 0 0-2.415.646"/></svg>
React
import type { SVGProps } from "react";
export function FluentColor24Filled(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="M3.839 5.858c2.94-3.916 9.03-5.055 13.364-2.36c4.28 2.66 5.854 7.777 4.1 12.577c-1.655 4.533-6.016 6.328-9.159 4.048c-1.177-.854-1.634-1.925-1.854-3.664l-.106-.987l-.045-.398c-.123-.934-.311-1.352-.705-1.572c-.535-.298-.892-.305-1.595-.033l-.351.146l-.179.078c-1.014.44-1.688.595-2.541.416l-.2-.047l-.164-.047c-2.789-.864-3.202-4.647-.565-8.157m12.928 4.722a1.25 1.25 0 1 0 2.415-.647a1.25 1.25 0 0 0-2.415.647m.495 3.488a1.25 1.25 0 1 0 2.414-.647a1.25 1.25 0 0 0-2.414.647m-2.474-6.491a1.25 1.25 0 1 0 2.415-.647a1.25 1.25 0 0 0-2.415.647m-.028 8.998a1.25 1.25 0 1 0 2.415-.647a1.25 1.25 0 0 0-2.415.647m-3.497-9.97a1.25 1.25 0 1 0 2.415-.646a1.25 1.25 0 0 0-2.415.646"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.839 5.858c2.94-3.916 9.03-5.055 13.364-2.36c4.28 2.66 5.854 7.777 4.1 12.577c-1.655 4.533-6.016 6.328-9.159 4.048c-1.177-.854-1.634-1.925-1.854-3.664l-.106-.987l-.045-.398c-.123-.934-.311-1.352-.705-1.572c-.535-.298-.892-.305-1.595-.033l-.351.146l-.179.078c-1.014.44-1.688.595-2.541.416l-.2-.047l-.164-.047c-2.789-.864-3.202-4.647-.565-8.157m12.928 4.722a1.25 1.25 0 1 0 2.415-.647a1.25 1.25 0 0 0-2.415.647m.495 3.488a1.25 1.25 0 1 0 2.414-.647a1.25 1.25 0 0 0-2.414.647m-2.474-6.491a1.25 1.25 0 1 0 2.415-.647a1.25 1.25 0 0 0-2.415.647m-.028 8.998a1.25 1.25 0 1 0 2.415-.647a1.25 1.25 0 0 0-2.415.647m-3.497-9.97a1.25 1.25 0 1 0 2.415-.646a1.25 1.25 0 0 0-2.415.646"/></svg> </template>
CSS
.icon-color-24-filled {
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%22M3.839%205.858c2.94-3.916%209.03-5.055%2013.364-2.36c4.28%202.66%205.854%207.777%204.1%2012.577c-1.655%204.533-6.016%206.328-9.159%204.048c-1.177-.854-1.634-1.925-1.854-3.664l-.106-.987l-.045-.398c-.123-.934-.311-1.352-.705-1.572c-.535-.298-.892-.305-1.595-.033l-.351.146l-.179.078c-1.014.44-1.688.595-2.541.416l-.2-.047l-.164-.047c-2.789-.864-3.202-4.647-.565-8.157m12.928%204.722a1.25%201.25%200%201%200%202.415-.647a1.25%201.25%200%200%200-2.415.647m.495%203.488a1.25%201.25%200%201%200%202.414-.647a1.25%201.25%200%200%200-2.414.647m-2.474-6.491a1.25%201.25%200%201%200%202.415-.647a1.25%201.25%200%200%200-2.415.647m-.028%208.998a1.25%201.25%200%201%200%202.415-.647a1.25%201.25%200%200%200-2.415.647m-3.497-9.97a1.25%201.25%200%201%200%202.415-.646a1.25%201.25%200%200%200-2.415.646%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%22M3.839%205.858c2.94-3.916%209.03-5.055%2013.364-2.36c4.28%202.66%205.854%207.777%204.1%2012.577c-1.655%204.533-6.016%206.328-9.159%204.048c-1.177-.854-1.634-1.925-1.854-3.664l-.106-.987l-.045-.398c-.123-.934-.311-1.352-.705-1.572c-.535-.298-.892-.305-1.595-.033l-.351.146l-.179.078c-1.014.44-1.688.595-2.541.416l-.2-.047l-.164-.047c-2.789-.864-3.202-4.647-.565-8.157m12.928%204.722a1.25%201.25%200%201%200%202.415-.647a1.25%201.25%200%200%200-2.415.647m.495%203.488a1.25%201.25%200%201%200%202.414-.647a1.25%201.25%200%200%200-2.414.647m-2.474-6.491a1.25%201.25%200%201%200%202.415-.647a1.25%201.25%200%200%200-2.415.647m-.028%208.998a1.25%201.25%200%201%200%202.415-.647a1.25%201.25%200%200%200-2.415.647m-3.497-9.97a1.25%201.25%200%201%200%202.415-.646a1.25%201.25%200%200%200-2.415.646%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/color-24-filled.svg?color=%231a73e8&size=48