Number Circle 4 icon

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

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

Use it in HTML

Reference the SVG file directly:

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

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="M3.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 12ZM12 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 2ZM14.5 7.68811C14.5 6.59119 13.0703 6.17002 12.4757 7.09177L8.31876 13.535C7.91092 14.1671 8.36474 15 9.11704 15H13V16.25C13 16.6642 13.3358 17 13.75 17C14.1642 17 14.5 16.6642 14.5 16.25V15H15.25C15.6642 15 16 14.6642 16 14.25C16 13.8358 15.6642 13.5 15.25 13.5H14.5V7.68811ZM13 9.04594V13.5H10.1264L13 9.04594Z" 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_4_24_regular.svg";

Details

NameNumber Circle 4
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_number_circle_4_24_regular.svg
Filled fileic_fluent_number_circle_4_24_filled.svg
React componentsNumberCircle424Regular, NumberCircle424Filled
LicenseMIT (© Microsoft Corporation)

Keywords

numbertexttypecount

Related icons