Comma icon

Used to add comma to UI. The Comma 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 Comma 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 { Comma24Regular, Comma24Filled } from "@fluentui/react-icons";

export function Example() {
  return <Comma24Regular aria-label="Comma" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_comma_24_regular.svg" width="24" height="24" alt="Comma">

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="M14.6195 12.023C13.9177 12.6317 13.0019 13 12 13C9.79086 13 8 11.2091 8 9C8 6.79086 9.79086 5 12 5C14.0534 5 15.7454 6.54722 15.9738 8.53943C16.3304 10.3496 16.3261 12.5064 15.5096 14.4394C14.6478 16.4797 12.909 18.1983 9.93995 18.9755C9.53924 19.0805 9.12936 18.8407 9.02445 18.4399C8.91955 18.0392 9.15935 17.6294 9.56005 17.5245C12.091 16.8619 13.4522 15.4554 14.1279 13.8557C14.3745 13.2717 14.5334 12.6527 14.6195 12.023Z" 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/comma_24_regular.svg";

Details

NameComma
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_comma_24_regular.svg
Filled fileic_fluent_comma_24_filled.svg
React componentsComma24Regular, Comma24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

commaoxford