Map Vertical Filled Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Map Vertical 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/307287.svg" alt="Map Vertical Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307287.svg" alt="Map Vertical Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307287.svg" alt="Map Vertical Filled icon" :width="24" :height="24" />
CSS background
.icon-map-vertical-filled {
background-image: url('https://proicons.com/icon/307287.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="M2.22288 5L4.576 1.235C4.66737 1.08881 4.82761 1 5 1L13.5 0.999999C13.6818 0.999999 13.8492 1.09864 13.9373 1.25762C14.0254 1.41659 14.0203 1.61086 13.924 1.765L11.9021 5L2.22288 5ZM11.809 6L13.809 10L4.19098 10L2.19098 6L11.809 6ZM11.424 14.765L13.7771 11L4.09788 11L2.076 14.235C1.97967 14.3891 1.97457 14.5834 2.06268 14.7424C2.15079 14.9014 2.31824 15 2.5 15L11 15C11.1724 15 11.3326 14.9112 11.424 14.765Z"/></svg>
Copied!