Stock Mobile Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Stock 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/306584.svg" alt="Stock Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306584.svg" alt="Stock Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306584.svg" alt="Stock Mobile icon" :width="24" :height="24" />
CSS background
.icon-stock-mobile {
background-image: url('https://proicons.com/icon/306584.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="M709 63H291c-26 0-48 21-48 47v780c0 26 22 48 48 48h418c26 0 48-22 48-48V110c0-26-22-47-48-47zm-250 45h82c5 0 10 5 10 10s-5 10-10 10h-82c-5 0-10-5-10-10s5-10 10-10zm41 794c-15 0-27-12-27-27s12-27 27-27 27 12 27 27-12 27-27 27zm204-106c0 13-10 23-23 23H319c-13 0-23-10-23-23V181c0-13 10-23 23-23h362c13 0 23 10 23 23v615zm-272-21V616c0-13-10-23-23-23h-54c-13 0-23 10-23 23v159h100zm118 0V570c0-12-10-22-23-22h-54c-13 0-23 10-23 22v205h100zm118 0V493c0-12-10-23-23-23h-54c-13 0-23 10-23 23v282h100z"/></svg>
Copied!