number-circle-9-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
number-circle-9-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the number circle 9 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 28c6.627 0 12-5.373 12-12S22.627 4 16 4S4 9.373 4 16s5.373 12 12 12m14-12c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14m-14 .5a3.25 3.25 0 0 0 3.25-3.25c0-.948-.32-1.754-.854-2.316C17.869 10.379 17.076 10 16 10a3.25 3.25 0 0 0-3.25 3.25c0 .948.32 1.754.854 2.316c.527.555 1.32.934 2.396.934M16 8c1.602 0 3.167.517 4.306 1.894C21.418 11.238 22 13.254 22 16c0 2.093-.54 4.052-1.552 5.518C19.425 23 17.89 24 16 24c-1.865 0-3.384-.974-4.407-2.423a1 1 0 1 1 1.634-1.154C13.95 21.448 14.905 22 16 22c1.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 18.5c-1.58 0-2.912-.572-3.846-1.556c-.927-.976-1.404-2.294-1.404-3.694C10.75 10.35 13.1 8 16 8"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberCircle932Regular(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 28c6.627 0 12-5.373 12-12S22.627 4 16 4S4 9.373 4 16s5.373 12 12 12m14-12c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14m-14 .5a3.25 3.25 0 0 0 3.25-3.25c0-.948-.32-1.754-.854-2.316C17.869 10.379 17.076 10 16 10a3.25 3.25 0 0 0-3.25 3.25c0 .948.32 1.754.854 2.316c.527.555 1.32.934 2.396.934M16 8c1.602 0 3.167.517 4.306 1.894C21.418 11.238 22 13.254 22 16c0 2.093-.54 4.052-1.552 5.518C19.425 23 17.89 24 16 24c-1.865 0-3.384-.974-4.407-2.423a1 1 0 1 1 1.634-1.154C13.95 21.448 14.905 22 16 22c1.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 18.5c-1.58 0-2.912-.572-3.846-1.556c-.927-.976-1.404-2.294-1.404-3.694C10.75 10.35 13.1 8 16 8"/></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 28c6.627 0 12-5.373 12-12S22.627 4 16 4S4 9.373 4 16s5.373 12 12 12m14-12c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14m-14 .5a3.25 3.25 0 0 0 3.25-3.25c0-.948-.32-1.754-.854-2.316C17.869 10.379 17.076 10 16 10a3.25 3.25 0 0 0-3.25 3.25c0 .948.32 1.754.854 2.316c.527.555 1.32.934 2.396.934M16 8c1.602 0 3.167.517 4.306 1.894C21.418 11.238 22 13.254 22 16c0 2.093-.54 4.052-1.552 5.518C19.425 23 17.89 24 16 24c-1.865 0-3.384-.974-4.407-2.423a1 1 0 1 1 1.634-1.154C13.95 21.448 14.905 22 16 22c1.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 18.5c-1.58 0-2.912-.572-3.846-1.556c-.927-.976-1.404-2.294-1.404-3.694C10.75 10.35 13.1 8 16 8"/></svg>
</template>

CSS

.icon-number-circle-9-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2028c6.627%200%2012-5.373%2012-12S22.627%204%2016%204S4%209.373%204%2016s5.373%2012%2012%2012m14-12c0%207.732-6.268%2014-14%2014S2%2023.732%202%2016S8.268%202%2016%202s14%206.268%2014%2014m-14%20.5a3.25%203.25%200%200%200%203.25-3.25c0-.948-.32-1.754-.854-2.316C17.869%2010.379%2017.076%2010%2016%2010a3.25%203.25%200%200%200-3.25%203.25c0%20.948.32%201.754.854%202.316c.527.555%201.32.934%202.396.934M16%208c1.602%200%203.167.517%204.306%201.894C21.418%2011.238%2022%2013.254%2022%2016c0%202.093-.54%204.052-1.552%205.518C19.425%2023%2017.89%2024%2016%2024c-1.865%200-3.384-.974-4.407-2.423a1%201%200%201%201%201.634-1.154C13.95%2021.448%2014.905%2022%2016%2022c1.109%200%202.075-.566%202.802-1.619c.642-.929%201.074-2.217%201.175-3.704A5.24%205.24%200%200%201%2016%2018.5c-1.58%200-2.912-.572-3.846-1.556c-.927-.976-1.404-2.294-1.404-3.694C10.75%2010.35%2013.1%208%2016%208%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%2028c6.627%200%2012-5.373%2012-12S22.627%204%2016%204S4%209.373%204%2016s5.373%2012%2012%2012m14-12c0%207.732-6.268%2014-14%2014S2%2023.732%202%2016S8.268%202%2016%202s14%206.268%2014%2014m-14%20.5a3.25%203.25%200%200%200%203.25-3.25c0-.948-.32-1.754-.854-2.316C17.869%2010.379%2017.076%2010%2016%2010a3.25%203.25%200%200%200-3.25%203.25c0%20.948.32%201.754.854%202.316c.527.555%201.32.934%202.396.934M16%208c1.602%200%203.167.517%204.306%201.894C21.418%2011.238%2022%2013.254%2022%2016c0%202.093-.54%204.052-1.552%205.518C19.425%2023%2017.89%2024%2016%2024c-1.865%200-3.384-.974-4.407-2.423a1%201%200%201%201%201.634-1.154C13.95%2021.448%2014.905%2022%2016%2022c1.109%200%202.075-.566%202.802-1.619c.642-.929%201.074-2.217%201.175-3.704A5.24%205.24%200%200%201%2016%2018.5c-1.58%200-2.912-.572-3.846-1.556c-.927-.976-1.404-2.294-1.404-3.694C10.75%2010.35%2013.1%208%2016%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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