Broken Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Broken 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/305272.svg" alt="Broken icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305272.svg" alt="Broken icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305272.svg" alt="Broken icon" :width="24" :height="24" />
CSS background
.icon-broken {
background-image: url('https://proicons.com/icon/305272.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="M594 164l-27-5-14 79 26 5 15-79zm306 452L715 432l-66-8 9 65 185 184c19 19 19 50 0 70l-53 52c-20 20-51 20-70 0L536 611l-65-9 8 66 184 185c51 50 133 50 184 0l53-53c50-51 50-134 0-184zM614 217l64-48 16 21-63 48-17-21zm-7 53l78-14 5 26-79 15-4-27zM418 538l-25-60-225-131c-24-14-32-44-18-68l38-64c13-24 44-32 67-18l225 131 65-7-24-62-225-132c-62-36-142-15-178 47l-38 65c-36 62-15 141 47 177l225 132 66-10zm-29 193l23 11 31-69-23-11-31 69zm-71-48l12 22 66-37-12-22-66 37zm9-81l-1 25 75 4 2-25-76-4z"/></svg>
Copied!