1x mobiledata badge icon
1x-mobiledata-badge-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- 1x-mobiledata-badge-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More android icons from Material Symbols
1x-mobiledata3g-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-barandroid-cell-dual-5-bar-alert
Use the 1x mobiledata badge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21q-.825 0-1.412-.587T1 19V5q0-.825.588-1.412T3 3h18q.825 0 1.413.588T23 5v14q0 .825-.587 1.413T21 21zM7 9v7q0 .425.288.713T8 17t.713-.288T9 16V8q0-.425-.288-.712T8 7H6q-.425 0-.712.288T5 8t.288.713T6 9zm8.25 4.825l1.5 2.725q.125.2.325.325t.45.125q.5 0 .75-.437t0-.863L16.25 12l2.05-3.7q.25-.425-.012-.862T17.525 7q-.25 0-.45.125t-.325.325l-1.5 2.725l-1.5-2.725q-.125-.2-.325-.325T12.975 7q-.5 0-.75.438t0 .862L14.25 12l-2.05 3.7q-.25.425.013.863t.762.437q.25 0 .45-.125t.325-.325z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbols1xMobiledataBadgeRounded(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="M3 21q-.825 0-1.412-.587T1 19V5q0-.825.588-1.412T3 3h18q.825 0 1.413.588T23 5v14q0 .825-.587 1.413T21 21zM7 9v7q0 .425.288.713T8 17t.713-.288T9 16V8q0-.425-.288-.712T8 7H6q-.425 0-.712.288T5 8t.288.713T6 9zm8.25 4.825l1.5 2.725q.125.2.325.325t.45.125q.5 0 .75-.437t0-.863L16.25 12l2.05-3.7q.25-.425-.012-.862T17.525 7q-.25 0-.45.125t-.325.325l-1.5 2.725l-1.5-2.725q-.125-.2-.325-.325T12.975 7q-.5 0-.75.438t0 .862L14.25 12l-2.05 3.7q-.25.425.013.863t.762.437q.25 0 .45-.125t.325-.325z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21q-.825 0-1.412-.587T1 19V5q0-.825.588-1.412T3 3h18q.825 0 1.413.588T23 5v14q0 .825-.587 1.413T21 21zM7 9v7q0 .425.288.713T8 17t.713-.288T9 16V8q0-.425-.288-.712T8 7H6q-.425 0-.712.288T5 8t.288.713T6 9zm8.25 4.825l1.5 2.725q.125.2.325.325t.45.125q.5 0 .75-.437t0-.863L16.25 12l2.05-3.7q.25-.425-.012-.862T17.525 7q-.25 0-.45.125t-.325.325l-1.5 2.725l-1.5-2.725q-.125-.2-.325-.325T12.975 7q-.5 0-.75.438t0 .862L14.25 12l-2.05 3.7q-.25.425.013.863t.762.437q.25 0 .45-.125t.325-.325z"/></svg> </template>
CSS
.icon-1x-mobiledata-badge-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%22M3%2021q-.825%200-1.412-.587T1%2019V5q0-.825.588-1.412T3%203h18q.825%200%201.413.588T23%205v14q0%20.825-.587%201.413T21%2021zM7%209v7q0%20.425.288.713T8%2017t.713-.288T9%2016V8q0-.425-.288-.712T8%207H6q-.425%200-.712.288T5%208t.288.713T6%209zm8.25%204.825l1.5%202.725q.125.2.325.325t.45.125q.5%200%20.75-.437t0-.863L16.25%2012l2.05-3.7q.25-.425-.012-.862T17.525%207q-.25%200-.45.125t-.325.325l-1.5%202.725l-1.5-2.725q-.125-.2-.325-.325T12.975%207q-.5%200-.75.438t0%20.862L14.25%2012l-2.05%203.7q-.25.425.013.863t.762.437q.25%200%20.45-.125t.325-.325z%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%22M3%2021q-.825%200-1.412-.587T1%2019V5q0-.825.588-1.412T3%203h18q.825%200%201.413.588T23%205v14q0%20.825-.587%201.413T21%2021zM7%209v7q0%20.425.288.713T8%2017t.713-.288T9%2016V8q0-.425-.288-.712T8%207H6q-.425%200-.712.288T5%208t.288.713T6%209zm8.25%204.825l1.5%202.725q.125.2.325.325t.45.125q.5%200%20.75-.437t0-.863L16.25%2012l2.05-3.7q.25-.425-.012-.862T17.525%207q-.25%200-.45.125t-.325.325l-1.5%202.725l-1.5-2.725q-.125-.2-.325-.325T12.975%207q-.5%200-.75.438t0%20.862L14.25%2012l-2.05%203.7q-.25.425.013.863t.762.437q.25%200%20.45-.125t.325-.325z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/1x-mobiledata-badge-rounded.svg?color=%231a73e8&size=48