android cell 4 bar plus icon

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

Name
android-cell-4-bar-plus
Set
Material Symbols Light
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
android-cell-4-bar-plus-sharp

2 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

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="M2.866 19v-6.577h1.692V19zm5.519 0v-8.884h1.692V19zm11.038-7.379V5h1.693v6.906q-.387-.17-.813-.236t-.88-.049M13.903 19V7.789h1.693v5.886q-.43.598-.686 1.312q-.256.713-.256 1.513q0 .699.186 1.325q.185.627.506 1.175zm5.136 0v-2h-2v-1h2v-2h1v2h2v1h-2v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAndroidCell4BarPlus(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="M2.866 19v-6.577h1.692V19zm5.519 0v-8.884h1.692V19zm11.038-7.379V5h1.693v6.906q-.387-.17-.813-.236t-.88-.049M13.903 19V7.789h1.693v5.886q-.43.598-.686 1.312q-.256.713-.256 1.513q0 .699.186 1.325q.185.627.506 1.175zm5.136 0v-2h-2v-1h2v-2h1v2h2v1h-2v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.866 19v-6.577h1.692V19zm5.519 0v-8.884h1.692V19zm11.038-7.379V5h1.693v6.906q-.387-.17-.813-.236t-.88-.049M13.903 19V7.789h1.693v5.886q-.43.598-.686 1.312q-.256.713-.256 1.513q0 .699.186 1.325q.185.627.506 1.175zm5.136 0v-2h-2v-1h2v-2h1v2h2v1h-2v2z"/></svg>
</template>

CSS

.icon-android-cell-4-bar-plus {
  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%22M2.866%2019v-6.577h1.692V19zm5.519%200v-8.884h1.692V19zm11.038-7.379V5h1.693v6.906q-.387-.17-.813-.236t-.88-.049M13.903%2019V7.789h1.693v5.886q-.43.598-.686%201.312q-.256.713-.256%201.513q0%20.699.186%201.325q.185.627.506%201.175zm5.136%200v-2h-2v-1h2v-2h1v2h2v1h-2v2z%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%22M2.866%2019v-6.577h1.692V19zm5.519%200v-8.884h1.692V19zm11.038-7.379V5h1.693v6.906q-.387-.17-.813-.236t-.88-.049M13.903%2019V7.789h1.693v5.886q-.43.598-.686%201.312q-.256.713-.256%201.513q0%20.699.186%201.325q.185.627.506%201.175zm5.136%200v-2h-2v-1h2v-2h1v2h2v1h-2v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/android-cell-4-bar-plus.svg?color=%231a73e8&size=48