data usage checkmark icon
data-usage-checkmark-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- data-usage-checkmark-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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-filleddata-usage-checkmark-28-regulardata-usage-checkmark-32-filleddata-usage-checkmark-32-regulardata-usage-checkmark-48-filled
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 48 48"><path fill="currentColor" d="M10.25 4A6.25 6.25 0 0 0 4 10.25v23.5A6.25 6.25 0 0 0 10.25 40h12.746a13 13 0 0 1-.756-2.5H10.25a3.75 3.75 0 0 1-3.75-3.75v-23.5a3.75 3.75 0 0 1 3.75-3.75h23.5a3.75 3.75 0 0 1 3.75 3.75v11.99c.867.17 1.704.424 2.5.756V10.25A6.25 6.25 0 0 0 33.75 4zm12.11 27.947c.211-.877.511-1.719.89-2.516V23.25a1.25 1.25 0 1 0-2.5 0v7.5a1.25 1.25 0 0 0 1.61 1.197m7.14-8.73c.793-.37 1.63-.663 2.5-.87V13.25a1.25 1.25 0 1 0-2.5 0zm-15-4.967a1.25 1.25 0 1 0-2.5 0v12.5a1.25 1.25 0 1 0 2.5 0zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-4.293-4.707a1 1 0 0 0-1.414 0L33 37.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l8-8a1 1 0 0 0 0-1.414"/></svg>
React
import type { SVGProps } from "react";
export function FluentDataUsageCheckmark48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.25 4A6.25 6.25 0 0 0 4 10.25v23.5A6.25 6.25 0 0 0 10.25 40h12.746a13 13 0 0 1-.756-2.5H10.25a3.75 3.75 0 0 1-3.75-3.75v-23.5a3.75 3.75 0 0 1 3.75-3.75h23.5a3.75 3.75 0 0 1 3.75 3.75v11.99c.867.17 1.704.424 2.5.756V10.25A6.25 6.25 0 0 0 33.75 4zm12.11 27.947c.211-.877.511-1.719.89-2.516V23.25a1.25 1.25 0 1 0-2.5 0v7.5a1.25 1.25 0 0 0 1.61 1.197m7.14-8.73c.793-.37 1.63-.663 2.5-.87V13.25a1.25 1.25 0 1 0-2.5 0zm-15-4.967a1.25 1.25 0 1 0-2.5 0v12.5a1.25 1.25 0 1 0 2.5 0zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-4.293-4.707a1 1 0 0 0-1.414 0L33 37.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l8-8a1 1 0 0 0 0-1.414"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.25 4A6.25 6.25 0 0 0 4 10.25v23.5A6.25 6.25 0 0 0 10.25 40h12.746a13 13 0 0 1-.756-2.5H10.25a3.75 3.75 0 0 1-3.75-3.75v-23.5a3.75 3.75 0 0 1 3.75-3.75h23.5a3.75 3.75 0 0 1 3.75 3.75v11.99c.867.17 1.704.424 2.5.756V10.25A6.25 6.25 0 0 0 33.75 4zm12.11 27.947c.211-.877.511-1.719.89-2.516V23.25a1.25 1.25 0 1 0-2.5 0v7.5a1.25 1.25 0 0 0 1.61 1.197m7.14-8.73c.793-.37 1.63-.663 2.5-.87V13.25a1.25 1.25 0 1 0-2.5 0zm-15-4.967a1.25 1.25 0 1 0-2.5 0v12.5a1.25 1.25 0 1 0 2.5 0zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-4.293-4.707a1 1 0 0 0-1.414 0L33 37.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l8-8a1 1 0 0 0 0-1.414"/></svg> </template>
CSS
.icon-data-usage-checkmark-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.25%204A6.25%206.25%200%200%200%204%2010.25v23.5A6.25%206.25%200%200%200%2010.25%2040h12.746a13%2013%200%200%201-.756-2.5H10.25a3.75%203.75%200%200%201-3.75-3.75v-23.5a3.75%203.75%200%200%201%203.75-3.75h23.5a3.75%203.75%200%200%201%203.75%203.75v11.99c.867.17%201.704.424%202.5.756V10.25A6.25%206.25%200%200%200%2033.75%204zm12.11%2027.947c.211-.877.511-1.719.89-2.516V23.25a1.25%201.25%200%201%200-2.5%200v7.5a1.25%201.25%200%200%200%201.61%201.197m7.14-8.73c.793-.37%201.63-.663%202.5-.87V13.25a1.25%201.25%200%201%200-2.5%200zm-15-4.967a1.25%201.25%200%201%200-2.5%200v12.5a1.25%201.25%200%201%200%202.5%200zM46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-4.293-4.707a1%201%200%200%200-1.414%200L33%2037.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l4%204a1%201%200%200%200%201.414%200l8-8a1%201%200%200%200%200-1.414%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.25%204A6.25%206.25%200%200%200%204%2010.25v23.5A6.25%206.25%200%200%200%2010.25%2040h12.746a13%2013%200%200%201-.756-2.5H10.25a3.75%203.75%200%200%201-3.75-3.75v-23.5a3.75%203.75%200%200%201%203.75-3.75h23.5a3.75%203.75%200%200%201%203.75%203.75v11.99c.867.17%201.704.424%202.5.756V10.25A6.25%206.25%200%200%200%2033.75%204zm12.11%2027.947c.211-.877.511-1.719.89-2.516V23.25a1.25%201.25%200%201%200-2.5%200v7.5a1.25%201.25%200%200%200%201.61%201.197m7.14-8.73c.793-.37%201.63-.663%202.5-.87V13.25a1.25%201.25%200%201%200-2.5%200zm-15-4.967a1.25%201.25%200%201%200-2.5%200v12.5a1.25%201.25%200%201%200%202.5%200zM46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-4.293-4.707a1%201%200%200%200-1.414%200L33%2037.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l4%204a1%201%200%200%200%201.414%200l8-8a1%201%200%200%200%200-1.414%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-48-regular.svg?color=%231a73e8&size=48