land plot icon

land-plot from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
land-plot
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the land plot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15.484 11.5l3.429 1.912C20.97 14.559 22 15.132 22 16c0 .867-1.029 1.441-3.087 2.589l-3.946 2.2C13.517 21.595 12.793 22 12 22s-1.517-.404-2.967-1.212l-3.946-2.2C3.03 17.442 2 16.869 2 16c0-.867 1.03-1.44 3.087-2.588l3.43-1.912m8.733 1.25l-10.5 6.5m0-6.5l10.5 6.5M12 12V8.46m0 0V4.557c0-1.429 0-2.143.453-2.44c.452-.299 1.078.003 2.33.607l.754.364C17.179 3.88 18 4.277 18 4.92s-.821 1.04-2.463 1.833z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLandPlot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m15.484 11.5l3.429 1.912C20.97 14.559 22 15.132 22 16c0 .867-1.029 1.441-3.087 2.589l-3.946 2.2C13.517 21.595 12.793 22 12 22s-1.517-.404-2.967-1.212l-3.946-2.2C3.03 17.442 2 16.869 2 16c0-.867 1.03-1.44 3.087-2.588l3.43-1.912m8.733 1.25l-10.5 6.5m0-6.5l10.5 6.5M12 12V8.46m0 0V4.557c0-1.429 0-2.143.453-2.44c.452-.299 1.078.003 2.33.607l.754.364C17.179 3.88 18 4.277 18 4.92s-.821 1.04-2.463 1.833z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15.484 11.5l3.429 1.912C20.97 14.559 22 15.132 22 16c0 .867-1.029 1.441-3.087 2.589l-3.946 2.2C13.517 21.595 12.793 22 12 22s-1.517-.404-2.967-1.212l-3.946-2.2C3.03 17.442 2 16.869 2 16c0-.867 1.03-1.44 3.087-2.588l3.43-1.912m8.733 1.25l-10.5 6.5m0-6.5l10.5 6.5M12 12V8.46m0 0V4.557c0-1.429 0-2.143.453-2.44c.452-.299 1.078.003 2.33.607l.754.364C17.179 3.88 18 4.277 18 4.92s-.821 1.04-2.463 1.833z"/></svg>
</template>

CSS

.icon-land-plot {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m15.484%2011.5l3.429%201.912C20.97%2014.559%2022%2015.132%2022%2016c0%20.867-1.029%201.441-3.087%202.589l-3.946%202.2C13.517%2021.595%2012.793%2022%2012%2022s-1.517-.404-2.967-1.212l-3.946-2.2C3.03%2017.442%202%2016.869%202%2016c0-.867%201.03-1.44%203.087-2.588l3.43-1.912m8.733%201.25l-10.5%206.5m0-6.5l10.5%206.5M12%2012V8.46m0%200V4.557c0-1.429%200-2.143.453-2.44c.452-.299%201.078.003%202.33.607l.754.364C17.179%203.88%2018%204.277%2018%204.92s-.821%201.04-2.463%201.833z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m15.484%2011.5l3.429%201.912C20.97%2014.559%2022%2015.132%2022%2016c0%20.867-1.029%201.441-3.087%202.589l-3.946%202.2C13.517%2021.595%2012.793%2022%2012%2022s-1.517-.404-2.967-1.212l-3.946-2.2C3.03%2017.442%202%2016.869%202%2016c0-.867%201.03-1.44%203.087-2.588l3.43-1.912m8.733%201.25l-10.5%206.5m0-6.5l10.5%206.5M12%2012V8.46m0%200V4.557c0-1.429%200-2.143.453-2.44c.452-.299%201.078.003%202.33.607l.754.364C17.179%203.88%2018%204.277%2018%204.92s-.821%201.04-2.463%201.833z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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