Mycompass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mycompass 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/329830.svg" alt="Mycompass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329830.svg" alt="Mycompass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329830.svg" alt="Mycompass icon" :width="24" :height="24" />
CSS background
.icon-mycompass {
background-image: url('https://proicons.com/icon/329830.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m43.5,31.3719l-2.0705-2.0505v-3.951l-1.2103-1.2003,2.9608-3.2208-1.7504-1.7304v-2.1005l-2.0205-2.0005H9.5013v-2.3706l-5.0013,2.3706v20.1352h35.109l3.891-3.881Z"/><path class="c" d="m13.1122,27.971v-8.0021h2.6007c1.4916-.0007,2.7012,1.2079,2.7019,2.6995s-1.2079,2.7012-2.6995,2.7019h-2.6031m6.3516,2.6007l2.7007-8.0021,2.7007,8.0021m-.9002-2.7007h-3.6009"/></svg>
Copied!