Device Mobile Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Device 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/307128.svg" alt="Device Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307128.svg" alt="Device Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307128.svg" alt="Device Mobile icon" :width="24" :height="24" />
CSS background
.icon-device-mobile {
background-image: url('https://proicons.com/icon/307128.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M7 12C6.72386 12 6.5 12.2239 6.5 12.5C6.5 12.7761 6.72386 13 7 13H9C9.27614 13 9.5 12.7761 9.5 12.5C9.5 12.2239 9.27614 12 9 12H7ZM5.75 1C4.7835 1 4 1.7835 4 2.75V13.25C4 14.2165 4.7835 15 5.75 15H10.25C11.2165 15 12 14.2165 12 13.25V2.75C12 1.7835 11.2165 1 10.25 1H5.75ZM5 2.75C5 2.33579 5.33579 2 5.75 2H10.25C10.6642 2 11 2.33579 11 2.75V13.25C11 13.6642 10.6642 14 10.25 14H5.75C5.33579 14 5 13.6642 5 13.25V2.75Z"/></svg>
Device Mobile in other icon packs
Copied!