Compass Alt 3 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Compass 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/305427.svg" alt="Compass Alt 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305427.svg" alt="Compass Alt 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305427.svg" alt="Compass Alt 3 icon" :width="24" :height="24" />
CSS background
.icon-compass-alt-3 {
background-image: url('https://proicons.com/icon/305427.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="M145 807c2-3 4-6 5-10 21-45 42-91 62-136 1-3 3-6 4-8 38 10 75 21 113 32-47 104-89 211-144 315-7-30-13-58-19-86l-20-96c0-1-1-2-1-3v-8zM485 0c3 4 7 8 7 12 1 28 1 56 1 85-31-7-62-6-93 2V55 26c0-18 1-19 17-26h68zm-45 432c-21 49-42 96-63 144 17 7 101 9 150-2-20-47-40-94-61-141 40-5 74-20 102-50l72 159c68-28 127-69 177-122 13 14 25 27 38 41-76 79-168 135-277 161-114 27-226 21-337-16 33-73 65-144 97-218 28 29 63 41 102 44zM330 257c0-64 52-116 115-117 64 0 118 52 118 115 0 67-52 119-118 119-63 0-114-52-115-117zm163 0c0-25-21-46-45-46-27-1-48 20-48 47 0 25 21 46 46 46 26 0 47-21 47-47zm222 743L574 682c38-12 75-23 112-35 7 15 15 31 22 47 15 34 30 69 46 103 5 10 6 19 3 29-13 56-25 112-37 168 0 1-1 3-1 4l-4 2z"/></svg>
Copied!