Huawei Phone Clone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huawei Phone Clone 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/341748.svg" alt="Huawei Phone Clone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341748.svg" alt="Huawei Phone Clone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341748.svg" alt="Huawei Phone Clone icon" :width="24" :height="24" />
CSS background
.icon-huawei-phone-clone {
background-image: url('https://proicons.com/icon/341748.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M9.7692,4.5A2.5035,2.5035,0,0,0,7.26,7.009V31.4745a2.5034,2.5034,0,0,0,2.509,2.509H20.59V40.991a2.5034,2.5034,0,0,0,2.509,2.509H38.2308a2.5036,2.5036,0,0,0,2.509-2.509V16.5254a2.5034,2.5034,0,0,0-2.509-2.5089H27.4146V7.009A2.5036,2.5036,0,0,0,24.9056,4.5Z"/><path class="a" d="M20.5886,33.9833l-.001-17.4583a2.5034,2.5034,0,0,1,2.509-2.509h4.3171"/><path class="a" d="M25.28,38.8877l10.1825-.0533"/><path class="a" d="M13.2321,12.2314,30.3454,31.4772"/><path class="a" d="M30.8778,25.5061l-.5332,5.9709"/><path class="a" d="M24.641,32.0635l5.7043-.5864"/></svg>
Copied!