landscape icon
landscape-outline-rounded from Material Symbols Light by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- landscape-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M4.52 17q-.51 0-.728-.444t.081-.848l2.577-3.46q.13-.161.295-.242t.351-.081q.187 0 .351.08q.165.082.295.243L10.558 16h8.538l-5-6.65l-2.604 3.462q-.165.207-.353.21q-.189.003-.354-.106q-.166-.11-.218-.315t.114-.413l2.769-3.67q.13-.162.295-.243t.351-.08t.351.08t.295.242l5.385 7.19q.298.405.08.849t-.726.444zm6.576-1h8h-8.704h1.732zm-6.192 0h4.404l-2.212-2.964zm0 0h4.404z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLandscapeOutlineRounded(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="M4.52 17q-.51 0-.728-.444t.081-.848l2.577-3.46q.13-.161.295-.242t.351-.081q.187 0 .351.08q.165.082.295.243L10.558 16h8.538l-5-6.65l-2.604 3.462q-.165.207-.353.21q-.189.003-.354-.106q-.166-.11-.218-.315t.114-.413l2.769-3.67q.13-.162.295-.243t.351-.08t.351.08t.295.242l5.385 7.19q.298.405.08.849t-.726.444zm6.576-1h8h-8.704h1.732zm-6.192 0h4.404l-2.212-2.964zm0 0h4.404z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.52 17q-.51 0-.728-.444t.081-.848l2.577-3.46q.13-.161.295-.242t.351-.081q.187 0 .351.08q.165.082.295.243L10.558 16h8.538l-5-6.65l-2.604 3.462q-.165.207-.353.21q-.189.003-.354-.106q-.166-.11-.218-.315t.114-.413l2.769-3.67q.13-.162.295-.243t.351-.08t.351.08t.295.242l5.385 7.19q.298.405.08.849t-.726.444zm6.576-1h8h-8.704h1.732zm-6.192 0h4.404l-2.212-2.964zm0 0h4.404z"/></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%22M4.52%2017q-.51%200-.728-.444t.081-.848l2.577-3.46q.13-.161.295-.242t.351-.081q.187%200%20.351.08q.165.082.295.243L10.558%2016h8.538l-5-6.65l-2.604%203.462q-.165.207-.353.21q-.189.003-.354-.106q-.166-.11-.218-.315t.114-.413l2.769-3.67q.13-.162.295-.243t.351-.08t.351.08t.295.242l5.385%207.19q.298.405.08.849t-.726.444zm6.576-1h8h-8.704h1.732zm-6.192%200h4.404l-2.212-2.964zm0%200h4.404z%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%22M4.52%2017q-.51%200-.728-.444t.081-.848l2.577-3.46q.13-.161.295-.242t.351-.081q.187%200%20.351.08q.165.082.295.243L10.558%2016h8.538l-5-6.65l-2.604%203.462q-.165.207-.353.21q-.189.003-.354-.106q-.166-.11-.218-.315t.114-.413l2.769-3.67q.13-.162.295-.243t.351-.08t.351.08t.295.242l5.385%207.19q.298.405.08.849t-.726.444zm6.576-1h8h-8.704h1.732zm-6.192%200h4.404l-2.212-2.964zm0%200h4.404z%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-outline-rounded.svg?color=%231a73e8&size=48