Mobile Crash Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Mobile Crash 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/318392.svg" alt="Mobile Crash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318392.svg" alt="Mobile Crash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318392.svg" alt="Mobile Crash icon" :width="24" :height="24" />
CSS background
.icon-mobile-crash {
background-image: url('https://proicons.com/icon/318392.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>
<polygon points="30 20 26 16 24.5859 17.4141 27.1714 20 24.1714 23 27.1714 26 24.5859 28.5859 26 30 30 26 27 23 30 20"/>
<polygon points="23 20 19 16 17.5859 17.4141 20.1714 20 17.1714 23 20.1714 26 17.5859 28.5859 19 30 23 26 20 23 23 20"/>
<path d="m15,28h-6V8h14v6h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h6v-2ZM9,4h14v2h-14v-2Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!