Sensorz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sensorz 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/332578.svg" alt="Sensorz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332578.svg" alt="Sensorz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332578.svg" alt="Sensorz icon" :width="24" :height="24" />
CSS background
.icon-sensorz {
background-image: url('https://proicons.com/icon/332578.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"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M29.1,26.8h0c-.8018.1275-1.5551-.4192-1.6826-1.221-.0147-.0922-.0205-.1857-.0174-.279v-1.1c.0372-.9592.7508-1.7567,1.7-1.9h0c.8018-.1275,1.5551.4192,1.6826,1.221.0147.0922.0205.1857.0174.279v1.1c-.0372.9592-.7508,1.7567-1.7,1.9Z"/><path class="b" d="M32.4,23.5c.0372-.9592.7508-1.7567,1.7-1.9h0"/><line class="b" x1="32.4" y1="21.8" x2="32.4" y2="26.3"/><polyline class="b" points="35 19.2 39.5 18.6 35 26 39.5 25.4"/><path class="b" d="M8.6,29.2c.4194.256.9257.3283,1.4.2l.4-.1c.6222-.1285,1.0763-.6651,1.1-1.3h0c.0028-.5523-.4427-1.0022-.995-1.005-.0351-.0002-.0701.0015-.105.005l-.8.1c-.5495.0552-1.0398-.3455-1.095-.895-.0035-.0349-.0052-.07-.005-.105h0c.0237-.6349.4778-1.1715,1.1-1.3l.4-.1c.475-.117.9768-.0453,1.4.2"/><path class="b" d="M23,27.2c.4194.256.9257.3283,1.4.2l.4-.1c.6222-.1285,1.0763-.6651,1.1-1.3h0c.0028-.5523-.4427-1.0022-.995-1.005-.0351-.0002-.0701.0015-.105.005l-.8.2c-.5495.0552-1.0398-.3455-1.095-.895-.0035-.0349-.0052-.07-.005-.105h0c.0237-.6349.4778-1.1715,1.1-1.3l.4-.1c.475-.117.9768-.0453,1.4.2"/><path class="b" d="M16.2,27.7c-.3095.5732-.8602.9771-1.5,1.1h0c-.8018.1275-1.5551-.4192-1.6826-1.221-.0147-.0922-.0205-.1857-.0174-.279v-1.1c.0372-.9592.7508-1.7567,1.7-1.9h0c.8018-.1275,1.5551.4192,1.6826,1.221.0147.0922.0205.1857.0174.279v.5l-3.4.4"/><path class="b" d="M21.3,27.8v-2.8c-.0113-.8449-.7055-1.5207-1.5504-1.5094-.05.0007-.0999.0038-.1496.0094h0c-.9492.1433-1.6628.9408-1.7,1.9v2.8"/><line class="b" x1="17.9" y1="25.4" x2="17.9" y2="23.7"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!