map icon
map from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- map
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
mapAkar IconsmapBootstrap IconsmapBoxIcons v2mapBoxIcons v2 SolidmapCarbonmapCodiconsmap-fillEva IconsmapFont Awesome 6 RegularmapFont Awesome 6 SolidmapFont Awesome RegularmapFont Awesome SolidmapFeather Iconsmap-16-filledFluent UI System IconsmapHeroIconsmapHuge IconsmapHumbleiconsmapIconoirmapIonIconsmapJam IconsmapLine AwesomemapLucidemapMajesticonsmapMaterial SymbolsmapMaterial Symbols Light
Related icons in Framework7 Icons
Use the map icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M35.734 51.59c.844 0 1.664-.211 2.344-.61l12.281-6.96c1.383-.774 2.016-1.899 2.016-3.47V8.044c0-1.734-.96-2.695-2.649-2.695c-.586 0-1.195.187-1.945.61L35.336 12.87L22.609 5.066a4.6 4.6 0 0 0-2.344-.656c-.867 0-1.71.234-2.437.656L5.664 12.004c-1.406.797-2.04 1.922-2.04 3.492v32.461c0 1.734.985 2.719 2.65 2.719c.609 0 1.195-.211 1.968-.633l11.906-6.422l12.961 7.266c.867.468 1.758.703 2.625.703M7.727 45.824c-.212 0-.329-.14-.329-.375V16.41c0-.562.235-.96.774-1.289l9.633-5.625c.28-.164.539-.305.82-.469v30.868l-10.57 5.812c-.118.047-.235.117-.328.117m25.875.727c-.329-.188-.68-.352-1.032-.54L22.398 40.27V9.52c.258.141.516.282.75.422l10.454 6.375Zm3.773.422V16.082l10.57-5.766c.14-.07.258-.117.352-.117c.187 0 .304.14.304.375v29.04c0 .585-.21.984-.75 1.312l-9.398 5.46c-.375.212-.727.423-1.078.587"/></svg>
React
import type { SVGProps } from "react";
export function F7Map(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M35.734 51.59c.844 0 1.664-.211 2.344-.61l12.281-6.96c1.383-.774 2.016-1.899 2.016-3.47V8.044c0-1.734-.96-2.695-2.649-2.695c-.586 0-1.195.187-1.945.61L35.336 12.87L22.609 5.066a4.6 4.6 0 0 0-2.344-.656c-.867 0-1.71.234-2.437.656L5.664 12.004c-1.406.797-2.04 1.922-2.04 3.492v32.461c0 1.734.985 2.719 2.65 2.719c.609 0 1.195-.211 1.968-.633l11.906-6.422l12.961 7.266c.867.468 1.758.703 2.625.703M7.727 45.824c-.212 0-.329-.14-.329-.375V16.41c0-.562.235-.96.774-1.289l9.633-5.625c.28-.164.539-.305.82-.469v30.868l-10.57 5.812c-.118.047-.235.117-.328.117m25.875.727c-.329-.188-.68-.352-1.032-.54L22.398 40.27V9.52c.258.141.516.282.75.422l10.454 6.375Zm3.773.422V16.082l10.57-5.766c.14-.07.258-.117.352-.117c.187 0 .304.14.304.375v29.04c0 .585-.21.984-.75 1.312l-9.398 5.46c-.375.212-.727.423-1.078.587"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M35.734 51.59c.844 0 1.664-.211 2.344-.61l12.281-6.96c1.383-.774 2.016-1.899 2.016-3.47V8.044c0-1.734-.96-2.695-2.649-2.695c-.586 0-1.195.187-1.945.61L35.336 12.87L22.609 5.066a4.6 4.6 0 0 0-2.344-.656c-.867 0-1.71.234-2.437.656L5.664 12.004c-1.406.797-2.04 1.922-2.04 3.492v32.461c0 1.734.985 2.719 2.65 2.719c.609 0 1.195-.211 1.968-.633l11.906-6.422l12.961 7.266c.867.468 1.758.703 2.625.703M7.727 45.824c-.212 0-.329-.14-.329-.375V16.41c0-.562.235-.96.774-1.289l9.633-5.625c.28-.164.539-.305.82-.469v30.868l-10.57 5.812c-.118.047-.235.117-.328.117m25.875.727c-.329-.188-.68-.352-1.032-.54L22.398 40.27V9.52c.258.141.516.282.75.422l10.454 6.375Zm3.773.422V16.082l10.57-5.766c.14-.07.258-.117.352-.117c.187 0 .304.14.304.375v29.04c0 .585-.21.984-.75 1.312l-9.398 5.46c-.375.212-.727.423-1.078.587"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M35.734%2051.59c.844%200%201.664-.211%202.344-.61l12.281-6.96c1.383-.774%202.016-1.899%202.016-3.47V8.044c0-1.734-.96-2.695-2.649-2.695c-.586%200-1.195.187-1.945.61L35.336%2012.87L22.609%205.066a4.6%204.6%200%200%200-2.344-.656c-.867%200-1.71.234-2.437.656L5.664%2012.004c-1.406.797-2.04%201.922-2.04%203.492v32.461c0%201.734.985%202.719%202.65%202.719c.609%200%201.195-.211%201.968-.633l11.906-6.422l12.961%207.266c.867.468%201.758.703%202.625.703M7.727%2045.824c-.212%200-.329-.14-.329-.375V16.41c0-.562.235-.96.774-1.289l9.633-5.625c.28-.164.539-.305.82-.469v30.868l-10.57%205.812c-.118.047-.235.117-.328.117m25.875.727c-.329-.188-.68-.352-1.032-.54L22.398%2040.27V9.52c.258.141.516.282.75.422l10.454%206.375Zm3.773.422V16.082l10.57-5.766c.14-.07.258-.117.352-.117c.187%200%20.304.14.304.375v29.04c0%20.585-.21.984-.75%201.312l-9.398%205.46c-.375.212-.727.423-1.078.587%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M35.734%2051.59c.844%200%201.664-.211%202.344-.61l12.281-6.96c1.383-.774%202.016-1.899%202.016-3.47V8.044c0-1.734-.96-2.695-2.649-2.695c-.586%200-1.195.187-1.945.61L35.336%2012.87L22.609%205.066a4.6%204.6%200%200%200-2.344-.656c-.867%200-1.71.234-2.437.656L5.664%2012.004c-1.406.797-2.04%201.922-2.04%203.492v32.461c0%201.734.985%202.719%202.65%202.719c.609%200%201.195-.211%201.968-.633l11.906-6.422l12.961%207.266c.867.468%201.758.703%202.625.703M7.727%2045.824c-.212%200-.329-.14-.329-.375V16.41c0-.562.235-.96.774-1.289l9.633-5.625c.28-.164.539-.305.82-.469v30.868l-10.57%205.812c-.118.047-.235.117-.328.117m25.875.727c-.329-.188-.68-.352-1.032-.54L22.398%2040.27V9.52c.258.141.516.282.75.422l10.454%206.375Zm3.773.422V16.082l10.57-5.766c.14-.07.258-.117.352-.117c.187%200%20.304.14.304.375v29.04c0%20.585-.21.984-.75%201.312l-9.398%205.46c-.375.212-.727.423-1.078.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/map.svg?color=%231a73e8&size=48