motorized wheelchair emoji

motorized-wheelchair from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.

Name
motorized-wheelchair
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 motorized wheelchair emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M53.581 29.472a3.5 3.5 0 0 1-1 .073H35.404a1.003 1.003 0 0 0-1 1v2.008a1.003 1.003 0 0 0 1 1H56.59a1.003 1.003 0 0 0 1-1V11.368a1.003 1.003 0 0 0-1-1h-2.01a1.003 1.003 0 0 0-1 1z"/><path fill="#ea5a47" d="M41.306 33.553c-7.8 2.828-8.553 11.156-8.553 11.156l-9.29.148a14.9 14.9 0 0 1 1.915 7.055l10.81.146v-.146a12.484 12.484 0 1 1 24.967 0c1.784-10.7-3.566-19.618-3.566-19.618"/><circle cx="48.196" cy="50.8" r="6.291" fill="#d0cfce"/><circle cx="15.176" cy="50.8" r="6.291" fill="#d0cfce"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M23.697 45.72a10.94 10.94 0 0 1 1.681 6.192l10.81.146v-.146a12.484 12.484 0 1 1 24.968 0c1.783-10.7-3.567-19.618-3.567-19.618"/><path stroke-linecap="round" stroke-linejoin="round" d="M41.306 33.553c-7.8 2.828-8.709 12.14-8.709 12.14l-4.079.012"/><circle cx="48.196" cy="50.8" r="6.291" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M25.378 51.912a12.505 12.505 0 0 0-8.344-11.724m36.547-10.716a3.5 3.5 0 0 1-1 .073H35.404a1.003 1.003 0 0 0-1 1v2.008a1.003 1.003 0 0 0 1 1H56.59a1.003 1.003 0 0 0 1-1V11.368a1.003 1.003 0 0 0-1-1h-2.01a1.003 1.003 0 0 0-1 1z"/><path stroke-linecap="round" stroke-linejoin="round" d="m21.275 42.528l9.344-21.984l3.786.037l2.896.029m-2.897-2.129v2.1"/><circle cx="15.176" cy="50.799" r="6.291" stroke-miterlimit="10" transform="rotate(-1.335 15.175 50.796)"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiMotorizedWheelchair(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M53.581 29.472a3.5 3.5 0 0 1-1 .073H35.404a1.003 1.003 0 0 0-1 1v2.008a1.003 1.003 0 0 0 1 1H56.59a1.003 1.003 0 0 0 1-1V11.368a1.003 1.003 0 0 0-1-1h-2.01a1.003 1.003 0 0 0-1 1z"/><path fill="#ea5a47" d="M41.306 33.553c-7.8 2.828-8.553 11.156-8.553 11.156l-9.29.148a14.9 14.9 0 0 1 1.915 7.055l10.81.146v-.146a12.484 12.484 0 1 1 24.967 0c1.784-10.7-3.566-19.618-3.566-19.618"/><circle cx="48.196" cy="50.8" r="6.291" fill="#d0cfce"/><circle cx="15.176" cy="50.8" r="6.291" fill="#d0cfce"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="M23.697 45.72a10.94 10.94 0 0 1 1.681 6.192l10.81.146v-.146a12.484 12.484 0 1 1 24.968 0c1.783-10.7-3.567-19.618-3.567-19.618"/><path strokeLinecap="round" strokeLinejoin="round" d="M41.306 33.553c-7.8 2.828-8.709 12.14-8.709 12.14l-4.079.012"/><circle cx="48.196" cy="50.8" r="6.291" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="M25.378 51.912a12.505 12.505 0 0 0-8.344-11.724m36.547-10.716a3.5 3.5 0 0 1-1 .073H35.404a1.003 1.003 0 0 0-1 1v2.008a1.003 1.003 0 0 0 1 1H56.59a1.003 1.003 0 0 0 1-1V11.368a1.003 1.003 0 0 0-1-1h-2.01a1.003 1.003 0 0 0-1 1z"/><path strokeLinecap="round" strokeLinejoin="round" d="m21.275 42.528l9.344-21.984l3.786.037l2.896.029m-2.897-2.129v2.1"/><circle cx="15.176" cy="50.799" r="6.291" strokeMiterlimit="10" transform="rotate(-1.335 15.175 50.796)"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M53.581 29.472a3.5 3.5 0 0 1-1 .073H35.404a1.003 1.003 0 0 0-1 1v2.008a1.003 1.003 0 0 0 1 1H56.59a1.003 1.003 0 0 0 1-1V11.368a1.003 1.003 0 0 0-1-1h-2.01a1.003 1.003 0 0 0-1 1z"/><path fill="#ea5a47" d="M41.306 33.553c-7.8 2.828-8.553 11.156-8.553 11.156l-9.29.148a14.9 14.9 0 0 1 1.915 7.055l10.81.146v-.146a12.484 12.484 0 1 1 24.967 0c1.784-10.7-3.566-19.618-3.566-19.618"/><circle cx="48.196" cy="50.8" r="6.291" fill="#d0cfce"/><circle cx="15.176" cy="50.8" r="6.291" fill="#d0cfce"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M23.697 45.72a10.94 10.94 0 0 1 1.681 6.192l10.81.146v-.146a12.484 12.484 0 1 1 24.968 0c1.783-10.7-3.567-19.618-3.567-19.618"/><path stroke-linecap="round" stroke-linejoin="round" d="M41.306 33.553c-7.8 2.828-8.709 12.14-8.709 12.14l-4.079.012"/><circle cx="48.196" cy="50.8" r="6.291" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M25.378 51.912a12.505 12.505 0 0 0-8.344-11.724m36.547-10.716a3.5 3.5 0 0 1-1 .073H35.404a1.003 1.003 0 0 0-1 1v2.008a1.003 1.003 0 0 0 1 1H56.59a1.003 1.003 0 0 0 1-1V11.368a1.003 1.003 0 0 0-1-1h-2.01a1.003 1.003 0 0 0-1 1z"/><path stroke-linecap="round" stroke-linejoin="round" d="m21.275 42.528l9.344-21.984l3.786.037l2.896.029m-2.897-2.129v2.1"/><circle cx="15.176" cy="50.799" r="6.291" stroke-miterlimit="10" transform="rotate(-1.335 15.175 50.796)"/></g></svg>
</template>

