Smash Hit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smash Hit 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/347516.svg" alt="Smash Hit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347516.svg" alt="Smash Hit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347516.svg" alt="Smash Hit icon" :width="24" :height="24" />
CSS background
.icon-smash-hit {
background-image: url('https://proicons.com/icon/347516.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><circle class="c" cx="24" cy="24" r="11.5"/><line class="c" x1="31.553" y1="15.3316" x2="33.8024" y2="12.75"/><line class="c" x1="27.7214" y1="4.8838" x2="26.1901" y2="12.75"/><line class="c" x1="16.2306" y1="3.9497" x2="19.8458" y2="13.2793"/><line class="c" x1="4.8835" y1="14.7099" x2="13.6598" y2="18.9749"/><line class="c" x1="9.0935" y1="33.2056" x2="14.2186" y2="30.0405"/><line class="c" x1="17.1195" y1="44.3724" x2="20.3201" y2="34.8958"/><line class="c" x1="44.4369" y1="30.6876" x2="34.9321" y2="27.5773"/><line class="c" x1="44.5784" y1="17.7572" x2="35.0061" y2="20.6611"/><line class="c" x1="25.1589" y1="39.0935" x2="24.8862" y2="35.5424"/><line class="c" x1="36.9346" y1="38.5047" x2="31.6514" y2="32.5802"/><line class="c" x1="12.5103" y1="24.3889" x2="5.5" y2="24.6262"/></svg>
Copied!