Marker Alt 3 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Marker Alt 3 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/306061.svg" alt="Marker Alt 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306061.svg" alt="Marker Alt 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306061.svg" alt="Marker Alt 3 icon" :width="24" :height="24" />
CSS background
.icon-marker-alt-3 {
background-image: url('https://proicons.com/icon/306061.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="M8 941c3 4 3 4 7 4l136 26c3 0 10 0 13-3l50-50 13 13 40-39 176-10 535-555c30-30 30-76 0-106L812 51c-30-30-77-30-107 0L147 583l-9 176-40 40 13 13L5 918c-4 4-7 10-4 17l7 6zm654-710l136 136-275 275-136-136 275-275z"/></svg>
Copied!