fire-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
fire-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Use the fire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 11.75q0-.805.188-1.586q.188-.78.585-1.492q.063-.11.125-.227q.063-.117.149-.218a.7.7 0 0 1 .18-.165a.51.51 0 0 1 .484 0a.44.44 0 0 1 .18.172L6.93 9.93q.071.117.187.18a.6.6 0 0 0 .266.07a.49.49 0 0 0 .414-.196a.76.76 0 0 0 .133-.64a1 1 0 0 0-.07-.188a10.4 10.4 0 0 1-.524-1.351a5 5 0 0 1-.203-1.446q0-.984.328-1.726q.328-.743.914-1.274q.585-.53 1.367-.859a8 8 0 0 1 1.672-.492a.49.49 0 0 1 .406.11q.18.155.18.382q0 1.172.398 2.234A7.9 7.9 0 0 0 13.5 6.727l.867 1.132q.438.57.805 1.188q.367.617.594 1.281q.226.665.234 1.422q0 .836-.203 1.625a6.2 6.2 0 0 1-.594 1.484q-.39.696-.922 1.266q-.531.57-1.203.992t-1.445.649T10 18a5.8 5.8 0 0 1-1.633-.227a5.6 5.6 0 0 1-1.437-.648a6.5 6.5 0 0 1-1.211-.992a5.7 5.7 0 0 1-.922-1.274a7 7 0 0 1-.586-1.484A6.2 6.2 0 0 1 4 11.75m11-.055q0-.601-.227-1.187a7 7 0 0 0-.578-1.149q-.351-.563-.75-1.062a33 33 0 0 1-.75-.977a8.8 8.8 0 0 1-1.133-1.984a7.8 7.8 0 0 1-.539-2.227a5.2 5.2 0 0 0-1.156.43a3.6 3.6 0 0 0-.914.672a2.8 2.8 0 0 0-.601.937q-.211.54-.22 1.227q0 .625.165 1.195t.445 1.125q.102.204.149.414q.046.211.054.438q0 .328-.11.625q-.108.297-.32.523a1.6 1.6 0 0 1-.492.36a1.5 1.5 0 0 1-.632.133q-.414 0-.75-.188a1.6 1.6 0 0 1-.563-.547q-.156-.242-.297-.476a31 31 0 0 0-.297-.485A5.45 5.45 0 0 0 5 11.75q0 .703.172 1.36q.172.655.484 1.242q.313.585.766 1.07q.453.484 1.008.836q.554.35 1.203.547Q9.28 17 10 17a4.7 4.7 0 0 0 2.008-.43a5 5 0 0 0 1.586-1.164a5.2 5.2 0 0 0 1.031-1.695q.36-.96.375-2.016"/></svg>

React

import type { SVGProps } from "react";

