fire check icon
fire-check from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- fire-check
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- fire-check-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.35 19.175l4.25-4.25L22 16.35L16.375 22l-3.55-3.55l1.4-1.4zM4 13q0-3.225 2.163-6.125T12 2v3.3q0 .85.588 1.425t1.437.575q.45 0 .838-.187t.687-.563L16 6q1.8 1.025 2.863 2.813T20 12.7l-3.65 3.65l-2.125-2.125L10 18.45l2.525 2.525q-.125 0-.262.013T12 21q-3.35 0-5.675-2.325T4 13"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFireCheck(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.35 19.175l4.25-4.25L22 16.35L16.375 22l-3.55-3.55l1.4-1.4zM4 13q0-3.225 2.163-6.125T12 2v3.3q0 .85.588 1.425t1.437.575q.45 0 .838-.187t.687-.563L16 6q1.8 1.025 2.863 2.813T20 12.7l-3.65 3.65l-2.125-2.125L10 18.45l2.525 2.525q-.125 0-.262.013T12 21q-3.35 0-5.675-2.325T4 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.35 19.175l4.25-4.25L22 16.35L16.375 22l-3.55-3.55l1.4-1.4zM4 13q0-3.225 2.163-6.125T12 2v3.3q0 .85.588 1.425t1.437.575q.45 0 .838-.187t.687-.563L16 6q1.8 1.025 2.863 2.813T20 12.7l-3.65 3.65l-2.125-2.125L10 18.45l2.525 2.525q-.125 0-.262.013T12 21q-3.35 0-5.675-2.325T4 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.35%2019.175l4.25-4.25L22%2016.35L16.375%2022l-3.55-3.55l1.4-1.4zM4%2013q0-3.225%202.163-6.125T12%202v3.3q0%20.85.588%201.425t1.437.575q.45%200%20.838-.187t.687-.563L16%206q1.8%201.025%202.863%202.813T20%2012.7l-3.65%203.65l-2.125-2.125L10%2018.45l2.525%202.525q-.125%200-.262.013T12%2021q-3.35%200-5.675-2.325T4%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.35%2019.175l4.25-4.25L22%2016.35L16.375%2022l-3.55-3.55l1.4-1.4zM4%2013q0-3.225%202.163-6.125T12%202v3.3q0%20.85.588%201.425t1.437.575q.45%200%20.838-.187t.687-.563L16%206q1.8%201.025%202.863%202.813T20%2012.7l-3.65%203.65l-2.125-2.125L10%2018.45l2.525%202.525q-.125%200-.262.013T12%2021q-3.35%200-5.675-2.325T4%2013%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.svg?color=%231a73e8&size=48