fire-check from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
fire-check
Set
Material Symbols Light
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
fire-check-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the fire check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.235 19.598l4.057-4.057l.708.713L16.24 21l-2.742-2.723l.708-.708zM5 13q0-2.571 1.615-5.029T11 3.79V5.3q0 1.273.876 2.137t2.149.863q.47 0 .915-.159q.445-.158.84-.456l.432-.339q1.396 1.064 2.141 2.697t.609 3.446l-2.727 2.746l-2.03-2.03l-4.09 4.072l1.718 1.717q-.03 0-.061.003t-.06.003Q8.9 19.885 6.95 17.867T5 13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFireCheck(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.235 19.598l4.057-4.057l.708.713L16.24 21l-2.742-2.723l.708-.708zM5 13q0-2.571 1.615-5.029T11 3.79V5.3q0 1.273.876 2.137t2.149.863q.47 0 .915-.159q.445-.158.84-.456l.432-.339q1.396 1.064 2.141 2.697t.609 3.446l-2.727 2.746l-2.03-2.03l-4.09 4.072l1.718 1.717q-.03 0-.061.003t-.06.003Q8.9 19.885 6.95 17.867T5 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.235 19.598l4.057-4.057l.708.713L16.24 21l-2.742-2.723l.708-.708zM5 13q0-2.571 1.615-5.029T11 3.79V5.3q0 1.273.876 2.137t2.149.863q.47 0 .915-.159q.445-.158.84-.456l.432-.339q1.396 1.064 2.141 2.697t.609 3.446l-2.727 2.746l-2.03-2.03l-4.09 4.072l1.718 1.717q-.03 0-.061.003t-.06.003Q8.9 19.885 6.95 17.867T5 13"/></svg>
</template>

CSS

.icon-fire-check {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.235%2019.598l4.057-4.057l.708.713L16.24%2021l-2.742-2.723l.708-.708zM5%2013q0-2.571%201.615-5.029T11%203.79V5.3q0%201.273.876%202.137t2.149.863q.47%200%20.915-.159q.445-.158.84-.456l.432-.339q1.396%201.064%202.141%202.697t.609%203.446l-2.727%202.746l-2.03-2.03l-4.09%204.072l1.718%201.717q-.03%200-.061.003t-.06.003Q8.9%2019.885%206.95%2017.867T5%2013%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.235%2019.598l4.057-4.057l.708.713L16.24%2021l-2.742-2.723l.708-.708zM5%2013q0-2.571%201.615-5.029T11%203.79V5.3q0%201.273.876%202.137t2.149.863q.47%200%20.915-.159q.445-.158.84-.456l.432-.339q1.396%201.064%202.141%202.697t.609%203.446l-2.727%202.746l-2.03-2.03l-4.09%204.072l1.718%201.717q-.03%200-.061.003t-.06.003Q8.9%2019.885%206.95%2017.867T5%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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