Compass Alt 4 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Compass Alt 4 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/305428.svg" alt="Compass Alt 4 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305428.svg" alt="Compass Alt 4 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305428.svg" alt="Compass Alt 4 icon" :width="24" :height="24" />
CSS background
.icon-compass-alt-4 {
background-image: url('https://proicons.com/icon/305428.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="M885 977l-48-88c13-14 17-36 7-54L731 626h71c17 0 32-14 32-31s-15-31-32-31H697l-54-99c47-40 77-99 77-165 0-109-82-199-188-214V31c0-17-14-31-32-31s-32 14-32 31v54c-106 16-188 106-188 215 0 66 30 125 77 164l-54 100h-74c-18 0-32 14-32 31s14 31 32 31h40L156 835c-10 18-6 40 7 54l-48 88c-4 8-1 17 7 21 2 1 5 2 7 2 6 0 12-3 14-8l48-88c2 0 5 1 7 1 17 0 34-9 42-25l137-254h246l137 254c8 16 25 25 42 25 2 0 5-1 7-1l47 88c3 5 9 8 14 8 3 0 6-1 8-2 8-4 11-13 7-21zM411 564l30-55c19 5 39 8 59 8s40-3 59-8l30 55H411zm61-113l28-51 28 51c-9 2-18 3-28 3s-19-1-28-3zm140-44l-48-89c-10-19-30-30-52-30h-24c-22 0-42 11-52 30l-48 89c-28-28-45-65-45-107 0-85 70-154 157-154 86 0 157 69 157 154 0 42-17 80-45 107z"/></svg>
Copied!