locomotion emoji

locomotion from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
locomotion
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the locomotion emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-miterlimit="10" stroke-width="2"><path fill="#61b2e4" d="M12.013 16.02c0 7.5 5 13.75 5 13.75s5-6.25 5-13.75"/><circle cx="17.013" cy="16.019" r="5" fill="#92d3f5"/><path fill="#d22f27" d="M50.013 44.02c0 7.5 5 13.75 5 13.75s5-6.25 5-13.75"/><circle cx="55.013" cy="44.019" r="5" fill="#ea5a47"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M12.013 16.02c0 7.5 5 13.75 5 13.75s5-6.25 5-13.75"/><circle cx="17.013" cy="16.019" r="5"/><path stroke-linecap="round" stroke-linejoin="round" d="M50.013 44.02c0 7.5 5 13.75 5 13.75s5-6.25 5-13.75"/><circle cx="55.013" cy="44.019" r="5"/><path stroke-linecap="round" stroke-linejoin="round" d="M17 33s16 0 17 14s16 14 21 14M31.971 21.741l12.058 10.518m-.482-7.055l.482 7.055m-7.055.481l7.055-.481"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiLocomotion(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeMiterlimit="10" strokeWidth="2"><path fill="#61b2e4" d="M12.013 16.02c0 7.5 5 13.75 5 13.75s5-6.25 5-13.75"/><circle cx="17.013" cy="16.019" r="5" fill="#92d3f5"/><path fill="#d22f27" d="M50.013 44.02c0 7.5 5 13.75 5 13.75s5-6.25 5-13.75"/><circle cx="55.013" cy="44.019" r="5" fill="#ea5a47"/></g><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="M12.013 16.02c0 7.5 5 13.75 5 13.75s5-6.25 5-13.75"/><circle cx="17.013" cy="16.019" r="5"/><path strokeLinecap="round" strokeLinejoin="round" d="M50.013 44.02c0 7.5 5 13.75 5 13.75s5-6.25 5-13.75"/><circle cx="55.013" cy="44.019" r="5"/><path strokeLinecap="round" strokeLinejoin="round" d="M17 33s16 0 17 14s16 14 21 14M31.971 21.741l12.058 10.518m-.482-7.055l.482 7.055m-7.055.481l7.055-.481"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-miterlimit="10" stroke-width="2"><path fill="#61b2e4" d="M12.013 16.02c0 7.5 5 13.75 5 13.75s5-6.25 5-13.75"/><circle cx="17.013" cy="16.019" r="5" fill="#92d3f5"/><path fill="#d22f27" d="M50.013 44.02c0 7.5 5 13.75 5 13.75s5-6.25 5-13.75"/><circle cx="55.013" cy="44.019" r="5" fill="#ea5a47"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M12.013 16.02c0 7.5 5 13.75 5 13.75s5-6.25 5-13.75"/><circle cx="17.013" cy="16.019" r="5"/><path stroke-linecap="round" stroke-linejoin="round" d="M50.013 44.02c0 7.5 5 13.75 5 13.75s5-6.25 5-13.75"/><circle cx="55.013" cy="44.019" r="5"/><path stroke-linecap="round" stroke-linejoin="round" d="M17 33s16 0 17 14s16 14 21 14M31.971 21.741l12.058 10.518m-.482-7.055l.482 7.055m-7.055.481l7.055-.481"/></g></svg>
</template>

CSS

.icon-locomotion {
  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%3Cg%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M12.013%2016.02c0%207.5%205%2013.75%205%2013.75s5-6.25%205-13.75%22%2F%3E%3Ccircle%20cx%3D%2217.013%22%20cy%3D%2216.019%22%20r%3D%225%22%20fill%3D%22%2392d3f5%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M50.013%2044.02c0%207.5%205%2013.75%205%2013.75s5-6.25%205-13.75%22%2F%3E%3Ccircle%20cx%3D%2255.013%22%20cy%3D%2244.019%22%20r%3D%225%22%20fill%3D%22%23ea5a47%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.013%2016.02c0%207.5%205%2013.75%205%2013.75s5-6.25%205-13.75%22%2F%3E%3Ccircle%20cx%3D%2217.013%22%20cy%3D%2216.019%22%20r%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M50.013%2044.02c0%207.5%205%2013.75%205%2013.75s5-6.25%205-13.75%22%2F%3E%3Ccircle%20cx%3D%2255.013%22%20cy%3D%2244.019%22%20r%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2033s16%200%2017%2014s16%2014%2021%2014M31.971%2021.741l12.058%2010.518m-.482-7.055l.482%207.055m-7.055.481l7.055-.481%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%3Cg%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M12.013%2016.02c0%207.5%205%2013.75%205%2013.75s5-6.25%205-13.75%22%2F%3E%3Ccircle%20cx%3D%2217.013%22%20cy%3D%2216.019%22%20r%3D%225%22%20fill%3D%22%2392d3f5%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M50.013%2044.02c0%207.5%205%2013.75%205%2013.75s5-6.25%205-13.75%22%2F%3E%3Ccircle%20cx%3D%2255.013%22%20cy%3D%2244.019%22%20r%3D%225%22%20fill%3D%22%23ea5a47%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.013%2016.02c0%207.5%205%2013.75%205%2013.75s5-6.25%205-13.75%22%2F%3E%3Ccircle%20cx%3D%2217.013%22%20cy%3D%2216.019%22%20r%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M50.013%2044.02c0%207.5%205%2013.75%205%2013.75s5-6.25%205-13.75%22%2F%3E%3Ccircle%20cx%3D%2255.013%22%20cy%3D%2244.019%22%20r%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2033s16%200%2017%2014s16%2014%2021%2014M31.971%2021.741l12.058%2010.518m-.482-7.055l.482%207.055m-7.055.481l7.055-.481%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/locomotion.svg?color=%231a73e8&size=48