mobile layout icon

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

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

5 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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 21q-.825 0-1.412-.587T1 19v-2q0-.825.588-1.412T3 15h6q.825 0 1.413.588T11 17v2q0 .825-.587 1.413T9 21zm12 0q-.825 0-1.412-.587T13 19V5q0-.825.588-1.412T15 3h6q.825 0 1.413.588T23 5v14q0 .825-.587 1.413T21 21zm3-3q.425 0 .713-.288T19 17t-.288-.712T18 16t-.712.288T17 17t.288.713T18 18M3 13q-.825 0-1.412-.587T1 11V5q0-.825.588-1.412T3 3h6q.825 0 1.413.588T11 5v6q0 .825-.587 1.413T9 13zm4-5q.425 0 .713-.288T8 7t-.288-.712T7 6t-.712.288T6 7t.288.713T7 8m-3.25 3h2.5q.3 0 .45-.275t-.05-.525L5.4 8.525q-.15-.2-.4-.2t-.4.2L3.35 10.2q-.2.25-.05.525t.45.275"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMobileLayoutRounded(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 21q-.825 0-1.412-.587T1 19v-2q0-.825.588-1.412T3 15h6q.825 0 1.413.588T11 17v2q0 .825-.587 1.413T9 21zm12 0q-.825 0-1.412-.587T13 19V5q0-.825.588-1.412T15 3h6q.825 0 1.413.588T23 5v14q0 .825-.587 1.413T21 21zm3-3q.425 0 .713-.288T19 17t-.288-.712T18 16t-.712.288T17 17t.288.713T18 18M3 13q-.825 0-1.412-.587T1 11V5q0-.825.588-1.412T3 3h6q.825 0 1.413.588T11 5v6q0 .825-.587 1.413T9 13zm4-5q.425 0 .713-.288T8 7t-.288-.712T7 6t-.712.288T6 7t.288.713T7 8m-3.25 3h2.5q.3 0 .45-.275t-.05-.525L5.4 8.525q-.15-.2-.4-.2t-.4.2L3.35 10.2q-.2.25-.05.525t.45.275"/></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 21q-.825 0-1.412-.587T1 19v-2q0-.825.588-1.412T3 15h6q.825 0 1.413.588T11 17v2q0 .825-.587 1.413T9 21zm12 0q-.825 0-1.412-.587T13 19V5q0-.825.588-1.412T15 3h6q.825 0 1.413.588T23 5v14q0 .825-.587 1.413T21 21zm3-3q.425 0 .713-.288T19 17t-.288-.712T18 16t-.712.288T17 17t.288.713T18 18M3 13q-.825 0-1.412-.587T1 11V5q0-.825.588-1.412T3 3h6q.825 0 1.413.588T11 5v6q0 .825-.587 1.413T9 13zm4-5q.425 0 .713-.288T8 7t-.288-.712T7 6t-.712.288T6 7t.288.713T7 8m-3.25 3h2.5q.3 0 .45-.275t-.05-.525L5.4 8.525q-.15-.2-.4-.2t-.4.2L3.35 10.2q-.2.25-.05.525t.45.275"/></svg>
</template>

CSS

.icon-mobile-layout-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%22M3%2021q-.825%200-1.412-.587T1%2019v-2q0-.825.588-1.412T3%2015h6q.825%200%201.413.588T11%2017v2q0%20.825-.587%201.413T9%2021zm12%200q-.825%200-1.412-.587T13%2019V5q0-.825.588-1.412T15%203h6q.825%200%201.413.588T23%205v14q0%20.825-.587%201.413T21%2021zm3-3q.425%200%20.713-.288T19%2017t-.288-.712T18%2016t-.712.288T17%2017t.288.713T18%2018M3%2013q-.825%200-1.412-.587T1%2011V5q0-.825.588-1.412T3%203h6q.825%200%201.413.588T11%205v6q0%20.825-.587%201.413T9%2013zm4-5q.425%200%20.713-.288T8%207t-.288-.712T7%206t-.712.288T6%207t.288.713T7%208m-3.25%203h2.5q.3%200%20.45-.275t-.05-.525L5.4%208.525q-.15-.2-.4-.2t-.4.2L3.35%2010.2q-.2.25-.05.525t.45.275%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%2021q-.825%200-1.412-.587T1%2019v-2q0-.825.588-1.412T3%2015h6q.825%200%201.413.588T11%2017v2q0%20.825-.587%201.413T9%2021zm12%200q-.825%200-1.412-.587T13%2019V5q0-.825.588-1.412T15%203h6q.825%200%201.413.588T23%205v14q0%20.825-.587%201.413T21%2021zm3-3q.425%200%20.713-.288T19%2017t-.288-.712T18%2016t-.712.288T17%2017t.288.713T18%2018M3%2013q-.825%200-1.412-.587T1%2011V5q0-.825.588-1.412T3%203h6q.825%200%201.413.588T11%205v6q0%20.825-.587%201.413T9%2013zm4-5q.425%200%20.713-.288T8%207t-.288-.712T7%206t-.712.288T6%207t.288.713T7%208m-3.25%203h2.5q.3%200%20.45-.275t-.05-.525L5.4%208.525q-.15-.2-.4-.2t-.4.2L3.35%2010.2q-.2.25-.05.525t.45.275%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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