data usage checkmark icon
data-usage-checkmark-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- data-usage-checkmark-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
data-usage-checkmark-16-filleddata-usage-checkmark-16-regulardata-usage-checkmark-20-filleddata-usage-checkmark-20-regulardata-usage-checkmark-24-filleddata-usage-checkmark-24-regulardata-usage-checkmark-28-regulardata-usage-checkmark-32-filleddata-usage-checkmark-32-regulardata-usage-checkmark-48-filleddata-usage-checkmark-48-regular
Related icons in Fluent UI System Icons
data-area-20-filleddata-bar-horizontal-20-filleddata-bar-horizontal-descending-16-filleddata-bar-vertical-16-filleddata-bar-vertical-add-20-filleddata-bar-vertical-arrow-down-16-filleddata-bar-vertical-ascending-16-filleddata-bar-vertical-edit-16-filleddata-bar-vertical-star-16-filleddata-funnel-20-filleddata-histogram-16-filleddata-line-16-filleddata-pie-16-filleddata-scatter-20-filleddata-sunburst-20-filleddata-treemap-20-filleddata-trending-16-filleddata-usage-16-filleddata-usage-edit-20-filleddata-usage-settings-16-filleddata-usage-sparkle-20-filleddata-usage-toolbox-20-filleddata-waterfall-20-filleddata-whisker-20-filled
Use the data usage checkmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.75 2A3.75 3.75 0 0 0 2 5.75v14.5A3.75 3.75 0 0 0 5.75 24h8.115a7.54 7.54 0 0 1-.712-5.016a.75.75 0 0 1-.903-.734v-4.5a.75.75 0 0 1 1.5 0v3.477a7.53 7.53 0 0 1 3.75-3.603V7.75a.75.75 0 0 1 1.5 0v5.4a7.53 7.53 0 0 1 5 .715V5.75A3.75 3.75 0 0 0 20.25 2zm2.75 8.75v7.5a.75.75 0 0 1-1.5 0v-7.5a.75.75 0 0 1 1.5 0M27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-2.646-2.854a.5.5 0 0 0-.708 0L19 22.293l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l5-5a.5.5 0 0 0 0-.708"/></svg>
React
import type { SVGProps } from "react";
export function FluentDataUsageCheckmark28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.75 2A3.75 3.75 0 0 0 2 5.75v14.5A3.75 3.75 0 0 0 5.75 24h8.115a7.54 7.54 0 0 1-.712-5.016a.75.75 0 0 1-.903-.734v-4.5a.75.75 0 0 1 1.5 0v3.477a7.53 7.53 0 0 1 3.75-3.603V7.75a.75.75 0 0 1 1.5 0v5.4a7.53 7.53 0 0 1 5 .715V5.75A3.75 3.75 0 0 0 20.25 2zm2.75 8.75v7.5a.75.75 0 0 1-1.5 0v-7.5a.75.75 0 0 1 1.5 0M27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-2.646-2.854a.5.5 0 0 0-.708 0L19 22.293l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l5-5a.5.5 0 0 0 0-.708"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.75 2A3.75 3.75 0 0 0 2 5.75v14.5A3.75 3.75 0 0 0 5.75 24h8.115a7.54 7.54 0 0 1-.712-5.016a.75.75 0 0 1-.903-.734v-4.5a.75.75 0 0 1 1.5 0v3.477a7.53 7.53 0 0 1 3.75-3.603V7.75a.75.75 0 0 1 1.5 0v5.4a7.53 7.53 0 0 1 5 .715V5.75A3.75 3.75 0 0 0 20.25 2zm2.75 8.75v7.5a.75.75 0 0 1-1.5 0v-7.5a.75.75 0 0 1 1.5 0M27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-2.646-2.854a.5.5 0 0 0-.708 0L19 22.293l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l5-5a.5.5 0 0 0 0-.708"/></svg> </template>
CSS
.icon-data-usage-checkmark-28-filled {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%202A3.75%203.75%200%200%200%202%205.75v14.5A3.75%203.75%200%200%200%205.75%2024h8.115a7.54%207.54%200%200%201-.712-5.016a.75.75%200%200%201-.903-.734v-4.5a.75.75%200%200%201%201.5%200v3.477a7.53%207.53%200%200%201%203.75-3.603V7.75a.75.75%200%200%201%201.5%200v5.4a7.53%207.53%200%200%201%205%20.715V5.75A3.75%203.75%200%200%200%2020.25%202zm2.75%208.75v7.5a.75.75%200%200%201-1.5%200v-7.5a.75.75%200%200%201%201.5%200M27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-2.646-2.854a.5.5%200%200%200-.708%200L19%2022.293l-1.646-1.647a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200l5-5a.5.5%200%200%200%200-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%202A3.75%203.75%200%200%200%202%205.75v14.5A3.75%203.75%200%200%200%205.75%2024h8.115a7.54%207.54%200%200%201-.712-5.016a.75.75%200%200%201-.903-.734v-4.5a.75.75%200%200%201%201.5%200v3.477a7.53%207.53%200%200%201%203.75-3.603V7.75a.75.75%200%200%201%201.5%200v5.4a7.53%207.53%200%200%201%205%20.715V5.75A3.75%203.75%200%200%200%2020.25%202zm2.75%208.75v7.5a.75.75%200%200%201-1.5%200v-7.5a.75.75%200%200%201%201.5%200M27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-2.646-2.854a.5.5%200%200%200-.708%200L19%2022.293l-1.646-1.647a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200l5-5a.5.5%200%200%200%200-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/data-usage-checkmark-28-filled.svg?color=%231a73e8&size=48