fire check icon
fire-check-outline from Material Symbols Light by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- fire-check-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- fire-check-outline-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.24 21l-2.742-2.723l.708-.708l2.029 2.029l4.057-4.057l.708.713zm-5.555-2.154l1.148 1.148q-.03 0-.061.003t-.06.003Q8.9 19.885 6.95 17.867T5 13q0-2.571 1.615-5.029T11 3.79V5.3q0 1.275.878 2.138q.877.862 2.147.862q.47 0 .915-.159q.445-.158.84-.456l.432-.339q1.311.973 2.05 2.473T19 13h-1q0-.625-.125-1.213t-.35-1.15t-.562-1.062t-.763-.925q-.5.325-1.052.487q-.552.163-1.129.163q-1.555 0-2.697-1.025t-1.297-2.563q-1.95 1.63-2.988 3.522Q6 11.125 6 13q0 2.166 1.328 3.779t3.357 2.067"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFireCheckOutline(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.24 21l-2.742-2.723l.708-.708l2.029 2.029l4.057-4.057l.708.713zm-5.555-2.154l1.148 1.148q-.03 0-.061.003t-.06.003Q8.9 19.885 6.95 17.867T5 13q0-2.571 1.615-5.029T11 3.79V5.3q0 1.275.878 2.138q.877.862 2.147.862q.47 0 .915-.159q.445-.158.84-.456l.432-.339q1.311.973 2.05 2.473T19 13h-1q0-.625-.125-1.213t-.35-1.15t-.562-1.062t-.763-.925q-.5.325-1.052.487q-.552.163-1.129.163q-1.555 0-2.697-1.025t-1.297-2.563q-1.95 1.63-2.988 3.522Q6 11.125 6 13q0 2.166 1.328 3.779t3.357 2.067"/></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.24 21l-2.742-2.723l.708-.708l2.029 2.029l4.057-4.057l.708.713zm-5.555-2.154l1.148 1.148q-.03 0-.061.003t-.06.003Q8.9 19.885 6.95 17.867T5 13q0-2.571 1.615-5.029T11 3.79V5.3q0 1.275.878 2.138q.877.862 2.147.862q.47 0 .915-.159q.445-.158.84-.456l.432-.339q1.311.973 2.05 2.473T19 13h-1q0-.625-.125-1.213t-.35-1.15t-.562-1.062t-.763-.925q-.5.325-1.052.487q-.552.163-1.129.163q-1.555 0-2.697-1.025t-1.297-2.563q-1.95 1.63-2.988 3.522Q6 11.125 6 13q0 2.166 1.328 3.779t3.357 2.067"/></svg> </template>
CSS
.icon-fire-check-outline {
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.24%2021l-2.742-2.723l.708-.708l2.029%202.029l4.057-4.057l.708.713zm-5.555-2.154l1.148%201.148q-.03%200-.061.003t-.06.003Q8.9%2019.885%206.95%2017.867T5%2013q0-2.571%201.615-5.029T11%203.79V5.3q0%201.275.878%202.138q.877.862%202.147.862q.47%200%20.915-.159q.445-.158.84-.456l.432-.339q1.311.973%202.05%202.473T19%2013h-1q0-.625-.125-1.213t-.35-1.15t-.562-1.062t-.763-.925q-.5.325-1.052.487q-.552.163-1.129.163q-1.555%200-2.697-1.025t-1.297-2.563q-1.95%201.63-2.988%203.522Q6%2011.125%206%2013q0%202.166%201.328%203.779t3.357%202.067%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.24%2021l-2.742-2.723l.708-.708l2.029%202.029l4.057-4.057l.708.713zm-5.555-2.154l1.148%201.148q-.03%200-.061.003t-.06.003Q8.9%2019.885%206.95%2017.867T5%2013q0-2.571%201.615-5.029T11%203.79V5.3q0%201.275.878%202.138q.877.862%202.147.862q.47%200%20.915-.159q.445-.158.84-.456l.432-.339q1.311.973%202.05%202.473T19%2013h-1q0-.625-.125-1.213t-.35-1.15t-.562-1.062t-.763-.925q-.5.325-1.052.487q-.552.163-1.129.163q-1.555%200-2.697-1.025t-1.297-2.563q-1.95%201.63-2.988%203.522Q6%2011.125%206%2013q0%202.166%201.328%203.779t3.357%202.067%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-outline.svg?color=%231a73e8&size=48