map icon
map from Akar Icons by Arturo Wibawa · Outline · MIT Free for personal and commercial use.
- Name
- map
- Set
- Akar Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
mapBootstrap IconsmapBoxIcons v2mapBoxIcons v2 SolidmapCarbonmapCodiconsmap-fillEva IconsmapFramework7 IconsmapFont Awesome 6 RegularmapFont Awesome 6 SolidmapFont Awesome RegularmapFont Awesome SolidmapFeather Iconsmap-16-filledFluent UI System IconsmapHeroIconsmapHuge IconsmapHumbleiconsmapIconoirmapIonIconsmapJam IconsmapLine AwesomemapLucidemapMajesticonsmapMaterial SymbolsmapMaterial Symbols Light
Use the map icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path stroke-linecap="round" d="m8.368 4.79l-2.736-.913A2 2 0 0 0 3 5.775v11.783a2 2 0 0 0 1.368 1.898l4 1.333a2 2 0 0 0 1.264 0l4.736-1.578a2 2 0 0 1 1.265 0l2.735.912A2 2 0 0 0 21 18.225V6.442a2 2 0 0 0-1.367-1.898l-4-1.333a2 2 0 0 0-1.265 0L9.631 4.789a2 2 0 0 1-1.264 0"/><path d="M9 5v16m6-18v16"/></g></svg>
React
import type { SVGProps } from "react";
export function AkarIconsMap(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path strokeLinecap="round" d="m8.368 4.79l-2.736-.913A2 2 0 0 0 3 5.775v11.783a2 2 0 0 0 1.368 1.898l4 1.333a2 2 0 0 0 1.264 0l4.736-1.578a2 2 0 0 1 1.265 0l2.735.912A2 2 0 0 0 21 18.225V6.442a2 2 0 0 0-1.367-1.898l-4-1.333a2 2 0 0 0-1.265 0L9.631 4.789a2 2 0 0 1-1.264 0"/><path d="M9 5v16m6-18v16"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path stroke-linecap="round" d="m8.368 4.79l-2.736-.913A2 2 0 0 0 3 5.775v11.783a2 2 0 0 0 1.368 1.898l4 1.333a2 2 0 0 0 1.264 0l4.736-1.578a2 2 0 0 1 1.265 0l2.735.912A2 2 0 0 0 21 18.225V6.442a2 2 0 0 0-1.367-1.898l-4-1.333a2 2 0 0 0-1.265 0L9.631 4.789a2 2 0 0 1-1.264 0"/><path d="M9 5v16m6-18v16"/></g></svg> </template>
CSS
.icon-map {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m8.368%204.79l-2.736-.913A2%202%200%200%200%203%205.775v11.783a2%202%200%200%200%201.368%201.898l4%201.333a2%202%200%200%200%201.264%200l4.736-1.578a2%202%200%200%201%201.265%200l2.735.912A2%202%200%200%200%2021%2018.225V6.442a2%202%200%200%200-1.367-1.898l-4-1.333a2%202%200%200%200-1.265%200L9.631%204.789a2%202%200%200%201-1.264%200%22%2F%3E%3Cpath%20d%3D%22M9%205v16m6-18v16%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m8.368%204.79l-2.736-.913A2%202%200%200%200%203%205.775v11.783a2%202%200%200%200%201.368%201.898l4%201.333a2%202%200%200%200%201.264%200l4.736-1.578a2%202%200%200%201%201.265%200l2.735.912A2%202%200%200%200%2021%2018.225V6.442a2%202%200%200%200-1.367-1.898l-4-1.333a2%202%200%200%200-1.265%200L9.631%204.789a2%202%200%200%201-1.264%200%22%2F%3E%3Cpath%20d%3D%22M9%205v16m6-18v16%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/akar-icons/map.svg?color=%231a73e8&size=48