Map Vertical Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Map Vertical 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/307288.svg" alt="Map Vertical icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307288.svg" alt="Map Vertical icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307288.svg" alt="Map Vertical icon" :width="24" :height="24" />
CSS background
.icon-map-vertical {
background-image: url('https://proicons.com/icon/307288.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.076 5.235C1.98368 5.38271 1.97489 5.56781 2.05279 5.72361L4.42738 10.4728L2.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.765L13.924 10.765C14.0163 10.6173 14.0251 10.4322 13.9472 10.2764L11.5726 5.52721L13.924 1.765C14.0203 1.61086 14.0254 1.41659 13.9373 1.25762C13.8492 1.09864 13.6818 0.999999 13.5 0.999999L5 1C4.82761 1 4.66737 1.08881 4.576 1.235L2.076 5.235ZM10.691 6L12.691 10L5.30902 10L3.30902 6L10.691 6ZM3.40212 5L5.27712 2L12.5979 2L10.7229 5L3.40212 5ZM5.27712 11L12.5979 11L10.7229 14L3.40212 14L5.27712 11Z"/></svg>
Copied!