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

Name
landscape-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.873 15.708l2.577-3.46q.122-.161.295-.242q.172-.081.355-.081t.347.08q.165.082.295.243l2.516 3.352q.152.2.354.3t.455.1q.633 0 .909-.562t-.099-1.063l-1.043-1.39q-.161-.224-.161-.488t.162-.482l2.615-3.498q.122-.161.295-.242q.172-.08.355-.08t.347.08t.295.242l5.385 7.19q.298.405.077.849t-.723.444H4.529q-.52 0-.737-.444t.081-.848"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLandscapeRounded(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.873 15.708l2.577-3.46q.122-.161.295-.242q.172-.081.355-.081t.347.08q.165.082.295.243l2.516 3.352q.152.2.354.3t.455.1q.633 0 .909-.562t-.099-1.063l-1.043-1.39q-.161-.224-.161-.488t.162-.482l2.615-3.498q.122-.161.295-.242q.172-.08.355-.08t.347.08t.295.242l5.385 7.19q.298.405.077.849t-.723.444H4.529q-.52 0-.737-.444t.081-.848"/></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.873 15.708l2.577-3.46q.122-.161.295-.242q.172-.081.355-.081t.347.08q.165.082.295.243l2.516 3.352q.152.2.354.3t.455.1q.633 0 .909-.562t-.099-1.063l-1.043-1.39q-.161-.224-.161-.488t.162-.482l2.615-3.498q.122-.161.295-.242q.172-.08.355-.08t.347.08t.295.242l5.385 7.19q.298.405.077.849t-.723.444H4.529q-.52 0-.737-.444t.081-.848"/></svg>
</template>

CSS

.icon-landscape-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.873%2015.708l2.577-3.46q.122-.161.295-.242q.172-.081.355-.081t.347.08q.165.082.295.243l2.516%203.352q.152.2.354.3t.455.1q.633%200%20.909-.562t-.099-1.063l-1.043-1.39q-.161-.224-.161-.488t.162-.482l2.615-3.498q.122-.161.295-.242q.172-.08.355-.08t.347.08t.295.242l5.385%207.19q.298.405.077.849t-.723.444H4.529q-.52%200-.737-.444t.081-.848%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.873%2015.708l2.577-3.46q.122-.161.295-.242q.172-.081.355-.081t.347.08q.165.082.295.243l2.516%203.352q.152.2.354.3t.455.1q.633%200%20.909-.562t-.099-1.063l-1.043-1.39q-.161-.224-.161-.488t.162-.482l2.615-3.498q.122-.161.295-.242q.172-.08.355-.08t.347.08t.295.242l5.385%207.19q.298.405.077.849t-.723.444H4.529q-.52%200-.737-.444t.081-.848%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-rounded.svg?color=%231a73e8&size=48