Huawei Compass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huawei 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/341730.svg" alt="Huawei Compass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341730.svg" alt="Huawei Compass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341730.svg" alt="Huawei Compass icon" :width="24" :height="24" />
CSS background
.icon-huawei-compass {
background-image: url('https://proicons.com/icon/341730.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M10.3515,5.887c9.5852,3.3719,18.3429,6.3139,29.9622,10.414,3.31,1.168,2.6128,3.8279-.4263,4.2021-5.6756.6987-8.9827,1.2328-12.4234,1.7052-3.3278.4569-6.2507,3.8382-7.1862,7.0643-.9057,3.1237-1.693,6.6791-2.6186,10.7183-.5929,2.5873-3.4115,3.5665-4.2629.1827C11.0856,30.99,8.3015,19.7819,5.662,10.2114a3.5056,3.5056,0,0,1,4.6893-4.3238Z"/></svg>
Copied!