Magnetometer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Magnetometer 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/343360.svg" alt="Magnetometer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343360.svg" alt="Magnetometer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343360.svg" alt="Magnetometer icon" :width="24" :height="24" />
CSS background
.icon-magnetometer {
background-image: url('https://proicons.com/icon/343360.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="M26.8919,10.7027,15.0128,22.5818A7.3577,7.3577,0,0,0,25.4182,32.9872L37.2973,21.1081,42.5,26.3108,30.6209,38.19A14.7155,14.7155,0,0,1,9.81,17.3791L21.6892,5.5Z"/><line class="a" x1="17.6561" y1="9.533" x2="22.8588" y2="14.7357"/><line class="a" x1="33.2643" y1="25.1412" x2="38.467" y2="30.3439"/></svg>
Copied!