Mobile Phone Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Mobile 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/306101.svg" alt="Mobile Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306101.svg" alt="Mobile Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306101.svg" alt="Mobile Phone icon" :width="24" :height="24" />
CSS background
.icon-mobile-phone {
background-image: url('https://proicons.com/icon/306101.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M664 165c-17 0-30-14-30-31V94c0-18-13-32-30-32h-20c-16 0-29 14-29 32v40c0 17-14 31-30 31H337c-16 0-29 14-29 32v709c0 18 13 32 29 32h327c16 0 29-14 29-32V197c0-18-13-32-29-32zM402 849c-16 0-30-15-30-32s14-31 30-31 30 14 30 31-14 32-30 32zm0-105c-16 0-30-14-30-31s14-32 30-32 30 15 30 32-14 31-30 31zm0-104c-16 0-30-14-30-31s14-32 30-32 30 14 30 32-14 31-30 31zm97 209c-17 0-30-15-30-32s13-31 30-31c16 0 29 14 29 31s-13 32-29 32zm0-105c-17 0-30-14-30-31s13-32 30-32c16 0 29 15 29 32s-13 31-29 31zm0-104c-17 0-30-14-30-31s13-32 30-32c16 0 29 14 29 32 0 17-13 31-29 31zm96 209c-16 0-30-15-30-32s14-31 30-31 30 14 30 31-14 32-30 32zm0-105c-16 0-30-14-30-31s14-32 30-32 30 15 30 32-14 31-30 31zm0-104c-16 0-30-14-30-31s14-32 30-32 30 14 30 32-14 31-30 31zm48-196c0 17-13 32-29 32H387c-16 0-29-15-29-32V271c0-18 13-32 29-32h227c16 0 29 14 29 32v173z"/></svg>
Copied!