export function FluentFire20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 11.75q0-.805.188-1.586q.188-.78.585-1.492q.063-.11.125-.227q.063-.117.149-.218a.7.7 0 0 1 .18-.165a.51.51 0 0 1 .484 0a.44.44 0 0 1 .18.172L6.93 9.93q.071.117.187.18a.6.6 0 0 0 .266.07a.49.49 0 0 0 .414-.196a.76.76 0 0 0 .133-.64a1 1 0 0 0-.07-.188a10.4 10.4 0 0 1-.524-1.351a5 5 0 0 1-.203-1.446q0-.984.328-1.726q.328-.743.914-1.274q.585-.53 1.367-.859a8 8 0 0 1 1.672-.492a.49.49 0 0 1 .406.11q.18.155.18.382q0 1.172.398 2.234A7.9 7.9 0 0 0 13.5 6.727l.867 1.132q.438.57.805 1.188q.367.617.594 1.281q.226.665.234 1.422q0 .836-.203 1.625a6.2 6.2 0 0 1-.594 1.484q-.39.696-.922 1.266q-.531.57-1.203.992t-1.445.649T10 18a5.8 5.8 0 0 1-1.633-.227a5.6 5.6 0 0 1-1.437-.648a6.5 6.5 0 0 1-1.211-.992a5.7 5.7 0 0 1-.922-1.274a7 7 0 0 1-.586-1.484A6.2 6.2 0 0 1 4 11.75m11-.055q0-.601-.227-1.187a7 7 0 0 0-.578-1.149q-.351-.563-.75-1.062a33 33 0 0 1-.75-.977a8.8 8.8 0 0 1-1.133-1.984a7.8 7.8 0 0 1-.539-2.227a5.2 5.2 0 0 0-1.156.43a3.6 3.6 0 0 0-.914.672a2.8 2.8 0 0 0-.601.937q-.211.54-.22 1.227q0 .625.165 1.195t.445 1.125q.102.204.149.414q.046.211.054.438q0 .328-.11.625q-.108.297-.32.523a1.6 1.6 0 0 1-.492.36a1.5 1.5 0 0 1-.632.133q-.414 0-.75-.188a1.6 1.6 0 0 1-.563-.547q-.156-.242-.297-.476a31 31 0 0 0-.297-.485A5.45 5.45 0 0 0 5 11.75q0 .703.172 1.36q.172.655.484 1.242q.313.585.766 1.07q.453.484 1.008.836q.554.35 1.203.547Q9.28 17 10 17a4.7 4.7 0 0 0 2.008-.43a5 5 0 0 0 1.586-1.164a5.2 5.2 0 0 0 1.031-1.695q.36-.96.375-2.016"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 11.75q0-.805.188-1.586q.188-.78.585-1.492q.063-.11.125-.227q.063-.117.149-.218a.7.7 0 0 1 .18-.165a.51.51 0 0 1 .484 0a.44.44 0 0 1 .18.172L6.93 9.93q.071.117.187.18a.6.6 0 0 0 .266.07a.49.49 0 0 0 .414-.196a.76.76 0 0 0 .133-.64a1 1 0 0 0-.07-.188a10.4 10.4 0 0 1-.524-1.351a5 5 0 0 1-.203-1.446q0-.984.328-1.726q.328-.743.914-1.274q.585-.53 1.367-.859a8 8 0 0 1 1.672-.492a.49.49 0 0 1 .406.11q.18.155.18.382q0 1.172.398 2.234A7.9 7.9 0 0 0 13.5 6.727l.867 1.132q.438.57.805 1.188q.367.617.594 1.281q.226.665.234 1.422q0 .836-.203 1.625a6.2 6.2 0 0 1-.594 1.484q-.39.696-.922 1.266q-.531.57-1.203.992t-1.445.649T10 18a5.8 5.8 0 0 1-1.633-.227a5.6 5.6 0 0 1-1.437-.648a6.5 6.5 0 0 1-1.211-.992a5.7 5.7 0 0 1-.922-1.274a7 7 0 0 1-.586-1.484A6.2 6.2 0 0 1 4 11.75m11-.055q0-.601-.227-1.187a7 7 0 0 0-.578-1.149q-.351-.563-.75-1.062a33 33 0 0 1-.75-.977a8.8 8.8 0 0 1-1.133-1.984a7.8 7.8 0 0 1-.539-2.227a5.2 5.2 0 0 0-1.156.43a3.6 3.6 0 0 0-.914.672a2.8 2.8 0 0 0-.601.937q-.211.54-.22 1.227q0 .625.165 1.195t.445 1.125q.102.204.149.414q.046.211.054.438q0 .328-.11.625q-.108.297-.32.523a1.6 1.6 0 0 1-.492.36a1.5 1.5 0 0 1-.632.133q-.414 0-.75-.188a1.6 1.6 0 0 1-.563-.547q-.156-.242-.297-.476a31 31 0 0 0-.297-.485A5.45 5.45 0 0 0 5 11.75q0 .703.172 1.36q.172.655.484 1.242q.313.585.766 1.07q.453.484 1.008.836q.554.35 1.203.547Q9.28 17 10 17a4.7 4.7 0 0 0 2.008-.43a5 5 0 0 0 1.586-1.164a5.2 5.2 0 0 0 1.031-1.695q.36-.96.375-2.016"/></svg>
</template>

CSS

