Free Fire Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Free Fire 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/326231.svg" alt="Free Fire icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326231.svg" alt="Free Fire icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326231.svg" alt="Free Fire icon" :width="24" :height="24" />
CSS background
.icon-free-fire {
background-image: url('https://proicons.com/icon/326231.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><path class="b" d="M19.9299,29.8541l-2.2611,.7592"/><path class="b" d="M19.9879,27.4021l-2.2611,.7592"/><path class="b" d="M19.8069,24.9841l-2.2611,.7592"/><path class="b" d="M19.7789,22.5672l-2.2611,.7592"/><path class="b" d="M20.1159,43.3259v-9.0535c-1.3953-.2877-2.5604-.8626-3.3365-1.9229h3.3365v-12.5278c-.7718,.5019-1.1127,.7162-2.5731,.9431-.2698-6.3647-.2743-12.1718,5.8289-16.2648,.6077,2.8343,2.1467,6.356,4.3604,9.1696v18.7458h3.4884c-.4931,.8158-1.5228,2.0531-3.5042,2.0195v9.0652"/></svg>
Copied!