number-circle-6-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
number-circle-6-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the number circle 6 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m1.038 7.138c.21.228.337.567.337.987A1.375 1.375 0 1 1 8 7.75c.507 0 .834.166 1.038.388m.736-.678c.415.45.601 1.05.601 1.665A2.376 2.376 0 0 1 7.999 11.5c-.91 0-1.626-.39-2.096-1.055C5.45 9.8 5.25 8.937 5.25 8c0-.895.202-1.754.651-2.405C6.364 4.924 7.076 4.5 8 4.5c.979 0 1.717.477 2.174 1.21a.5.5 0 1 1-.848.53c-.29-.465-.72-.74-1.327-.74c-.577 0-.99.248-1.276.663c-.23.334-.386.79-.446 1.328A2.37 2.37 0 0 1 8 6.75c.743 0 1.353.254 1.774.71"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberCircle616Filled(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 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m1.038 7.138c.21.228.337.567.337.987A1.375 1.375 0 1 1 8 7.75c.507 0 .834.166 1.038.388m.736-.678c.415.45.601 1.05.601 1.665A2.376 2.376 0 0 1 7.999 11.5c-.91 0-1.626-.39-2.096-1.055C5.45 9.8 5.25 8.937 5.25 8c0-.895.202-1.754.651-2.405C6.364 4.924 7.076 4.5 8 4.5c.979 0 1.717.477 2.174 1.21a.5.5 0 1 1-.848.53c-.29-.465-.72-.74-1.327-.74c-.577 0-.99.248-1.276.663c-.23.334-.386.79-.446 1.328A2.37 2.37 0 0 1 8 6.75c.743 0 1.353.254 1.774.71"/></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 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m1.038 7.138c.21.228.337.567.337.987A1.375 1.375 0 1 1 8 7.75c.507 0 .834.166 1.038.388m.736-.678c.415.45.601 1.05.601 1.665A2.376 2.376 0 0 1 7.999 11.5c-.91 0-1.626-.39-2.096-1.055C5.45 9.8 5.25 8.937 5.25 8c0-.895.202-1.754.651-2.405C6.364 4.924 7.076 4.5 8 4.5c.979 0 1.717.477 2.174 1.21a.5.5 0 1 1-.848.53c-.29-.465-.72-.74-1.327-.74c-.577 0-.99.248-1.276.663c-.23.334-.386.79-.446 1.328A2.37 2.37 0 0 1 8 6.75c.743 0 1.353.254 1.774.71"/></svg>
</template>

CSS

.icon-number-circle-6-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201a7%207%200%201%200%200%2014A7%207%200%200%200%208%201m1.038%207.138c.21.228.337.567.337.987A1.375%201.375%200%201%201%208%207.75c.507%200%20.834.166%201.038.388m.736-.678c.415.45.601%201.05.601%201.665A2.376%202.376%200%200%201%207.999%2011.5c-.91%200-1.626-.39-2.096-1.055C5.45%209.8%205.25%208.937%205.25%208c0-.895.202-1.754.651-2.405C6.364%204.924%207.076%204.5%208%204.5c.979%200%201.717.477%202.174%201.21a.5.5%200%201%201-.848.53c-.29-.465-.72-.74-1.327-.74c-.577%200-.99.248-1.276.663c-.23.334-.386.79-.446%201.328A2.37%202.37%200%200%201%208%206.75c.743%200%201.353.254%201.774.71%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%201a7%207%200%201%200%200%2014A7%207%200%200%200%208%201m1.038%207.138c.21.228.337.567.337.987A1.375%201.375%200%201%201%208%207.75c.507%200%20.834.166%201.038.388m.736-.678c.415.45.601%201.05.601%201.665A2.376%202.376%200%200%201%207.999%2011.5c-.91%200-1.626-.39-2.096-1.055C5.45%209.8%205.25%208.937%205.25%208c0-.895.202-1.754.651-2.405C6.364%204.924%207.076%204.5%208%204.5c.979%200%201.717.477%202.174%201.21a.5.5%200%201%201-.848.53c-.29-.465-.72-.74-1.327-.74c-.577%200-.99.248-1.276.663c-.23.334-.386.79-.446%201.328A2.37%202.37%200%200%201%208%206.75c.743%200%201.353.254%201.774.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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