automobile emoji
automobile from Twitter Emoji by Twitter · Default · Travel & Places · CC-BY-4.0 Attribution required.
- Name
- automobile
- Set
- Twitter Emoji
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More travel & places icons from Twitter Emoji
Use the automobile emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M13 32h20s3 0 3-4c0-2 0-6-1-7s-8-7-11-7h-6c-3 0-10 7-10 7l-4 1s-3 1-3 3v3s-1 .338-1 1.957C0 32 2 32 2 32z"/><path fill="#bbddf5" d="M20 16h-2c-2 0-8 6-8 6s4.997-.263 10-.519zm10 3c-1-1-5-3-7-3h-1v5.379c4.011-.204 7.582-.379 8-.379c1 0 1-1 0-2"/><circle cx="10" cy="31" r="4" fill="#292f33"/><circle cx="10" cy="31" r="2" fill="#ccd6dd"/><circle cx="27" cy="31" r="4" fill="#292f33"/><circle cx="27" cy="31" r="2" fill="#ccd6dd"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiAutomobile(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M13 32h20s3 0 3-4c0-2 0-6-1-7s-8-7-11-7h-6c-3 0-10 7-10 7l-4 1s-3 1-3 3v3s-1 .338-1 1.957C0 32 2 32 2 32z"/><path fill="#bbddf5" d="M20 16h-2c-2 0-8 6-8 6s4.997-.263 10-.519zm10 3c-1-1-5-3-7-3h-1v5.379c4.011-.204 7.582-.379 8-.379c1 0 1-1 0-2"/><circle cx="10" cy="31" r="4" fill="#292f33"/><circle cx="10" cy="31" r="2" fill="#ccd6dd"/><circle cx="27" cy="31" r="4" fill="#292f33"/><circle cx="27" cy="31" r="2" fill="#ccd6dd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M13 32h20s3 0 3-4c0-2 0-6-1-7s-8-7-11-7h-6c-3 0-10 7-10 7l-4 1s-3 1-3 3v3s-1 .338-1 1.957C0 32 2 32 2 32z"/><path fill="#bbddf5" d="M20 16h-2c-2 0-8 6-8 6s4.997-.263 10-.519zm10 3c-1-1-5-3-7-3h-1v5.379c4.011-.204 7.582-.379 8-.379c1 0 1-1 0-2"/><circle cx="10" cy="31" r="4" fill="#292f33"/><circle cx="10" cy="31" r="2" fill="#ccd6dd"/><circle cx="27" cy="31" r="4" fill="#292f33"/><circle cx="27" cy="31" r="2" fill="#ccd6dd"/></svg> </template>
CSS
.icon-automobile {
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%23dd2e44%22%20d%3D%22M13%2032h20s3%200%203-4c0-2%200-6-1-7s-8-7-11-7h-6c-3%200-10%207-10%207l-4%201s-3%201-3%203v3s-1%20.338-1%201.957C0%2032%202%2032%202%2032z%22%2F%3E%3Cpath%20fill%3D%22%23bbddf5%22%20d%3D%22M20%2016h-2c-2%200-8%206-8%206s4.997-.263%2010-.519zm10%203c-1-1-5-3-7-3h-1v5.379c4.011-.204%207.582-.379%208-.379c1%200%201-1%200-2%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2231%22%20r%3D%224%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2231%22%20r%3D%222%22%20fill%3D%22%23ccd6dd%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2231%22%20r%3D%224%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2231%22%20r%3D%222%22%20fill%3D%22%23ccd6dd%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%23dd2e44%22%20d%3D%22M13%2032h20s3%200%203-4c0-2%200-6-1-7s-8-7-11-7h-6c-3%200-10%207-10%207l-4%201s-3%201-3%203v3s-1%20.338-1%201.957C0%2032%202%2032%202%2032z%22%2F%3E%3Cpath%20fill%3D%22%23bbddf5%22%20d%3D%22M20%2016h-2c-2%200-8%206-8%206s4.997-.263%2010-.519zm10%203c-1-1-5-3-7-3h-1v5.379c4.011-.204%207.582-.379%208-.379c1%200%201-1%200-2%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2231%22%20r%3D%224%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2231%22%20r%3D%222%22%20fill%3D%22%23ccd6dd%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2231%22%20r%3D%224%22%20fill%3D%22%23292f33%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2231%22%20r%3D%222%22%20fill%3D%22%23ccd6dd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/automobile.svg?color=%231a73e8&size=48