data usage icon
data-usage-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- data-usage-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- data-usage-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More android icons from Material Symbols Light
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
Use the data usage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-3.212 1.98-5.658q1.982-2.446 5.14-3.125q.301-.096.539.089q.237.184.237.486q0 .212-.114.374t-.295.217q-2.746.54-4.501 2.676Q4.23 9.194 4.23 12q0 3.233 2.268 5.501T12 19.769q1.685 0 3.224-.68t2.605-1.916q.163-.177.374-.196q.21-.02.393.12q.229.178.235.465t-.243.538q-1.33 1.425-3.003 2.162Q13.914 21 12 21m7.77-9q0-2.8-1.778-4.945q-1.777-2.146-4.504-2.672q-.2-.054-.314-.217t-.115-.374q0-.302.248-.477q.247-.175.549-.098q3.105.608 5.125 3.092T21 12q0 .72-.105 1.403q-.104.684-.34 1.31q-.066.283-.323.403t-.54.018q-.206-.078-.295-.272q-.09-.193-.028-.424q.19-.655.295-1.269T19.77 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDataUsageRounded(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="M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-3.212 1.98-5.658q1.982-2.446 5.14-3.125q.301-.096.539.089q.237.184.237.486q0 .212-.114.374t-.295.217q-2.746.54-4.501 2.676Q4.23 9.194 4.23 12q0 3.233 2.268 5.501T12 19.769q1.685 0 3.224-.68t2.605-1.916q.163-.177.374-.196q.21-.02.393.12q.229.178.235.465t-.243.538q-1.33 1.425-3.003 2.162Q13.914 21 12 21m7.77-9q0-2.8-1.778-4.945q-1.777-2.146-4.504-2.672q-.2-.054-.314-.217t-.115-.374q0-.302.248-.477q.247-.175.549-.098q3.105.608 5.125 3.092T21 12q0 .72-.105 1.403q-.104.684-.34 1.31q-.066.283-.323.403t-.54.018q-.206-.078-.295-.272q-.09-.193-.028-.424q.19-.655.295-1.269T19.77 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-3.212 1.98-5.658q1.982-2.446 5.14-3.125q.301-.096.539.089q.237.184.237.486q0 .212-.114.374t-.295.217q-2.746.54-4.501 2.676Q4.23 9.194 4.23 12q0 3.233 2.268 5.501T12 19.769q1.685 0 3.224-.68t2.605-1.916q.163-.177.374-.196q.21-.02.393.12q.229.178.235.465t-.243.538q-1.33 1.425-3.003 2.162Q13.914 21 12 21m7.77-9q0-2.8-1.778-4.945q-1.777-2.146-4.504-2.672q-.2-.054-.314-.217t-.115-.374q0-.302.248-.477q.247-.175.549-.098q3.105.608 5.125 3.092T21 12q0 .72-.105 1.403q-.104.684-.34 1.31q-.066.283-.323.403t-.54.018q-.206-.078-.295-.272q-.09-.193-.028-.424q.19-.655.295-1.269T19.77 12"/></svg> </template>
CSS
.icon-data-usage-rounded {
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%22M12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-3.212%201.98-5.658q1.982-2.446%205.14-3.125q.301-.096.539.089q.237.184.237.486q0%20.212-.114.374t-.295.217q-2.746.54-4.501%202.676Q4.23%209.194%204.23%2012q0%203.233%202.268%205.501T12%2019.769q1.685%200%203.224-.68t2.605-1.916q.163-.177.374-.196q.21-.02.393.12q.229.178.235.465t-.243.538q-1.33%201.425-3.003%202.162Q13.914%2021%2012%2021m7.77-9q0-2.8-1.778-4.945q-1.777-2.146-4.504-2.672q-.2-.054-.314-.217t-.115-.374q0-.302.248-.477q.247-.175.549-.098q3.105.608%205.125%203.092T21%2012q0%20.72-.105%201.403q-.104.684-.34%201.31q-.066.283-.323.403t-.54.018q-.206-.078-.295-.272q-.09-.193-.028-.424q.19-.655.295-1.269T19.77%2012%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%22M12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-3.212%201.98-5.658q1.982-2.446%205.14-3.125q.301-.096.539.089q.237.184.237.486q0%20.212-.114.374t-.295.217q-2.746.54-4.501%202.676Q4.23%209.194%204.23%2012q0%203.233%202.268%205.501T12%2019.769q1.685%200%203.224-.68t2.605-1.916q.163-.177.374-.196q.21-.02.393.12q.229.178.235.465t-.243.538q-1.33%201.425-3.003%202.162Q13.914%2021%2012%2021m7.77-9q0-2.8-1.778-4.945q-1.777-2.146-4.504-2.672q-.2-.054-.314-.217t-.115-.374q0-.302.248-.477q.247-.175.549-.098q3.105.608%205.125%203.092T21%2012q0%20.72-.105%201.403q-.104.684-.34%201.31q-.066.283-.323.403t-.54.018q-.206-.078-.295-.272q-.09-.193-.028-.424q.19-.655.295-1.269T19.77%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/data-usage-rounded.svg?color=%231a73e8&size=48