landscape-2-off-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
landscape-2-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the landscape 2 off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.555 21.796q-.191 0-.357-.165L2.394 3.82q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l17.81 17.81q.145.145.152.347t-.159.366q-.165.165-.356.165M6.135 9.904q-1.02 0-1.75-.724q-.731-.724-.731-1.738q0-.78.429-1.388q.428-.608 1.098-.873l3.196 3.196q-.266.67-.873 1.098q-.608.429-1.37.429m13.715 6.849q-.28-.012-.497-.23L11.977 9.16q-.162-.162-.205-.376q-.043-.215.012-.432l.089-.279q.311-.988 1.155-1.57q.843-.58 1.862-.58q1.014 0 1.851.568t1.155 1.526l2.779 7.649q.125.298.007.562t-.336.4q-.217.138-.497.125M3.487 19q-.46 0-.7-.388t-.028-.793l2.264-4.334q.212-.404.588-.637t.835-.233q.485 0 .889.255t.59.715l.521 1.226q.185.4.687.369t.648-.432l1.198-3.77L19 19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLandscape2OffRounded(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="M20.555 21.796q-.191 0-.357-.165L2.394 3.82q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l17.81 17.81q.145.145.152.347t-.159.366q-.165.165-.356.165M6.135 9.904q-1.02 0-1.75-.724q-.731-.724-.731-1.738q0-.78.429-1.388q.428-.608 1.098-.873l3.196 3.196q-.266.67-.873 1.098q-.608.429-1.37.429m13.715 6.849q-.28-.012-.497-.23L11.977 9.16q-.162-.162-.205-.376q-.043-.215.012-.432l.089-.279q.311-.988 1.155-1.57q.843-.58 1.862-.58q1.014 0 1.851.568t1.155 1.526l2.779 7.649q.125.298.007.562t-.336.4q-.217.138-.497.125M3.487 19q-.46 0-.7-.388t-.028-.793l2.264-4.334q.212-.404.588-.637t.835-.233q.485 0 .889.255t.59.715l.521 1.226q.185.4.687.369t.648-.432l1.198-3.77L19 19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.555 21.796q-.191 0-.357-.165L2.394 3.82q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l17.81 17.81q.145.145.152.347t-.159.366q-.165.165-.356.165M6.135 9.904q-1.02 0-1.75-.724q-.731-.724-.731-1.738q0-.78.429-1.388q.428-.608 1.098-.873l3.196 3.196q-.266.67-.873 1.098q-.608.429-1.37.429m13.715 6.849q-.28-.012-.497-.23L11.977 9.16q-.162-.162-.205-.376q-.043-.215.012-.432l.089-.279q.311-.988 1.155-1.57q.843-.58 1.862-.58q1.014 0 1.851.568t1.155 1.526l2.779 7.649q.125.298.007.562t-.336.4q-.217.138-.497.125M3.487 19q-.46 0-.7-.388t-.028-.793l2.264-4.334q.212-.404.588-.637t.835-.233q.485 0 .889.255t.59.715l.521 1.226q.185.4.687.369t.648-.432l1.198-3.77L19 19z"/></svg>
</template>

CSS

.icon-landscape-2-off-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%22M20.555%2021.796q-.191%200-.357-.165L2.394%203.82q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l17.81%2017.81q.145.145.152.347t-.159.366q-.165.165-.356.165M6.135%209.904q-1.02%200-1.75-.724q-.731-.724-.731-1.738q0-.78.429-1.388q.428-.608%201.098-.873l3.196%203.196q-.266.67-.873%201.098q-.608.429-1.37.429m13.715%206.849q-.28-.012-.497-.23L11.977%209.16q-.162-.162-.205-.376q-.043-.215.012-.432l.089-.279q.311-.988%201.155-1.57q.843-.58%201.862-.58q1.014%200%201.851.568t1.155%201.526l2.779%207.649q.125.298.007.562t-.336.4q-.217.138-.497.125M3.487%2019q-.46%200-.7-.388t-.028-.793l2.264-4.334q.212-.404.588-.637t.835-.233q.485%200%20.889.255t.59.715l.521%201.226q.185.4.687.369t.648-.432l1.198-3.77L19%2019z%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%22M20.555%2021.796q-.191%200-.357-.165L2.394%203.82q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l17.81%2017.81q.145.145.152.347t-.159.366q-.165.165-.356.165M6.135%209.904q-1.02%200-1.75-.724q-.731-.724-.731-1.738q0-.78.429-1.388q.428-.608%201.098-.873l3.196%203.196q-.266.67-.873%201.098q-.608.429-1.37.429m13.715%206.849q-.28-.012-.497-.23L11.977%209.16q-.162-.162-.205-.376q-.043-.215.012-.432l.089-.279q.311-.988%201.155-1.57q.843-.58%201.862-.58q1.014%200%201.851.568t1.155%201.526l2.779%207.649q.125.298.007.562t-.336.4q-.217.138-.497.125M3.487%2019q-.46%200-.7-.388t-.028-.793l2.264-4.334q.212-.404.588-.637t.835-.233q.485%200%20.889.255t.59.715l.521%201.226q.185.4.687.369t.648-.432l1.198-3.77L19%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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