splitscreen vertical add icon

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

Name
splitscreen-vertical-add-rounded
Set
Material Symbols Light
Style
Rounded
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 20h-1.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143H19v-1.73q0-.213.144-.357t.357-.144t.356.144t.143.356V19h1.73q.213 0 .357.144t.144.357t-.144.356t-.356.143H20v1.73q0 .213-.144.357t-.357.144t-.356-.144t-.143-.356zM5.615 20q-.666 0-1.14-.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.793-.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 MaterialSymbolsLightSplitscreenVerticalAddRounded(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 20h-1.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143H19v-1.73q0-.213.144-.357t.357-.144t.356.144t.143.356V19h1.73q.213 0 .357.144t.144.357t-.144.356t-.356.143H20v1.73q0 .213-.144.357t-.357.144t-.356-.144t-.143-.356zM5.615 20q-.666 0-1.14-.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.793-.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 20h-1.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143H19v-1.73q0-.213.144-.357t.357-.144t.356.144t.143.356V19h1.73q.213 0 .357.144t.144.357t-.144.356t-.356.143H20v1.73q0 .213-.144.357t-.357.144t-.356-.144t-.143-.356zM5.615 20q-.666 0-1.14-.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.793-.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-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%2020h-1.73q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143H19v-1.73q0-.213.144-.357t.357-.144t.356.144t.143.356V19h1.73q.213%200%20.357.144t.144.357t-.144.356t-.356.143H20v1.73q0%20.213-.144.357t-.357.144t-.356-.144t-.143-.356zM5.615%2020q-.666%200-1.14-.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.793-.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%2020h-1.73q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143H19v-1.73q0-.213.144-.357t.357-.144t.356.144t.143.356V19h1.73q.213%200%20.357.144t.144.357t-.144.356t-.356.143H20v1.73q0%20.213-.144.357t-.357.144t-.356-.144t-.143-.356zM5.615%2020q-.666%200-1.14-.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.793-.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-rounded.svg?color=%231a73e8&size=48