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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.6 13.1q.25-.5.713-.8T6.35 12q.6 0 1.1.313t.725.887l.675 1.65q.05.15.225.138t.225-.163l2.15-7.175q.35-1.2 1.338-1.925T15.025 5q1.225 0 2.188.712t1.337 1.863l3.875 11.1q.175.5-.137.913T21.45 20q-.3 0-.55-.187t-.375-.488L16.65 8.2q-.2-.575-.625-.887t-1-.313t-1.012.325t-.638.9l-2.15 7.175q-.225.7-.812 1.15T9.075 17q-.675 0-1.25-.363T7 15.625l-.675-1.65L3.65 19.45q-.125.25-.375.4T2.75 20q-.575 0-.85-.475t-.025-.975zM6 10q-1.25 0-2.125-.887T3 7q0-1.25.875-2.125T6 4t2.125.875T9 7q0 1.225-.875 2.113T6 10m0-2q.425 0 .713-.288T7 7t-.288-.712T6 6t-.712.288T5 7t.288.713T6 8m0-1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLandscape2OutlineRounded(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.6 13.1q.25-.5.713-.8T6.35 12q.6 0 1.1.313t.725.887l.675 1.65q.05.15.225.138t.225-.163l2.15-7.175q.35-1.2 1.338-1.925T15.025 5q1.225 0 2.188.712t1.337 1.863l3.875 11.1q.175.5-.137.913T21.45 20q-.3 0-.55-.187t-.375-.488L16.65 8.2q-.2-.575-.625-.887t-1-.313t-1.012.325t-.638.9l-2.15 7.175q-.225.7-.812 1.15T9.075 17q-.675 0-1.25-.363T7 15.625l-.675-1.65L3.65 19.45q-.125.25-.375.4T2.75 20q-.575 0-.85-.475t-.025-.975zM6 10q-1.25 0-2.125-.887T3 7q0-1.25.875-2.125T6 4t2.125.875T9 7q0 1.225-.875 2.113T6 10m0-2q.425 0 .713-.288T7 7t-.288-.712T6 6t-.712.288T5 7t.288.713T6 8m0-1"/></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.6 13.1q.25-.5.713-.8T6.35 12q.6 0 1.1.313t.725.887l.675 1.65q.05.15.225.138t.225-.163l2.15-7.175q.35-1.2 1.338-1.925T15.025 5q1.225 0 2.188.712t1.337 1.863l3.875 11.1q.175.5-.137.913T21.45 20q-.3 0-.55-.187t-.375-.488L16.65 8.2q-.2-.575-.625-.887t-1-.313t-1.012.325t-.638.9l-2.15 7.175q-.225.7-.812 1.15T9.075 17q-.675 0-1.25-.363T7 15.625l-.675-1.65L3.65 19.45q-.125.25-.375.4T2.75 20q-.575 0-.85-.475t-.025-.975zM6 10q-1.25 0-2.125-.887T3 7q0-1.25.875-2.125T6 4t2.125.875T9 7q0 1.225-.875 2.113T6 10m0-2q.425 0 .713-.288T7 7t-.288-.712T6 6t-.712.288T5 7t.288.713T6 8m0-1"/></svg>
</template>

CSS

.icon-landscape-2-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.6%2013.1q.25-.5.713-.8T6.35%2012q.6%200%201.1.313t.725.887l.675%201.65q.05.15.225.138t.225-.163l2.15-7.175q.35-1.2%201.338-1.925T15.025%205q1.225%200%202.188.712t1.337%201.863l3.875%2011.1q.175.5-.137.913T21.45%2020q-.3%200-.55-.187t-.375-.488L16.65%208.2q-.2-.575-.625-.887t-1-.313t-1.012.325t-.638.9l-2.15%207.175q-.225.7-.812%201.15T9.075%2017q-.675%200-1.25-.363T7%2015.625l-.675-1.65L3.65%2019.45q-.125.25-.375.4T2.75%2020q-.575%200-.85-.475t-.025-.975zM6%2010q-1.25%200-2.125-.887T3%207q0-1.25.875-2.125T6%204t2.125.875T9%207q0%201.225-.875%202.113T6%2010m0-2q.425%200%20.713-.288T7%207t-.288-.712T6%206t-.712.288T5%207t.288.713T6%208m0-1%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.6%2013.1q.25-.5.713-.8T6.35%2012q.6%200%201.1.313t.725.887l.675%201.65q.05.15.225.138t.225-.163l2.15-7.175q.35-1.2%201.338-1.925T15.025%205q1.225%200%202.188.712t1.337%201.863l3.875%2011.1q.175.5-.137.913T21.45%2020q-.3%200-.55-.187t-.375-.488L16.65%208.2q-.2-.575-.625-.887t-1-.313t-1.012.325t-.638.9l-2.15%207.175q-.225.7-.812%201.15T9.075%2017q-.675%200-1.25-.363T7%2015.625l-.675-1.65L3.65%2019.45q-.125.25-.375.4T2.75%2020q-.575%200-.85-.475t-.025-.975zM6%2010q-1.25%200-2.125-.887T3%207q0-1.25.875-2.125T6%204t2.125.875T9%207q0%201.225-.875%202.113T6%2010m0-2q.425%200%20.713-.288T7%207t-.288-.712T6%206t-.712.288T5%207t.288.713T6%208m0-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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