landscape icon

landscape from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.

Name
landscape
Set
IconPark
Style
Color
Category
Travel
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More travel icons from IconPark

Use the landscape icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M14 28C17 28 26.5 29.5 26.5 33C26.5 36.5 21.394 35.7386 19 36C16.9274 36 12 36 12 39C12 43 32.5447 44 36.5 44"/><path d="M31 15C31 10.7333 26.7297 4 20.805 4C14.8804 4 10.333 12 8.54511 19.4667C6.7572 26.9333 7.01261 36 7.01261 36"/><path d="M26 24C26 21.5 27.4 17 32 17C36 17 38.2 21.0424 39 24.5C39.8 27.9576 40 33 40 33"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkLandscape(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M14 28C17 28 26.5 29.5 26.5 33C26.5 36.5 21.394 35.7386 19 36C16.9274 36 12 36 12 39C12 43 32.5447 44 36.5 44"/><path d="M31 15C31 10.7333 26.7297 4 20.805 4C14.8804 4 10.333 12 8.54511 19.4667C6.7572 26.9333 7.01261 36 7.01261 36"/><path d="M26 24C26 21.5 27.4 17 32 17C36 17 38.2 21.0424 39 24.5C39.8 27.9576 40 33 40 33"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M14 28C17 28 26.5 29.5 26.5 33C26.5 36.5 21.394 35.7386 19 36C16.9274 36 12 36 12 39C12 43 32.5447 44 36.5 44"/><path d="M31 15C31 10.7333 26.7297 4 20.805 4C14.8804 4 10.333 12 8.54511 19.4667C6.7572 26.9333 7.01261 36 7.01261 36"/><path d="M26 24C26 21.5 27.4 17 32 17C36 17 38.2 21.0424 39 24.5C39.8 27.9576 40 33 40 33"/></g></svg>
</template>

CSS

.icon-landscape {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M14%2028C17%2028%2026.5%2029.5%2026.5%2033C26.5%2036.5%2021.394%2035.7386%2019%2036C16.9274%2036%2012%2036%2012%2039C12%2043%2032.5447%2044%2036.5%2044%22%2F%3E%3Cpath%20d%3D%22M31%2015C31%2010.7333%2026.7297%204%2020.805%204C14.8804%204%2010.333%2012%208.54511%2019.4667C6.7572%2026.9333%207.01261%2036%207.01261%2036%22%2F%3E%3Cpath%20d%3D%22M26%2024C26%2021.5%2027.4%2017%2032%2017C36%2017%2038.2%2021.0424%2039%2024.5C39.8%2027.9576%2040%2033%2040%2033%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M14%2028C17%2028%2026.5%2029.5%2026.5%2033C26.5%2036.5%2021.394%2035.7386%2019%2036C16.9274%2036%2012%2036%2012%2039C12%2043%2032.5447%2044%2036.5%2044%22%2F%3E%3Cpath%20d%3D%22M31%2015C31%2010.7333%2026.7297%204%2020.805%204C14.8804%204%2010.333%2012%208.54511%2019.4667C6.7572%2026.9333%207.01261%2036%207.01261%2036%22%2F%3E%3Cpath%20d%3D%22M26%2024C26%2021.5%2027.4%2017%2032%2017C36%2017%2038.2%2021.0424%2039%2024.5C39.8%2027.9576%2040%2033%2040%2033%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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