Iss Detector Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iss Detector 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/342124.svg" alt="Iss Detector icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342124.svg" alt="Iss Detector icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342124.svg" alt="Iss Detector icon" :width="24" :height="24" />
CSS background
.icon-iss-detector {
background-image: url('https://proicons.com/icon/342124.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M22.265,15.644h3.47M24,14.248v16.82M43.5,17.995l-4.434,15.756M40.293,17.995l-3.621,15.756M37.188,17.995l-2.81,15.756M33.845,17.995l-2.064,15.756M31.666,21.801l-5.908-.081M31.908,20.122l-6.15.05M31.068,23.469l-5.311-.2M32.134,18.388l-6.378.24M4.5,17.996l4.434,15.756M7.707,17.996l3.622,15.756M10.812,17.996l2.81,15.756M14.155,17.996l2.064,15.756M16.334,21.801l5.908-.081M16.092,20.123l6.15.05M16.932,23.469l5.311-.2M15.866,18.388l6.378.24M28.987,29.24h-7.348M20.625,31.406h6.223M8.635,27.026h30.73"/></svg>
Copied!