h plus mobiledata badge icon
h-plus-mobiledata-badge-outline-rounded from Material Symbols by Google · Outline Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- h-plus-mobiledata-badge-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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-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 h plus 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 21zm0-2h18V5H3zm0 0V5zm3.5-6h4v3q0 .425.288.713T11.5 17t.713-.288T12.5 16V8q0-.425-.288-.712T11.5 7t-.712.288T10.5 8v3h-4V8q0-.425-.288-.712T5.5 7t-.712.288T4.5 8v8q0 .425.288.713T5.5 17t.713-.288T6.5 16zm9 0v1q0 .425.288.713T16.5 15t.713-.288T17.5 14v-1h1q.425 0 .713-.288T19.5 12t-.288-.712T18.5 11h-1v-1q0-.425-.288-.712T16.5 9t-.712.288T15.5 10v1h-1q-.425 0-.712.288T13.5 12t.288.713t.712.287z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHPlusMobiledataBadgeOutlineRounded(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 21zm0-2h18V5H3zm0 0V5zm3.5-6h4v3q0 .425.288.713T11.5 17t.713-.288T12.5 16V8q0-.425-.288-.712T11.5 7t-.712.288T10.5 8v3h-4V8q0-.425-.288-.712T5.5 7t-.712.288T4.5 8v8q0 .425.288.713T5.5 17t.713-.288T6.5 16zm9 0v1q0 .425.288.713T16.5 15t.713-.288T17.5 14v-1h1q.425 0 .713-.288T19.5 12t-.288-.712T18.5 11h-1v-1q0-.425-.288-.712T16.5 9t-.712.288T15.5 10v1h-1q-.425 0-.712.288T13.5 12t.288.713t.712.287z"/></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 21zm0-2h18V5H3zm0 0V5zm3.5-6h4v3q0 .425.288.713T11.5 17t.713-.288T12.5 16V8q0-.425-.288-.712T11.5 7t-.712.288T10.5 8v3h-4V8q0-.425-.288-.712T5.5 7t-.712.288T4.5 8v8q0 .425.288.713T5.5 17t.713-.288T6.5 16zm9 0v1q0 .425.288.713T16.5 15t.713-.288T17.5 14v-1h1q.425 0 .713-.288T19.5 12t-.288-.712T18.5 11h-1v-1q0-.425-.288-.712T16.5 9t-.712.288T15.5 10v1h-1q-.425 0-.712.288T13.5 12t.288.713t.712.287z"/></svg> </template>
CSS
.icon-h-plus-mobiledata-badge-outline-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%2021zm0-2h18V5H3zm0%200V5zm3.5-6h4v3q0%20.425.288.713T11.5%2017t.713-.288T12.5%2016V8q0-.425-.288-.712T11.5%207t-.712.288T10.5%208v3h-4V8q0-.425-.288-.712T5.5%207t-.712.288T4.5%208v8q0%20.425.288.713T5.5%2017t.713-.288T6.5%2016zm9%200v1q0%20.425.288.713T16.5%2015t.713-.288T17.5%2014v-1h1q.425%200%20.713-.288T19.5%2012t-.288-.712T18.5%2011h-1v-1q0-.425-.288-.712T16.5%209t-.712.288T15.5%2010v1h-1q-.425%200-.712.288T13.5%2012t.288.713t.712.287z%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%2021zm0-2h18V5H3zm0%200V5zm3.5-6h4v3q0%20.425.288.713T11.5%2017t.713-.288T12.5%2016V8q0-.425-.288-.712T11.5%207t-.712.288T10.5%208v3h-4V8q0-.425-.288-.712T5.5%207t-.712.288T4.5%208v8q0%20.425.288.713T5.5%2017t.713-.288T6.5%2016zm9%200v1q0%20.425.288.713T16.5%2015t.713-.288T17.5%2014v-1h1q.425%200%20.713-.288T19.5%2012t-.288-.712T18.5%2011h-1v-1q0-.425-.288-.712T16.5%209t-.712.288T15.5%2010v1h-1q-.425%200-.712.288T13.5%2012t.288.713t.712.287z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/h-plus-mobiledata-badge-outline-rounded.svg?color=%231a73e8&size=48