Compass Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Compass Alt 1 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/305425.svg" alt="Compass Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305425.svg" alt="Compass Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305425.svg" alt="Compass Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-compass-alt-1 {
background-image: url('https://proicons.com/icon/305425.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="M240 767l-4 111 44 17 40-99c-6 2-13 3-20 3-25 0-47-13-60-32zm460 32c-8 0-15-2-22-4l40 100 44-17-4-108c-13 17-34 29-58 29zm-467 201l24-70-22-10-2 80zm532-81l-22 11 24 70-2-81zM336 729c0 20-17 36-36 36s-36-16-36-36c0-19 16-35 36-35s36 16 36 35zm400 0c0 20-16 36-36 36s-36-16-36-36c0-19 16-35 36-35s36 16 36 35zM504 162c11 0 21 1 31 3v-28h35V0H448v137h35v26c7-1 14-1 21-1zM369 329c0 25 7 48 19 67 15 27 40 48 70 59 15 5 30 8 46 8 13 0 25-2 37-5 30-9 56-27 73-52 16-21 25-48 25-77 0-73-60-133-135-133-74 0-135 60-135 133zm135-60c34 0 61 27 61 60s-27 60-61 60c-33 0-61-26-61-60s28-60 61-60zM187 550v51h52v-17h72l-31 79c6-2 13-4 20-4 26 0 49 15 61 36l45-111h77v53c0 9 7 16 15 16h4c8 0 15-7 15-16v-53h75l46 113c12-22 35-38 62-38 6 0 12 2 18 3l-31-78h74v17h52v-51h-52v17h-81l-51-124c-20 21-46 38-75 47l31 77h-68v-36c0-8-7-15-15-15h-4c-8 0-15 7-15 15v36h-70l33-81c-29-10-55-28-74-52l-54 133h-79v-17h-52z"/></svg>
Copied!