Sensor Blue Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sensor Blue 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/347134.svg" alt="Sensor Blue icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347134.svg" alt="Sensor Blue icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347134.svg" alt="Sensor Blue icon" :width="24" :height="24" />
CSS background
.icon-sensor-blue {
background-image: url('https://proicons.com/icon/347134.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M22.75,4.5002c-1.385,0-2.5,1.115-2.5,2.5v18.857c-3.8489,1.1129-6.4986,4.6361-6.5,8.6426,0,4.9706,4.0294,9,9,9s9-4.0294,9-9c-.0006-4.0072-2.6505-7.5314-6.5-8.6445V7.0003c0-1.385-1.115-2.5-2.5-2.5h0Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M16.625,9.0002h-3.625" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M16.625,17.6632h-3.625" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M32.5,11.6622s-2.5,3.4376-2.5,6c0,1.3807,1.1193,2.5,2.5,2.5s2.5-1.1193,2.5-2.5c-.0003-.0404-.0016-.0808-.0039-.1211-.0757-2.5482-2.4961-5.8789-2.4961-5.8789Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M29.533,7.059s-1.1671,1.7306-1.1671,3.0206c0,.6951.5225,1.2586,1.1671,1.2586.6446,0,1.1671-.5635,1.1671-1.2586-.0001-.0203-.0007-.0407-.0018-.061-.0354-1.2829-1.1653-2.9596-1.1653-2.9596h0Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!