Ruler Compass Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ruler 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/306395.svg" alt="Ruler Compass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306395.svg" alt="Ruler Compass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306395.svg" alt="Ruler Compass icon" :width="24" :height="24" />
CSS background
.icon-ruler-compass {
background-image: url('https://proicons.com/icon/306395.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="M868 488s-44 9-100 16l-26-116h20V194h-68V41h-74v153h-69v194h20l-26 116c-55-7-99-16-99-16v87s34 7 80 13l-79 355 22 6-6 31 14 3-3 13 8 2 3-13 17 3 6-30 26 6 83-367c14 1 28 2 41 2 12 0 25-1 38-1l84 366 25-6 7 33 17-4 3 13 8-2-3-13 14-3-7-34 23-5-80-355c46-7 81-14 81-14v-86zM573 216h168v149H573V216zm-55 721l-45-10 75-336c16 2 32 4 48 5l-78 341zm97-426c-16-1-32-3-48-4l27-119h50l-29 123zm43 1h-21l20-87 20 87h-19zm13-124h49l27 119c-16 1-32 3-48 4l-28-123zm171 539l-46 10-78-341c17-1 33-3 48-5l76 336zm-709 55h241V0H133v982zm41-939h158v52h-75v32h75v33h-49v31h49v46h-75v31h75v34h-49v31h49v46h-83v31h83v33h-57v31h57v47h-83v31h83v33h-57v31h57v43h-83v31h83v34h-57v31h57v46h-83v31h83v34h-57v31h57v42H174V43z"/></svg>
Copied!