exhaust gases car emoji
exhaust-gases-car from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- exhaust-gases-car
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the exhaust gases car emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="m50.814 46.165l-.83-.452a.66.66 0 0 1-.378-.755c.227-1.433.377-6.412-7.317-8.675a.96.96 0 0 0-.453-.076l-14.786.076a1.5 1.5 0 0 0-.83.226l-7.77 5.205a1.1 1.1 0 0 1-.453.151a20 20 0 0 0-4.224.302c-4.074.83-5.734 3.018-6.337 4.15a1.36 1.36 0 0 0-.15.754c.075 1.81-1.132 3.847.678 5.507l14.636-.076l15.39-.377l12.145-.15a3.83 3.83 0 0 0 2.112-1.66c1.282-2.037-1.283-4.074-1.434-4.15"/><path fill="#9b9b9a" d="M14.98 47.976a3.018 3.018 0 1 0 3.018 3.017a3.026 3.026 0 0 0-3.018-3.017m30.025 0a3.018 3.018 0 1 0 3.017 3.017a3.026 3.026 0 0 0-3.017-3.017"/><path fill="#92d3f5" d="M44.25 42.62v-3.244a1.32 1.32 0 0 0-1.282-1.283H26.975c-.075 0-.151 0-.151.076l-6.035 4.3c-.15.075-.15.302-.075.452c.075.076.15.151.226.151c4.224 0 20.52-.15 22.933-.075a.356.356 0 0 0 .377-.377"/><path fill="#fcea2b" d="m8.643 43.525l3.018 1.207l-1.584 2.188l-3.772.075z"/><path fill="#d0cfce" d="M40.437 22.891a5.258 5.258 0 0 1 9.058-3.885a4.195 4.195 0 0 1 7.745 2.07l.021-.003a4.222 4.222 0 0 1 .387 8.435h-.005c-.068.003-.133-.01-.2-.01a3.115 3.115 0 0 1-1.763 4.143c.009.063.042.116.045.181a2.111 2.111 0 1 1-4.217.195v-.004a2.1 2.1 0 0 1 .484-1.411a3.2 3.2 0 0 1-.469-.935a3.143 3.143 0 0 1-4.407-2.292a4.199 4.199 0 0 1-6.313-4.844a5.2 5.2 0 0 1-.366-1.64"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m37.838 51.446l-15.54.302m-14.258 0c-.679-.151-1.282-.377-1.358-.755c-.075-.754-.226-2.866-.226-3.847c-.017-.4.088-.794.302-1.132c.83-1.508 3.62-5.13 11.24-4.828l7.77-5.205a2.5 2.5 0 0 1 1.207-.377l14.786-.075a2.1 2.1 0 0 1 .678.075c1.66.453 8.827 3.017 7.846 9.505l.83.453c.382.164.662.5.754.905a5.3 5.3 0 0 1-.15 3.244"/><path d="m20.714 43.072l22.782-.151v-3.833"/><circle cx="14.98" cy="50.993" r="3.772"/><circle cx="45.005" cy="50.993" r="3.772"/><path d="m11.208 45.335l-1.358 1.66l-2.791-.075m33.378-24.029a5.258 5.258 0 0 1 9.058-3.885a4.195 4.195 0 0 1 7.745 2.07l.021-.003a4.222 4.222 0 0 1 .387 8.435h-.005c-.068.003-.133-.01-.2-.01a3.115 3.115 0 0 1-1.763 4.143c.009.063.042.116.045.181a2.111 2.111 0 1 1-4.217.195v-.004a2.1 2.1 0 0 1 .484-1.411a3.2 3.2 0 0 1-.469-.935a3.143 3.143 0 0 1-4.407-2.292a4.199 4.199 0 0 1-6.313-4.844a5.2 5.2 0 0 1-.366-1.64"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiExhaustGasesCar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="m50.814 46.165l-.83-.452a.66.66 0 0 1-.378-.755c.227-1.433.377-6.412-7.317-8.675a.96.96 0 0 0-.453-.076l-14.786.076a1.5 1.5 0 0 0-.83.226l-7.77 5.205a1.1 1.1 0 0 1-.453.151a20 20 0 0 0-4.224.302c-4.074.83-5.734 3.018-6.337 4.15a1.36 1.36 0 0 0-.15.754c.075 1.81-1.132 3.847.678 5.507l14.636-.076l15.39-.377l12.145-.15a3.83 3.83 0 0 0 2.112-1.66c1.282-2.037-1.283-4.074-1.434-4.15"/><path fill="#9b9b9a" d="M14.98 47.976a3.018 3.018 0 1 0 3.018 3.017a3.026 3.026 0 0 0-3.018-3.017m30.025 0a3.018 3.018 0 1 0 3.017 3.017a3.026 3.026 0 0 0-3.017-3.017"/><path fill="#92d3f5" d="M44.25 42.62v-3.244a1.32 1.32 0 0 0-1.282-1.283H26.975c-.075 0-.151 0-.151.076l-6.035 4.3c-.15.075-.15.302-.075.452c.075.076.15.151.226.151c4.224 0 20.52-.15 22.933-.075a.356.356 0 0 0 .377-.377"/><path fill="#fcea2b" d="m8.643 43.525l3.018 1.207l-1.584 2.188l-3.772.075z"/><path fill="#d0cfce" d="M40.437 22.891a5.258 5.258 0 0 1 9.058-3.885a4.195 4.195 0 0 1 7.745 2.07l.021-.003a4.222 4.222 0 0 1 .387 8.435h-.005c-.068.003-.133-.01-.2-.01a3.115 3.115 0 0 1-1.763 4.143c.009.063.042.116.045.181a2.111 2.111 0 1 1-4.217.195v-.004a2.1 2.1 0 0 1 .484-1.411a3.2 3.2 0 0 1-.469-.935a3.143 3.143 0 0 1-4.407-2.292a4.199 4.199 0 0 1-6.313-4.844a5.2 5.2 0 0 1-.366-1.64"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="m37.838 51.446l-15.54.302m-14.258 0c-.679-.151-1.282-.377-1.358-.755c-.075-.754-.226-2.866-.226-3.847c-.017-.4.088-.794.302-1.132c.83-1.508 3.62-5.13 11.24-4.828l7.77-5.205a2.5 2.5 0 0 1 1.207-.377l14.786-.075a2.1 2.1 0 0 1 .678.075c1.66.453 8.827 3.017 7.846 9.505l.83.453c.382.164.662.5.754.905a5.3 5.3 0 0 1-.15 3.244"/><path d="m20.714 43.072l22.782-.151v-3.833"/><circle cx="14.98" cy="50.993" r="3.772"/><circle cx="45.005" cy="50.993" r="3.772"/><path d="m11.208 45.335l-1.358 1.66l-2.791-.075m33.378-24.029a5.258 5.258 0 0 1 9.058-3.885a4.195 4.195 0 0 1 7.745 2.07l.021-.003a4.222 4.222 0 0 1 .387 8.435h-.005c-.068.003-.133-.01-.2-.01a3.115 3.115 0 0 1-1.763 4.143c.009.063.042.116.045.181a2.111 2.111 0 1 1-4.217.195v-.004a2.1 2.1 0 0 1 .484-1.411a3.2 3.2 0 0 1-.469-.935a3.143 3.143 0 0 1-4.407-2.292a4.199 4.199 0 0 1-6.313-4.844a5.2 5.2 0 0 1-.366-1.64"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="m50.814 46.165l-.83-.452a.66.66 0 0 1-.378-.755c.227-1.433.377-6.412-7.317-8.675a.96.96 0 0 0-.453-.076l-14.786.076a1.5 1.5 0 0 0-.83.226l-7.77 5.205a1.1 1.1 0 0 1-.453.151a20 20 0 0 0-4.224.302c-4.074.83-5.734 3.018-6.337 4.15a1.36 1.36 0 0 0-.15.754c.075 1.81-1.132 3.847.678 5.507l14.636-.076l15.39-.377l12.145-.15a3.83 3.83 0 0 0 2.112-1.66c1.282-2.037-1.283-4.074-1.434-4.15"/><path fill="#9b9b9a" d="M14.98 47.976a3.018 3.018 0 1 0 3.018 3.017a3.026 3.026 0 0 0-3.018-3.017m30.025 0a3.018 3.018 0 1 0 3.017 3.017a3.026 3.026 0 0 0-3.017-3.017"/><path fill="#92d3f5" d="M44.25 42.62v-3.244a1.32 1.32 0 0 0-1.282-1.283H26.975c-.075 0-.151 0-.151.076l-6.035 4.3c-.15.075-.15.302-.075.452c.075.076.15.151.226.151c4.224 0 20.52-.15 22.933-.075a.356.356 0 0 0 .377-.377"/><path fill="#fcea2b" d="m8.643 43.525l3.018 1.207l-1.584 2.188l-3.772.075z"/><path fill="#d0cfce" d="M40.437 22.891a5.258 5.258 0 0 1 9.058-3.885a4.195 4.195 0 0 1 7.745 2.07l.021-.003a4.222 4.222 0 0 1 .387 8.435h-.005c-.068.003-.133-.01-.2-.01a3.115 3.115 0 0 1-1.763 4.143c.009.063.042.116.045.181a2.111 2.111 0 1 1-4.217.195v-.004a2.1 2.1 0 0 1 .484-1.411a3.2 3.2 0 0 1-.469-.935a3.143 3.143 0 0 1-4.407-2.292a4.199 4.199 0 0 1-6.313-4.844a5.2 5.2 0 0 1-.366-1.64"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m37.838 51.446l-15.54.302m-14.258 0c-.679-.151-1.282-.377-1.358-.755c-.075-.754-.226-2.866-.226-3.847c-.017-.4.088-.794.302-1.132c.83-1.508 3.62-5.13 11.24-4.828l7.77-5.205a2.5 2.5 0 0 1 1.207-.377l14.786-.075a2.1 2.1 0 0 1 .678.075c1.66.453 8.827 3.017 7.846 9.505l.83.453c.382.164.662.5.754.905a5.3 5.3 0 0 1-.15 3.244"/><path d="m20.714 43.072l22.782-.151v-3.833"/><circle cx="14.98" cy="50.993" r="3.772"/><circle cx="45.005" cy="50.993" r="3.772"/><path d="m11.208 45.335l-1.358 1.66l-2.791-.075m33.378-24.029a5.258 5.258 0 0 1 9.058-3.885a4.195 4.195 0 0 1 7.745 2.07l.021-.003a4.222 4.222 0 0 1 .387 8.435h-.005c-.068.003-.133-.01-.2-.01a3.115 3.115 0 0 1-1.763 4.143c.009.063.042.116.045.181a2.111 2.111 0 1 1-4.217.195v-.004a2.1 2.1 0 0 1 .484-1.411a3.2 3.2 0 0 1-.469-.935a3.143 3.143 0 0 1-4.407-2.292a4.199 4.199 0 0 1-6.313-4.844a5.2 5.2 0 0 1-.366-1.64"/></g></svg> </template>
CSS
.icon-exhaust-gases-car {
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%233f3f3f%22%20d%3D%22m50.814%2046.165l-.83-.452a.66.66%200%200%201-.378-.755c.227-1.433.377-6.412-7.317-8.675a.96.96%200%200%200-.453-.076l-14.786.076a1.5%201.5%200%200%200-.83.226l-7.77%205.205a1.1%201.1%200%200%201-.453.151a20%2020%200%200%200-4.224.302c-4.074.83-5.734%203.018-6.337%204.15a1.36%201.36%200%200%200-.15.754c.075%201.81-1.132%203.847.678%205.507l14.636-.076l15.39-.377l12.145-.15a3.83%203.83%200%200%200%202.112-1.66c1.282-2.037-1.283-4.074-1.434-4.15%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M14.98%2047.976a3.018%203.018%200%201%200%203.018%203.017a3.026%203.026%200%200%200-3.018-3.017m30.025%200a3.018%203.018%200%201%200%203.017%203.017a3.026%203.026%200%200%200-3.017-3.017%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M44.25%2042.62v-3.244a1.32%201.32%200%200%200-1.282-1.283H26.975c-.075%200-.151%200-.151.076l-6.035%204.3c-.15.075-.15.302-.075.452c.075.076.15.151.226.151c4.224%200%2020.52-.15%2022.933-.075a.356.356%200%200%200%20.377-.377%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m8.643%2043.525l3.018%201.207l-1.584%202.188l-3.772.075z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M40.437%2022.891a5.258%205.258%200%200%201%209.058-3.885a4.195%204.195%200%200%201%207.745%202.07l.021-.003a4.222%204.222%200%200%201%20.387%208.435h-.005c-.068.003-.133-.01-.2-.01a3.115%203.115%200%200%201-1.763%204.143c.009.063.042.116.045.181a2.111%202.111%200%201%201-4.217.195v-.004a2.1%202.1%200%200%201%20.484-1.411a3.2%203.2%200%200%201-.469-.935a3.143%203.143%200%200%201-4.407-2.292a4.199%204.199%200%200%201-6.313-4.844a5.2%205.2%200%200%201-.366-1.64%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m37.838%2051.446l-15.54.302m-14.258%200c-.679-.151-1.282-.377-1.358-.755c-.075-.754-.226-2.866-.226-3.847c-.017-.4.088-.794.302-1.132c.83-1.508%203.62-5.13%2011.24-4.828l7.77-5.205a2.5%202.5%200%200%201%201.207-.377l14.786-.075a2.1%202.1%200%200%201%20.678.075c1.66.453%208.827%203.017%207.846%209.505l.83.453c.382.164.662.5.754.905a5.3%205.3%200%200%201-.15%203.244%22%2F%3E%3Cpath%20d%3D%22m20.714%2043.072l22.782-.151v-3.833%22%2F%3E%3Ccircle%20cx%3D%2214.98%22%20cy%3D%2250.993%22%20r%3D%223.772%22%2F%3E%3Ccircle%20cx%3D%2245.005%22%20cy%3D%2250.993%22%20r%3D%223.772%22%2F%3E%3Cpath%20d%3D%22m11.208%2045.335l-1.358%201.66l-2.791-.075m33.378-24.029a5.258%205.258%200%200%201%209.058-3.885a4.195%204.195%200%200%201%207.745%202.07l.021-.003a4.222%204.222%200%200%201%20.387%208.435h-.005c-.068.003-.133-.01-.2-.01a3.115%203.115%200%200%201-1.763%204.143c.009.063.042.116.045.181a2.111%202.111%200%201%201-4.217.195v-.004a2.1%202.1%200%200%201%20.484-1.411a3.2%203.2%200%200%201-.469-.935a3.143%203.143%200%200%201-4.407-2.292a4.199%204.199%200%200%201-6.313-4.844a5.2%205.2%200%200%201-.366-1.64%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%233f3f3f%22%20d%3D%22m50.814%2046.165l-.83-.452a.66.66%200%200%201-.378-.755c.227-1.433.377-6.412-7.317-8.675a.96.96%200%200%200-.453-.076l-14.786.076a1.5%201.5%200%200%200-.83.226l-7.77%205.205a1.1%201.1%200%200%201-.453.151a20%2020%200%200%200-4.224.302c-4.074.83-5.734%203.018-6.337%204.15a1.36%201.36%200%200%200-.15.754c.075%201.81-1.132%203.847.678%205.507l14.636-.076l15.39-.377l12.145-.15a3.83%203.83%200%200%200%202.112-1.66c1.282-2.037-1.283-4.074-1.434-4.15%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M14.98%2047.976a3.018%203.018%200%201%200%203.018%203.017a3.026%203.026%200%200%200-3.018-3.017m30.025%200a3.018%203.018%200%201%200%203.017%203.017a3.026%203.026%200%200%200-3.017-3.017%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M44.25%2042.62v-3.244a1.32%201.32%200%200%200-1.282-1.283H26.975c-.075%200-.151%200-.151.076l-6.035%204.3c-.15.075-.15.302-.075.452c.075.076.15.151.226.151c4.224%200%2020.52-.15%2022.933-.075a.356.356%200%200%200%20.377-.377%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m8.643%2043.525l3.018%201.207l-1.584%202.188l-3.772.075z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M40.437%2022.891a5.258%205.258%200%200%201%209.058-3.885a4.195%204.195%200%200%201%207.745%202.07l.021-.003a4.222%204.222%200%200%201%20.387%208.435h-.005c-.068.003-.133-.01-.2-.01a3.115%203.115%200%200%201-1.763%204.143c.009.063.042.116.045.181a2.111%202.111%200%201%201-4.217.195v-.004a2.1%202.1%200%200%201%20.484-1.411a3.2%203.2%200%200%201-.469-.935a3.143%203.143%200%200%201-4.407-2.292a4.199%204.199%200%200%201-6.313-4.844a5.2%205.2%200%200%201-.366-1.64%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m37.838%2051.446l-15.54.302m-14.258%200c-.679-.151-1.282-.377-1.358-.755c-.075-.754-.226-2.866-.226-3.847c-.017-.4.088-.794.302-1.132c.83-1.508%203.62-5.13%2011.24-4.828l7.77-5.205a2.5%202.5%200%200%201%201.207-.377l14.786-.075a2.1%202.1%200%200%201%20.678.075c1.66.453%208.827%203.017%207.846%209.505l.83.453c.382.164.662.5.754.905a5.3%205.3%200%200%201-.15%203.244%22%2F%3E%3Cpath%20d%3D%22m20.714%2043.072l22.782-.151v-3.833%22%2F%3E%3Ccircle%20cx%3D%2214.98%22%20cy%3D%2250.993%22%20r%3D%223.772%22%2F%3E%3Ccircle%20cx%3D%2245.005%22%20cy%3D%2250.993%22%20r%3D%223.772%22%2F%3E%3Cpath%20d%3D%22m11.208%2045.335l-1.358%201.66l-2.791-.075m33.378-24.029a5.258%205.258%200%200%201%209.058-3.885a4.195%204.195%200%200%201%207.745%202.07l.021-.003a4.222%204.222%200%200%201%20.387%208.435h-.005c-.068.003-.133-.01-.2-.01a3.115%203.115%200%200%201-1.763%204.143c.009.063.042.116.045.181a2.111%202.111%200%201%201-4.217.195v-.004a2.1%202.1%200%200%201%20.484-1.411a3.2%203.2%200%200%201-.469-.935a3.143%203.143%200%200%201-4.407-2.292a4.199%204.199%200%200%201-6.313-4.844a5.2%205.2%200%200%201-.366-1.64%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/exhaust-gases-car.svg?color=%231a73e8&size=48