Device Clone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Device Clone 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/339011.svg" alt="Device Clone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339011.svg" alt="Device Clone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339011.svg" alt="Device Clone icon" :width="24" :height="24" />
CSS background
.icon-device-clone {
background-image: url('https://proicons.com/icon/339011.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M16.666,21.645c2.098,1.269,6.363,1.23,9.626,1.085v-1.437c0-.26.45-.572.658-.417l4.145,3.109c.301.226.301.903,0,1.128l-4.145,3.109c-.207.155-.658-.157-.658-.417v-1.436c-3.463-.089-7.999.028-9.626-2.556v-2.168c.134-.702,1.334-1.031,2.56-.982v1.66M18.222,32.874h-3.192c-.554,0-1-.446-1-1V15.863c0-.554.446-1,1-1h3.192M22.072,20.201v-6.28c0-.554.445-1,1-1h10.325c.554,0,1,.446,1,1v19.727c0,.554-.446,1-1,1h-10.326c-.554,0-1-.446-1-1v-4.87M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!