.icon-fire-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2011.75q0-.805.188-1.586q.188-.78.585-1.492q.063-.11.125-.227q.063-.117.149-.218a.7.7%200%200%201%20.18-.165a.51.51%200%200%201%20.484%200a.44.44%200%200%201%20.18.172L6.93%209.93q.071.117.187.18a.6.6%200%200%200%20.266.07a.49.49%200%200%200%20.414-.196a.76.76%200%200%200%20.133-.64a1%201%200%200%200-.07-.188a10.4%2010.4%200%200%201-.524-1.351a5%205%200%200%201-.203-1.446q0-.984.328-1.726q.328-.743.914-1.274q.585-.53%201.367-.859a8%208%200%200%201%201.672-.492a.49.49%200%200%201%20.406.11q.18.155.18.382q0%201.172.398%202.234A7.9%207.9%200%200%200%2013.5%206.727l.867%201.132q.438.57.805%201.188q.367.617.594%201.281q.226.665.234%201.422q0%20.836-.203%201.625a6.2%206.2%200%200%201-.594%201.484q-.39.696-.922%201.266q-.531.57-1.203.992t-1.445.649T10%2018a5.8%205.8%200%200%201-1.633-.227a5.6%205.6%200%200%201-1.437-.648a6.5%206.5%200%200%201-1.211-.992a5.7%205.7%200%200%201-.922-1.274a7%207%200%200%201-.586-1.484A6.2%206.2%200%200%201%204%2011.75m11-.055q0-.601-.227-1.187a7%207%200%200%200-.578-1.149q-.351-.563-.75-1.062a33%2033%200%200%201-.75-.977a8.8%208.8%200%200%201-1.133-1.984a7.8%207.8%200%200%201-.539-2.227a5.2%205.2%200%200%200-1.156.43a3.6%203.6%200%200%200-.914.672a2.8%202.8%200%200%200-.601.937q-.211.54-.22%201.227q0%20.625.165%201.195t.445%201.125q.102.204.149.414q.046.211.054.438q0%20.328-.11.625q-.108.297-.32.523a1.6%201.6%200%200%201-.492.36a1.5%201.5%200%200%201-.632.133q-.414%200-.75-.188a1.6%201.6%200%200%201-.563-.547q-.156-.242-.297-.476a31%2031%200%200%200-.297-.485A5.45%205.45%200%200%200%205%2011.75q0%20.703.172%201.36q.172.655.484%201.242q.313.585.766%201.07q.453.484%201.008.836q.554.35%201.203.547Q9.28%2017%2010%2017a4.7%204.7%200%200%200%202.008-.43a5%205%200%200%200%201.586-1.164a5.2%205.2%200%200%200%201.031-1.695q.36-.96.375-2.016%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2011.75q0-.805.188-1.586q.188-.78.585-1.492q.063-.11.125-.227q.063-.117.149-.218a.7.7%200%200%201%20.18-.165a.51.51%200%200%201%20.484%200a.44.44%200%200%201%20.18.172L6.93%209.93q.071.117.187.18a.6.6%200%200%200%20.266.07a.49.49%200%200%200%20.414-.196a.76.76%200%200%200%20.133-.64a1%201%200%200%200-.07-.188a10.4%2010.4%200%200%201-.524-1.351a5%205%200%200%201-.203-1.446q0-.984.328-1.726q.328-.743.914-1.274q.585-.53%201.367-.859a8%208%200%200%201%201.672-.492a.49.49%200%200%201%20.406.11q.18.155.18.382q0%201.172.398%202.234A7.9%207.9%200%200%200%2013.5%206.727l.867%201.132q.438.57.805%201.188q.367.617.594%201.281q.226.665.234%201.422q0%20.836-.203%201.625a6.2%206.2%200%200%201-.594%201.484q-.39.696-.922%201.266q-.531.57-1.203.992t-1.445.649T10%2018a5.8%205.8%200%200%201-1.633-.227a5.6%205.6%200%200%201-1.437-.648a6.5%206.5%200%200%201-1.211-.992a5.7%205.7%200%200%201-.922-1.274a7%207%200%200%201-.586-1.484A6.2%206.2%200%200%201%204%2011.75m11-.055q0-.601-.227-1.187a7%207%200%200%200-.578-1.149q-.351-.563-.75-1.062a33%2033%200%200%201-.75-.977a8.8%208.8%200%200%201-1.133-1.984a7.8%207.8%200%200%201-.539-2.227a5.2%205.2%200%200%200-1.156.43a3.6%203.6%200%200%200-.914.672a2.8%202.8%200%200%200-.601.937q-.211.54-.22%201.227q0%20.625.165%201.195t.445%201.125q.102.204.149.414q.046.211.054.438q0%20.328-.11.625q-.108.297-.32.523a1.6%201.6%200%200%201-.492.36a1.5%201.5%200%200%201-.632.133q-.414%200-.75-.188a1.6%201.6%200%200%201-.563-.547q-.156-.242-.297-.476a31%2031%200%200%200-.297-.485A5.45%205.45%200%200%200%205%2011.75q0%20.703.172%201.36q.172.655.484%201.242q.313.585.766%201.07q.453.484%201.008.836q.554.35%201.203.547Q9.28%2017%2010%2017a4.7%204.7%200%200%200%202.008-.43a5%205%200%200%200%201.586-1.164a5.2%205.2%200%200%200%201.031-1.695q.36-.96.375-2.016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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