android cell 5 bar plus icon
android-cell-5-bar-plus-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- android-cell-5-bar-plus-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- android-cell-5-bar-plus-outline-rounded
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-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-barandroid-cell-dual-5-bar-alert
Use the android cell 5 bar plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 18h-1q-.425 0-.712-.288T17 17t.288-.712T18 16h1v-1q0-.425.288-.712T20 14t.713.288T21 15v1h1q.425 0 .713.288T23 17t-.288.713T22 18h-1v1q0 .425-.288.713T20 20t-.712-.288T19 19zM2.5 20q-.625 0-1.062-.437T1 18.5v-3q0-.625.438-1.062T2.5 14t1.063.438T4 15.5v3q0 .625-.437 1.063T2.5 20m3.688-.437q-.438-.438-.438-1.063v-5q0-.625.438-1.062T7.25 12t1.063.438t.437 1.062v5q0 .625-.437 1.063T7.25 20t-1.062-.437m4.75 0q-.438-.438-.438-1.063v-8q0-.625.438-1.062T12 9t1.063.438t.437 1.062v8q0 .625-.437 1.063T12 20t-1.062-.437M23 13.3q-.625-.5-1.388-.775T20 12.25V5.5q0-.625.438-1.062T21.5 4t1.063.438T23 5.5zm-7.75 3.375V8.5q0-.625.438-1.062T16.75 7t1.063.438t.437 1.062v4.075q-1.275.5-2.087 1.588t-.913 2.512"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAndroidCell5BarPlusRounded(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="M19 18h-1q-.425 0-.712-.288T17 17t.288-.712T18 16h1v-1q0-.425.288-.712T20 14t.713.288T21 15v1h1q.425 0 .713.288T23 17t-.288.713T22 18h-1v1q0 .425-.288.713T20 20t-.712-.288T19 19zM2.5 20q-.625 0-1.062-.437T1 18.5v-3q0-.625.438-1.062T2.5 14t1.063.438T4 15.5v3q0 .625-.437 1.063T2.5 20m3.688-.437q-.438-.438-.438-1.063v-5q0-.625.438-1.062T7.25 12t1.063.438t.437 1.062v5q0 .625-.437 1.063T7.25 20t-1.062-.437m4.75 0q-.438-.438-.438-1.063v-8q0-.625.438-1.062T12 9t1.063.438t.437 1.062v8q0 .625-.437 1.063T12 20t-1.062-.437M23 13.3q-.625-.5-1.388-.775T20 12.25V5.5q0-.625.438-1.062T21.5 4t1.063.438T23 5.5zm-7.75 3.375V8.5q0-.625.438-1.062T16.75 7t1.063.438t.437 1.062v4.075q-1.275.5-2.087 1.588t-.913 2.512"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 18h-1q-.425 0-.712-.288T17 17t.288-.712T18 16h1v-1q0-.425.288-.712T20 14t.713.288T21 15v1h1q.425 0 .713.288T23 17t-.288.713T22 18h-1v1q0 .425-.288.713T20 20t-.712-.288T19 19zM2.5 20q-.625 0-1.062-.437T1 18.5v-3q0-.625.438-1.062T2.5 14t1.063.438T4 15.5v3q0 .625-.437 1.063T2.5 20m3.688-.437q-.438-.438-.438-1.063v-5q0-.625.438-1.062T7.25 12t1.063.438t.437 1.062v5q0 .625-.437 1.063T7.25 20t-1.062-.437m4.75 0q-.438-.438-.438-1.063v-8q0-.625.438-1.062T12 9t1.063.438t.437 1.062v8q0 .625-.437 1.063T12 20t-1.062-.437M23 13.3q-.625-.5-1.388-.775T20 12.25V5.5q0-.625.438-1.062T21.5 4t1.063.438T23 5.5zm-7.75 3.375V8.5q0-.625.438-1.062T16.75 7t1.063.438t.437 1.062v4.075q-1.275.5-2.087 1.588t-.913 2.512"/></svg> </template>
CSS
.icon-android-cell-5-bar-plus-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%22M19%2018h-1q-.425%200-.712-.288T17%2017t.288-.712T18%2016h1v-1q0-.425.288-.712T20%2014t.713.288T21%2015v1h1q.425%200%20.713.288T23%2017t-.288.713T22%2018h-1v1q0%20.425-.288.713T20%2020t-.712-.288T19%2019zM2.5%2020q-.625%200-1.062-.437T1%2018.5v-3q0-.625.438-1.062T2.5%2014t1.063.438T4%2015.5v3q0%20.625-.437%201.063T2.5%2020m3.688-.437q-.438-.438-.438-1.063v-5q0-.625.438-1.062T7.25%2012t1.063.438t.437%201.062v5q0%20.625-.437%201.063T7.25%2020t-1.062-.437m4.75%200q-.438-.438-.438-1.063v-8q0-.625.438-1.062T12%209t1.063.438t.437%201.062v8q0%20.625-.437%201.063T12%2020t-1.062-.437M23%2013.3q-.625-.5-1.388-.775T20%2012.25V5.5q0-.625.438-1.062T21.5%204t1.063.438T23%205.5zm-7.75%203.375V8.5q0-.625.438-1.062T16.75%207t1.063.438t.437%201.062v4.075q-1.275.5-2.087%201.588t-.913%202.512%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%22M19%2018h-1q-.425%200-.712-.288T17%2017t.288-.712T18%2016h1v-1q0-.425.288-.712T20%2014t.713.288T21%2015v1h1q.425%200%20.713.288T23%2017t-.288.713T22%2018h-1v1q0%20.425-.288.713T20%2020t-.712-.288T19%2019zM2.5%2020q-.625%200-1.062-.437T1%2018.5v-3q0-.625.438-1.062T2.5%2014t1.063.438T4%2015.5v3q0%20.625-.437%201.063T2.5%2020m3.688-.437q-.438-.438-.438-1.063v-5q0-.625.438-1.062T7.25%2012t1.063.438t.437%201.062v5q0%20.625-.437%201.063T7.25%2020t-1.062-.437m4.75%200q-.438-.438-.438-1.063v-8q0-.625.438-1.062T12%209t1.063.438t.437%201.062v8q0%20.625-.437%201.063T12%2020t-1.062-.437M23%2013.3q-.625-.5-1.388-.775T20%2012.25V5.5q0-.625.438-1.062T21.5%204t1.063.438T23%205.5zm-7.75%203.375V8.5q0-.625.438-1.062T16.75%207t1.063.438t.437%201.062v4.075q-1.275.5-2.087%201.588t-.913%202.512%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/android-cell-5-bar-plus-rounded.svg?color=%231a73e8&size=48