Compass Alt 2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Compass 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/305426.svg" alt="Compass Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305426.svg" alt="Compass Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305426.svg" alt="Compass Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-compass-alt-2 {
background-image: url('https://proicons.com/icon/305426.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="M318 367c-78 221-219 633-219 633s217-250 374-432c-89-103-136-158-139-164-7-12-12-24-16-37zm583 633S642 247 633 231c-21-35-53-59-89-70V44c0-24-20-44-44-44-25 0-45 20-45 44v118c-10 3-20 7-30 13-73 42-98 135-56 208 9 17 532 617 532 617zM500 246c39 0 71 32 71 71s-32 71-71 71-71-31-71-71 31-71 71-71z"/></svg>
Copied!