Marker Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Marker Alt 1 icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306059.svg" alt="Marker Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306059.svg" alt="Marker Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306059.svg" alt="Marker Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-marker-alt-1 {
background-image: url('https://proicons.com/icon/306059.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M7 894c-6 6-8 15-6 23 1 7 7 14 14 17l84 36c10 4 21 1 29-6l18-19-99-92-40 41zm930-584l2-2c13-13 12-33-1-45l24-26L732 28l-24 26-5-5c-16-14-40-13-54 2L334 379c-6 7-10 15-10 25 1 9 5 17 12 24L103 666s-4 39 14 86l-60 62 129 120 62-64c48 15 88 11 88 11l234-240h1c14 13 36 12 50-2l170-177 33 30-243 253 24 23c8 6 17 10 27 9 10 0 20-4 26-11l328-341c9-10 14-23 14-37s-7-27-17-37l-46-41zM702 172L492 389c-7 7-17 11-27 11-9 0-18-3-26-10-15-14-15-37-1-51l209-217c14-15 38-16 53-2s16 37 2 52z"/></svg>
Copied!