fire extinguisher emoji
fire-extinguisher from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- fire-extinguisher
- Set
- Twitter Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
fire-extinguisherFont Awesome 6 Solidfire-extinguisherFont Awesome Solidfire-extinguisherFluent Emojifire-extinguisherFluent Emoji Flatfire-extinguisherFluent Emoji High Contrastfire-extinguisherHuge Iconsfire-extinguisherIconParkfire-extinguisherIconPark Outlinefire-extinguisherIconPark Solidfire-extinguisherIconPark TwoTonefire-extinguisherLine Awesomefire-extinguisherLucidefire-extinguisherMaterial Symbolsfire-extinguisherMaterial Symbols Lightfire-extinguisherMaterial Design Iconsfire-extinguisherMyna UI Iconsfire-extinguisherNoto Emojifire-extinguisherOpenMojifire-extinguisherPhosphorfire-extinguisherTabler Icons
More objects icons from Twitter Emoji
Use the fire extinguisher emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#66757f" d="M18 10c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2s2 .9 2 2v3c0 1.1-.9 2-2 2"/><circle cx="18" cy="15" r="6" fill="#dd2e44"/><path fill="#dd2e44" d="M16 8h4v4h-4zm6 28h-8c-1.1 0-2-.9-2-2V15h12v19c0 1.1-.9 2-2 2"/><path fill="#292f33" d="m9.406 35.849l-4.492-1.263c-.529-.149-.838-.533-.685-.853l4.439-9.311c.458-.96 1.278-1.621 1.823-1.467l.22.062c.545.153.9 1.144.791 2.202l-1.065 10.26c-.038.353-.501.519-1.031.37"/><path fill="#66757f" d="m26.022 2.248l-9.848 1.736a1.003 1.003 0 0 1-1.158-.811a1.003 1.003 0 0 1 .811-1.158L25.675.279a1 1 0 0 1 1.158.811a1.003 1.003 0 0 1-.811 1.158"/><path fill="#66757f" d="m25.055 7.36l-9.397-3.42a1.003 1.003 0 0 1-.598-1.282a1.003 1.003 0 0 1 1.282-.598l9.397 3.42c.517.188.786.765.598 1.282a1.003 1.003 0 0 1-1.282.598"/><path fill="#292f33" d="M10.524 24.407a.75.75 0 0 1-.74-.878c.726-4.203.161-6.198-.336-7.958c-.386-1.364-.75-2.653-.33-4.556C10.052 6.786 13.745 5.25 16 5.25a.75.75 0 0 1 0 1.5c-1.225 0-4.586.824-5.417 4.589c-.339 1.535-.067 2.495.309 3.824c.515 1.819 1.155 4.083.372 8.622a.754.754 0 0 1-.74.622"/><circle cx="16" cy="7" r="3" fill="#ccd6dd"/><circle cx="16" cy="7" r="2" fill="#dd2e44"/><path fill="#ea596e" d="M16.5 10c-.828 0-1.5 1.567-1.5 3.5v22c0 .275.225.5.5.5h2c.275 0 .5-.225.5-.5v-22c0-1.933-.672-3.5-1.5-3.5"/><path fill="#f5f8fa" d="M20.5 18h-5c-.825 0-1.5-.675-1.5-1.5v-2c0-.825.675-1.5 1.5-1.5h5c.825 0 1.5.675 1.5 1.5v2c0 .825-.675 1.5-1.5 1.5"/><path fill="#77b255" d="M16 5c-.552 0-1.052.224-1.414.586L16 7l1.414-1.414A2 2 0 0 0 16 5"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiFireExtinguisher(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#66757f" d="M18 10c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2s2 .9 2 2v3c0 1.1-.9 2-2 2"/><circle cx="18" cy="15" r="6" fill="#dd2e44"/><path fill="#dd2e44" d="M16 8h4v4h-4zm6 28h-8c-1.1 0-2-.9-2-2V15h12v19c0 1.1-.9 2-2 2"/><path fill="#292f33" d="m9.406 35.849l-4.492-1.263c-.529-.149-.838-.533-.685-.853l4.439-9.311c.458-.96 1.278-1.621 1.823-1.467l.22.062c.545.153.9 1.144.791 2.202l-1.065 10.26c-.038.353-.501.519-1.031.37"/><path fill="#66757f" d="m26.022 2.248l-9.848 1.736a1.003 1.003 0 0 1-1.158-.811a1.003 1.003 0 0 1 .811-1.158L25.675.279a1 1 0 0 1 1.158.811a1.003 1.003 0 0 1-.811 1.158"/><path fill="#66757f" d="m25.055 7.36l-9.397-3.42a1.003 1.003 0 0 1-.598-1.282a1.003 1.003 0 0 1 1.282-.598l9.397 3.42c.517.188.786.765.598 1.282a1.003 1.003 0 0 1-1.282.598"/><path fill="#292f33" d="M10.524 24.407a.75.75 0 0 1-.74-.878c.726-4.203.161-6.198-.336-7.958c-.386-1.364-.75-2.653-.33-4.556C10.052 6.786 13.745 5.25 16 5.25a.75.75 0 0 1 0 1.5c-1.225 0-4.586.824-5.417 4.589c-.339 1.535-.067 2.495.309 3.824c.515 1.819 1.155 4.083.372 8.622a.754.754 0 0 1-.74.622"/><circle cx="16" cy="7" r="3" fill="#ccd6dd"/><circle cx="16" cy="7" r="2" fill="#dd2e44"/><path fill="#ea596e" d="M16.5 10c-.828 0-1.5 1.567-1.5 3.5v22c0 .275.225.5.5.5h2c.275 0 .5-.225.5-.5v-22c0-1.933-.672-3.5-1.5-3.5"/><path fill="#f5f8fa" d="M20.5 18h-5c-.825 0-1.5-.675-1.5-1.5v-2c0-.825.675-1.5 1.5-1.5h5c.825 0 1.5.675 1.5 1.5v2c0 .825-.675 1.5-1.5 1.5"/><path fill="#77b255" d="M16 5c-.552 0-1.052.224-1.414.586L16 7l1.414-1.414A2 2 0 0 0 16 5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#66757f" d="M18 10c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2s2 .9 2 2v3c0 1.1-.9 2-2 2"/><circle cx="18" cy="15" r="6" fill="#dd2e44"/><path fill="#dd2e44" d="M16 8h4v4h-4zm6 28h-8c-1.1 0-2-.9-2-2V15h12v19c0 1.1-.9 2-2 2"/><path fill="#292f33" d="m9.406 35.849l-4.492-1.263c-.529-.149-.838-.533-.685-.853l4.439-9.311c.458-.96 1.278-1.621 1.823-1.467l.22.062c.545.153.9 1.144.791 2.202l-1.065 10.26c-.038.353-.501.519-1.031.37"/><path fill="#66757f" d="m26.022 2.248l-9.848 1.736a1.003 1.003 0 0 1-1.158-.811a1.003 1.003 0 0 1 .811-1.158L25.675.279a1 1 0 0 1 1.158.811a1.003 1.003 0 0 1-.811 1.158"/><path fill="#66757f" d="m25.055 7.36l-9.397-3.42a1.003 1.003 0 0 1-.598-1.282a1.003 1.003 0 0 1 1.282-.598l9.397 3.42c.517.188.786.765.598 1.282a1.003 1.003 0 0 1-1.282.598"/><path fill="#292f33" d="M10.524 24.407a.75.75 0 0 1-.74-.878c.726-4.203.161-6.198-.336-7.958c-.386-1.364-.75-2.653-.33-4.556C10.052 6.786 13.745 5.25 16 5.25a.75.75 0 0 1 0 1.5c-1.225 0-4.586.824-5.417 4.589c-.339 1.535-.067 2.495.309 3.824c.515 1.819 1.155 4.083.372 8.622a.754.754 0 0 1-.74.622"/><circle cx="16" cy="7" r="3" fill="#ccd6dd"/><circle cx="16" cy="7" r="2" fill="#dd2e44"/><path fill="#ea596e" d="M16.5 10c-.828 0-1.5 1.567-1.5 3.5v22c0 .275.225.5.5.5h2c.275 0 .5-.225.5-.5v-22c0-1.933-.672-3.5-1.5-3.5"/><path fill="#f5f8fa" d="M20.5 18h-5c-.825 0-1.5-.675-1.5-1.5v-2c0-.825.675-1.5 1.5-1.5h5c.825 0 1.5.675 1.5 1.5v2c0 .825-.675 1.5-1.5 1.5"/><path fill="#77b255" d="M16 5c-.552 0-1.052.224-1.414.586L16 7l1.414-1.414A2 2 0 0 0 16 5"/></svg> </template>
CSS
.icon-fire-extinguisher {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M18%2010c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2s2%20.9%202%202v3c0%201.1-.9%202-2%202%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2215%22%20r%3D%226%22%20fill%3D%22%23dd2e44%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M16%208h4v4h-4zm6%2028h-8c-1.1%200-2-.9-2-2V15h12v19c0%201.1-.9%202-2%202%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22m9.406%2035.849l-4.492-1.263c-.529-.149-.838-.533-.685-.853l4.439-9.311c.458-.96%201.278-1.621%201.823-1.467l.22.062c.545.153.9%201.144.791%202.202l-1.065%2010.26c-.038.353-.501.519-1.031.37%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22m26.022%202.248l-9.848%201.736a1.003%201.003%200%200%201-1.158-.811a1.003%201.003%200%200%201%20.811-1.158L25.675.279a1%201%200%200%201%201.158.811a1.003%201.003%200%200%201-.811%201.158%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22m25.055%207.36l-9.397-3.42a1.003%201.003%200%200%201-.598-1.282a1.003%201.003%200%200%201%201.282-.598l9.397%203.42c.517.188.786.765.598%201.282a1.003%201.003%200%200%201-1.282.598%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M10.524%2024.407a.75.75%200%200%201-.74-.878c.726-4.203.161-6.198-.336-7.958c-.386-1.364-.75-2.653-.33-4.556C10.052%206.786%2013.745%205.25%2016%205.25a.75.75%200%200%201%200%201.5c-1.225%200-4.586.824-5.417%204.589c-.339%201.535-.067%202.495.309%203.824c.515%201.819%201.155%204.083.372%208.622a.754.754%200%200%201-.74.622%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%23ccd6dd%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%227%22%20r%3D%222%22%20fill%3D%22%23dd2e44%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M16.5%2010c-.828%200-1.5%201.567-1.5%203.5v22c0%20.275.225.5.5.5h2c.275%200%20.5-.225.5-.5v-22c0-1.933-.672-3.5-1.5-3.5%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M20.5%2018h-5c-.825%200-1.5-.675-1.5-1.5v-2c0-.825.675-1.5%201.5-1.5h5c.825%200%201.5.675%201.5%201.5v2c0%20.825-.675%201.5-1.5%201.5%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M16%205c-.552%200-1.052.224-1.414.586L16%207l1.414-1.414A2%202%200%200%200%2016%205%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%2036%2036%22%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M18%2010c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2s2%20.9%202%202v3c0%201.1-.9%202-2%202%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2215%22%20r%3D%226%22%20fill%3D%22%23dd2e44%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M16%208h4v4h-4zm6%2028h-8c-1.1%200-2-.9-2-2V15h12v19c0%201.1-.9%202-2%202%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22m9.406%2035.849l-4.492-1.263c-.529-.149-.838-.533-.685-.853l4.439-9.311c.458-.96%201.278-1.621%201.823-1.467l.22.062c.545.153.9%201.144.791%202.202l-1.065%2010.26c-.038.353-.501.519-1.031.37%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22m26.022%202.248l-9.848%201.736a1.003%201.003%200%200%201-1.158-.811a1.003%201.003%200%200%201%20.811-1.158L25.675.279a1%201%200%200%201%201.158.811a1.003%201.003%200%200%201-.811%201.158%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22m25.055%207.36l-9.397-3.42a1.003%201.003%200%200%201-.598-1.282a1.003%201.003%200%200%201%201.282-.598l9.397%203.42c.517.188.786.765.598%201.282a1.003%201.003%200%200%201-1.282.598%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M10.524%2024.407a.75.75%200%200%201-.74-.878c.726-4.203.161-6.198-.336-7.958c-.386-1.364-.75-2.653-.33-4.556C10.052%206.786%2013.745%205.25%2016%205.25a.75.75%200%200%201%200%201.5c-1.225%200-4.586.824-5.417%204.589c-.339%201.535-.067%202.495.309%203.824c.515%201.819%201.155%204.083.372%208.622a.754.754%200%200%201-.74.622%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%23ccd6dd%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%227%22%20r%3D%222%22%20fill%3D%22%23dd2e44%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M16.5%2010c-.828%200-1.5%201.567-1.5%203.5v22c0%20.275.225.5.5.5h2c.275%200%20.5-.225.5-.5v-22c0-1.933-.672-3.5-1.5-3.5%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M20.5%2018h-5c-.825%200-1.5-.675-1.5-1.5v-2c0-.825.675-1.5%201.5-1.5h5c.825%200%201.5.675%201.5%201.5v2c0%20.825-.675%201.5-1.5%201.5%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M16%205c-.552%200-1.052.224-1.414.586L16%207l1.414-1.414A2%202%200%200%200%2016%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/fire-extinguisher.svg?color=%231a73e8&size=48