Devices Apps Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Devices Apps 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/317577.svg" alt="Devices Apps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317577.svg" alt="Devices Apps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317577.svg" alt="Devices Apps icon" :width="24" :height="24" />
CSS background
.icon-devices-apps {
background-image: url('https://proicons.com/icon/317577.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>
<rect x="26" y="2" width="4" height="4"/>
<rect x="26" y="8" width="4" height="4"/>
<rect x="20" y="2" width="4" height="4"/>
<rect x="20" y="8" width="4" height="4"/>
<path d="m28,20h-14v2h2v4h-2v2h9v-2h-5v-4h10c.5304,0,1.0392-.2108,1.4142-.5858s.5858-.8838.5858-1.4142v-6h-2v6Z"/>
<path d="m6,6h12v-2H6c-.5304,0-1.0392.2107-1.4142.5858-.3751.375-.5858.8838-.5858,1.4142v6h2v-6Z"/>
<path d="m10,14H4c-.5304,0-1.0392.2107-1.4142.5858-.3751.375-.5858.8838-.5858,1.4142v12c0,.5304.2107,1.0392.5858,1.4142.375.375.8838.5858,1.4142.5858h6c.5304,0,1.0392-.2108,1.4142-.5858.3751-.375.5858-.8838.5858-1.4142v-12c0-.5304-.2107-1.0392-.5858-1.4142-.375-.3751-.8838-.5858-1.4142-.5858Zm0,14H4v-12h6v12Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!