Map Filled Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Map Filled icon is commonly used in location finders, store locators and travel apps. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/307286.svg" alt="Map Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307286.svg" alt="Map Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307286.svg" alt="Map Filled icon" :width="24" :height="24" />
CSS background
.icon-map-filled {
background-image: url('https://proicons.com/icon/307286.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M5 2.22288L1.235 4.576C1.08881 4.66737 1 4.82761 1 5V13.5C1 13.6818 1.09864 13.8492 1.25762 13.9373C1.41659 14.0254 1.61087 14.0203 1.765 13.924L5 11.9021V2.22288ZM6 11.809L10 13.809V4.19098L6 2.19098V11.809ZM14.765 11.424L11 13.7771V4.09788L14.235 2.076C14.3891 1.97967 14.5834 1.97457 14.7424 2.06268C14.9014 2.15079 15 2.31824 15 2.5V11C15 11.1724 14.9112 11.3326 14.765 11.424Z"/></svg>
Map Filled in other icon packs
Copied!