Spreaker Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Spreaker 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/316129.svg" alt="Spreaker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316129.svg" alt="Spreaker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316129.svg" alt="Spreaker icon" :width="24" :height="24" />
CSS background
.icon-spreaker {
background-image: url('https://proicons.com/icon/316129.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Spreaker</title><path d="M14.615 0l-5.64 6.54L.529 4.718l8.68 7.372-8.537 7.463 8.411-1.984L14.843 24l.71-8.601 7.918-3.483-7.963-3.33L14.621 0h-.006z"/></svg>
Copied!