Fire A Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Fire A 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/310132.svg" alt="Fire A icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310132.svg" alt="Fire A icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310132.svg" alt="Fire A icon" :width="24" :height="24" />
CSS background
.icon-fire-a {
background-image: url('https://proicons.com/icon/310132.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18.7791 10.4511C17.7715 9.28855 17.0293 7.92048 16.6039 6.44206C16.5671 6.31587 16.4973 6.2018 16.4018 6.11146C16.3062 6.02113 16.1883 5.95782 16.0603 5.92804C15.9322 5.89826 15.7985 5.90306 15.6729 5.94197C15.5474 5.98088 15.4344 6.05248 15.3456 6.14945C13.0534 8.77332 12.0975 8.64653 11.8537 8.53924C10.8782 8.1003 10.6051 4.85214 10.771 2.79401C10.7859 2.64486 10.7534 2.49478 10.6781 2.36518C10.6028 2.23557 10.4885 2.13306 10.3515 2.07221C10.2172 2.00606 10.0652 1.98462 9.91783 2.01094C9.77043 2.03727 9.6353 2.11 9.53216 2.21854C9.27855 2.4624 3.46509 8.35389 3.46509 14.4405C3.46509 21.4538 9.99064 22 12 22C14.0094 22 20.5349 21.4538 20.5349 14.4405C20.4489 12.9427 19.8254 11.5263 18.7791 10.4511ZM11.044 18.8689H10.849C9.64627 18.645 8.57785 17.9619 7.86971 16.9644C7.16158 15.9668 6.86925 14.7329 7.05456 13.5236C7.07954 13.3955 7.12952 13.2736 7.20161 13.1649C7.27371 13.0561 7.36652 12.9625 7.47476 12.8896C7.583 12.8167 7.70454 12.7658 7.83244 12.7399C7.96035 12.714 8.09216 12.7134 8.22025 12.7384C8.34835 12.7634 8.47023 12.8134 8.57901 12.8855C8.6878 12.9576 8.78127 13.0504 8.85418 13.1586C8.92709 13.2668 8.97803 13.3884 9.00397 13.5163C9.02991 13.6442 9.03038 13.7759 9.0054 13.904C8.91734 14.6063 9.10342 15.3156 9.5249 15.8842C9.94638 16.4529 10.5709 16.8371 11.2684 16.9571C11.5271 16.9817 11.7654 17.108 11.9309 17.3083C12.0965 17.5086 12.1757 17.7665 12.1511 18.0252C12.1265 18.2839 12.0003 18.5222 11.8 18.6878C11.5997 18.8533 11.3417 18.9325 11.083 18.9079L11.044 18.8689Z" fill="black"/> </svg>
Copied!