Marker Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Marker 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/306062.svg" alt="Marker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306062.svg" alt="Marker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306062.svg" alt="Marker icon" :width="24" :height="24" />
CSS background
.icon-marker {
background-image: url('https://proicons.com/icon/306062.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="M941 186C851 128 761 71 672 12c-28-18-48-17-70 10-117 152-236 302-354 453-12 14-23 30-15 50 24 66 35 131 10 191-8 30 5 43 22 53 49 33 99 64 148 98 22 15 40 12 60-3 48-38 102-60 162-67 26-3 42-17 55-40 88-168 176-335 266-502 16-30 13-51-15-69zm-64 79c-75 138-148 278-222 417-5 10-8 23-24 25-10-6-20-11-30-18-87-56-173-113-261-168-26-16-25-28-7-50 98-124 196-247 292-372 16-21 29-22 50-8 63 43 127 85 192 125 24 15 21 28 10 49zM228 847l-77 119h188l35-60-102-68c-14-10-34-5-44 9zm103 133H45c-6 0-10 4-10 10s4 10 10 10h286c6 0 10-5 10-10s-4-10-10-10z"/></svg>
Copied!