Dual Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dual 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/339371.svg" alt="Dual icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339371.svg" alt="Dual icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339371.svg" alt="Dual icon" :width="24" :height="24" />
CSS background
.icon-dual {
background-image: url('https://proicons.com/icon/339371.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M21.6941,6.2889l7.844,7.845-15.4045,15.4045-7.845-7.844,15.4054-15.4055Z"/><path class="c" d="M24.2442,4.177l7.4058,7.4058c.9032.9022.9041,2.3544.0029,3.2556L14.8382,31.6531c-.8956.8985-2.3501.9008-3.2485.0052-.0024-.0024-.0047-.0047-.0071-.0071l-7.4049-7.4068c-.8998-.8943-.9042-2.3487-.0099-3.2485.0024-.0024.0047-.0047.0071-.0071L20.9886,4.1751c.8956-.8985,2.3501-.9008,3.2485-.0052.0024.0024.0047.0047.0071.0071M36.416,16.3488l7.4068,7.4068c.9022.9022.9032,2.3544.0019,3.2556l-16.8137,16.8137c-.8956.8985-2.3501.9008-3.2485.0052-.0024-.0024-.0047-.0047-.0071-.0071l-7.4068-7.4068c-.8995-.8946-.9036-2.349-.009-3.2485.0024-.0024.0047-.0047.0071-.0071l16.8137-16.8137c.8956-.8985,2.3501-.9008,3.2485-.0052.0024.0024.0047.0047.0071.0071"/><path class="c" d="M33.8659,18.4616l7.845,7.844-15.4054,15.4054-7.845-7.845,15.4055-15.4045ZM14.5671,17.9079l2.8756,1.6593-1.6612,2.8756-2.8737-1.6603,1.6593-2.8747Z"/><path class="c" d="M33.3924,24.0611l2.8756,1.6612-1.6603,2.8747-2.8756-1.6603,1.6603-2.8756ZM20.9981,18.0253l1.2154.7008-.7017,1.2154-1.2144-.7017.7008-1.2144Z"/></svg>
Copied!