Firestrikeretro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Firestrikeretro 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/325895.svg" alt="Firestrikeretro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325895.svg" alt="Firestrikeretro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325895.svg" alt="Firestrikeretro icon" :width="24" :height="24" />
CSS background
.icon-firestrikeretro {
background-image: url('https://proicons.com/icon/325895.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24.757,28.3458c9.6557,0,21.3677,1.8647,18.2115,5.0132-6.0934,6.0784-35.3267,4.2436-37.9967,1.45C1.9162,31.6119,14.1127,28.3458,24.757,28.3458Z"/><path class="a" d="M4.5045,33.8209c0-2.4062,2.67-4.9231,2.67-4.9231s.9939-18.31,17.3064-18.31S40.6172,27.9922,40.6172,27.9922A5.3293,5.3293,0,0,1,43.5,32.4364"/></svg>
Copied!