Number Circle 5 icon

Used in generic scenarios that need number usage, points made, etc. The Number Circle 5 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 5 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 { NumberCircle524Regular, NumberCircle524Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

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

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="M10.748 7C10.3544 7 10.0278 7.30432 9.99992 7.69697L9.74992 11.2238C9.73467 11.4389 9.81277 11.6502 9.96427 11.8036C10.1158 11.9571 10.326 12.038 10.5413 12.0255L10.5447 12.0253L10.5563 12.0247L10.6028 12.0222C10.6436 12.0201 10.7029 12.0171 10.7763 12.0138C10.9234 12.0072 11.1254 11.9993 11.3461 11.994C11.8078 11.983 12.2819 11.9859 12.53 12.0197C13.6232 12.174 14.3846 13.185 14.2309 14.2784C14.0772 15.3722 13.0659 16.1343 11.972 15.9806C11.2734 15.8824 10.7094 15.4347 10.433 14.8357C10.2594 14.4596 9.81387 14.2953 9.43776 14.4689C9.06164 14.6424 8.89741 15.088 9.07094 15.4641C9.55199 16.5067 10.5385 17.2938 11.7633 17.466C13.6775 17.735 15.4473 16.4013 15.7163 14.4871C15.9853 12.5729 14.6517 10.8031 12.7375 10.5341L12.735 10.5337C12.3497 10.4809 11.7571 10.4838 11.3103 10.4945L11.3054 10.4946L11.4468 8.5H14.2485C14.6627 8.5 14.9985 8.16421 14.9985 7.75C14.9985 7.33579 14.6627 7 14.2485 7H10.748ZM12 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_5_24_regular.svg";

Details

NameNumber Circle 5
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_number_circle_5_24_regular.svg
Filled fileic_fluent_number_circle_5_24_filled.svg
React componentsNumberCircle524Regular, NumberCircle524Filled
LicenseMIT (© Microsoft Corporation)

Keywords

numbertexttypecount

Related icons