Sensorreadout Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sensorreadout 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/332577.svg" alt="Sensorreadout icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332577.svg" alt="Sensorreadout icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332577.svg" alt="Sensorreadout icon" :width="24" :height="24" />
CSS background
.icon-sensorreadout {
background-image: url('https://proicons.com/icon/332577.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,4.5a13.6,13.6,0,0,0,0,27.19h0A13.6,13.6,0,0,0,24,4.5Zm0,7.7a5.93,5.93,0,1,0,5.93,5.93A5.94,5.94,0,0,0,24,12.2Z"/><path class="a" d="M33.74,37.93,36.11,42H31.39Z"/><path class="a" d="M33.74,37.93l2.37-4.09H31.39Z"/><line class="a" x1="37.59" y1="37.93" x2="10.36" y2="37.93"/></svg>
Copied!