map plus icon
map-plus from Material Design Icons by Pictogrammers · Filled · Geographic Information System · Apache-2.0 Free for personal and commercial use.
- Name
- map-plus
- Set
- Material Design Icons
- Style
- Filled
- Category
- Geographic Information System
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- map-add
The same icon in other sets
More geographic information system icons from Material Design Icons
checkerboard-minuscheckerboard-pluscheckerboard-removecompasscompass-offcrosshairscrosshairs-gpscrosshairs-offcrosshairs-questionearthearth-offlatitudelayerslayers-minuslayers-offlayers-pluslayers-removelayers-searchlongitudemagnifymagnify-expandmagnify-minus-outlinemagnify-plus-outlinemagnify-remove-outline
Use the map plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3L3.36 4.9c-.2.07-.36.25-.36.48V20.5a.5.5 0 0 0 .5.5c.05 0 .1 0 .16-.03L9 18.9l4.16 1.46c-.1-.44-.16-.9-.16-1.36c0-.23 0-.46.04-.7L9 16.9V5l6 2.1v7.46c1.07-.96 2.47-1.56 4-1.56c.7 0 1.37.13 2 .36V3.5a.5.5 0 0 0-.5-.5h-.16L15 5.1zm9 12v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiMapPlus(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="M9 3L3.36 4.9c-.2.07-.36.25-.36.48V20.5a.5.5 0 0 0 .5.5c.05 0 .1 0 .16-.03L9 18.9l4.16 1.46c-.1-.44-.16-.9-.16-1.36c0-.23 0-.46.04-.7L9 16.9V5l6 2.1v7.46c1.07-.96 2.47-1.56 4-1.56c.7 0 1.37.13 2 .36V3.5a.5.5 0 0 0-.5-.5h-.16L15 5.1zm9 12v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3L3.36 4.9c-.2.07-.36.25-.36.48V20.5a.5.5 0 0 0 .5.5c.05 0 .1 0 .16-.03L9 18.9l4.16 1.46c-.1-.44-.16-.9-.16-1.36c0-.23 0-.46.04-.7L9 16.9V5l6 2.1v7.46c1.07-.96 2.47-1.56 4-1.56c.7 0 1.37.13 2 .36V3.5a.5.5 0 0 0-.5-.5h-.16L15 5.1zm9 12v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> </template>
CSS
.icon-map-plus {
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%22M9%203L3.36%204.9c-.2.07-.36.25-.36.48V20.5a.5.5%200%200%200%20.5.5c.05%200%20.1%200%20.16-.03L9%2018.9l4.16%201.46c-.1-.44-.16-.9-.16-1.36c0-.23%200-.46.04-.7L9%2016.9V5l6%202.1v7.46c1.07-.96%202.47-1.56%204-1.56c.7%200%201.37.13%202%20.36V3.5a.5.5%200%200%200-.5-.5h-.16L15%205.1zm9%2012v3h-3v2h3v3h2v-3h3v-2h-3v-3z%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%22M9%203L3.36%204.9c-.2.07-.36.25-.36.48V20.5a.5.5%200%200%200%20.5.5c.05%200%20.1%200%20.16-.03L9%2018.9l4.16%201.46c-.1-.44-.16-.9-.16-1.36c0-.23%200-.46.04-.7L9%2016.9V5l6%202.1v7.46c1.07-.96%202.47-1.56%204-1.56c.7%200%201.37.13%202%20.36V3.5a.5.5%200%200%200-.5-.5h-.16L15%205.1zm9%2012v3h-3v2h3v3h2v-3h3v-2h-3v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/map-plus.svg?color=%231a73e8&size=48