Breakout 71 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Breakout 71 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/337506.svg" alt="Breakout 71 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337506.svg" alt="Breakout 71 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337506.svg" alt="Breakout 71 icon" :width="24" :height="24" />
CSS background
.icon-breakout-71 {
background-image: url('https://proicons.com/icon/337506.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M27.7,12.9v7.4h-7.4v-7.4H5.5v-7.4h22.2v7.4"/><path class="c" d="M27.7,12.9h7.4v22.2"/><path class="c" d="M20.3,35.1h-7.4v-14.8h7.4v14.8Z"/><path class="c" d="M27.7,35.1v-7.4h-7.4M20.3,20.3h7.4"/><path class="c" d="M35.1,42.5h-7.4"/><path class="c" d="M35.1,35.1h7.4v7.4h-22.2v-7.4h7.4"/></svg>
Copied!