color icon
color-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- color-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- 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.947 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.75-1.157-2.071-3.374-1.768-5.056C3.399 6.963 9.119 2 16 2m0 2C10.104 4 5.2 8.254 4.19 13.86c-.236 1.312.114 2.51.903 3.032c.379.25.688.265 1.071.153c.473-.138.96-.438 1.673-.853c.655-.38 1.468-.834 2.404-1.033c.979-.208 2.049-.132 3.206.446c1.412.706 2.14 1.832 2.489 3.109c.33 1.214.327 2.602.306 3.901c-.026 1.67.717 3.028 1.754 3.77c1.016.728 2.366.91 3.756.15A12 12 0 0 0 28 16c0-6.627-5.372-12-12-12m4.5 16.75a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5m3.5-3.5a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5m-.5-5.5a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5m-3-4.5a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5m-5-1a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentColor32Regular(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.947 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.75-1.157-2.071-3.374-1.768-5.056C3.399 6.963 9.119 2 16 2m0 2C10.104 4 5.2 8.254 4.19 13.86c-.236 1.312.114 2.51.903 3.032c.379.25.688.265 1.071.153c.473-.138.96-.438 1.673-.853c.655-.38 1.468-.834 2.404-1.033c.979-.208 2.049-.132 3.206.446c1.412.706 2.14 1.832 2.489 3.109c.33 1.214.327 2.602.306 3.901c-.026 1.67.717 3.028 1.754 3.77c1.016.728 2.366.91 3.756.15A12 12 0 0 0 28 16c0-6.627-5.372-12-12-12m4.5 16.75a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5m3.5-3.5a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5m-.5-5.5a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5m-3-4.5a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5m-5-1a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 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.947 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.75-1.157-2.071-3.374-1.768-5.056C3.399 6.963 9.119 2 16 2m0 2C10.104 4 5.2 8.254 4.19 13.86c-.236 1.312.114 2.51.903 3.032c.379.25.688.265 1.071.153c.473-.138.96-.438 1.673-.853c.655-.38 1.468-.834 2.404-1.033c.979-.208 2.049-.132 3.206.446c1.412.706 2.14 1.832 2.489 3.109c.33 1.214.327 2.602.306 3.901c-.026 1.67.717 3.028 1.754 3.77c1.016.728 2.366.91 3.756.15A12 12 0 0 0 28 16c0-6.627-5.372-12-12-12m4.5 16.75a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5m3.5-3.5a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5m-.5-5.5a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5m-3-4.5a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5m-5-1a1.75 1.75 0 1 1 0 3.5a1.75 1.75 0 0 1 0-3.5"/></svg> </template>
CSS
.icon-color-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c7.732%200%2014%206.268%2014%2014c0%205.302-2.947%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.75-1.157-2.071-3.374-1.768-5.056C3.399%206.963%209.119%202%2016%202m0%202C10.104%204%205.2%208.254%204.19%2013.86c-.236%201.312.114%202.51.903%203.032c.379.25.688.265%201.071.153c.473-.138.96-.438%201.673-.853c.655-.38%201.468-.834%202.404-1.033c.979-.208%202.049-.132%203.206.446c1.412.706%202.14%201.832%202.489%203.109c.33%201.214.327%202.602.306%203.901c-.026%201.67.717%203.028%201.754%203.77c1.016.728%202.366.91%203.756.15A12%2012%200%200%200%2028%2016c0-6.627-5.372-12-12-12m4.5%2016.75a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.5m3.5-3.5a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.5m-.5-5.5a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.5m-3-4.5a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.5m-5-1a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%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.947%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.75-1.157-2.071-3.374-1.768-5.056C3.399%206.963%209.119%202%2016%202m0%202C10.104%204%205.2%208.254%204.19%2013.86c-.236%201.312.114%202.51.903%203.032c.379.25.688.265%201.071.153c.473-.138.96-.438%201.673-.853c.655-.38%201.468-.834%202.404-1.033c.979-.208%202.049-.132%203.206.446c1.412.706%202.14%201.832%202.489%203.109c.33%201.214.327%202.602.306%203.901c-.026%201.67.717%203.028%201.754%203.77c1.016.728%202.366.91%203.756.15A12%2012%200%200%200%2028%2016c0-6.627-5.372-12-12-12m4.5%2016.75a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.5m3.5-3.5a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.5m-.5-5.5a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.5m-3-4.5a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%200-3.5m-5-1a1.75%201.75%200%201%201%200%203.5a1.75%201.75%200%200%201%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-regular.svg?color=%231a73e8&size=48