Switch Phone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Switch 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/333549.svg" alt="Switch Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333549.svg" alt="Switch Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333549.svg" alt="Switch Phone icon" :width="24" :height="24" />
CSS background
.icon-switch-phone {
background-image: url('https://proicons.com/icon/333549.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" xml:space="preserve" viewBox="0 0 48 48"><path d="M15.882 4.5a3.767 3.767 0 0 0-3.774 3.775v10.678c2.787 1.755 6.903 2.964 10.068 2.903v-2.94L33.01 24.24l-10.834 5.325v-2.939c-3.165-.062-7.28 1.146-10.068 2.9v10.2a3.767 3.767 0 0 0 3.774 3.774h16.236a3.767 3.767 0 0 0 3.774-3.775V8.275A3.767 3.767 0 0 0 32.118 4.5zM21.246 8.078h5.508" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!