Data Usage Checkmark icon

The Data Usage 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 Data Usage 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 { DataUsageCheckmark24Regular, DataUsageCheckmark24Filled } from "@fluentui/react-icons";

export function Example() {
  return <DataUsageCheckmark24Regular aria-label="Data Usage Checkmark" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_data_usage_checkmark_24_regular.svg" width="24" height="24" alt="Data Usage 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="M17.25 1.99609C18.7688 1.99609 20 3.22731 20 4.74609V11.4982C19.5258 11.3004 19.0232 11.1572 18.5 11.0764V4.74609C18.5 4.05574 17.9404 3.49609 17.25 3.49609H4.75C4.05964 3.49609 3.5 4.05574 3.5 4.74609V17.2461C3.5 17.9365 4.05964 18.4961 4.75 18.4961H11.0758C11.1563 19.0193 11.2991 19.5219 11.4965 19.9961H4.75C3.23122 19.9961 2 18.7649 2 17.2461V4.74609C2 3.22731 3.23122 1.99609 4.75 1.99609H17.25ZM16 6.72881V11.1739C15.4722 11.2986 14.9693 11.4876 14.5 11.7322V6.72881C14.5 6.32597 14.8358 5.9994 15.25 5.9994C15.6297 5.9994 15.9435 6.27381 15.9932 6.62983L16 6.72881ZM11.7146 11.7153L11.7422 14.481C11.4961 14.9493 11.3055 15.4514 11.1791 15.9785C11.1294 15.9896 11.0778 15.9956 11.0249 15.9962C10.6542 15.9997 10.3451 15.7295 10.293 15.3755L10.2854 15.277L10.25 11.7296C10.246 11.3285 10.5707 11.0001 10.9751 10.9961C11.3458 10.9925 11.6549 11.2628 11.707 11.6168L11.7146 11.7153ZM6.75 7.9994C7.1297 7.9994 7.44349 8.28034 7.49315 8.64485L7.5 8.74618V15.2526C7.5 15.6651 7.16421 15.9994 6.75 15.9994C6.3703 15.9994 6.05651 15.7185 6.00685 15.354L6 15.2526V8.74618C6 8.33374 6.33579 7.9994 6.75 7.9994ZM23 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/data_usage_checkmark_24_regular.svg";

Details

NameData Usage Checkmark
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_data_usage_checkmark_24_regular.svg
Filled fileic_fluent_data_usage_checkmark_24_filled.svg
React componentsDataUsageCheckmark24Regular, DataUsageCheckmark24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

datavizvisualizationchartmaptrendinggraph.usedindatausagescenarios.

Related icons