Clone Phone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clone Phone icon is commonly used in contact pages, call-to-action sections and support widgets. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/323825.svg" alt="Clone Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323825.svg" alt="Clone Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323825.svg" alt="Clone Phone icon" :width="24" :height="24" />
CSS background
.icon-clone-phone {
background-image: url('https://proicons.com/icon/323825.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="22.8902" y="5.5" width="16.7746" height="32.2588" rx="1.2904"/><path class="a" d="M25.11,37.7588V41.21a1.2875,1.2875,0,0,1-1.29,1.29H9.6256a1.2876,1.2876,0,0,1-1.29-1.29V11.5315a1.2875,1.2875,0,0,1,1.29-1.29H22.89"/><path class="a" d="M15.7222,24.7192H31.42"/><path class="a" d="M19.4867,21.9135l-3.7645,2.8057"/><path class="a" d="M27.726,27.6669,31.42,24.7192"/></svg>
Copied!