fire-check-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
fire-check-rounded
Set
Material Symbols
Style
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.275zm-4.25-2.85q-.65.65-.875 1.613t.325 1.912q.125.2.25.375t.3.35l.425.4q-1.575.1-3.025-.375t-2.65-1.475Q5.525 18 4.763 16.425T4 13q0-2.6 1.438-5T9.4 3.675q.8-.6 1.7-.125t.9 1.525q0 .9.575 1.563t1.45.662q.45 0 .85-.2t.675-.55q.2-.25.5-.3t.55.125q1.375.95 2.238 2.413t1.087 3.162q.05.35-.075.688t-.375.587L16.35 16.35l-.025-.025q-1.05-1.05-2.237-.925t-1.988.925"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFireCheckRounded(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.275zm-4.25-2.85q-.65.65-.875 1.613t.325 1.912q.125.2.25.375t.3.35l.425.4q-1.575.1-3.025-.375t-2.65-1.475Q5.525 18 4.763 16.425T4 13q0-2.6 1.438-5T9.4 3.675q.8-.6 1.7-.125t.9 1.525q0 .9.575 1.563t1.45.662q.45 0 .85-.2t.675-.55q.2-.25.5-.3t.55.125q1.375.95 2.238 2.413t1.087 3.162q.05.35-.075.688t-.375.587L16.35 16.35l-.025-.025q-1.05-1.05-2.237-.925t-1.988.925"/></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.275zm-4.25-2.85q-.65.65-.875 1.613t.325 1.912q.125.2.25.375t.3.35l.425.4q-1.575.1-3.025-.375t-2.65-1.475Q5.525 18 4.763 16.425T4 13q0-2.6 1.438-5T9.4 3.675q.8-.6 1.7-.125t.9 1.525q0 .9.575 1.563t1.45.662q.45 0 .85-.2t.675-.55q.2-.25.5-.3t.55.125q1.375.95 2.238 2.413t1.087 3.162q.05.35-.075.688t-.375.587L16.35 16.35l-.025-.025q-1.05-1.05-2.237-.925t-1.988.925"/></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.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.275zm-4.25-2.85q-.65.65-.875%201.613t.325%201.912q.125.2.25.375t.3.35l.425.4q-1.575.1-3.025-.375t-2.65-1.475Q5.525%2018%204.763%2016.425T4%2013q0-2.6%201.438-5T9.4%203.675q.8-.6%201.7-.125t.9%201.525q0%20.9.575%201.563t1.45.662q.45%200%20.85-.2t.675-.55q.2-.25.5-.3t.55.125q1.375.95%202.238%202.413t1.087%203.162q.05.35-.075.688t-.375.587L16.35%2016.35l-.025-.025q-1.05-1.05-2.237-.925t-1.988.925%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.275zm-4.25-2.85q-.65.65-.875%201.613t.325%201.912q.125.2.25.375t.3.35l.425.4q-1.575.1-3.025-.375t-2.65-1.475Q5.525%2018%204.763%2016.425T4%2013q0-2.6%201.438-5T9.4%203.675q.8-.6%201.7-.125t.9%201.525q0%20.9.575%201.563t1.45.662q.45%200%20.85-.2t.675-.55q.2-.25.5-.3t.55.125q1.375.95%202.238%202.413t1.087%203.162q.05.35-.075.688t-.375.587L16.35%2016.35l-.025-.025q-1.05-1.05-2.237-.925t-1.988.925%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-rounded.svg?color=%231a73e8&size=48