fire check icon
fire-check-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- fire-check-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- fire-check-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
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.375 22l-3.55-3.55l1.4-1.4l2.125 2.125l4.25-4.25L22 16.35zM10.3 18.75l2.225 2.225q-.125 0-.262.013T12 21q-3.35 0-5.675-2.325T4 13q0-3.225 2.163-6.125T12 2v3.3q0 .85.588 1.425t1.437.575q.45 0 .838-.187t.687-.563L16 6q1.85 1.05 2.925 2.925T20 13h-2q0-.625-.125-1.213t-.35-1.15t-.562-1.062t-.763-.925q-.5.325-1.05.487t-1.125.163q-1.55 0-2.688-1.025T10.026 5.75Q8.075 7.4 7.037 9.263T6 13q0 2.05 1.213 3.625T10.3 18.75"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFireCheckOutline(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.375 22l-3.55-3.55l1.4-1.4l2.125 2.125l4.25-4.25L22 16.35zM10.3 18.75l2.225 2.225q-.125 0-.262.013T12 21q-3.35 0-5.675-2.325T4 13q0-3.225 2.163-6.125T12 2v3.3q0 .85.588 1.425t1.437.575q.45 0 .838-.187t.687-.563L16 6q1.85 1.05 2.925 2.925T20 13h-2q0-.625-.125-1.213t-.35-1.15t-.562-1.062t-.763-.925q-.5.325-1.05.487t-1.125.163q-1.55 0-2.688-1.025T10.026 5.75Q8.075 7.4 7.037 9.263T6 13q0 2.05 1.213 3.625T10.3 18.75"/></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.375 22l-3.55-3.55l1.4-1.4l2.125 2.125l4.25-4.25L22 16.35zM10.3 18.75l2.225 2.225q-.125 0-.262.013T12 21q-3.35 0-5.675-2.325T4 13q0-3.225 2.163-6.125T12 2v3.3q0 .85.588 1.425t1.437.575q.45 0 .838-.187t.687-.563L16 6q1.85 1.05 2.925 2.925T20 13h-2q0-.625-.125-1.213t-.35-1.15t-.562-1.062t-.763-.925q-.5.325-1.05.487t-1.125.163q-1.55 0-2.688-1.025T10.026 5.75Q8.075 7.4 7.037 9.263T6 13q0 2.05 1.213 3.625T10.3 18.75"/></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.375%2022l-3.55-3.55l1.4-1.4l2.125%202.125l4.25-4.25L22%2016.35zM10.3%2018.75l2.225%202.225q-.125%200-.262.013T12%2021q-3.35%200-5.675-2.325T4%2013q0-3.225%202.163-6.125T12%202v3.3q0%20.85.588%201.425t1.437.575q.45%200%20.838-.187t.687-.563L16%206q1.85%201.05%202.925%202.925T20%2013h-2q0-.625-.125-1.213t-.35-1.15t-.562-1.062t-.763-.925q-.5.325-1.05.487t-1.125.163q-1.55%200-2.688-1.025T10.026%205.75Q8.075%207.4%207.037%209.263T6%2013q0%202.05%201.213%203.625T10.3%2018.75%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.375%2022l-3.55-3.55l1.4-1.4l2.125%202.125l4.25-4.25L22%2016.35zM10.3%2018.75l2.225%202.225q-.125%200-.262.013T12%2021q-3.35%200-5.675-2.325T4%2013q0-3.225%202.163-6.125T12%202v3.3q0%20.85.588%201.425t1.437.575q.45%200%20.838-.187t.687-.563L16%206q1.85%201.05%202.925%202.925T20%2013h-2q0-.625-.125-1.213t-.35-1.15t-.562-1.062t-.763-.925q-.5.325-1.05.487t-1.125.163q-1.55%200-2.688-1.025T10.026%205.75Q8.075%207.4%207.037%209.263T6%2013q0%202.05%201.213%203.625T10.3%2018.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fire-check-outline.svg?color=%231a73e8&size=48