landscape 2 icon
landscape-2-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- landscape-2-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- landscape-2-outline-sharp
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="m1.15 20l3.45-6.9q.25-.5.713-.8T6.35 12q.6 0 1.1.312t.725.888l.675 1.65q.05.15.225.137t.225-.162l2.15-7.175q.35-1.2 1.338-1.925T15.025 5q1.225 0 2.188.712t1.337 1.863L22.875 20H20.75l-4.1-11.8q-.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.375 20zM6 10q-1.25 0-2.125-.888T3 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 MaterialSymbolsLandscape2Outline(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="m1.15 20l3.45-6.9q.25-.5.713-.8T6.35 12q.6 0 1.1.312t.725.888l.675 1.65q.05.15.225.137t.225-.162l2.15-7.175q.35-1.2 1.338-1.925T15.025 5q1.225 0 2.188.712t1.337 1.863L22.875 20H20.75l-4.1-11.8q-.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.375 20zM6 10q-1.25 0-2.125-.888T3 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="m1.15 20l3.45-6.9q.25-.5.713-.8T6.35 12q.6 0 1.1.312t.725.888l.675 1.65q.05.15.225.137t.225-.162l2.15-7.175q.35-1.2 1.338-1.925T15.025 5q1.225 0 2.188.712t1.337 1.863L22.875 20H20.75l-4.1-11.8q-.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.375 20zM6 10q-1.25 0-2.125-.888T3 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 {
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%22m1.15%2020l3.45-6.9q.25-.5.713-.8T6.35%2012q.6%200%201.1.312t.725.888l.675%201.65q.05.15.225.137t.225-.162l2.15-7.175q.35-1.2%201.338-1.925T15.025%205q1.225%200%202.188.712t1.337%201.863L22.875%2020H20.75l-4.1-11.8q-.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.375%2020zM6%2010q-1.25%200-2.125-.888T3%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%22m1.15%2020l3.45-6.9q.25-.5.713-.8T6.35%2012q.6%200%201.1.312t.725.888l.675%201.65q.05.15.225.137t.225-.162l2.15-7.175q.35-1.2%201.338-1.925T15.025%205q1.225%200%202.188.712t1.337%201.863L22.875%2020H20.75l-4.1-11.8q-.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.375%2020zM6%2010q-1.25%200-2.125-.888T3%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.svg?color=%231a73e8&size=48