land plots marker icon
land-plots-marker from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.
- Name
- land-plots-marker
- Set
- Material Design Icons
- Style
- Filled
- Category
- Agriculture
- Viewbox
- 24×24
- License
- Apache 2.0
More agriculture icons from Material Design Icons
Use the land plots marker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 2h16c1.1 0 2 .9 2 2v6H10v10h4.55q.27.45.54.84c.29.43.57.82.83 1.16H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2m4 2H4v10h4zM4 16v4h4v-4zm6-8h10V4H10zm8.5 14s-.58-.65-1.27-1.59c-.09-.13-.19-.27-.29-.41C16 18.66 15 16.89 15 15.5c0-1.9 1.6-3.5 3.5-3.5c.53 0 1.04.13 1.5.35c1.17.57 2 1.78 2 3.15c0 1.54-1.23 3.54-2.23 4.91c-.69.94-1.27 1.59-1.27 1.59m-1.2-6.4c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2"/></svg>
React
import type { SVGProps } from "react";
export function MdiLandPlotsMarker(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 2h16c1.1 0 2 .9 2 2v6H10v10h4.55q.27.45.54.84c.29.43.57.82.83 1.16H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2m4 2H4v10h4zM4 16v4h4v-4zm6-8h10V4H10zm8.5 14s-.58-.65-1.27-1.59c-.09-.13-.19-.27-.29-.41C16 18.66 15 16.89 15 15.5c0-1.9 1.6-3.5 3.5-3.5c.53 0 1.04.13 1.5.35c1.17.57 2 1.78 2 3.15c0 1.54-1.23 3.54-2.23 4.91c-.69.94-1.27 1.59-1.27 1.59m-1.2-6.4c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2"/></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 2h16c1.1 0 2 .9 2 2v6H10v10h4.55q.27.45.54.84c.29.43.57.82.83 1.16H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2m4 2H4v10h4zM4 16v4h4v-4zm6-8h10V4H10zm8.5 14s-.58-.65-1.27-1.59c-.09-.13-.19-.27-.29-.41C16 18.66 15 16.89 15 15.5c0-1.9 1.6-3.5 3.5-3.5c.53 0 1.04.13 1.5.35c1.17.57 2 1.78 2 3.15c0 1.54-1.23 3.54-2.23 4.91c-.69.94-1.27 1.59-1.27 1.59m-1.2-6.4c0 .6.5 1.2 1.2 1.2s1.3-.6 1.2-1.2c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2 1.2"/></svg> </template>
CSS
.icon-land-plots-marker {
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%202h16c1.1%200%202%20.9%202%202v6H10v10h4.55q.27.45.54.84c.29.43.57.82.83%201.16H4c-1.1%200-2-.9-2-2V4c0-1.1.9-2%202-2m4%202H4v10h4zM4%2016v4h4v-4zm6-8h10V4H10zm8.5%2014s-.58-.65-1.27-1.59c-.09-.13-.19-.27-.29-.41C16%2018.66%2015%2016.89%2015%2015.5c0-1.9%201.6-3.5%203.5-3.5c.53%200%201.04.13%201.5.35c1.17.57%202%201.78%202%203.15c0%201.54-1.23%203.54-2.23%204.91c-.69.94-1.27%201.59-1.27%201.59m-1.2-6.4c0%20.6.5%201.2%201.2%201.2s1.3-.6%201.2-1.2c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2%201.2%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%202h16c1.1%200%202%20.9%202%202v6H10v10h4.55q.27.45.54.84c.29.43.57.82.83%201.16H4c-1.1%200-2-.9-2-2V4c0-1.1.9-2%202-2m4%202H4v10h4zM4%2016v4h4v-4zm6-8h10V4H10zm8.5%2014s-.58-.65-1.27-1.59c-.09-.13-.19-.27-.29-.41C16%2018.66%2015%2016.89%2015%2015.5c0-1.9%201.6-3.5%203.5-3.5c.53%200%201.04.13%201.5.35c1.17.57%202%201.78%202%203.15c0%201.54-1.23%203.54-2.23%204.91c-.69.94-1.27%201.59-1.27%201.59m-1.2-6.4c0%20.6.5%201.2%201.2%201.2s1.3-.6%201.2-1.2c0-.6-.6-1.2-1.2-1.2s-1.2.5-1.2%201.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/land-plots-marker.svg?color=%231a73e8&size=48