Number Circle 1 icon

Used in generic scenarios that need number usage, points made, etc. The Number Circle 1 icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Number Circle 1 icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { NumberCircle124Regular, NumberCircle124Filled } from "@fluentui/react-icons";

export function Example() {
  return <NumberCircle124Regular aria-label="Number Circle 1" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_number_circle_1_24_regular.svg" width="24" height="24" alt="Number Circle 1">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5002 7.25001C13.5002 6.86442 13.2078 6.54166 12.8241 6.50366C12.4404 6.46567 12.0904 6.72482 12.0148 7.10292C11.9191 7.58119 11.6109 8.22272 11.136 8.80936C10.6617 9.39534 10.0847 9.84794 9.51303 10.0385C9.12008 10.1695 8.90771 10.5942 9.03869 10.9872C9.16968 11.3801 9.59442 11.5925 9.98737 11.4615C10.7655 11.2022 11.452 10.6878 12.0002 10.1003V16.25C12.0002 16.6642 12.336 17 12.7502 17C13.1644 17 13.5002 16.6642 13.5002 16.25V7.25001ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM3.5 12C3.5 7.30558 7.30558 3.5 12 3.5C16.6944 3.5 20.5 7.30558 20.5 12C20.5 16.6944 16.6944 20.5 12 20.5C7.30558 20.5 3.5 16.6944 3.5 12Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/number_circle_1_24_regular.svg";

Details

NameNumber Circle 1
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_number_circle_1_24_regular.svg
Filled fileic_fluent_number_circle_1_24_filled.svg
React componentsNumberCircle124Regular, NumberCircle124Filled
LicenseMIT (© Microsoft Corporation)

Keywords

numbertexttypecount

Related icons