Number Circle 2 icon

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

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

Use it in HTML

Reference the SVG file directly:

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

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 2ZM10.3513 8.95093L10.3496 8.95303C10.1007 9.28151 9.63289 9.34773 9.3025 9.10044C8.97088 8.85224 8.90326 8.3822 9.15147 8.05059L9.15222 8.04959C9.17407 8.02064 9.19695 7.99246 9.22024 7.96466C9.25843 7.91907 9.31206 7.85783 9.38058 7.78621C9.517 7.64362 9.71599 7.4562 9.97346 7.26871C10.4855 6.89581 11.2617 6.5 12.2495 6.5C14.0445 6.5 15.4992 7.95516 15.4995 9.74988C15.4997 10.7782 15.0693 11.497 14.4651 12.0308C14.0037 12.4384 13.412 12.7567 12.8969 13.0337C12.7984 13.0867 12.7028 13.1381 12.6114 13.1884C11.9949 13.5275 11.4815 13.8531 11.1107 14.3043C10.8654 14.6028 10.664 14.9798 10.5654 15.5H14.75C15.1642 15.5 15.5 15.8358 15.5 16.25C15.5 16.6642 15.1642 17 14.75 17H9.75C9.33579 17 9 16.6642 9 16.25C9 14.9963 9.3644 14.0666 9.95183 13.3519C10.5185 12.6625 11.255 12.2225 11.8885 11.8741C12.008 11.8084 12.1224 11.7464 12.232 11.6872C12.7459 11.409 13.1523 11.1891 13.472 10.9067C13.8051 10.6124 13.9996 10.2843 13.9995 9.75012C13.9993 8.78342 13.2159 8 12.2495 8C11.6753 8 11.2026 8.22919 10.8564 8.48129C10.6848 8.6063 10.5522 8.73138 10.4644 8.82317C10.4208 8.86874 10.3892 8.90515 10.3701 8.92792C10.3606 8.93927 10.3543 8.94713 10.3513 8.95093Z" 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_2_24_regular.svg";

Details

NameNumber Circle 2
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_number_circle_2_24_regular.svg
Filled fileic_fluent_number_circle_2_24_filled.svg
React componentsNumberCircle224Regular, NumberCircle224Filled
LicenseMIT (© Microsoft Corporation)

Keywords

numbertexttypecount

Related icons