Mobile Phone Icon
Free SVG icon from the Mage Icons 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/310869.svg" alt="Mobile Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310869.svg" alt="Mobile Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310869.svg" alt="Mobile Phone icon" :width="24" :height="24" />
CSS background
.icon-mobile-phone {
background-image: url('https://proicons.com/icon/310869.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.1842 2.75H7.81584C6.8176 2.75 6.00836 3.58287 6.00836 4.61028V19.3897C6.00836 20.4171 6.8176 21.25 7.81584 21.25H16.1842C17.1824 21.25 17.9916 20.4171 17.9916 19.3897V4.61028C17.9916 3.58287 17.1824 2.75 16.1842 2.75Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 18.7734C12.2868 18.7734 12.5193 18.5409 12.5193 18.2541C12.5193 17.9674 12.2868 17.7349 12 17.7349C11.7132 17.7349 11.4807 17.9674 11.4807 18.2541C11.4807 18.5409 11.7132 18.7734 12 18.7734Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.0027 5.27234H13.9972" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!