motor scooter emoji
motor-scooter from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- motor-scooter
- 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 motor scooter emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M39.222 36.977s-5.963 17.859-15.684-4.108c-1.264-2.856-1.627-7.542-1.584-6.956l-5.9 12.136c-.376.782-1.239 1.484-.41 1.747c9.818 3.116 10.563 9.618 10.522 11.757c-.007.394 15.749.342 15.798 0c.453-3.167 3.464-17.566 19.856-6.224c1 .692-2.516-11.208-3.95-11.208c0 0-17.636.486-17.636 1.123z"/><circle cx="16.156" cy="50.893" r="5.476" fill="#d0cfce" transform="rotate(-1.335 16.174 50.951)"/><circle cx="51.398" cy="50.893" r="5.476" fill="#d0cfce"/><path fill="#a57939" d="M40.436 29.516h18.426v5.67H40.436z"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="16.156" cy="50.893" r="5.476" transform="rotate(-1.335 16.174 50.951)"/><circle cx="51.398" cy="50.893" r="5.476"/><path stroke-linecap="round" stroke-linejoin="round" d="M26.262 50.777a9.86 9.86 0 0 0-2.918-6.98c-3.89-3.875-10.2-3.875-14.09 0m52.443 6.98c0-5.48-4.442-9.922-9.922-9.922s-9.921 4.442-9.921 9.922m-1.418-21.261h18.426v5.67H40.436z"/><path stroke-linecap="round" stroke-linejoin="round" d="m14.923 40.855l8.505-17.009h5.669m-2.835 27.047h15.592m-1.418-15.708s-5.67 21.261-17.008 0m35.435 0s4.252 7.087 2.834 15.591"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiMotorScooter(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="M39.222 36.977s-5.963 17.859-15.684-4.108c-1.264-2.856-1.627-7.542-1.584-6.956l-5.9 12.136c-.376.782-1.239 1.484-.41 1.747c9.818 3.116 10.563 9.618 10.522 11.757c-.007.394 15.749.342 15.798 0c.453-3.167 3.464-17.566 19.856-6.224c1 .692-2.516-11.208-3.95-11.208c0 0-17.636.486-17.636 1.123z"/><circle cx="16.156" cy="50.893" r="5.476" fill="#d0cfce" transform="rotate(-1.335 16.174 50.951)"/><circle cx="51.398" cy="50.893" r="5.476" fill="#d0cfce"/><path fill="#a57939" d="M40.436 29.516h18.426v5.67H40.436z"/><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><circle cx="16.156" cy="50.893" r="5.476" transform="rotate(-1.335 16.174 50.951)"/><circle cx="51.398" cy="50.893" r="5.476"/><path strokeLinecap="round" strokeLinejoin="round" d="M26.262 50.777a9.86 9.86 0 0 0-2.918-6.98c-3.89-3.875-10.2-3.875-14.09 0m52.443 6.98c0-5.48-4.442-9.922-9.922-9.922s-9.921 4.442-9.921 9.922m-1.418-21.261h18.426v5.67H40.436z"/><path strokeLinecap="round" strokeLinejoin="round" d="m14.923 40.855l8.505-17.009h5.669m-2.835 27.047h15.592m-1.418-15.708s-5.67 21.261-17.008 0m35.435 0s4.252 7.087 2.834 15.591"/></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="M39.222 36.977s-5.963 17.859-15.684-4.108c-1.264-2.856-1.627-7.542-1.584-6.956l-5.9 12.136c-.376.782-1.239 1.484-.41 1.747c9.818 3.116 10.563 9.618 10.522 11.757c-.007.394 15.749.342 15.798 0c.453-3.167 3.464-17.566 19.856-6.224c1 .692-2.516-11.208-3.95-11.208c0 0-17.636.486-17.636 1.123z"/><circle cx="16.156" cy="50.893" r="5.476" fill="#d0cfce" transform="rotate(-1.335 16.174 50.951)"/><circle cx="51.398" cy="50.893" r="5.476" fill="#d0cfce"/><path fill="#a57939" d="M40.436 29.516h18.426v5.67H40.436z"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="16.156" cy="50.893" r="5.476" transform="rotate(-1.335 16.174 50.951)"/><circle cx="51.398" cy="50.893" r="5.476"/><path stroke-linecap="round" stroke-linejoin="round" d="M26.262 50.777a9.86 9.86 0 0 0-2.918-6.98c-3.89-3.875-10.2-3.875-14.09 0m52.443 6.98c0-5.48-4.442-9.922-9.922-9.922s-9.921 4.442-9.921 9.922m-1.418-21.261h18.426v5.67H40.436z"/><path stroke-linecap="round" stroke-linejoin="round" d="m14.923 40.855l8.505-17.009h5.669m-2.835 27.047h15.592m-1.418-15.708s-5.67 21.261-17.008 0m35.435 0s4.252 7.087 2.834 15.591"/></g></svg> </template>
CSS
.icon-motor-scooter {
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%22M39.222%2036.977s-5.963%2017.859-15.684-4.108c-1.264-2.856-1.627-7.542-1.584-6.956l-5.9%2012.136c-.376.782-1.239%201.484-.41%201.747c9.818%203.116%2010.563%209.618%2010.522%2011.757c-.007.394%2015.749.342%2015.798%200c.453-3.167%203.464-17.566%2019.856-6.224c1%20.692-2.516-11.208-3.95-11.208c0%200-17.636.486-17.636%201.123z%22%2F%3E%3Ccircle%20cx%3D%2216.156%22%20cy%3D%2250.893%22%20r%3D%225.476%22%20fill%3D%22%23d0cfce%22%20transform%3D%22rotate(-1.335%2016.174%2050.951)%22%2F%3E%3Ccircle%20cx%3D%2251.398%22%20cy%3D%2250.893%22%20r%3D%225.476%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M40.436%2029.516h18.426v5.67H40.436z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2216.156%22%20cy%3D%2250.893%22%20r%3D%225.476%22%20transform%3D%22rotate(-1.335%2016.174%2050.951)%22%2F%3E%3Ccircle%20cx%3D%2251.398%22%20cy%3D%2250.893%22%20r%3D%225.476%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26.262%2050.777a9.86%209.86%200%200%200-2.918-6.98c-3.89-3.875-10.2-3.875-14.09%200m52.443%206.98c0-5.48-4.442-9.922-9.922-9.922s-9.921%204.442-9.921%209.922m-1.418-21.261h18.426v5.67H40.436z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m14.923%2040.855l8.505-17.009h5.669m-2.835%2027.047h15.592m-1.418-15.708s-5.67%2021.261-17.008%200m35.435%200s4.252%207.087%202.834%2015.591%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%22M39.222%2036.977s-5.963%2017.859-15.684-4.108c-1.264-2.856-1.627-7.542-1.584-6.956l-5.9%2012.136c-.376.782-1.239%201.484-.41%201.747c9.818%203.116%2010.563%209.618%2010.522%2011.757c-.007.394%2015.749.342%2015.798%200c.453-3.167%203.464-17.566%2019.856-6.224c1%20.692-2.516-11.208-3.95-11.208c0%200-17.636.486-17.636%201.123z%22%2F%3E%3Ccircle%20cx%3D%2216.156%22%20cy%3D%2250.893%22%20r%3D%225.476%22%20fill%3D%22%23d0cfce%22%20transform%3D%22rotate(-1.335%2016.174%2050.951)%22%2F%3E%3Ccircle%20cx%3D%2251.398%22%20cy%3D%2250.893%22%20r%3D%225.476%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M40.436%2029.516h18.426v5.67H40.436z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2216.156%22%20cy%3D%2250.893%22%20r%3D%225.476%22%20transform%3D%22rotate(-1.335%2016.174%2050.951)%22%2F%3E%3Ccircle%20cx%3D%2251.398%22%20cy%3D%2250.893%22%20r%3D%225.476%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26.262%2050.777a9.86%209.86%200%200%200-2.918-6.98c-3.89-3.875-10.2-3.875-14.09%200m52.443%206.98c0-5.48-4.442-9.922-9.922-9.922s-9.921%204.442-9.921%209.922m-1.418-21.261h18.426v5.67H40.436z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m14.923%2040.855l8.505-17.009h5.669m-2.835%2027.047h15.592m-1.418-15.708s-5.67%2021.261-17.008%200m35.435%200s4.252%207.087%202.834%2015.591%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/motor-scooter.svg?color=%231a73e8&size=48