fire check icon
fire-check-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- fire-check-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
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.175l3.55-3.55q.3-.3.7-.288t.7.313q.275.3.275.7t-.275.7l-4.225 4.25q-.3.3-.7.3t-.7-.3l-2.15-2.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275zM4 13q0-2.925 1.775-5.587t4.875-4.638q.425-.275.888-.012T12 3.55V5.3q0 .85.588 1.425t1.437.575q.45 0 .838-.187t.687-.563q.2-.25.488-.3t.562.125q1.4.975 2.275 2.475t1.075 3.225q.05.425-.225.675t-.65.3t-.725-.187t-.425-.788q-.075-.5-.225-.962t-.362-.888t-.5-.825t-.638-.75q-.5.325-1.05.488t-1.125.162q-1.55 0-2.687-1.025T10.025 5.75Q8.075 7.4 7.037 9.263T6 13q0 2.05 1.213 3.625T10.3 18.75q.4.125.6.488t.075.762t-.488.6t-.762.075Q8.45 20.3 7.362 19.538T5.475 17.65q-.7-.975-1.087-2.162T4 13"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFireCheckOutlineRounded(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.175l3.55-3.55q.3-.3.7-.288t.7.313q.275.3.275.7t-.275.7l-4.225 4.25q-.3.3-.7.3t-.7-.3l-2.15-2.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275zM4 13q0-2.925 1.775-5.587t4.875-4.638q.425-.275.888-.012T12 3.55V5.3q0 .85.588 1.425t1.437.575q.45 0 .838-.187t.687-.563q.2-.25.488-.3t.562.125q1.4.975 2.275 2.475t1.075 3.225q.05.425-.225.675t-.65.3t-.725-.187t-.425-.788q-.075-.5-.225-.962t-.362-.888t-.5-.825t-.638-.75q-.5.325-1.05.488t-1.125.162q-1.55 0-2.687-1.025T10.025 5.75Q8.075 7.4 7.037 9.263T6 13q0 2.05 1.213 3.625T10.3 18.75q.4.125.6.488t.075.762t-.488.6t-.762.075Q8.45 20.3 7.362 19.538T5.475 17.65q-.7-.975-1.087-2.162T4 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.175l3.55-3.55q.3-.3.7-.288t.7.313q.275.3.275.7t-.275.7l-4.225 4.25q-.3.3-.7.3t-.7-.3l-2.15-2.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275zM4 13q0-2.925 1.775-5.587t4.875-4.638q.425-.275.888-.012T12 3.55V5.3q0 .85.588 1.425t1.437.575q.45 0 .838-.187t.687-.563q.2-.25.488-.3t.562.125q1.4.975 2.275 2.475t1.075 3.225q.05.425-.225.675t-.65.3t-.725-.187t-.425-.788q-.075-.5-.225-.962t-.362-.888t-.5-.825t-.638-.75q-.5.325-1.05.488t-1.125.162q-1.55 0-2.687-1.025T10.025 5.75Q8.075 7.4 7.037 9.263T6 13q0 2.05 1.213 3.625T10.3 18.75q.4.125.6.488t.075.762t-.488.6t-.762.075Q8.45 20.3 7.362 19.538T5.475 17.65q-.7-.975-1.087-2.162T4 13"/></svg> </template>
CSS
.icon-fire-check-outline-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.35%2019.175l3.55-3.55q.3-.3.7-.288t.7.313q.275.3.275.7t-.275.7l-4.225%204.25q-.3.3-.7.3t-.7-.3l-2.15-2.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275zM4%2013q0-2.925%201.775-5.587t4.875-4.638q.425-.275.888-.012T12%203.55V5.3q0%20.85.588%201.425t1.437.575q.45%200%20.838-.187t.687-.563q.2-.25.488-.3t.562.125q1.4.975%202.275%202.475t1.075%203.225q.05.425-.225.675t-.65.3t-.725-.187t-.425-.788q-.075-.5-.225-.962t-.362-.888t-.5-.825t-.638-.75q-.5.325-1.05.488t-1.125.162q-1.55%200-2.687-1.025T10.025%205.75Q8.075%207.4%207.037%209.263T6%2013q0%202.05%201.213%203.625T10.3%2018.75q.4.125.6.488t.075.762t-.488.6t-.762.075Q8.45%2020.3%207.362%2019.538T5.475%2017.65q-.7-.975-1.087-2.162T4%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.175l3.55-3.55q.3-.3.7-.288t.7.313q.275.3.275.7t-.275.7l-4.225%204.25q-.3.3-.7.3t-.7-.3l-2.15-2.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275zM4%2013q0-2.925%201.775-5.587t4.875-4.638q.425-.275.888-.012T12%203.55V5.3q0%20.85.588%201.425t1.437.575q.45%200%20.838-.187t.687-.563q.2-.25.488-.3t.562.125q1.4.975%202.275%202.475t1.075%203.225q.05.425-.225.675t-.65.3t-.725-.187t-.425-.788q-.075-.5-.225-.962t-.362-.888t-.5-.825t-.638-.75q-.5.325-1.05.488t-1.125.162q-1.55%200-2.687-1.025T10.025%205.75Q8.075%207.4%207.037%209.263T6%2013q0%202.05%201.213%203.625T10.3%2018.75q.4.125.6.488t.075.762t-.488.6t-.762.075Q8.45%2020.3%207.362%2019.538T5.475%2017.65q-.7-.975-1.087-2.162T4%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-outline-rounded.svg?color=%231a73e8&size=48