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

Name
landscape-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the 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 18q-.625 0-.9-.55t.1-1.05l4-5.325q.15-.2.363-.3t.437-.1t.438.1t.362.3L11.5 16H19l-5-6.65l-1.7 2.25q-.3.4-.7.413t-.7-.213t-.4-.613t.2-.787l2.5-3.325q.15-.2.363-.3t.437-.1t.438.1t.362.3l7 9.325q.375.5.1 1.05T21 18zm8.5-2H19h-7.8h1.713zM5 16h4l-2-2.675zm0 0h4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLandscapeOutlineRounded(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 18q-.625 0-.9-.55t.1-1.05l4-5.325q.15-.2.363-.3t.437-.1t.438.1t.362.3L11.5 16H19l-5-6.65l-1.7 2.25q-.3.4-.7.413t-.7-.213t-.4-.613t.2-.787l2.5-3.325q.15-.2.363-.3t.437-.1t.438.1t.362.3l7 9.325q.375.5.1 1.05T21 18zm8.5-2H19h-7.8h1.713zM5 16h4l-2-2.675zm0 0h4z"/></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 18q-.625 0-.9-.55t.1-1.05l4-5.325q.15-.2.363-.3t.437-.1t.438.1t.362.3L11.5 16H19l-5-6.65l-1.7 2.25q-.3.4-.7.413t-.7-.213t-.4-.613t.2-.787l2.5-3.325q.15-.2.363-.3t.437-.1t.438.1t.362.3l7 9.325q.375.5.1 1.05T21 18zm8.5-2H19h-7.8h1.713zM5 16h4l-2-2.675zm0 0h4z"/></svg>
</template>

CSS

.icon-landscape-outline-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%2018q-.625%200-.9-.55t.1-1.05l4-5.325q.15-.2.363-.3t.437-.1t.438.1t.362.3L11.5%2016H19l-5-6.65l-1.7%202.25q-.3.4-.7.413t-.7-.213t-.4-.613t.2-.787l2.5-3.325q.15-.2.363-.3t.437-.1t.438.1t.362.3l7%209.325q.375.5.1%201.05T21%2018zm8.5-2H19h-7.8h1.713zM5%2016h4l-2-2.675zm0%200h4z%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%2018q-.625%200-.9-.55t.1-1.05l4-5.325q.15-.2.363-.3t.437-.1t.438.1t.362.3L11.5%2016H19l-5-6.65l-1.7%202.25q-.3.4-.7.413t-.7-.213t-.4-.613t.2-.787l2.5-3.325q.15-.2.363-.3t.437-.1t.438.1t.362.3l7%209.325q.375.5.1%201.05T21%2018zm8.5-2H19h-7.8h1.713zM5%2016h4l-2-2.675zm0%200h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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