color-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
color-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.5 5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M11.5 7a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M11 9.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-.5 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M8 2a6 6 0 0 0-6 6a2 2 0 0 0 2 2c.708 0 1.085-.378 1.34-.633l.014-.013C5.598 9.109 5.72 9 6 9a1 1 0 0 1 1 1v1a3 3 0 0 0 3 3c1.334 0 2.354-.746 3.017-1.854C13.672 11.05 14 9.579 14 8a6 6 0 0 0-6-6M3 8a5 5 0 0 1 10 0c0 1.458-.305 2.737-.841 3.632C11.63 12.515 10.9 13 10 13a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2c-.708 0-1.085.378-1.34.633l-.014.013C4.402 8.891 4.28 9 4 9a1 1 0 0 1-1-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentColor16Regular(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="M7.5 5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M11.5 7a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M11 9.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-.5 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M8 2a6 6 0 0 0-6 6a2 2 0 0 0 2 2c.708 0 1.085-.378 1.34-.633l.014-.013C5.598 9.109 5.72 9 6 9a1 1 0 0 1 1 1v1a3 3 0 0 0 3 3c1.334 0 2.354-.746 3.017-1.854C13.672 11.05 14 9.579 14 8a6 6 0 0 0-6-6M3 8a5 5 0 0 1 10 0c0 1.458-.305 2.737-.841 3.632C11.63 12.515 10.9 13 10 13a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2c-.708 0-1.085.378-1.34.633l-.014.013C4.402 8.891 4.28 9 4 9a1 1 0 0 1-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.5 5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M11.5 7a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M11 9.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-.5 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M8 2a6 6 0 0 0-6 6a2 2 0 0 0 2 2c.708 0 1.085-.378 1.34-.633l.014-.013C5.598 9.109 5.72 9 6 9a1 1 0 0 1 1 1v1a3 3 0 0 0 3 3c1.334 0 2.354-.746 3.017-1.854C13.672 11.05 14 9.579 14 8a6 6 0 0 0-6-6M3 8a5 5 0 0 1 10 0c0 1.458-.305 2.737-.841 3.632C11.63 12.515 10.9 13 10 13a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2c-.708 0-1.085.378-1.34.633l-.014.013C4.402 8.891 4.28 9 4 9a1 1 0 0 1-1-1"/></svg>
</template>

CSS

.icon-color-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%22M7.5%205.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m2.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M11.5%207a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M11%209.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-.5%201.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M8%202a6%206%200%200%200-6%206a2%202%200%200%200%202%202c.708%200%201.085-.378%201.34-.633l.014-.013C5.598%209.109%205.72%209%206%209a1%201%200%200%201%201%201v1a3%203%200%200%200%203%203c1.334%200%202.354-.746%203.017-1.854C13.672%2011.05%2014%209.579%2014%208a6%206%200%200%200-6-6M3%208a5%205%200%200%201%2010%200c0%201.458-.305%202.737-.841%203.632C11.63%2012.515%2010.9%2013%2010%2013a2%202%200%200%201-2-2v-1a2%202%200%200%200-2-2c-.708%200-1.085.378-1.34.633l-.014.013C4.402%208.891%204.28%209%204%209a1%201%200%200%201-1-1%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%22M7.5%205.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m2.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M11.5%207a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M11%209.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-.5%201.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M8%202a6%206%200%200%200-6%206a2%202%200%200%200%202%202c.708%200%201.085-.378%201.34-.633l.014-.013C5.598%209.109%205.72%209%206%209a1%201%200%200%201%201%201v1a3%203%200%200%200%203%203c1.334%200%202.354-.746%203.017-1.854C13.672%2011.05%2014%209.579%2014%208a6%206%200%200%200-6-6M3%208a5%205%200%200%201%2010%200c0%201.458-.305%202.737-.841%203.632C11.63%2012.515%2010.9%2013%2010%2013a2%202%200%200%201-2-2v-1a2%202%200%200%200-2-2c-.708%200-1.085.378-1.34.633l-.014.013C4.402%208.891%204.28%209%204%209a1%201%200%200%201-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/color-16-regular.svg?color=%231a73e8&size=48