splitscreen vertical add icon

splitscreen-vertical-add from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
splitscreen-vertical-add
Set
Material Symbols Light
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the splitscreen vertical add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 22.23V20h-2.23v-1H19v-2.23h1V19h2.23v1H20v2.23zM5.616 20q-.667 0-1.141-.475T4 18.386V5.615q0-.666.475-1.14T5.615 4H9.02q.667 0 1.141.475t.475 1.14v12.77q0 .666-.475 1.14T9.02 20zm8.792-.173q-.471-.154-.747-.546t-.276-.896V5.615q0-.666.474-1.14Q14.334 4 15 4h3.385q.666 0 1.14.475T20 5.615v8.812q-.154-.021-.308-.032q-.153-.01-.307-.01q-1.927 0-3.342 1.324q-1.414 1.324-1.62 3.25q-.039.212-.032.43q.005.22.017.438"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSplitscreenVerticalAdd(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 22.23V20h-2.23v-1H19v-2.23h1V19h2.23v1H20v2.23zM5.616 20q-.667 0-1.141-.475T4 18.386V5.615q0-.666.475-1.14T5.615 4H9.02q.667 0 1.141.475t.475 1.14v12.77q0 .666-.475 1.14T9.02 20zm8.792-.173q-.471-.154-.747-.546t-.276-.896V5.615q0-.666.474-1.14Q14.334 4 15 4h3.385q.666 0 1.14.475T20 5.615v8.812q-.154-.021-.308-.032q-.153-.01-.307-.01q-1.927 0-3.342 1.324q-1.414 1.324-1.62 3.25q-.039.212-.032.43q.005.22.017.438"/></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 22.23V20h-2.23v-1H19v-2.23h1V19h2.23v1H20v2.23zM5.616 20q-.667 0-1.141-.475T4 18.386V5.615q0-.666.475-1.14T5.615 4H9.02q.667 0 1.141.475t.475 1.14v12.77q0 .666-.475 1.14T9.02 20zm8.792-.173q-.471-.154-.747-.546t-.276-.896V5.615q0-.666.474-1.14Q14.334 4 15 4h3.385q.666 0 1.14.475T20 5.615v8.812q-.154-.021-.308-.032q-.153-.01-.307-.01q-1.927 0-3.342 1.324q-1.414 1.324-1.62 3.25q-.039.212-.032.43q.005.22.017.438"/></svg>
</template>

CSS

.icon-splitscreen-vertical-add {
  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%2022.23V20h-2.23v-1H19v-2.23h1V19h2.23v1H20v2.23zM5.616%2020q-.667%200-1.141-.475T4%2018.386V5.615q0-.666.475-1.14T5.615%204H9.02q.667%200%201.141.475t.475%201.14v12.77q0%20.666-.475%201.14T9.02%2020zm8.792-.173q-.471-.154-.747-.546t-.276-.896V5.615q0-.666.474-1.14Q14.334%204%2015%204h3.385q.666%200%201.14.475T20%205.615v8.812q-.154-.021-.308-.032q-.153-.01-.307-.01q-1.927%200-3.342%201.324q-1.414%201.324-1.62%203.25q-.039.212-.032.43q.005.22.017.438%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%2022.23V20h-2.23v-1H19v-2.23h1V19h2.23v1H20v2.23zM5.616%2020q-.667%200-1.141-.475T4%2018.386V5.615q0-.666.475-1.14T5.615%204H9.02q.667%200%201.141.475t.475%201.14v12.77q0%20.666-.475%201.14T9.02%2020zm8.792-.173q-.471-.154-.747-.546t-.276-.896V5.615q0-.666.474-1.14Q14.334%204%2015%204h3.385q.666%200%201.14.475T20%205.615v8.812q-.154-.021-.308-.032q-.153-.01-.307-.01q-1.927%200-3.342%201.324q-1.414%201.324-1.62%203.25q-.039.212-.032.43q.005.22.017.438%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/splitscreen-vertical-add.svg?color=%231a73e8&size=48