fire check icon
fire-check-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- fire-check-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
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.598l3.704-3.704q.146-.146.344-.153t.363.159q.16.165.16.354t-.16.354l-3.84 3.826q-.243.243-.566.243t-.565-.242l-1.823-1.804q-.16-.14-.16-.345q0-.203.16-.363t.354-.16t.354.16zm-4.308-3.6q-.65.612-.894 1.517t.21 1.739q.105.18.22.336q.116.156.272.312l.098.092q-1.287-.015-2.41-.48q-1.123-.466-2.034-1.255q-1.114-.97-1.751-2.325Q5 14.581 5 13q0-2.273 1.274-4.471t3.51-3.912q.377-.292.797-.077q.419.216.419.708q0 1.265.883 2.159t2.142.893q.489 0 .927-.161t.829-.454q.2-.154.432-.146t.425.163q1.106.989 1.719 2.364q.612 1.376.626 2.884q.011.254-.094.495q-.106.241-.298.434l-2.356 2.356l-.006-.006q-1.127-1.127-2.314-1.05t-1.988.819"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFireCheckRounded(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.598l3.704-3.704q.146-.146.344-.153t.363.159q.16.165.16.354t-.16.354l-3.84 3.826q-.243.243-.566.243t-.565-.242l-1.823-1.804q-.16-.14-.16-.345q0-.203.16-.363t.354-.16t.354.16zm-4.308-3.6q-.65.612-.894 1.517t.21 1.739q.105.18.22.336q.116.156.272.312l.098.092q-1.287-.015-2.41-.48q-1.123-.466-2.034-1.255q-1.114-.97-1.751-2.325Q5 14.581 5 13q0-2.273 1.274-4.471t3.51-3.912q.377-.292.797-.077q.419.216.419.708q0 1.265.883 2.159t2.142.893q.489 0 .927-.161t.829-.454q.2-.154.432-.146t.425.163q1.106.989 1.719 2.364q.612 1.376.626 2.884q.011.254-.094.495q-.106.241-.298.434l-2.356 2.356l-.006-.006q-1.127-1.127-2.314-1.05t-1.988.819"/></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.598l3.704-3.704q.146-.146.344-.153t.363.159q.16.165.16.354t-.16.354l-3.84 3.826q-.243.243-.566.243t-.565-.242l-1.823-1.804q-.16-.14-.16-.345q0-.203.16-.363t.354-.16t.354.16zm-4.308-3.6q-.65.612-.894 1.517t.21 1.739q.105.18.22.336q.116.156.272.312l.098.092q-1.287-.015-2.41-.48q-1.123-.466-2.034-1.255q-1.114-.97-1.751-2.325Q5 14.581 5 13q0-2.273 1.274-4.471t3.51-3.912q.377-.292.797-.077q.419.216.419.708q0 1.265.883 2.159t2.142.893q.489 0 .927-.161t.829-.454q.2-.154.432-.146t.425.163q1.106.989 1.719 2.364q.612 1.376.626 2.884q.011.254-.094.495q-.106.241-.298.434l-2.356 2.356l-.006-.006q-1.127-1.127-2.314-1.05t-1.988.819"/></svg> </template>
CSS
.icon-fire-check-rounded {
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.598l3.704-3.704q.146-.146.344-.153t.363.159q.16.165.16.354t-.16.354l-3.84%203.826q-.243.243-.566.243t-.565-.242l-1.823-1.804q-.16-.14-.16-.345q0-.203.16-.363t.354-.16t.354.16zm-4.308-3.6q-.65.612-.894%201.517t.21%201.739q.105.18.22.336q.116.156.272.312l.098.092q-1.287-.015-2.41-.48q-1.123-.466-2.034-1.255q-1.114-.97-1.751-2.325Q5%2014.581%205%2013q0-2.273%201.274-4.471t3.51-3.912q.377-.292.797-.077q.419.216.419.708q0%201.265.883%202.159t2.142.893q.489%200%20.927-.161t.829-.454q.2-.154.432-.146t.425.163q1.106.989%201.719%202.364q.612%201.376.626%202.884q.011.254-.094.495q-.106.241-.298.434l-2.356%202.356l-.006-.006q-1.127-1.127-2.314-1.05t-1.988.819%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.598l3.704-3.704q.146-.146.344-.153t.363.159q.16.165.16.354t-.16.354l-3.84%203.826q-.243.243-.566.243t-.565-.242l-1.823-1.804q-.16-.14-.16-.345q0-.203.16-.363t.354-.16t.354.16zm-4.308-3.6q-.65.612-.894%201.517t.21%201.739q.105.18.22.336q.116.156.272.312l.098.092q-1.287-.015-2.41-.48q-1.123-.466-2.034-1.255q-1.114-.97-1.751-2.325Q5%2014.581%205%2013q0-2.273%201.274-4.471t3.51-3.912q.377-.292.797-.077q.419.216.419.708q0%201.265.883%202.159t2.142.893q.489%200%20.927-.161t.829-.454q.2-.154.432-.146t.425.163q1.106.989%201.719%202.364q.612%201.376.626%202.884q.011.254-.094.495q-.106.241-.298.434l-2.356%202.356l-.006-.006q-1.127-1.127-2.314-1.05t-1.988.819%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-rounded.svg?color=%231a73e8&size=48