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

Name
number-circle-6-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M14 2C7.373 2 2 7.373 2 14s5.373 12 12 12s12-5.373 12-12S20.627 2 14 2m0 11.5a3 3 0 1 0 0 6a3 3 0 0 0 3-3c0-.866-.293-1.612-.79-2.135c-.492-.518-1.227-.865-2.21-.865m-3.75.512A4.5 4.5 0 0 1 14 12c1.36 0 2.5.492 3.298 1.332c.792.833 1.202 1.963 1.202 3.168A4.5 4.5 0 0 1 14 21c-1.883 0-3.247-.832-4.102-2.178c-.826-1.3-1.149-3.025-1.149-4.822c0-1.82.394-3.542 1.25-4.834C10.876 7.844 12.226 7 14 7c1.88 0 3.277.948 4.144 2.394a.75.75 0 0 1-1.286.771c-.63-1.048-1.566-1.665-2.859-1.665c-1.226 0-2.126.555-2.75 1.495c-.643.97-1 2.374-1 4.005z"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberCircle628Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2C7.373 2 2 7.373 2 14s5.373 12 12 12s12-5.373 12-12S20.627 2 14 2m0 11.5a3 3 0 1 0 0 6a3 3 0 0 0 3-3c0-.866-.293-1.612-.79-2.135c-.492-.518-1.227-.865-2.21-.865m-3.75.512A4.5 4.5 0 0 1 14 12c1.36 0 2.5.492 3.298 1.332c.792.833 1.202 1.963 1.202 3.168A4.5 4.5 0 0 1 14 21c-1.883 0-3.247-.832-4.102-2.178c-.826-1.3-1.149-3.025-1.149-4.822c0-1.82.394-3.542 1.25-4.834C10.876 7.844 12.226 7 14 7c1.88 0 3.277.948 4.144 2.394a.75.75 0 0 1-1.286.771c-.63-1.048-1.566-1.665-2.859-1.665c-1.226 0-2.126.555-2.75 1.495c-.643.97-1 2.374-1 4.005z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2C7.373 2 2 7.373 2 14s5.373 12 12 12s12-5.373 12-12S20.627 2 14 2m0 11.5a3 3 0 1 0 0 6a3 3 0 0 0 3-3c0-.866-.293-1.612-.79-2.135c-.492-.518-1.227-.865-2.21-.865m-3.75.512A4.5 4.5 0 0 1 14 12c1.36 0 2.5.492 3.298 1.332c.792.833 1.202 1.963 1.202 3.168A4.5 4.5 0 0 1 14 21c-1.883 0-3.247-.832-4.102-2.178c-.826-1.3-1.149-3.025-1.149-4.822c0-1.82.394-3.542 1.25-4.834C10.876 7.844 12.226 7 14 7c1.88 0 3.277.948 4.144 2.394a.75.75 0 0 1-1.286.771c-.63-1.048-1.566-1.665-2.859-1.665c-1.226 0-2.126.555-2.75 1.495c-.643.97-1 2.374-1 4.005z"/></svg>
</template>

CSS

.icon-number-circle-6-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202C7.373%202%202%207.373%202%2014s5.373%2012%2012%2012s12-5.373%2012-12S20.627%202%2014%202m0%2011.5a3%203%200%201%200%200%206a3%203%200%200%200%203-3c0-.866-.293-1.612-.79-2.135c-.492-.518-1.227-.865-2.21-.865m-3.75.512A4.5%204.5%200%200%201%2014%2012c1.36%200%202.5.492%203.298%201.332c.792.833%201.202%201.963%201.202%203.168A4.5%204.5%200%200%201%2014%2021c-1.883%200-3.247-.832-4.102-2.178c-.826-1.3-1.149-3.025-1.149-4.822c0-1.82.394-3.542%201.25-4.834C10.876%207.844%2012.226%207%2014%207c1.88%200%203.277.948%204.144%202.394a.75.75%200%200%201-1.286.771c-.63-1.048-1.566-1.665-2.859-1.665c-1.226%200-2.126.555-2.75%201.495c-.643.97-1%202.374-1%204.005z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202C7.373%202%202%207.373%202%2014s5.373%2012%2012%2012s12-5.373%2012-12S20.627%202%2014%202m0%2011.5a3%203%200%201%200%200%206a3%203%200%200%200%203-3c0-.866-.293-1.612-.79-2.135c-.492-.518-1.227-.865-2.21-.865m-3.75.512A4.5%204.5%200%200%201%2014%2012c1.36%200%202.5.492%203.298%201.332c.792.833%201.202%201.963%201.202%203.168A4.5%204.5%200%200%201%2014%2021c-1.883%200-3.247-.832-4.102-2.178c-.826-1.3-1.149-3.025-1.149-4.822c0-1.82.394-3.542%201.25-4.834C10.876%207.844%2012.226%207%2014%207c1.88%200%203.277.948%204.144%202.394a.75.75%200%200%201-1.286.771c-.63-1.048-1.566-1.665-2.859-1.665c-1.226%200-2.126.555-2.75%201.495c-.643.97-1%202.374-1%204.005z%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-28-filled.svg?color=%231a73e8&size=48