mobile layout icon

mobile-layout-outline-sharp from Material Symbols by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
mobile-layout-outline-sharp
Set
Material Symbols
Style
Outline Sharp
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="M1 21v-6h10v6zm12 0V3h10v18zM3 19h6v-2H3zm12 0h6V5h-6zm3-1q.425 0 .713-.288T19 17t-.288-.712T18 16t-.712.288T17 17t.288.713T18 18M1 13V3h10v10zm6-5q.425 0 .713-.288T8 7t-.288-.712T7 6t-.712.288T6 7t.288.713T7 8m-4 2.675L5 8l2.25 3H9V5H3zM6 8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMobileLayoutOutlineSharp(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="M1 21v-6h10v6zm12 0V3h10v18zM3 19h6v-2H3zm12 0h6V5h-6zm3-1q.425 0 .713-.288T19 17t-.288-.712T18 16t-.712.288T17 17t.288.713T18 18M1 13V3h10v10zm6-5q.425 0 .713-.288T8 7t-.288-.712T7 6t-.712.288T6 7t.288.713T7 8m-4 2.675L5 8l2.25 3H9V5H3zM6 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 21v-6h10v6zm12 0V3h10v18zM3 19h6v-2H3zm12 0h6V5h-6zm3-1q.425 0 .713-.288T19 17t-.288-.712T18 16t-.712.288T17 17t.288.713T18 18M1 13V3h10v10zm6-5q.425 0 .713-.288T8 7t-.288-.712T7 6t-.712.288T6 7t.288.713T7 8m-4 2.675L5 8l2.25 3H9V5H3zM6 8"/></svg>
</template>

CSS

.icon-mobile-layout-outline-sharp {
  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%22M1%2021v-6h10v6zm12%200V3h10v18zM3%2019h6v-2H3zm12%200h6V5h-6zm3-1q.425%200%20.713-.288T19%2017t-.288-.712T18%2016t-.712.288T17%2017t.288.713T18%2018M1%2013V3h10v10zm6-5q.425%200%20.713-.288T8%207t-.288-.712T7%206t-.712.288T6%207t.288.713T7%208m-4%202.675L5%208l2.25%203H9V5H3zM6%208%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%22M1%2021v-6h10v6zm12%200V3h10v18zM3%2019h6v-2H3zm12%200h6V5h-6zm3-1q.425%200%20.713-.288T19%2017t-.288-.712T18%2016t-.712.288T17%2017t.288.713T18%2018M1%2013V3h10v10zm6-5q.425%200%20.713-.288T8%207t-.288-.712T7%206t-.712.288T6%207t.288.713T7%208m-4%202.675L5%208l2.25%203H9V5H3zM6%208%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-outline-sharp.svg?color=%231a73e8&size=48