fire-alt from Line Awesome by Icons8 · Line · Science · Apache-2.0 Free for personal and commercial use.

Name
fire-alt
Set
Line Awesome
Style
Line
Category
Science
Viewbox
32×32
License
Apache 2.0
Aliases
fire-alt-solid

The same icon in other sets

More science icons from Line Awesome

Use the fire alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16.799 4.39l-2.996 4.997l-1.85-1.848l-.703.799C7.767 12.286 6 15.873 6 19c0 4.962 4.486 9 10 9s10-4.038 10-9c0-4.762-5.197-10.634-8.295-13.71zm.392 3.233C19.767 10.309 24 15.288 24 19c0 2.391-1.38 4.504-3.477 5.768A6 6 0 0 0 21 22.43c0-2.381-1.685-5.206-3.098-7.155l-.843-1.166l-2.215 3.323l-1.406-1.407l-.66 1.09C11.597 19.061 11 20.85 11 22.43c0 .837.178 1.624.477 2.338C9.38 23.504 8 21.39 8 19s1.398-5.323 4.057-8.53l2.14 2.143zm-.087 10.025C18.334 19.565 19 21.234 19 22.43c0 1.969-1.346 3.57-3 3.57s-3-1.601-3-3.57c0-.922.29-1.978.865-3.149l1.291 1.29z"/></svg>

React

import type { SVGProps } from "react";

export function LaFireAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16.799 4.39l-2.996 4.997l-1.85-1.848l-.703.799C7.767 12.286 6 15.873 6 19c0 4.962 4.486 9 10 9s10-4.038 10-9c0-4.762-5.197-10.634-8.295-13.71zm.392 3.233C19.767 10.309 24 15.288 24 19c0 2.391-1.38 4.504-3.477 5.768A6 6 0 0 0 21 22.43c0-2.381-1.685-5.206-3.098-7.155l-.843-1.166l-2.215 3.323l-1.406-1.407l-.66 1.09C11.597 19.061 11 20.85 11 22.43c0 .837.178 1.624.477 2.338C9.38 23.504 8 21.39 8 19s1.398-5.323 4.057-8.53l2.14 2.143zm-.087 10.025C18.334 19.565 19 21.234 19 22.43c0 1.969-1.346 3.57-3 3.57s-3-1.601-3-3.57c0-.922.29-1.978.865-3.149l1.291 1.29z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16.799 4.39l-2.996 4.997l-1.85-1.848l-.703.799C7.767 12.286 6 15.873 6 19c0 4.962 4.486 9 10 9s10-4.038 10-9c0-4.762-5.197-10.634-8.295-13.71zm.392 3.233C19.767 10.309 24 15.288 24 19c0 2.391-1.38 4.504-3.477 5.768A6 6 0 0 0 21 22.43c0-2.381-1.685-5.206-3.098-7.155l-.843-1.166l-2.215 3.323l-1.406-1.407l-.66 1.09C11.597 19.061 11 20.85 11 22.43c0 .837.178 1.624.477 2.338C9.38 23.504 8 21.39 8 19s1.398-5.323 4.057-8.53l2.14 2.143zm-.087 10.025C18.334 19.565 19 21.234 19 22.43c0 1.969-1.346 3.57-3 3.57s-3-1.601-3-3.57c0-.922.29-1.978.865-3.149l1.291 1.29z"/></svg>
</template>

CSS

.icon-fire-alt {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.799%204.39l-2.996%204.997l-1.85-1.848l-.703.799C7.767%2012.286%206%2015.873%206%2019c0%204.962%204.486%209%2010%209s10-4.038%2010-9c0-4.762-5.197-10.634-8.295-13.71zm.392%203.233C19.767%2010.309%2024%2015.288%2024%2019c0%202.391-1.38%204.504-3.477%205.768A6%206%200%200%200%2021%2022.43c0-2.381-1.685-5.206-3.098-7.155l-.843-1.166l-2.215%203.323l-1.406-1.407l-.66%201.09C11.597%2019.061%2011%2020.85%2011%2022.43c0%20.837.178%201.624.477%202.338C9.38%2023.504%208%2021.39%208%2019s1.398-5.323%204.057-8.53l2.14%202.143zm-.087%2010.025C18.334%2019.565%2019%2021.234%2019%2022.43c0%201.969-1.346%203.57-3%203.57s-3-1.601-3-3.57c0-.922.29-1.978.865-3.149l1.291%201.29z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.799%204.39l-2.996%204.997l-1.85-1.848l-.703.799C7.767%2012.286%206%2015.873%206%2019c0%204.962%204.486%209%2010%209s10-4.038%2010-9c0-4.762-5.197-10.634-8.295-13.71zm.392%203.233C19.767%2010.309%2024%2015.288%2024%2019c0%202.391-1.38%204.504-3.477%205.768A6%206%200%200%200%2021%2022.43c0-2.381-1.685-5.206-3.098-7.155l-.843-1.166l-2.215%203.323l-1.406-1.407l-.66%201.09C11.597%2019.061%2011%2020.85%2011%2022.43c0%20.837.178%201.624.477%202.338C9.38%2023.504%208%2021.39%208%2019s1.398-5.323%204.057-8.53l2.14%202.143zm-.087%2010.025C18.334%2019.565%2019%2021.234%2019%2022.43c0%201.969-1.346%203.57-3%203.57s-3-1.601-3-3.57c0-.922.29-1.978.865-3.149l1.291%201.29z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/fire-alt.svg?color=%231a73e8&size=48