data usage edit icon
data-usage-edit-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- data-usage-edit-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
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-checkmark-16-filleddata-usage-settings-16-filleddata-usage-sparkle-20-filleddata-usage-toolbox-20-filleddata-waterfall-20-filleddata-whisker-20-filled
Use the data usage edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4.746a2.75 2.75 0 0 0-2.75-2.75H4.75A2.75 2.75 0 0 0 2 4.746v12.5a2.75 2.75 0 0 0 2.75 2.75h6.666l.105-.42c.162-.648.497-1.24.97-1.712l2.158-2.158a.7.7 0 0 1-.149-.436V6.729a.74.74 0 0 1 .75-.73a.74.74 0 0 1 .75.73v7.626l2.393-2.393A3.27 3.27 0 0 1 20 11.078zm-14 4C6 8.334 6.336 8 6.75 8s.75.335.75.747v6.507a.75.75 0 0 1-.75.746a.75.75 0 0 1-.75-.746zm4.25 2.984a.73.73 0 0 1 .725-.734a.73.73 0 0 1 .74.72l.035 3.547a.73.73 0 0 1-.725.733a.73.73 0 0 1-.74-.719zm8.85.939l-5.903 5.902a2.7 2.7 0 0 0-.706 1.248l-.458 1.83a1.087 1.087 0 0 0 1.319 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706l5.902-5.903A2.286 2.286 0 0 0 19.1 12.67"/></svg>
React
import type { SVGProps } from "react";
export function FluentDataUsageEdit24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4.746a2.75 2.75 0 0 0-2.75-2.75H4.75A2.75 2.75 0 0 0 2 4.746v12.5a2.75 2.75 0 0 0 2.75 2.75h6.666l.105-.42c.162-.648.497-1.24.97-1.712l2.158-2.158a.7.7 0 0 1-.149-.436V6.729a.74.74 0 0 1 .75-.73a.74.74 0 0 1 .75.73v7.626l2.393-2.393A3.27 3.27 0 0 1 20 11.078zm-14 4C6 8.334 6.336 8 6.75 8s.75.335.75.747v6.507a.75.75 0 0 1-.75.746a.75.75 0 0 1-.75-.746zm4.25 2.984a.73.73 0 0 1 .725-.734a.73.73 0 0 1 .74.72l.035 3.547a.73.73 0 0 1-.725.733a.73.73 0 0 1-.74-.719zm8.85.939l-5.903 5.902a2.7 2.7 0 0 0-.706 1.248l-.458 1.83a1.087 1.087 0 0 0 1.319 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706l5.902-5.903A2.286 2.286 0 0 0 19.1 12.67"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4.746a2.75 2.75 0 0 0-2.75-2.75H4.75A2.75 2.75 0 0 0 2 4.746v12.5a2.75 2.75 0 0 0 2.75 2.75h6.666l.105-.42c.162-.648.497-1.24.97-1.712l2.158-2.158a.7.7 0 0 1-.149-.436V6.729a.74.74 0 0 1 .75-.73a.74.74 0 0 1 .75.73v7.626l2.393-2.393A3.27 3.27 0 0 1 20 11.078zm-14 4C6 8.334 6.336 8 6.75 8s.75.335.75.747v6.507a.75.75 0 0 1-.75.746a.75.75 0 0 1-.75-.746zm4.25 2.984a.73.73 0 0 1 .725-.734a.73.73 0 0 1 .74.72l.035 3.547a.73.73 0 0 1-.725.733a.73.73 0 0 1-.74-.719zm8.85.939l-5.903 5.902a2.7 2.7 0 0 0-.706 1.248l-.458 1.83a1.087 1.087 0 0 0 1.319 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706l5.902-5.903A2.286 2.286 0 0 0 19.1 12.67"/></svg> </template>
CSS
.icon-data-usage-edit-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204.746a2.75%202.75%200%200%200-2.75-2.75H4.75A2.75%202.75%200%200%200%202%204.746v12.5a2.75%202.75%200%200%200%202.75%202.75h6.666l.105-.42c.162-.648.497-1.24.97-1.712l2.158-2.158a.7.7%200%200%201-.149-.436V6.729a.74.74%200%200%201%20.75-.73a.74.74%200%200%201%20.75.73v7.626l2.393-2.393A3.27%203.27%200%200%201%2020%2011.078zm-14%204C6%208.334%206.336%208%206.75%208s.75.335.75.747v6.507a.75.75%200%200%201-.75.746a.75.75%200%200%201-.75-.746zm4.25%202.984a.73.73%200%200%201%20.725-.734a.73.73%200%200%201%20.74.72l.035%203.547a.73.73%200%200%201-.725.733a.73.73%200%200%201-.74-.719zm8.85.939l-5.903%205.902a2.7%202.7%200%200%200-.706%201.248l-.458%201.83a1.087%201.087%200%200%200%201.319%201.319l1.83-.458a2.7%202.7%200%200%200%201.248-.706l5.902-5.903A2.286%202.286%200%200%200%2019.1%2012.67%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204.746a2.75%202.75%200%200%200-2.75-2.75H4.75A2.75%202.75%200%200%200%202%204.746v12.5a2.75%202.75%200%200%200%202.75%202.75h6.666l.105-.42c.162-.648.497-1.24.97-1.712l2.158-2.158a.7.7%200%200%201-.149-.436V6.729a.74.74%200%200%201%20.75-.73a.74.74%200%200%201%20.75.73v7.626l2.393-2.393A3.27%203.27%200%200%201%2020%2011.078zm-14%204C6%208.334%206.336%208%206.75%208s.75.335.75.747v6.507a.75.75%200%200%201-.75.746a.75.75%200%200%201-.75-.746zm4.25%202.984a.73.73%200%200%201%20.725-.734a.73.73%200%200%201%20.74.72l.035%203.547a.73.73%200%200%201-.725.733a.73.73%200%200%201-.74-.719zm8.85.939l-5.903%205.902a2.7%202.7%200%200%200-.706%201.248l-.458%201.83a1.087%201.087%200%200%200%201.319%201.319l1.83-.458a2.7%202.7%200%200%200%201.248-.706l5.902-5.903A2.286%202.286%200%200%200%2019.1%2012.67%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/data-usage-edit-24-filled.svg?color=%231a73e8&size=48