Carbon For Mobile Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Carbon For 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/317200.svg" alt="Carbon For Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317200.svg" alt="Carbon For Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317200.svg" alt="Carbon For Mobile icon" :width="24" :height="24" />
CSS background
.icon-carbon-for-mobile {
background-image: url('https://proicons.com/icon/317200.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="m32,14h-2v-5.9258l-5.5039-3.2104,1.0078-1.7275,6,3.5c.3071.1792.4961.5083.4961.8638v6.5Z"/>
<path d="m20,22c-.1743,0-.3481-.0454-.5039-.1362l-6-3.5c-.3071-.1792-.4961-.5083-.4961-.8638v-7c0-.3555.189-.6846.4961-.8638l6-3.5c.3115-.1816.6963-.1816,1.0078,0l6,3.5c.3071.1792.4961.5083.4961.8638v7c0,.3555-.189.6846-.4961.8638l-6,3.5c-.1558.0908-.3296.1362-.5039.1362Zm-5-5.0742l5,2.9165,5-2.9165v-5.8516l-5-2.9165-5,2.9165v5.8516Z"/>
<circle cx="12.5" cy="24.5" r="1.5"/>
<path d="m19,30H6c-1.1028,0-2-.8972-2-2V4c0-1.1028.8972-2,2-2h13v2H6v24h13v-4h2v4c0,1.1028-.8972,2-2,2Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!