Change Phone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Change 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/323584.svg" alt="Change Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323584.svg" alt="Change Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323584.svg" alt="Change Phone icon" :width="24" :height="24" />
CSS background
.icon-change-phone {
background-image: url('https://proicons.com/icon/323584.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="i" d="M27.37000084,33.55799838v6.97200012c.00276756,1.63752365-1.32246208,2.96723938-2.95998383,2.97000885-.00433922.00000763-.00867653.00000381-.01301575-.00000763h-12.90900135c-1.63751793.00442123-2.96857262-1.31946564-2.97299385-2.95698547-.00001144-.00433731-.00001431-.00867844-.00000668-.01301575V14.23200007c-.00276756-1.63752174,1.32246304-2.96723938,2.95998478-2.97000694.00433826-.00000763.00867653-.00000477.01301479.00000668h12.90999985c1.63751793-.00442028,2.96857262,1.31946659,2.97299385,2.95698547.00001144.00433826.00001335.00867653.00000572.01301479v6.97400093"/><path id="f" class="i" d="M20.82999992,11.16600009v-3.69600058c-.00276756-1.63752174,1.32246399-2.9672389,2.95998573-2.97000647.00433731-.00000715.00867653-.00000525.01301384.00000668h12.70900154c1.63751984-.00442028,2.96857071,1.31946707,2.97299194,2.956985.00001144.00433874.00001526.00867701.00000763.01301527v26.29800129c.00276947,1.63752365-1.32246017,2.96723938-2.95998383,2.97000885-.00433731.00000763-.00867844.00000381-.01301575-.00000763h-9.04599953"/><path id="g" class="i" d="M22.56100082,33.28400012l-6.20199966-6.02000046,6.20199966-6.01799965"/><path id="h" class="i" d="M16.36899948,27.27399989c9.03699875.5359993,17.56000137.54199982,18.80299759-10.36200142"/></svg>
Copied!