fire engine emoji
fire-engine from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- fire-engine
- Set
- OpenMoji
- Style
- Default
- Category
- Travel Places
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More travel places icons from OpenMoji
Use the fire engine emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="m54.469 53.625l4.281-.917l5.917-2.625V35l-2.459-2.458H20.5s-7.917 0-9.75.5s-4.542 7.916-3.583 17.583l5.903 2h11.888v.083l17.073.917"/><path fill="#3f3f3f" d="M23.063 36.625v4.36c0 .551.395 1 .882 1l7.499-.61c.487 0 .882-.448.882-1l.57-3.79c0-.552-.395-1-.882-1l-8.07.04c-.486 0-.881.448-.881 1"/><path fill="#92d3f5" d="M12.905 32.005s-.144-2.1 2.375-2.188c2.375-.083 2.375 2.188 2.375 2.188"/><circle cx="19" cy="53.333" r="3" fill="#9b9b9a"/><path fill="#3f3f3f" d="M16.758 35.078h-3.102a3 3 0 0 0-3 3l-.367 2.995l5.836-1.12z"/><circle cx="48.208" cy="53.333" r="3" fill="#9b9b9a"/><path fill="#3f3f3f" d="M24.02 41.375h7.23a1 1 0 0 0 1-1v-3.75"/><path fill="#d0cfce" d="M60.71 36.55v11.84c0 .31-.26.57-.57.57h-6.32c-.31 0-.57-.26-.57-.57v-1.22h-9.46v1.22c0 .31-.26.57-.57.57h-6.31c-.32 0-.58-.26-.58-.57V36.55c0-.51.42-.92.93-.92h22.52c.51 0 .93.41.93.92M9.924 45.488h1.954c.267.283-.547.578-.547 1.29v1.412c0 .713-.573 1.29-1.279 1.29a1.283 1.283 0 0 1-1.274-1.173l-.128-1.412a1.286 1.286 0 0 1 1.274-1.407"/><g fill="none" stroke="#000" stroke-miterlimit="10"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.792 51.625v1.083h17"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M54.583 52.708h4l5.917-2.625V35l-2.458-2.458H20.333s-7.916 0-9.75.5S6.042 41.958 7 51.625h5.904m.001-19.62s-.144-2.1 2.375-2.188c2.375-.083 2.375 2.188 2.375 2.188"/><circle cx="19" cy="53.333" r="3" stroke-width="2"/><circle cx="48.208" cy="53.333" r="3" stroke-width="2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m11.283 40.884l4.368-.69a1 1 0 0 0 .843-.947l.131-3.181m7.395 5.309h7.23a1 1 0 0 0 1-1v-3.75"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.916" d="M60.71 36.55v11.84c0 .31-.26.57-.57.57h-6.32c-.31 0-.57-.26-.57-.57v-1.22h-9.46v1.22c0 .31-.26.57-.57.57h-6.31c-.32 0-.58-.26-.58-.57V36.55c0-.51.42-.92.93-.92h22.52c.51 0 .93.41.93.92"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M61.25 32.542h-40m40-5h-40m5 5v-5m6 5v-5m6 5v-5m18 5v-5m-6 5v-5m-6 5v-5M11.745 46.438v1.093c0 .553-1.447 1-2 1h0"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiFireEngine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="m54.469 53.625l4.281-.917l5.917-2.625V35l-2.459-2.458H20.5s-7.917 0-9.75.5s-4.542 7.916-3.583 17.583l5.903 2h11.888v.083l17.073.917"/><path fill="#3f3f3f" d="M23.063 36.625v4.36c0 .551.395 1 .882 1l7.499-.61c.487 0 .882-.448.882-1l.57-3.79c0-.552-.395-1-.882-1l-8.07.04c-.486 0-.881.448-.881 1"/><path fill="#92d3f5" d="M12.905 32.005s-.144-2.1 2.375-2.188c2.375-.083 2.375 2.188 2.375 2.188"/><circle cx="19" cy="53.333" r="3" fill="#9b9b9a"/><path fill="#3f3f3f" d="M16.758 35.078h-3.102a3 3 0 0 0-3 3l-.367 2.995l5.836-1.12z"/><circle cx="48.208" cy="53.333" r="3" fill="#9b9b9a"/><path fill="#3f3f3f" d="M24.02 41.375h7.23a1 1 0 0 0 1-1v-3.75"/><path fill="#d0cfce" d="M60.71 36.55v11.84c0 .31-.26.57-.57.57h-6.32c-.31 0-.57-.26-.57-.57v-1.22h-9.46v1.22c0 .31-.26.57-.57.57h-6.31c-.32 0-.58-.26-.58-.57V36.55c0-.51.42-.92.93-.92h22.52c.51 0 .93.41.93.92M9.924 45.488h1.954c.267.283-.547.578-.547 1.29v1.412c0 .713-.573 1.29-1.279 1.29a1.283 1.283 0 0 1-1.274-1.173l-.128-1.412a1.286 1.286 0 0 1 1.274-1.407"/><g fill="none" stroke="#000" strokeMiterlimit="10"><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M24.792 51.625v1.083h17"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M54.583 52.708h4l5.917-2.625V35l-2.458-2.458H20.333s-7.916 0-9.75.5S6.042 41.958 7 51.625h5.904m.001-19.62s-.144-2.1 2.375-2.188c2.375-.083 2.375 2.188 2.375 2.188"/><circle cx="19" cy="53.333" r="3" strokeWidth="2"/><circle cx="48.208" cy="53.333" r="3" strokeWidth="2"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m11.283 40.884l4.368-.69a1 1 0 0 0 .843-.947l.131-3.181m7.395 5.309h7.23a1 1 0 0 0 1-1v-3.75"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.916" d="M60.71 36.55v11.84c0 .31-.26.57-.57.57h-6.32c-.31 0-.57-.26-.57-.57v-1.22h-9.46v1.22c0 .31-.26.57-.57.57h-6.31c-.32 0-.58-.26-.58-.57V36.55c0-.51.42-.92.93-.92h22.52c.51 0 .93.41.93.92"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M61.25 32.542h-40m40-5h-40m5 5v-5m6 5v-5m6 5v-5m18 5v-5m-6 5v-5m-6 5v-5M11.745 46.438v1.093c0 .553-1.447 1-2 1h0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="m54.469 53.625l4.281-.917l5.917-2.625V35l-2.459-2.458H20.5s-7.917 0-9.75.5s-4.542 7.916-3.583 17.583l5.903 2h11.888v.083l17.073.917"/><path fill="#3f3f3f" d="M23.063 36.625v4.36c0 .551.395 1 .882 1l7.499-.61c.487 0 .882-.448.882-1l.57-3.79c0-.552-.395-1-.882-1l-8.07.04c-.486 0-.881.448-.881 1"/><path fill="#92d3f5" d="M12.905 32.005s-.144-2.1 2.375-2.188c2.375-.083 2.375 2.188 2.375 2.188"/><circle cx="19" cy="53.333" r="3" fill="#9b9b9a"/><path fill="#3f3f3f" d="M16.758 35.078h-3.102a3 3 0 0 0-3 3l-.367 2.995l5.836-1.12z"/><circle cx="48.208" cy="53.333" r="3" fill="#9b9b9a"/><path fill="#3f3f3f" d="M24.02 41.375h7.23a1 1 0 0 0 1-1v-3.75"/><path fill="#d0cfce" d="M60.71 36.55v11.84c0 .31-.26.57-.57.57h-6.32c-.31 0-.57-.26-.57-.57v-1.22h-9.46v1.22c0 .31-.26.57-.57.57h-6.31c-.32 0-.58-.26-.58-.57V36.55c0-.51.42-.92.93-.92h22.52c.51 0 .93.41.93.92M9.924 45.488h1.954c.267.283-.547.578-.547 1.29v1.412c0 .713-.573 1.29-1.279 1.29a1.283 1.283 0 0 1-1.274-1.173l-.128-1.412a1.286 1.286 0 0 1 1.274-1.407"/><g fill="none" stroke="#000" stroke-miterlimit="10"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M24.792 51.625v1.083h17"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M54.583 52.708h4l5.917-2.625V35l-2.458-2.458H20.333s-7.916 0-9.75.5S6.042 41.958 7 51.625h5.904m.001-19.62s-.144-2.1 2.375-2.188c2.375-.083 2.375 2.188 2.375 2.188"/><circle cx="19" cy="53.333" r="3" stroke-width="2"/><circle cx="48.208" cy="53.333" r="3" stroke-width="2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m11.283 40.884l4.368-.69a1 1 0 0 0 .843-.947l.131-3.181m7.395 5.309h7.23a1 1 0 0 0 1-1v-3.75"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.916" d="M60.71 36.55v11.84c0 .31-.26.57-.57.57h-6.32c-.31 0-.57-.26-.57-.57v-1.22h-9.46v1.22c0 .31-.26.57-.57.57h-6.31c-.32 0-.58-.26-.58-.57V36.55c0-.51.42-.92.93-.92h22.52c.51 0 .93.41.93.92"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M61.25 32.542h-40m40-5h-40m5 5v-5m6 5v-5m6 5v-5m18 5v-5m-6 5v-5m-6 5v-5M11.745 46.438v1.093c0 .553-1.447 1-2 1h0"/></g></svg> </template>
CSS
.icon-fire-engine {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22m54.469%2053.625l4.281-.917l5.917-2.625V35l-2.459-2.458H20.5s-7.917%200-9.75.5s-4.542%207.916-3.583%2017.583l5.903%202h11.888v.083l17.073.917%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M23.063%2036.625v4.36c0%20.551.395%201%20.882%201l7.499-.61c.487%200%20.882-.448.882-1l.57-3.79c0-.552-.395-1-.882-1l-8.07.04c-.486%200-.881.448-.881%201%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M12.905%2032.005s-.144-2.1%202.375-2.188c2.375-.083%202.375%202.188%202.375%202.188%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2253.333%22%20r%3D%223%22%20fill%3D%22%239b9b9a%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M16.758%2035.078h-3.102a3%203%200%200%200-3%203l-.367%202.995l5.836-1.12z%22%2F%3E%3Ccircle%20cx%3D%2248.208%22%20cy%3D%2253.333%22%20r%3D%223%22%20fill%3D%22%239b9b9a%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M24.02%2041.375h7.23a1%201%200%200%200%201-1v-3.75%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M60.71%2036.55v11.84c0%20.31-.26.57-.57.57h-6.32c-.31%200-.57-.26-.57-.57v-1.22h-9.46v1.22c0%20.31-.26.57-.57.57h-6.31c-.32%200-.58-.26-.58-.57V36.55c0-.51.42-.92.93-.92h22.52c.51%200%20.93.41.93.92M9.924%2045.488h1.954c.267.283-.547.578-.547%201.29v1.412c0%20.713-.573%201.29-1.279%201.29a1.283%201.283%200%200%201-1.274-1.173l-.128-1.412a1.286%201.286%200%200%201%201.274-1.407%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M24.792%2051.625v1.083h17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M54.583%2052.708h4l5.917-2.625V35l-2.458-2.458H20.333s-7.916%200-9.75.5S6.042%2041.958%207%2051.625h5.904m.001-19.62s-.144-2.1%202.375-2.188c2.375-.083%202.375%202.188%202.375%202.188%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2253.333%22%20r%3D%223%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2248.208%22%20cy%3D%2253.333%22%20r%3D%223%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m11.283%2040.884l4.368-.69a1%201%200%200%200%20.843-.947l.131-3.181m7.395%205.309h7.23a1%201%200%200%200%201-1v-3.75%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.916%22%20d%3D%22M60.71%2036.55v11.84c0%20.31-.26.57-.57.57h-6.32c-.31%200-.57-.26-.57-.57v-1.22h-9.46v1.22c0%20.31-.26.57-.57.57h-6.31c-.32%200-.58-.26-.58-.57V36.55c0-.51.42-.92.93-.92h22.52c.51%200%20.93.41.93.92%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M61.25%2032.542h-40m40-5h-40m5%205v-5m6%205v-5m6%205v-5m18%205v-5m-6%205v-5m-6%205v-5M11.745%2046.438v1.093c0%20.553-1.447%201-2%201h0%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22m54.469%2053.625l4.281-.917l5.917-2.625V35l-2.459-2.458H20.5s-7.917%200-9.75.5s-4.542%207.916-3.583%2017.583l5.903%202h11.888v.083l17.073.917%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M23.063%2036.625v4.36c0%20.551.395%201%20.882%201l7.499-.61c.487%200%20.882-.448.882-1l.57-3.79c0-.552-.395-1-.882-1l-8.07.04c-.486%200-.881.448-.881%201%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M12.905%2032.005s-.144-2.1%202.375-2.188c2.375-.083%202.375%202.188%202.375%202.188%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2253.333%22%20r%3D%223%22%20fill%3D%22%239b9b9a%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M16.758%2035.078h-3.102a3%203%200%200%200-3%203l-.367%202.995l5.836-1.12z%22%2F%3E%3Ccircle%20cx%3D%2248.208%22%20cy%3D%2253.333%22%20r%3D%223%22%20fill%3D%22%239b9b9a%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M24.02%2041.375h7.23a1%201%200%200%200%201-1v-3.75%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M60.71%2036.55v11.84c0%20.31-.26.57-.57.57h-6.32c-.31%200-.57-.26-.57-.57v-1.22h-9.46v1.22c0%20.31-.26.57-.57.57h-6.31c-.32%200-.58-.26-.58-.57V36.55c0-.51.42-.92.93-.92h22.52c.51%200%20.93.41.93.92M9.924%2045.488h1.954c.267.283-.547.578-.547%201.29v1.412c0%20.713-.573%201.29-1.279%201.29a1.283%201.283%200%200%201-1.274-1.173l-.128-1.412a1.286%201.286%200%200%201%201.274-1.407%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M24.792%2051.625v1.083h17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M54.583%2052.708h4l5.917-2.625V35l-2.458-2.458H20.333s-7.916%200-9.75.5S6.042%2041.958%207%2051.625h5.904m.001-19.62s-.144-2.1%202.375-2.188c2.375-.083%202.375%202.188%202.375%202.188%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2253.333%22%20r%3D%223%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2248.208%22%20cy%3D%2253.333%22%20r%3D%223%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m11.283%2040.884l4.368-.69a1%201%200%200%200%20.843-.947l.131-3.181m7.395%205.309h7.23a1%201%200%200%200%201-1v-3.75%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.916%22%20d%3D%22M60.71%2036.55v11.84c0%20.31-.26.57-.57.57h-6.32c-.31%200-.57-.26-.57-.57v-1.22h-9.46v1.22c0%20.31-.26.57-.57.57h-6.31c-.32%200-.58-.26-.58-.57V36.55c0-.51.42-.92.93-.92h22.52c.51%200%20.93.41.93.92%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M61.25%2032.542h-40m40-5h-40m5%205v-5m6%205v-5m6%205v-5m18%205v-5m-6%205v-5m-6%205v-5M11.745%2046.438v1.093c0%20.553-1.447%201-2%201h0%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/fire-engine.svg?color=%231a73e8&size=48