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

Name
number-circle-8-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 8 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 1m0 4.5c-.594 0-1 .432-1 .875s.406.875 1 .875s1-.432 1-.875S8.594 5.5 8 5.5m1.402 2.213c.512.384.848.976.848 1.662c0 1.208-1.043 2.125-2.25 2.125s-2.25-.917-2.25-2.125c0-.686.336-1.278.848-1.662A1.8 1.8 0 0 1 6 6.375C6 5.299 6.937 4.5 8 4.5s2 .8 2 1.875a1.8 1.8 0 0 1-.598 1.338M8 8.25c-.726 0-1.25.538-1.25 1.125S7.274 10.5 8 10.5s1.25-.538 1.25-1.125S8.726 8.25 8 8.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberCircle816Filled(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 1m0 4.5c-.594 0-1 .432-1 .875s.406.875 1 .875s1-.432 1-.875S8.594 5.5 8 5.5m1.402 2.213c.512.384.848.976.848 1.662c0 1.208-1.043 2.125-2.25 2.125s-2.25-.917-2.25-2.125c0-.686.336-1.278.848-1.662A1.8 1.8 0 0 1 6 6.375C6 5.299 6.937 4.5 8 4.5s2 .8 2 1.875a1.8 1.8 0 0 1-.598 1.338M8 8.25c-.726 0-1.25.538-1.25 1.125S7.274 10.5 8 10.5s1.25-.538 1.25-1.125S8.726 8.25 8 8.25"/></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 1m0 4.5c-.594 0-1 .432-1 .875s.406.875 1 .875s1-.432 1-.875S8.594 5.5 8 5.5m1.402 2.213c.512.384.848.976.848 1.662c0 1.208-1.043 2.125-2.25 2.125s-2.25-.917-2.25-2.125c0-.686.336-1.278.848-1.662A1.8 1.8 0 0 1 6 6.375C6 5.299 6.937 4.5 8 4.5s2 .8 2 1.875a1.8 1.8 0 0 1-.598 1.338M8 8.25c-.726 0-1.25.538-1.25 1.125S7.274 10.5 8 10.5s1.25-.538 1.25-1.125S8.726 8.25 8 8.25"/></svg>
</template>

CSS

.icon-number-circle-8-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%201m0%204.5c-.594%200-1%20.432-1%20.875s.406.875%201%20.875s1-.432%201-.875S8.594%205.5%208%205.5m1.402%202.213c.512.384.848.976.848%201.662c0%201.208-1.043%202.125-2.25%202.125s-2.25-.917-2.25-2.125c0-.686.336-1.278.848-1.662A1.8%201.8%200%200%201%206%206.375C6%205.299%206.937%204.5%208%204.5s2%20.8%202%201.875a1.8%201.8%200%200%201-.598%201.338M8%208.25c-.726%200-1.25.538-1.25%201.125S7.274%2010.5%208%2010.5s1.25-.538%201.25-1.125S8.726%208.25%208%208.25%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%201m0%204.5c-.594%200-1%20.432-1%20.875s.406.875%201%20.875s1-.432%201-.875S8.594%205.5%208%205.5m1.402%202.213c.512.384.848.976.848%201.662c0%201.208-1.043%202.125-2.25%202.125s-2.25-.917-2.25-2.125c0-.686.336-1.278.848-1.662A1.8%201.8%200%200%201%206%206.375C6%205.299%206.937%204.5%208%204.5s2%20.8%202%201.875a1.8%201.8%200%200%201-.598%201.338M8%208.25c-.726%200-1.25.538-1.25%201.125S7.274%2010.5%208%2010.5s1.25-.538%201.25-1.125S8.726%208.25%208%208.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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