Marker Alt 2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Marker Alt 2 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/306060.svg" alt="Marker Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306060.svg" alt="Marker Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306060.svg" alt="Marker Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-marker-alt-2 {
background-image: url('https://proicons.com/icon/306060.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="M0 940c42 15 80 28 118 41h8c8-10 16-20 22-27-27-29-53-57-74-80-25 23-49 44-74 66zm983-788c-36-35-71-71-107-106-35-35-41-36-79-3-177 153-354 306-532 458-7 7-17 12-26 17 91 89 174 172 260 259 165-191 328-380 491-569 18-21 10-39-7-56zM132 633c-8 10-14 30-10 43 18 58 25 113-18 156 29 32 54 60 69 76 48-8 90-28 122-18 62 19 101 1 137-45 9-12 24-21 34-30-90-89-173-173-261-261-24 24-50 50-73 79z"/></svg>
Copied!