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

Name
number-circle-6-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m0 13.5a3.25 3.25 0 0 0-3.25 3.25c0 .948.32 1.754.854 2.317c.527.554 1.32.933 2.396.933a3.25 3.25 0 0 0 3.25-3.25c0-.948-.32-1.754-.854-2.317c-.527-.554-1.32-.933-2.396-.933m0 8.5c-1.602 0-3.167-.517-4.306-1.894C10.582 20.762 10 18.746 10 16c0-2.093.54-4.052 1.552-5.518C12.575 9 14.11 8 16 8c1.865 0 3.384.974 4.407 2.423a1 1 0 1 1-1.634 1.154C18.049 10.552 17.095 10 16 10c-1.109 0-2.075.566-2.802 1.619c-.642.929-1.074 2.217-1.175 3.704A5.24 5.24 0 0 1 16 13.5c1.58 0 2.912.572 3.846 1.556c.927.976 1.404 2.295 1.404 3.694c0 2.9-2.35 5.25-5.25 5.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberCircle632Filled(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 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m0 13.5a3.25 3.25 0 0 0-3.25 3.25c0 .948.32 1.754.854 2.317c.527.554 1.32.933 2.396.933a3.25 3.25 0 0 0 3.25-3.25c0-.948-.32-1.754-.854-2.317c-.527-.554-1.32-.933-2.396-.933m0 8.5c-1.602 0-3.167-.517-4.306-1.894C10.582 20.762 10 18.746 10 16c0-2.093.54-4.052 1.552-5.518C12.575 9 14.11 8 16 8c1.865 0 3.384.974 4.407 2.423a1 1 0 1 1-1.634 1.154C18.049 10.552 17.095 10 16 10c-1.109 0-2.075.566-2.802 1.619c-.642.929-1.074 2.217-1.175 3.704A5.24 5.24 0 0 1 16 13.5c1.58 0 2.912.572 3.846 1.556c.927.976 1.404 2.295 1.404 3.694c0 2.9-2.35 5.25-5.25 5.25"/></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 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m0 13.5a3.25 3.25 0 0 0-3.25 3.25c0 .948.32 1.754.854 2.317c.527.554 1.32.933 2.396.933a3.25 3.25 0 0 0 3.25-3.25c0-.948-.32-1.754-.854-2.317c-.527-.554-1.32-.933-2.396-.933m0 8.5c-1.602 0-3.167-.517-4.306-1.894C10.582 20.762 10 18.746 10 16c0-2.093.54-4.052 1.552-5.518C12.575 9 14.11 8 16 8c1.865 0 3.384.974 4.407 2.423a1 1 0 1 1-1.634 1.154C18.049 10.552 17.095 10 16 10c-1.109 0-2.075.566-2.802 1.619c-.642.929-1.074 2.217-1.175 3.704A5.24 5.24 0 0 1 16 13.5c1.58 0 2.912.572 3.846 1.556c.927.976 1.404 2.295 1.404 3.694c0 2.9-2.35 5.25-5.25 5.25"/></svg>
</template>

CSS

.icon-number-circle-6-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202C8.268%202%202%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14S23.732%202%2016%202m0%2013.5a3.25%203.25%200%200%200-3.25%203.25c0%20.948.32%201.754.854%202.317c.527.554%201.32.933%202.396.933a3.25%203.25%200%200%200%203.25-3.25c0-.948-.32-1.754-.854-2.317c-.527-.554-1.32-.933-2.396-.933m0%208.5c-1.602%200-3.167-.517-4.306-1.894C10.582%2020.762%2010%2018.746%2010%2016c0-2.093.54-4.052%201.552-5.518C12.575%209%2014.11%208%2016%208c1.865%200%203.384.974%204.407%202.423a1%201%200%201%201-1.634%201.154C18.049%2010.552%2017.095%2010%2016%2010c-1.109%200-2.075.566-2.802%201.619c-.642.929-1.074%202.217-1.175%203.704A5.24%205.24%200%200%201%2016%2013.5c1.58%200%202.912.572%203.846%201.556c.927.976%201.404%202.295%201.404%203.694c0%202.9-2.35%205.25-5.25%205.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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202C8.268%202%202%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14S23.732%202%2016%202m0%2013.5a3.25%203.25%200%200%200-3.25%203.25c0%20.948.32%201.754.854%202.317c.527.554%201.32.933%202.396.933a3.25%203.25%200%200%200%203.25-3.25c0-.948-.32-1.754-.854-2.317c-.527-.554-1.32-.933-2.396-.933m0%208.5c-1.602%200-3.167-.517-4.306-1.894C10.582%2020.762%2010%2018.746%2010%2016c0-2.093.54-4.052%201.552-5.518C12.575%209%2014.11%208%2016%208c1.865%200%203.384.974%204.407%202.423a1%201%200%201%201-1.634%201.154C18.049%2010.552%2017.095%2010%2016%2010c-1.109%200-2.075.566-2.802%201.619c-.642.929-1.074%202.217-1.175%203.704A5.24%205.24%200%200%201%2016%2013.5c1.58%200%202.912.572%203.846%201.556c.927.976%201.404%202.295%201.404%203.694c0%202.9-2.35%205.25-5.25%205.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-6-32-filled.svg?color=%231a73e8&size=48