Average Data Usage Widget Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Average Data Usage Widget icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/322251.svg" alt="Average Data Usage Widget icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322251.svg" alt="Average Data Usage Widget icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322251.svg" alt="Average Data Usage Widget icon" :width="24" :height="24" />
CSS background
.icon-average-data-usage-widget {
background-image: url('https://proicons.com/icon/322251.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M43.5,35V12c0-2.2091-1.7909-4-4-4H8.5c-2.2091,0-4,1.7909-4,4v23c0,2.2091,1.7909,4,4,4h31c2.2091,0,4-1.7909,4-4Z"/><path id="c" class="e" d="M30.9857,29.1202c-2.539,3.1354-6.8544,4.1981-10.559,2.6001s-5.8931-5.4661-5.3548-9.4646,3.6717-7.1502,7.667-7.7117"/><path id="d" class="e" d="M25.417,14.5702c2.7091.4291,5.0746,2.0701,6.4253,4.4574s1.5389,5.2601.5115,7.8033"/></svg>
Copied!