Mobile Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Mobile icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/304819.svg" alt="Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304819.svg" alt="Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304819.svg" alt="Mobile icon" :width="24" :height="24" />
CSS background
.icon-mobile {
background-image: url('https://proicons.com/icon/304819.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>mobile</title><path d="M49.75,0H22.25a4,4,0,0,0-4.16,3.78V52.22A4,4,0,0,0,22.25,56h27.5a4,4,0,0,0,4.16-3.78V3.78A4,4,0,0,0,49.75,0ZM31.6,2.73h8.8a.48.48,0,0,1,.5.46.47.47,0,0,1-.5.45H31.6a.47.47,0,0,1-.5-.45A.48.48,0,0,1,31.6,2.73ZM36,54.11a1.9,1.9,0,1,1,2.08-1.89A2,2,0,0,1,36,54.11ZM51,49H21V6H51Z"/></svg>
Mobile in other icon packs
Copied!