Solar Smash Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Solar Smash 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/333047.svg" alt="Solar Smash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333047.svg" alt="Solar Smash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333047.svg" alt="Solar Smash icon" :width="24" :height="24" />
CSS background
.icon-solar-smash {
background-image: url('https://proicons.com/icon/333047.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M21.2109,6.5114c.9399-.1603,1.8249-.2328,2.8105-.2328,9.4355,0,17.0416,7.6599,17.0416,17.0975,0,7.561-4.9096,13.9751-11.7141,16.2269M20.2766,40.0528c-7.5382-1.7778-13.3397-8.6031-13.3397-16.6859,0-6.1,3.1217-11.4043,7.9297-14.4278"/><path id="c" class="f" d="M21.2109,6.5114c-2.0589,12.3144-.049,23.5341,8.138,33.0917"/><path id="d" class="f" d="M14.8667,8.9391c-2.8773,11.6698.1068,21.7135,5.4099,31.1137"/><path id="e" class="f" d="M21.2109,6.5114l-3.2204-1.0114-3.1238,3.4391,2.1468,3.6472,3.4543,1.728-2.9769,3.6237-3.7231,1.2111,3.2457,4.0166,4.6841,1.9866-3.2943,3.2237-1.1339,5.6467,4.4282-.4907,5.3905,3.1716-4.8535,1.0103-1.958,2.3389,4.0259,2.4472,4.3858-.4499.6606-2.447"/></svg>
Copied!