Flash Checkmark icon

Used in flash scenarios for cameras & in general intelligence for processes (AI). The Flash Checkmark 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 Flash Checkmark 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 { FlashCheckmark24Regular, FlashCheckmark24Filled } from "@fluentui/react-icons";

export function Example() {
  return <FlashCheckmark24Regular aria-label="Flash Checkmark" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_flash_checkmark_24_regular.svg" width="24" height="24" alt="Flash Checkmark">

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="M7.42407 2.83052C7.60147 2.33254 8.07295 2 8.60158 2H15.0552C15.9084 2 16.5109 2.83587 16.2411 3.64528L14.7895 8H18.7483C19.8524 8 20.4143 9.32683 19.646 10.1198L18.6882 11.1084C18.303 11.0372 17.9058 11 17.5 11C17.2124 11 16.9292 11.0187 16.6514 11.0549L18.1579 9.5H13.7489C13.5078 9.5 13.2815 9.38411 13.1405 9.18853C12.9995 8.99296 12.9612 8.74154 13.0374 8.51283L14.7084 3.5H8.77791L5.51596 12.6565C5.4581 12.8189 5.57811 12.9898 5.7505 12.9904L8.25179 13C8.47899 13.0009 8.69355 13.1047 8.83523 13.2823C8.97691 13.4599 9.03044 13.6922 8.9808 13.9139L7.50773 20.4923L11.0316 16.8552C11.0107 17.0673 11 17.2824 11 17.5C11 17.977 11.0514 18.442 11.1489 18.8898L8.58502 21.536C7.53129 22.6236 5.71307 21.6422 6.04398 20.1645L7.31321 14.4964L5.74476 14.4904C4.53801 14.4858 3.69797 13.2899 4.10294 12.1532L7.42407 2.83052ZM23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 14.4624 14.4624 12 17.5 12C20.5376 12 23 14.4624 23 17.5ZM20.8536 15.1464C20.6583 14.9512 20.3417 14.9512 20.1464 15.1464L16.5 18.7929L14.8536 17.1464C14.6583 16.9512 14.3417 16.9512 14.1464 17.1464C13.9512 17.3417 13.9512 17.6583 14.1464 17.8536L16.1464 19.8536C16.3417 20.0488 16.6583 20.0488 16.8536 19.8536L20.8536 15.8536C21.0488 15.6583 21.0488 15.3417 20.8536 15.1464Z" 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/flash_checkmark_24_regular.svg";

Details

NameFlash Checkmark
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_flash_checkmark_24_regular.svg
Filled fileic_fluent_flash_checkmark_24_filled.svg
React componentsFlashCheckmark24Regular, FlashCheckmark24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

lightningflashboltpoweraithunder

Related icons