data saver on icon
data-saver-on from Material Symbols by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.
- Name
- data-saver-on
- Set
- Material Symbols
- Style
- Regular
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- data-saver-on-outline, data-saver-on-outline-sharp, data-saver-on-sharp
1 other variant in Material Symbols
The same icon in other sets
More android icons from Material Symbols
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 saver on icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.15t-2.137-3.187T2 12q0-3.925 2.6-6.75t6.4-3.2v3q-2.575.35-4.288 2.313T5 12q0 2.9 2.05 4.95T12 19q1.65 0 3.088-.7t2.412-1.9l2.6 1.5q-1.35 1.875-3.475 2.988T12 22m-1-6v-3H8v-2h3V8h2v3h3v2h-3v3zm10.15.05l-2.6-1.5q.225-.6.337-1.237T19 12q0-2.675-1.713-4.637T13 5.05v-3q3.8.375 6.4 3.2T22 12q0 1.1-.2 2.125t-.65 1.925"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDataSaverOn(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 22q-2.075 0-3.9-.788t-3.175-2.15t-2.137-3.187T2 12q0-3.925 2.6-6.75t6.4-3.2v3q-2.575.35-4.288 2.313T5 12q0 2.9 2.05 4.95T12 19q1.65 0 3.088-.7t2.412-1.9l2.6 1.5q-1.35 1.875-3.475 2.988T12 22m-1-6v-3H8v-2h3V8h2v3h3v2h-3v3zm10.15.05l-2.6-1.5q.225-.6.337-1.237T19 12q0-2.675-1.713-4.637T13 5.05v-3q3.8.375 6.4 3.2T22 12q0 1.1-.2 2.125t-.65 1.925"/></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 22q-2.075 0-3.9-.788t-3.175-2.15t-2.137-3.187T2 12q0-3.925 2.6-6.75t6.4-3.2v3q-2.575.35-4.288 2.313T5 12q0 2.9 2.05 4.95T12 19q1.65 0 3.088-.7t2.412-1.9l2.6 1.5q-1.35 1.875-3.475 2.988T12 22m-1-6v-3H8v-2h3V8h2v3h3v2h-3v3zm10.15.05l-2.6-1.5q.225-.6.337-1.237T19 12q0-2.675-1.713-4.637T13 5.05v-3q3.8.375 6.4 3.2T22 12q0 1.1-.2 2.125t-.65 1.925"/></svg> </template>
CSS
.icon-data-saver-on {
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%2022q-2.075%200-3.9-.788t-3.175-2.15t-2.137-3.187T2%2012q0-3.925%202.6-6.75t6.4-3.2v3q-2.575.35-4.288%202.313T5%2012q0%202.9%202.05%204.95T12%2019q1.65%200%203.088-.7t2.412-1.9l2.6%201.5q-1.35%201.875-3.475%202.988T12%2022m-1-6v-3H8v-2h3V8h2v3h3v2h-3v3zm10.15.05l-2.6-1.5q.225-.6.337-1.237T19%2012q0-2.675-1.713-4.637T13%205.05v-3q3.8.375%206.4%203.2T22%2012q0%201.1-.2%202.125t-.65%201.925%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%2022q-2.075%200-3.9-.788t-3.175-2.15t-2.137-3.187T2%2012q0-3.925%202.6-6.75t6.4-3.2v3q-2.575.35-4.288%202.313T5%2012q0%202.9%202.05%204.95T12%2019q1.65%200%203.088-.7t2.412-1.9l2.6%201.5q-1.35%201.875-3.475%202.988T12%2022m-1-6v-3H8v-2h3V8h2v3h3v2h-3v3zm10.15.05l-2.6-1.5q.225-.6.337-1.237T19%2012q0-2.675-1.713-4.637T13%205.05v-3q3.8.375%206.4%203.2T22%2012q0%201.1-.2%202.125t-.65%201.925%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/data-saver-on.svg?color=%231a73e8&size=48