android cell 4 bar plus icon

android-cell-4-bar-plus-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
android-cell-4-bar-plus-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
android-cell-4-bar-plus-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the android cell 4 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="M1.5 18.5v-5q0-.625.438-1.062T3 12t1.063.438T4.5 13.5v5q0 .625-.437 1.063T3 20t-1.062-.437T1.5 18.5m6 0V11q0-.625.438-1.062T9 9.5t1.063.438T10.5 11v7.5q0 .625-.437 1.063T9 20t-1.062-.437T7.5 18.5m12-6.475V5.5q0-.625.438-1.062T21 4t1.063.438T22.5 5.5v7.175q-.675-.4-1.437-.562t-1.563-.088M19 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 19zm-5.5.75V8.5q0-.625.438-1.062T15 7t1.063.438T16.5 8.5v5.175q-.775.65-1.137 1.513T15 17q0 .725.188 1.375t.537 1.225q-.175.2-.425.3t-.55.1q-.525 0-.888-.362t-.362-.888"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAndroidCell4BarPlusRounded(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="M1.5 18.5v-5q0-.625.438-1.062T3 12t1.063.438T4.5 13.5v5q0 .625-.437 1.063T3 20t-1.062-.437T1.5 18.5m6 0V11q0-.625.438-1.062T9 9.5t1.063.438T10.5 11v7.5q0 .625-.437 1.063T9 20t-1.062-.437T7.5 18.5m12-6.475V5.5q0-.625.438-1.062T21 4t1.063.438T22.5 5.5v7.175q-.675-.4-1.437-.562t-1.563-.088M19 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 19zm-5.5.75V8.5q0-.625.438-1.062T15 7t1.063.438T16.5 8.5v5.175q-.775.65-1.137 1.513T15 17q0 .725.188 1.375t.537 1.225q-.175.2-.425.3t-.55.1q-.525 0-.888-.362t-.362-.888"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.5 18.5v-5q0-.625.438-1.062T3 12t1.063.438T4.5 13.5v5q0 .625-.437 1.063T3 20t-1.062-.437T1.5 18.5m6 0V11q0-.625.438-1.062T9 9.5t1.063.438T10.5 11v7.5q0 .625-.437 1.063T9 20t-1.062-.437T7.5 18.5m12-6.475V5.5q0-.625.438-1.062T21 4t1.063.438T22.5 5.5v7.175q-.675-.4-1.437-.562t-1.563-.088M19 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 19zm-5.5.75V8.5q0-.625.438-1.062T15 7t1.063.438T16.5 8.5v5.175q-.775.65-1.137 1.513T15 17q0 .725.188 1.375t.537 1.225q-.175.2-.425.3t-.55.1q-.525 0-.888-.362t-.362-.888"/></svg>
</template>

CSS

.icon-android-cell-4-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%22M1.5%2018.5v-5q0-.625.438-1.062T3%2012t1.063.438T4.5%2013.5v5q0%20.625-.437%201.063T3%2020t-1.062-.437T1.5%2018.5m6%200V11q0-.625.438-1.062T9%209.5t1.063.438T10.5%2011v7.5q0%20.625-.437%201.063T9%2020t-1.062-.437T7.5%2018.5m12-6.475V5.5q0-.625.438-1.062T21%204t1.063.438T22.5%205.5v7.175q-.675-.4-1.437-.562t-1.563-.088M19%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%2019zm-5.5.75V8.5q0-.625.438-1.062T15%207t1.063.438T16.5%208.5v5.175q-.775.65-1.137%201.513T15%2017q0%20.725.188%201.375t.537%201.225q-.175.2-.425.3t-.55.1q-.525%200-.888-.362t-.362-.888%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%22M1.5%2018.5v-5q0-.625.438-1.062T3%2012t1.063.438T4.5%2013.5v5q0%20.625-.437%201.063T3%2020t-1.062-.437T1.5%2018.5m6%200V11q0-.625.438-1.062T9%209.5t1.063.438T10.5%2011v7.5q0%20.625-.437%201.063T9%2020t-1.062-.437T7.5%2018.5m12-6.475V5.5q0-.625.438-1.062T21%204t1.063.438T22.5%205.5v7.175q-.675-.4-1.437-.562t-1.563-.088M19%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%2019zm-5.5.75V8.5q0-.625.438-1.062T15%207t1.063.438T16.5%208.5v5.175q-.775.65-1.137%201.513T15%2017q0%20.725.188%201.375t.537%201.225q-.175.2-.425.3t-.55.1q-.525%200-.888-.362t-.362-.888%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-4-bar-plus-rounded.svg?color=%231a73e8&size=48