mobile lock landscape icon

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

Name
mobile-lock-landscape
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
mobile-lock-landscape-rounded, screen-lock-landscape

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the mobile lock landscape icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.616 18q-.691 0-1.153-.462T2 16.384V7.54q0-.667.475-1.141t1.14-.475h3.216q.04-.373.31-.648Q7.41 5 7.789 5h1.769q.379 0 .648.275t.31.648h9.869q.666 0 1.14.475T22 7.538v8.847q0 .666-.475 1.14t-1.14.475zm6.537-2.346h3.688q.392 0 .66-.265q.268-.266.268-.658v-2.697q0-.382-.254-.65q-.255-.268-.63-.268h-.097v-1q0-.749-.51-1.26q-.51-.51-1.259-.51t-1.259.51t-.51 1.26v1h-.096q-.392 0-.658.265q-.265.265-.265.658v2.696q0 .382.265.65q.265.269.657.269m.866-4.538v-1q0-.425.288-.713t.712-.288t.713.288t.287.713v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileLockLandscape(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.616 18q-.691 0-1.153-.462T2 16.384V7.54q0-.667.475-1.141t1.14-.475h3.216q.04-.373.31-.648Q7.41 5 7.789 5h1.769q.379 0 .648.275t.31.648h9.869q.666 0 1.14.475T22 7.538v8.847q0 .666-.475 1.14t-1.14.475zm6.537-2.346h3.688q.392 0 .66-.265q.268-.266.268-.658v-2.697q0-.382-.254-.65q-.255-.268-.63-.268h-.097v-1q0-.749-.51-1.26q-.51-.51-1.259-.51t-1.259.51t-.51 1.26v1h-.096q-.392 0-.658.265q-.265.265-.265.658v2.696q0 .382.265.65q.265.269.657.269m.866-4.538v-1q0-.425.288-.713t.712-.288t.713.288t.287.713v1z"/></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.616 18q-.691 0-1.153-.462T2 16.384V7.54q0-.667.475-1.141t1.14-.475h3.216q.04-.373.31-.648Q7.41 5 7.789 5h1.769q.379 0 .648.275t.31.648h9.869q.666 0 1.14.475T22 7.538v8.847q0 .666-.475 1.14t-1.14.475zm6.537-2.346h3.688q.392 0 .66-.265q.268-.266.268-.658v-2.697q0-.382-.254-.65q-.255-.268-.63-.268h-.097v-1q0-.749-.51-1.26q-.51-.51-1.259-.51t-1.259.51t-.51 1.26v1h-.096q-.392 0-.658.265q-.265.265-.265.658v2.696q0 .382.265.65q.265.269.657.269m.866-4.538v-1q0-.425.288-.713t.712-.288t.713.288t.287.713v1z"/></svg>
</template>

CSS

.icon-mobile-lock-landscape {
  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.616%2018q-.691%200-1.153-.462T2%2016.384V7.54q0-.667.475-1.141t1.14-.475h3.216q.04-.373.31-.648Q7.41%205%207.789%205h1.769q.379%200%20.648.275t.31.648h9.869q.666%200%201.14.475T22%207.538v8.847q0%20.666-.475%201.14t-1.14.475zm6.537-2.346h3.688q.392%200%20.66-.265q.268-.266.268-.658v-2.697q0-.382-.254-.65q-.255-.268-.63-.268h-.097v-1q0-.749-.51-1.26q-.51-.51-1.259-.51t-1.259.51t-.51%201.26v1h-.096q-.392%200-.658.265q-.265.265-.265.658v2.696q0%20.382.265.65q.265.269.657.269m.866-4.538v-1q0-.425.288-.713t.712-.288t.713.288t.287.713v1z%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.616%2018q-.691%200-1.153-.462T2%2016.384V7.54q0-.667.475-1.141t1.14-.475h3.216q.04-.373.31-.648Q7.41%205%207.789%205h1.769q.379%200%20.648.275t.31.648h9.869q.666%200%201.14.475T22%207.538v8.847q0%20.666-.475%201.14t-1.14.475zm6.537-2.346h3.688q.392%200%20.66-.265q.268-.266.268-.658v-2.697q0-.382-.254-.65q-.255-.268-.63-.268h-.097v-1q0-.749-.51-1.26q-.51-.51-1.259-.51t-1.259.51t-.51%201.26v1h-.096q-.392%200-.658.265q-.265.265-.265.658v2.696q0%20.382.265.65q.265.269.657.269m.866-4.538v-1q0-.425.288-.713t.712-.288t.713.288t.287.713v1z%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-lock-landscape.svg?color=%231a73e8&size=48