Retrobreaker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Retrobreaker 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/346683.svg" alt="Retrobreaker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346683.svg" alt="Retrobreaker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346683.svg" alt="Retrobreaker icon" :width="24" :height="24" />
CSS background
.icon-retrobreaker {
background-image: url('https://proicons.com/icon/346683.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="17.35" y="39.92" width="13.63" height="2.58"/><rect class="a" x="27.94" y="22.52" width="2.92" height="2.92"/><line class="a" x1="11.67" y1="5.5" x2="11.67" y2="18.85"/><line class="a" x1="5.5" y1="5.5" x2="5.5" y2="18.85"/><line class="a" x1="17.83" y1="5.5" x2="17.83" y2="18.85"/><line class="a" x1="24" y1="5.5" x2="24" y2="18.85"/><line class="a" x1="30.17" y1="5.5" x2="30.17" y2="18.85"/><line class="a" x1="36.33" y1="5.5" x2="36.33" y2="18.85"/><line class="a" x1="42.5" y1="5.5" x2="42.5" y2="18.85"/><line class="a" x1="5.5" y1="8.17" x2="42.5" y2="8.17"/><line class="a" x1="5.5" y1="10.84" x2="42.5" y2="10.84"/><line class="a" x1="5.5" y1="13.51" x2="42.5" y2="13.51"/><line class="a" x1="5.5" y1="16.18" x2="42.5" y2="16.18"/><line class="a" x1="5.5" y1="5.5" x2="42.5" y2="5.5"/><line class="a" x1="11.67" y1="18.85" x2="5.5" y2="18.85"/><line class="a" x1="17.83" y1="18.85" x2="42.5" y2="18.85"/></svg>
Copied!