Firecracker Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Firecracker 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/320033.svg" alt="Firecracker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320033.svg" alt="Firecracker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320033.svg" alt="Firecracker icon" :width="24" :height="24" />
CSS background
.icon-firecracker {
background-image: url('https://proicons.com/icon/320033.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="firecracker_00000177446437159492015090000010639924741396083357_" d="M10,31.36c-0.092,0-0.184-0.035-0.254-0.105l-6-6 c-0.141-0.141-0.141-0.369,0-0.51l14-14c0.141-0.141,0.369-0.141,0.51,0L21,13.491l2.417-2.417c1.419-1.419,1.419-3.729,0-5.148 l-0.672-0.671l0.51-0.51l0.672,0.671c1.698,1.7,1.698,4.467,0,6.167L21.509,14l2.746,2.746c0.141,0.141,0.141,0.369,0,0.509l-14,14 C10.184,31.325,10.092,31.36,10,31.36z M4.509,25L10,30.491L11.491,29L6,23.509L4.509,25z M6.509,23L12,28.491l0.991-0.991 L7.5,22.009L6.509,23z M8.009,21.5l5.491,5.491L23.491,17L18,11.509L8.009,21.5z M21.745,4.254L20.5,3.009l-1.245,1.245l-0.51-0.509 L19.991,2.5l-1.246-1.246l0.51-0.509L20.5,1.991l1.245-1.245l0.51,0.509L21.009,2.5l1.246,1.246L21.745,4.254z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!