Compass Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Compass 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/305430.svg" alt="Compass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305430.svg" alt="Compass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305430.svg" alt="Compass icon" :width="24" :height="24" />
CSS background
.icon-compass {
background-image: url('https://proicons.com/icon/305430.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="M494 62C254 65 61 262 63 500c0 243 195 438 439 438 239-1 435-197 435-437 1-245-199-441-443-439zm6 778c-189-2-339-151-340-338 0-194 156-342 340-341 189 0 334 152 339 329 5 186-142 348-339 350zm88-409c-1-5-5-10-9-12-89-43-178-85-267-128-1 0-2 0-5-1 5 13 9 25 14 36 30 82 60 163 91 244 1 4 5 9 9 11 87 42 174 84 261 125 3 1 6 2 11 5-14-37-26-71-39-105-22-59-44-117-66-175zM431 539c-24-64-47-127-71-192 63 30 123 59 184 88-38 35-75 69-113 104z"/></svg>
Compass in other icon packs
Copied!