CSS

.icon-motorized-wheelchair {
  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%23a57939%22%20d%3D%22M53.581%2029.472a3.5%203.5%200%200%201-1%20.073H35.404a1.003%201.003%200%200%200-1%201v2.008a1.003%201.003%200%200%200%201%201H56.59a1.003%201.003%200%200%200%201-1V11.368a1.003%201.003%200%200%200-1-1h-2.01a1.003%201.003%200%200%200-1%201z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M41.306%2033.553c-7.8%202.828-8.553%2011.156-8.553%2011.156l-9.29.148a14.9%2014.9%200%200%201%201.915%207.055l10.81.146v-.146a12.484%2012.484%200%201%201%2024.967%200c1.784-10.7-3.566-19.618-3.566-19.618%22%2F%3E%3Ccircle%20cx%3D%2248.196%22%20cy%3D%2250.8%22%20r%3D%226.291%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2215.176%22%20cy%3D%2250.8%22%20r%3D%226.291%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23.697%2045.72a10.94%2010.94%200%200%201%201.681%206.192l10.81.146v-.146a12.484%2012.484%200%201%201%2024.968%200c1.783-10.7-3.567-19.618-3.567-19.618%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41.306%2033.553c-7.8%202.828-8.709%2012.14-8.709%2012.14l-4.079.012%22%2F%3E%3Ccircle%20cx%3D%2248.196%22%20cy%3D%2250.8%22%20r%3D%226.291%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M25.378%2051.912a12.505%2012.505%200%200%200-8.344-11.724m36.547-10.716a3.5%203.5%200%200%201-1%20.073H35.404a1.003%201.003%200%200%200-1%201v2.008a1.003%201.003%200%200%200%201%201H56.59a1.003%201.003%200%200%200%201-1V11.368a1.003%201.003%200%200%200-1-1h-2.01a1.003%201.003%200%200%200-1%201z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m21.275%2042.528l9.344-21.984l3.786.037l2.896.029m-2.897-2.129v2.1%22%2F%3E%3Ccircle%20cx%3D%2215.176%22%20cy%3D%2250.799%22%20r%3D%226.291%22%20stroke-miterlimit%3D%2210%22%20transform%3D%22rotate(-1.335%2015.175%2050.796)%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%23a57939%22%20d%3D%22M53.581%2029.472a3.5%203.5%200%200%201-1%20.073H35.404a1.003%201.003%200%200%200-1%201v2.008a1.003%201.003%200%200%200%201%201H56.59a1.003%201.003%200%200%200%201-1V11.368a1.003%201.003%200%200%200-1-1h-2.01a1.003%201.003%200%200%200-1%201z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M41.306%2033.553c-7.8%202.828-8.553%2011.156-8.553%2011.156l-9.29.148a14.9%2014.9%200%200%201%201.915%207.055l10.81.146v-.146a12.484%2012.484%200%201%201%2024.967%200c1.784-10.7-3.566-19.618-3.566-19.618%22%2F%3E%3Ccircle%20cx%3D%2248.196%22%20cy%3D%2250.8%22%20r%3D%226.291%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2215.176%22%20cy%3D%2250.8%22%20r%3D%226.291%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23.697%2045.72a10.94%2010.94%200%200%201%201.681%206.192l10.81.146v-.146a12.484%2012.484%200%201%201%2024.968%200c1.783-10.7-3.567-19.618-3.567-19.618%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41.306%2033.553c-7.8%202.828-8.709%2012.14-8.709%2012.14l-4.079.012%22%2F%3E%3Ccircle%20cx%3D%2248.196%22%20cy%3D%2250.8%22%20r%3D%226.291%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M25.378%2051.912a12.505%2012.505%200%200%200-8.344-11.724m36.547-10.716a3.5%203.5%200%200%201-1%20.073H35.404a1.003%201.003%200%200%200-1%201v2.008a1.003%201.003%200%200%200%201%201H56.59a1.003%201.003%200%200%200%201-1V11.368a1.003%201.003%200%200%200-1-1h-2.01a1.003%201.003%200%200%200-1%201z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m21.275%2042.528l9.344-21.984l3.786.037l2.896.029m-2.897-2.129v2.1%22%2F%3E%3Ccircle%20cx%3D%2215.176%22%20cy%3D%2250.799%22%20r%3D%226.291%22%20stroke-miterlimit%3D%2210%22%20transform%3D%22rotate(-1.335%2015.175%2050.796)%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/motorized-wheelchair.svg?color=%231a73e8&size=48