Iwscan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iwscan 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/342155.svg" alt="Iwscan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342155.svg" alt="Iwscan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342155.svg" alt="Iwscan icon" :width="24" :height="24" />
CSS background
.icon-iwscan {
background-image: url('https://proicons.com/icon/342155.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M11.3325,32.6971c0-6.7273,5.4536-12.1809,12.1809-12.1809h0"/><path id="c" class="f" d="M43.107,12.6572c1.3947,7.9073-1.1182,15.3803-4.4673,22.7605-3.1554-6.1856-4.1272-13.6773-4.3425-22.8104,.4137,9.1549-1.9273,16.3151-5.8149,22.7605-2.7516-6.8487-5.5627-13.6663-3.9681-22.7855"/><path id="d" class="f" d="M4.5,32.5147c0-11.0083,8.924-19.9324,19.9324-19.9324"/><path id="e" class="f" d="M26.8159,31.1304c-.0327,1.8742-1.402,3.4564-3.2521,3.7577-1.8501,.3013-3.6507-.7646-4.2764-2.5316-.6257-1.767,.1028-3.7285,1.7302-4.6587s3.6873-.5623,4.8922,.8736"/></svg>
Copied!