fire check icon
fire-check-outline-rounded from Material Symbols Light by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- fire-check-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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.16zM5 13q0-2.348 1.352-4.607t3.721-3.984q.29-.217.609-.05q.318.166.318.537V5.3q0 1.273.876 2.137t2.149.863q.47 0 .915-.159q.445-.158.84-.456l.04-.039q.18-.154.39-.136t.39.154q1.054.917 1.679 2.186t.71 2.687q.011.232-.139.357t-.333.137t-.34-.101q-.158-.113-.194-.393q-.037-.558-.177-1.088t-.363-1.022t-.538-.94q-.317-.448-.705-.837q-.5.325-1.05.488t-1.125.162q-1.57 0-2.707-1.025t-1.293-2.563q-1.95 1.63-2.988 3.522Q6 11.125 6 13q0 2.166 1.328 3.779t3.357 2.067q.15.24.09.507q-.06.266-.3.416t-.507.09q-.266-.059-.416-.3q-1.025-.374-1.853-1.04q-.828-.667-1.455-1.542q-.584-.84-.914-1.855Q5 14.108 5 13"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFireCheckOutlineRounded(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.16zM5 13q0-2.348 1.352-4.607t3.721-3.984q.29-.217.609-.05q.318.166.318.537V5.3q0 1.273.876 2.137t2.149.863q.47 0 .915-.159q.445-.158.84-.456l.04-.039q.18-.154.39-.136t.39.154q1.054.917 1.679 2.186t.71 2.687q.011.232-.139.357t-.333.137t-.34-.101q-.158-.113-.194-.393q-.037-.558-.177-1.088t-.363-1.022t-.538-.94q-.317-.448-.705-.837q-.5.325-1.05.488t-1.125.162q-1.57 0-2.707-1.025t-1.293-2.563q-1.95 1.63-2.988 3.522Q6 11.125 6 13q0 2.166 1.328 3.779t3.357 2.067q.15.24.09.507q-.06.266-.3.416t-.507.09q-.266-.059-.416-.3q-1.025-.374-1.853-1.04q-.828-.667-1.455-1.542q-.584-.84-.914-1.855Q5 14.108 5 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.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.16zM5 13q0-2.348 1.352-4.607t3.721-3.984q.29-.217.609-.05q.318.166.318.537V5.3q0 1.273.876 2.137t2.149.863q.47 0 .915-.159q.445-.158.84-.456l.04-.039q.18-.154.39-.136t.39.154q1.054.917 1.679 2.186t.71 2.687q.011.232-.139.357t-.333.137t-.34-.101q-.158-.113-.194-.393q-.037-.558-.177-1.088t-.363-1.022t-.538-.94q-.317-.448-.705-.837q-.5.325-1.05.488t-1.125.162q-1.57 0-2.707-1.025t-1.293-2.563q-1.95 1.63-2.988 3.522Q6 11.125 6 13q0 2.166 1.328 3.779t3.357 2.067q.15.24.09.507q-.06.266-.3.416t-.507.09q-.266-.059-.416-.3q-1.025-.374-1.853-1.04q-.828-.667-1.455-1.542q-.584-.84-.914-1.855Q5 14.108 5 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.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.16zM5%2013q0-2.348%201.352-4.607t3.721-3.984q.29-.217.609-.05q.318.166.318.537V5.3q0%201.273.876%202.137t2.149.863q.47%200%20.915-.159q.445-.158.84-.456l.04-.039q.18-.154.39-.136t.39.154q1.054.917%201.679%202.186t.71%202.687q.011.232-.139.357t-.333.137t-.34-.101q-.158-.113-.194-.393q-.037-.558-.177-1.088t-.363-1.022t-.538-.94q-.317-.448-.705-.837q-.5.325-1.05.488t-1.125.162q-1.57%200-2.707-1.025t-1.293-2.563q-1.95%201.63-2.988%203.522Q6%2011.125%206%2013q0%202.166%201.328%203.779t3.357%202.067q.15.24.09.507q-.06.266-.3.416t-.507.09q-.266-.059-.416-.3q-1.025-.374-1.853-1.04q-.828-.667-1.455-1.542q-.584-.84-.914-1.855Q5%2014.108%205%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.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.16zM5%2013q0-2.348%201.352-4.607t3.721-3.984q.29-.217.609-.05q.318.166.318.537V5.3q0%201.273.876%202.137t2.149.863q.47%200%20.915-.159q.445-.158.84-.456l.04-.039q.18-.154.39-.136t.39.154q1.054.917%201.679%202.186t.71%202.687q.011.232-.139.357t-.333.137t-.34-.101q-.158-.113-.194-.393q-.037-.558-.177-1.088t-.363-1.022t-.538-.94q-.317-.448-.705-.837q-.5.325-1.05.488t-1.125.162q-1.57%200-2.707-1.025t-1.293-2.563q-1.95%201.63-2.988%203.522Q6%2011.125%206%2013q0%202.166%201.328%203.779t3.357%202.067q.15.24.09.507q-.06.266-.3.416t-.507.09q-.266-.059-.416-.3q-1.025-.374-1.853-1.04q-.828-.667-1.455-1.542q-.584-.84-.914-1.855Q5%2014.108%205%2013%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-outline-rounded.svg?color=%231a73e8&size=48