data usage edit icon
data-usage-edit-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- data-usage-edit-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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.096-.384.253-.748.463-1.08H4.75c-.69 0-1.25-.56-1.25-1.25v-12.5c0-.69.56-1.25 1.25-1.25h12.5c.69 0 1.25.56 1.25 1.25v7.113c.437-.4.956-.66 1.5-.781zm-4 9.609V6.728l-.007-.1A.744.744 0 0 0 15.25 6a.74.74 0 0 0-.75.73v8.541l.007.099c.017.125.067.24.142.337zm-8.507-5.71a.75.75 0 0 0-.743-.646a.75.75 0 0 0-.75.747v6.507l.007.101c.05.365.363.645.743.645c.414 0 .75-.334.75-.746V8.746zm4.214 2.972a.73.73 0 0 0-.732-.62a.73.73 0 0 0-.725.733l.035 3.547l.008.099a.73.73 0 0 0 .732.62a.73.73 0 0 0 .725-.733l-.035-3.548zm7.393 1.052l-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 FluentDataUsageEdit24Regular(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.096-.384.253-.748.463-1.08H4.75c-.69 0-1.25-.56-1.25-1.25v-12.5c0-.69.56-1.25 1.25-1.25h12.5c.69 0 1.25.56 1.25 1.25v7.113c.437-.4.956-.66 1.5-.781zm-4 9.609V6.728l-.007-.1A.744.744 0 0 0 15.25 6a.74.74 0 0 0-.75.73v8.541l.007.099c.017.125.067.24.142.337zm-8.507-5.71a.75.75 0 0 0-.743-.646a.75.75 0 0 0-.75.747v6.507l.007.101c.05.365.363.645.743.645c.414 0 .75-.334.75-.746V8.746zm4.214 2.972a.73.73 0 0 0-.732-.62a.73.73 0 0 0-.725.733l.035 3.547l.008.099a.73.73 0 0 0 .732.62a.73.73 0 0 0 .725-.733l-.035-3.548zm7.393 1.052l-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.096-.384.253-.748.463-1.08H4.75c-.69 0-1.25-.56-1.25-1.25v-12.5c0-.69.56-1.25 1.25-1.25h12.5c.69 0 1.25.56 1.25 1.25v7.113c.437-.4.956-.66 1.5-.781zm-4 9.609V6.728l-.007-.1A.744.744 0 0 0 15.25 6a.74.74 0 0 0-.75.73v8.541l.007.099c.017.125.067.24.142.337zm-8.507-5.71a.75.75 0 0 0-.743-.646a.75.75 0 0 0-.75.747v6.507l.007.101c.05.365.363.645.743.645c.414 0 .75-.334.75-.746V8.746zm4.214 2.972a.73.73 0 0 0-.732-.62a.73.73 0 0 0-.725.733l.035 3.547l.008.099a.73.73 0 0 0 .732.62a.73.73 0 0 0 .725-.733l-.035-3.548zm7.393 1.052l-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-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%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.096-.384.253-.748.463-1.08H4.75c-.69%200-1.25-.56-1.25-1.25v-12.5c0-.69.56-1.25%201.25-1.25h12.5c.69%200%201.25.56%201.25%201.25v7.113c.437-.4.956-.66%201.5-.781zm-4%209.609V6.728l-.007-.1A.744.744%200%200%200%2015.25%206a.74.74%200%200%200-.75.73v8.541l.007.099c.017.125.067.24.142.337zm-8.507-5.71a.75.75%200%200%200-.743-.646a.75.75%200%200%200-.75.747v6.507l.007.101c.05.365.363.645.743.645c.414%200%20.75-.334.75-.746V8.746zm4.214%202.972a.73.73%200%200%200-.732-.62a.73.73%200%200%200-.725.733l.035%203.547l.008.099a.73.73%200%200%200%20.732.62a.73.73%200%200%200%20.725-.733l-.035-3.548zm7.393%201.052l-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.096-.384.253-.748.463-1.08H4.75c-.69%200-1.25-.56-1.25-1.25v-12.5c0-.69.56-1.25%201.25-1.25h12.5c.69%200%201.25.56%201.25%201.25v7.113c.437-.4.956-.66%201.5-.781zm-4%209.609V6.728l-.007-.1A.744.744%200%200%200%2015.25%206a.74.74%200%200%200-.75.73v8.541l.007.099c.017.125.067.24.142.337zm-8.507-5.71a.75.75%200%200%200-.743-.646a.75.75%200%200%200-.75.747v6.507l.007.101c.05.365.363.645.743.645c.414%200%20.75-.334.75-.746V8.746zm4.214%202.972a.73.73%200%200%200-.732-.62a.73.73%200%200%200-.725.733l.035%203.547l.008.099a.73.73%200%200%200%20.732.62a.73.73%200%200%200%20.725-.733l-.035-3.548zm7.393%201.052l-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-regular.svg?color=%231a73e8&size=48