color icon
color-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- color-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M16 2c7.732 0 14 6.268 14 14c0 5.302-2.948 9.914-7.288 12.29c-2.076 1.135-4.252.887-5.88-.278c-1.606-1.15-2.625-3.146-2.589-5.428c.021-1.34.008-2.446-.237-3.344c-.228-.835-.641-1.44-1.453-1.845c-.74-.37-1.346-.397-1.896-.28c-.592.126-1.16.425-1.815.806c-.597.347-1.348.82-2.116 1.044c-.858.25-1.793.218-2.736-.404c-1.749-1.157-2.071-3.374-1.768-5.056C3.399 6.964 9.119 2 16 2m4.5 18.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m4-3.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m-1-5.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m-3-4.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m-5-1.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentColor32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c7.732 0 14 6.268 14 14c0 5.302-2.948 9.914-7.288 12.29c-2.076 1.135-4.252.887-5.88-.278c-1.606-1.15-2.625-3.146-2.589-5.428c.021-1.34.008-2.446-.237-3.344c-.228-.835-.641-1.44-1.453-1.845c-.74-.37-1.346-.397-1.896-.28c-.592.126-1.16.425-1.815.806c-.597.347-1.348.82-2.116 1.044c-.858.25-1.793.218-2.736-.404c-1.749-1.157-2.071-3.374-1.768-5.056C3.399 6.964 9.119 2 16 2m4.5 18.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m4-3.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m-1-5.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m-3-4.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m-5-1.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c7.732 0 14 6.268 14 14c0 5.302-2.948 9.914-7.288 12.29c-2.076 1.135-4.252.887-5.88-.278c-1.606-1.15-2.625-3.146-2.589-5.428c.021-1.34.008-2.446-.237-3.344c-.228-.835-.641-1.44-1.453-1.845c-.74-.37-1.346-.397-1.896-.28c-.592.126-1.16.425-1.815.806c-.597.347-1.348.82-2.116 1.044c-.858.25-1.793.218-2.736-.404c-1.749-1.157-2.071-3.374-1.768-5.056C3.399 6.964 9.119 2 16 2m4.5 18.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m4-3.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m-1-5.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m-3-4.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m-5-1.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/></svg> </template>
CSS
.icon-color-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c7.732%200%2014%206.268%2014%2014c0%205.302-2.948%209.914-7.288%2012.29c-2.076%201.135-4.252.887-5.88-.278c-1.606-1.15-2.625-3.146-2.589-5.428c.021-1.34.008-2.446-.237-3.344c-.228-.835-.641-1.44-1.453-1.845c-.74-.37-1.346-.397-1.896-.28c-.592.126-1.16.425-1.815.806c-.597.347-1.348.82-2.116%201.044c-.858.25-1.793.218-2.736-.404c-1.749-1.157-2.071-3.374-1.768-5.056C3.399%206.964%209.119%202%2016%202m4.5%2018.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m4-3.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m-1-5.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m-3-4.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m-5-1.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c7.732%200%2014%206.268%2014%2014c0%205.302-2.948%209.914-7.288%2012.29c-2.076%201.135-4.252.887-5.88-.278c-1.606-1.15-2.625-3.146-2.589-5.428c.021-1.34.008-2.446-.237-3.344c-.228-.835-.641-1.44-1.453-1.845c-.74-.37-1.346-.397-1.896-.28c-.592.126-1.16.425-1.815.806c-.597.347-1.348.82-2.116%201.044c-.858.25-1.793.218-2.736-.404c-1.749-1.157-2.071-3.374-1.768-5.056C3.399%206.964%209.119%202%2016%202m4.5%2018.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m4-3.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m-1-5.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m-3-4.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m-5-1.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/color-32-filled.svg?color=%231a73e8&size=48