data usage checkmark icon
data-usage-checkmark-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- data-usage-checkmark-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- 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-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 48 48"><path fill="currentColor" d="M4 10a6 6 0 0 1 6-6h24a6 6 0 0 1 6 6v12.996A13 13 0 0 0 35 22c-1.032 0-2.037.12-3 .348V13.25a1.25 1.25 0 1 0-2.5 0v9.967a13.05 13.05 0 0 0-6.25 6.214V23.25a1.25 1.25 0 1 0-2.5 0v7.5a1.25 1.25 0 0 0 1.61 1.197A13.08 13.08 0 0 0 22.996 40H10a6 6 0 0 1-6-6zm10.5 8.25a1.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 FluentDataUsageCheckmark48Filled(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="M4 10a6 6 0 0 1 6-6h24a6 6 0 0 1 6 6v12.996A13 13 0 0 0 35 22c-1.032 0-2.037.12-3 .348V13.25a1.25 1.25 0 1 0-2.5 0v9.967a13.05 13.05 0 0 0-6.25 6.214V23.25a1.25 1.25 0 1 0-2.5 0v7.5a1.25 1.25 0 0 0 1.61 1.197A13.08 13.08 0 0 0 22.996 40H10a6 6 0 0 1-6-6zm10.5 8.25a1.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="M4 10a6 6 0 0 1 6-6h24a6 6 0 0 1 6 6v12.996A13 13 0 0 0 35 22c-1.032 0-2.037.12-3 .348V13.25a1.25 1.25 0 1 0-2.5 0v9.967a13.05 13.05 0 0 0-6.25 6.214V23.25a1.25 1.25 0 1 0-2.5 0v7.5a1.25 1.25 0 0 0 1.61 1.197A13.08 13.08 0 0 0 22.996 40H10a6 6 0 0 1-6-6zm10.5 8.25a1.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-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2010a6%206%200%200%201%206-6h24a6%206%200%200%201%206%206v12.996A13%2013%200%200%200%2035%2022c-1.032%200-2.037.12-3%20.348V13.25a1.25%201.25%200%201%200-2.5%200v9.967a13.05%2013.05%200%200%200-6.25%206.214V23.25a1.25%201.25%200%201%200-2.5%200v7.5a1.25%201.25%200%200%200%201.61%201.197A13.08%2013.08%200%200%200%2022.996%2040H10a6%206%200%200%201-6-6zm10.5%208.25a1.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%22M4%2010a6%206%200%200%201%206-6h24a6%206%200%200%201%206%206v12.996A13%2013%200%200%200%2035%2022c-1.032%200-2.037.12-3%20.348V13.25a1.25%201.25%200%201%200-2.5%200v9.967a13.05%2013.05%200%200%200-6.25%206.214V23.25a1.25%201.25%200%201%200-2.5%200v7.5a1.25%201.25%200%200%200%201.61%201.197A13.08%2013.08%200%200%200%2022.996%2040H10a6%206%200%200%201-6-6zm10.5%208.25a1.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-filled.svg?color=%231a73e8&size=48