Fight Club 5th Edition Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fight Club 5th Edition 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/325818.svg" alt="Fight Club 5th Edition icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325818.svg" alt="Fight Club 5th Edition icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325818.svg" alt="Fight Club 5th Edition icon" :width="24" :height="24" />
CSS background
.icon-fight-club-5th-edition {
background-image: url('https://proicons.com/icon/325818.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><polyline class="b" points="30 10 14.9 11.8 8.9 25.8"/><line class="b" x1="39.1" y1="22.2" x2="30" y2="10"/><polyline class="b" points="18 38 33.1 36.2 39.1 22.2"/><line class="b" x1="8.9" y1="25.8" x2="18" y2="38"/><polyline class="b" points="39.1 22.2 27.7 15.4 14.9 11.8 14.6 25.1 18 38"/><polyline class="b" points="18 38 29.6 31.6 39.1 22.2"/><polygon class="b" points="29.6 31.6 14.6 25.1 27.7 15.4 29.6 31.6"/><line class="b" x1="8.9" y1="25.8" x2="14.6" y2="25.1"/><line class="b" x1="27.7" y1="15.4" x2="30" y2="10"/><line class="b" x1="33.1" y1="36.2" x2="29.6" y2="31.6"/></svg>
Copied!