mobile-layout from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
mobile-layout
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the mobile layout icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.827 20q-.69 0-1.153-.462t-.462-1.153v-1.77q0-.69.462-1.152T3.827 15h5.365q.69 0 1.153.463t.463 1.153v1.769q0 .69-.463 1.153T9.192 20zm11 0q-.69 0-1.153-.462t-.462-1.153V5.615q0-.69.462-1.152T14.827 4h5.365q.69 0 1.153.463t.463 1.153v12.769q0 .69-.463 1.153T20.192 20zm2.673-2.577q.31 0 .52-.21q.21-.211.21-.52q0-.291-.21-.511t-.52-.22q-.29 0-.51.22t-.22.51q0 .31.22.52t.51.211M3.827 12.615q-.69 0-1.153-.462T2.212 11V5.616q0-.691.462-1.153T3.827 4h5.385q.69 0 1.153.463t.462 1.153V11q0 .69-.462 1.153t-1.154.463zm3.885-4.769q.31 0 .52-.22t.21-.51q0-.31-.21-.52q-.21-.212-.52-.212t-.52.211t-.211.52q0 .29.21.511q.211.22.52.22m-4.672 3.77H7.75L5.366 8.462z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileLayout(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="M3.827 20q-.69 0-1.153-.462t-.462-1.153v-1.77q0-.69.462-1.152T3.827 15h5.365q.69 0 1.153.463t.463 1.153v1.769q0 .69-.463 1.153T9.192 20zm11 0q-.69 0-1.153-.462t-.462-1.153V5.615q0-.69.462-1.152T14.827 4h5.365q.69 0 1.153.463t.463 1.153v12.769q0 .69-.463 1.153T20.192 20zm2.673-2.577q.31 0 .52-.21q.21-.211.21-.52q0-.291-.21-.511t-.52-.22q-.29 0-.51.22t-.22.51q0 .31.22.52t.51.211M3.827 12.615q-.69 0-1.153-.462T2.212 11V5.616q0-.691.462-1.153T3.827 4h5.385q.69 0 1.153.463t.462 1.153V11q0 .69-.462 1.153t-1.154.463zm3.885-4.769q.31 0 .52-.22t.21-.51q0-.31-.21-.52q-.21-.212-.52-.212t-.52.211t-.211.52q0 .29.21.511q.211.22.52.22m-4.672 3.77H7.75L5.366 8.462z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.827 20q-.69 0-1.153-.462t-.462-1.153v-1.77q0-.69.462-1.152T3.827 15h5.365q.69 0 1.153.463t.463 1.153v1.769q0 .69-.463 1.153T9.192 20zm11 0q-.69 0-1.153-.462t-.462-1.153V5.615q0-.69.462-1.152T14.827 4h5.365q.69 0 1.153.463t.463 1.153v12.769q0 .69-.463 1.153T20.192 20zm2.673-2.577q.31 0 .52-.21q.21-.211.21-.52q0-.291-.21-.511t-.52-.22q-.29 0-.51.22t-.22.51q0 .31.22.52t.51.211M3.827 12.615q-.69 0-1.153-.462T2.212 11V5.616q0-.691.462-1.153T3.827 4h5.385q.69 0 1.153.463t.462 1.153V11q0 .69-.462 1.153t-1.154.463zm3.885-4.769q.31 0 .52-.22t.21-.51q0-.31-.21-.52q-.21-.212-.52-.212t-.52.211t-.211.52q0 .29.21.511q.211.22.52.22m-4.672 3.77H7.75L5.366 8.462z"/></svg>
</template>

CSS

.icon-mobile-layout {
  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%22M3.827%2020q-.69%200-1.153-.462t-.462-1.153v-1.77q0-.69.462-1.152T3.827%2015h5.365q.69%200%201.153.463t.463%201.153v1.769q0%20.69-.463%201.153T9.192%2020zm11%200q-.69%200-1.153-.462t-.462-1.153V5.615q0-.69.462-1.152T14.827%204h5.365q.69%200%201.153.463t.463%201.153v12.769q0%20.69-.463%201.153T20.192%2020zm2.673-2.577q.31%200%20.52-.21q.21-.211.21-.52q0-.291-.21-.511t-.52-.22q-.29%200-.51.22t-.22.51q0%20.31.22.52t.51.211M3.827%2012.615q-.69%200-1.153-.462T2.212%2011V5.616q0-.691.462-1.153T3.827%204h5.385q.69%200%201.153.463t.462%201.153V11q0%20.69-.462%201.153t-1.154.463zm3.885-4.769q.31%200%20.52-.22t.21-.51q0-.31-.21-.52q-.21-.212-.52-.212t-.52.211t-.211.52q0%20.29.21.511q.211.22.52.22m-4.672%203.77H7.75L5.366%208.462z%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%22M3.827%2020q-.69%200-1.153-.462t-.462-1.153v-1.77q0-.69.462-1.152T3.827%2015h5.365q.69%200%201.153.463t.463%201.153v1.769q0%20.69-.463%201.153T9.192%2020zm11%200q-.69%200-1.153-.462t-.462-1.153V5.615q0-.69.462-1.152T14.827%204h5.365q.69%200%201.153.463t.463%201.153v12.769q0%20.69-.463%201.153T20.192%2020zm2.673-2.577q.31%200%20.52-.21q.21-.211.21-.52q0-.291-.21-.511t-.52-.22q-.29%200-.51.22t-.22.51q0%20.31.22.52t.51.211M3.827%2012.615q-.69%200-1.153-.462T2.212%2011V5.616q0-.691.462-1.153T3.827%204h5.385q.69%200%201.153.463t.462%201.153V11q0%20.69-.462%201.153t-1.154.463zm3.885-4.769q.31%200%20.52-.22t.21-.51q0-.31-.21-.52q-.21-.212-.52-.212t-.52.211t-.211.52q0%20.29.21.511q.211.22.52.22m-4.672%203.77H7.75L5.366%208.462z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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