person in manual wheelchair facing right emoji

person-in-manual-wheelchair-facing-right from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.

Name
person-in-manual-wheelchair-facing-right
Set
OpenMoji
Style
Default
Category
People Body
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More people body icons from OpenMoji

Use the person in manual wheelchair facing right emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M31.958 59.482a12.32 12.32 0 0 0 12.478-12.159a12.32 12.32 0 1 0-12.478 12.16"/><path fill="#9b9b9a" d="M32.19 41.621a5.544 5.544 0 1 0 5.47 5.615a5.544 5.544 0 0 0-5.47-5.615"/><g fill="#fcea2b" transform="matrix(-1 0 0 1 72 0)"><path d="M43.902 31.564a.5.5 0 0 0-.05-.216l-1.065-2.153a.64.64 0 0 0-.488-.295c-.167 0-.277.157-.277.351v1.961a.487.487 0 0 1-.487.488h-1.422a14.1 14.1 0 0 0-6.59 1.578a.487.487 0 0 1-.719-.49l.462-3.282l.599-3.922a2.965 2.965 0 0 1 2.46-2.66l4.225-.532c1.662-.2 2.758.05 3.258.997l2.377 4.41a6.76 6.76 0 0 1 1.025 4.178v6.679c0 1.522-.728 2.178-1.69 2.178c-.998 0-1.618-.938-1.618-2.276z"/><circle cx="37.746" cy="15.736" r="3.556"/><path d="M21.318 56.124c-1.207 0-2.01-1.182-2.01-2.957c0 0 .554-10.219.744-12.668s2.342-3.947 5.733-3.947"/><path d="M25.786 36.552L23.49 53.787c-.244 1.63-1.028 2.337-2.173 2.337"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.007"><path d="M48.509 53.787c.244 1.63 1.028 2.337 2.173 2.337"/><g transform="matrix(-1 0 0 1 72 0)"><path d="M21.318 56.124c-1.207 0-2.01-1.182-2.01-2.957c0 0 .554-10.219.744-12.668s2.342-3.947 5.733-3.947m19.641 10.541a5.544 5.544 0 1 1-5.615-5.472h0m1.906-9.921h-1.604a14.1 14.1 0 0 0-7.446 2.06l.598-4.254l.599-3.922a2.965 2.965 0 0 1 2.46-2.66l4.226-.532c1.662-.2 2.788.05 3.258.997l3.295 7.455a1.25 1.25 0 0 1 .107.503v7.309c0 1.522-.728 2.178-1.69 2.178"/><circle cx="37.746" cy="15.736" r="3.556"/><path d="M49.503 39.537a12.285 12.285 0 1 1-7.494-4.382"/></g></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiPersonInManualWheelchairFacingRight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M31.958 59.482a12.32 12.32 0 0 0 12.478-12.159a12.32 12.32 0 1 0-12.478 12.16"/><path fill="#9b9b9a" d="M32.19 41.621a5.544 5.544 0 1 0 5.47 5.615a5.544 5.544 0 0 0-5.47-5.615"/><g fill="#fcea2b" transform="matrix(-1 0 0 1 72 0)"><path d="M43.902 31.564a.5.5 0 0 0-.05-.216l-1.065-2.153a.64.64 0 0 0-.488-.295c-.167 0-.277.157-.277.351v1.961a.487.487 0 0 1-.487.488h-1.422a14.1 14.1 0 0 0-6.59 1.578a.487.487 0 0 1-.719-.49l.462-3.282l.599-3.922a2.965 2.965 0 0 1 2.46-2.66l4.225-.532c1.662-.2 2.758.05 3.258.997l2.377 4.41a6.76 6.76 0 0 1 1.025 4.178v6.679c0 1.522-.728 2.178-1.69 2.178c-.998 0-1.618-.938-1.618-2.276z"/><circle cx="37.746" cy="15.736" r="3.556"/><path d="M21.318 56.124c-1.207 0-2.01-1.182-2.01-2.957c0 0 .554-10.219.744-12.668s2.342-3.947 5.733-3.947"/><path d="M25.786 36.552L23.49 53.787c-.244 1.63-1.028 2.337-2.173 2.337"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2.007"><path d="M48.509 53.787c.244 1.63 1.028 2.337 2.173 2.337"/><g transform="matrix(-1 0 0 1 72 0)"><path d="M21.318 56.124c-1.207 0-2.01-1.182-2.01-2.957c0 0 .554-10.219.744-12.668s2.342-3.947 5.733-3.947m19.641 10.541a5.544 5.544 0 1 1-5.615-5.472h0m1.906-9.921h-1.604a14.1 14.1 0 0 0-7.446 2.06l.598-4.254l.599-3.922a2.965 2.965 0 0 1 2.46-2.66l4.226-.532c1.662-.2 2.788.05 3.258.997l3.295 7.455a1.25 1.25 0 0 1 .107.503v7.309c0 1.522-.728 2.178-1.69 2.178"/><circle cx="37.746" cy="15.736" r="3.556"/><path d="M49.503 39.537a12.285 12.285 0 1 1-7.494-4.382"/></g></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M31.958 59.482a12.32 12.32 0 0 0 12.478-12.159a12.32 12.32 0 1 0-12.478 12.16"/><path fill="#9b9b9a" d="M32.19 41.621a5.544 5.544 0 1 0 5.47 5.615a5.544 5.544 0 0 0-5.47-5.615"/><g fill="#fcea2b" transform="matrix(-1 0 0 1 72 0)"><path d="M43.902 31.564a.5.5 0 0 0-.05-.216l-1.065-2.153a.64.64 0 0 0-.488-.295c-.167 0-.277.157-.277.351v1.961a.487.487 0 0 1-.487.488h-1.422a14.1 14.1 0 0 0-6.59 1.578a.487.487 0 0 1-.719-.49l.462-3.282l.599-3.922a2.965 2.965 0 0 1 2.46-2.66l4.225-.532c1.662-.2 2.758.05 3.258.997l2.377 4.41a6.76 6.76 0 0 1 1.025 4.178v6.679c0 1.522-.728 2.178-1.69 2.178c-.998 0-1.618-.938-1.618-2.276z"/><circle cx="37.746" cy="15.736" r="3.556"/><path d="M21.318 56.124c-1.207 0-2.01-1.182-2.01-2.957c0 0 .554-10.219.744-12.668s2.342-3.947 5.733-3.947"/><path d="M25.786 36.552L23.49 53.787c-.244 1.63-1.028 2.337-2.173 2.337"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.007"><path d="M48.509 53.787c.244 1.63 1.028 2.337 2.173 2.337"/><g transform="matrix(-1 0 0 1 72 0)"><path d="M21.318 56.124c-1.207 0-2.01-1.182-2.01-2.957c0 0 .554-10.219.744-12.668s2.342-3.947 5.733-3.947m19.641 10.541a5.544 5.544 0 1 1-5.615-5.472h0m1.906-9.921h-1.604a14.1 14.1 0 0 0-7.446 2.06l.598-4.254l.599-3.922a2.965 2.965 0 0 1 2.46-2.66l4.226-.532c1.662-.2 2.788.05 3.258.997l3.295 7.455a1.25 1.25 0 0 1 .107.503v7.309c0 1.522-.728 2.178-1.69 2.178"/><circle cx="37.746" cy="15.736" r="3.556"/><path d="M49.503 39.537a12.285 12.285 0 1 1-7.494-4.382"/></g></g></svg>
</template>

CSS

.icon-person-in-manual-wheelchair-facing-right {
  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%23d0cfce%22%20d%3D%22M31.958%2059.482a12.32%2012.32%200%200%200%2012.478-12.159a12.32%2012.32%200%201%200-12.478%2012.16%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M32.19%2041.621a5.544%205.544%200%201%200%205.47%205.615a5.544%205.544%200%200%200-5.47-5.615%22%2F%3E%3Cg%20fill%3D%22%23fcea2b%22%20transform%3D%22matrix(-1%200%200%201%2072%200)%22%3E%3Cpath%20d%3D%22M43.902%2031.564a.5.5%200%200%200-.05-.216l-1.065-2.153a.64.64%200%200%200-.488-.295c-.167%200-.277.157-.277.351v1.961a.487.487%200%200%201-.487.488h-1.422a14.1%2014.1%200%200%200-6.59%201.578a.487.487%200%200%201-.719-.49l.462-3.282l.599-3.922a2.965%202.965%200%200%201%202.46-2.66l4.225-.532c1.662-.2%202.758.05%203.258.997l2.377%204.41a6.76%206.76%200%200%201%201.025%204.178v6.679c0%201.522-.728%202.178-1.69%202.178c-.998%200-1.618-.938-1.618-2.276z%22%2F%3E%3Ccircle%20cx%3D%2237.746%22%20cy%3D%2215.736%22%20r%3D%223.556%22%2F%3E%3Cpath%20d%3D%22M21.318%2056.124c-1.207%200-2.01-1.182-2.01-2.957c0%200%20.554-10.219.744-12.668s2.342-3.947%205.733-3.947%22%2F%3E%3Cpath%20d%3D%22M25.786%2036.552L23.49%2053.787c-.244%201.63-1.028%202.337-2.173%202.337%22%2F%3E%3C%2Fg%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.007%22%3E%3Cpath%20d%3D%22M48.509%2053.787c.244%201.63%201.028%202.337%202.173%202.337%22%2F%3E%3Cg%20transform%3D%22matrix(-1%200%200%201%2072%200)%22%3E%3Cpath%20d%3D%22M21.318%2056.124c-1.207%200-2.01-1.182-2.01-2.957c0%200%20.554-10.219.744-12.668s2.342-3.947%205.733-3.947m19.641%2010.541a5.544%205.544%200%201%201-5.615-5.472h0m1.906-9.921h-1.604a14.1%2014.1%200%200%200-7.446%202.06l.598-4.254l.599-3.922a2.965%202.965%200%200%201%202.46-2.66l4.226-.532c1.662-.2%202.788.05%203.258.997l3.295%207.455a1.25%201.25%200%200%201%20.107.503v7.309c0%201.522-.728%202.178-1.69%202.178%22%2F%3E%3Ccircle%20cx%3D%2237.746%22%20cy%3D%2215.736%22%20r%3D%223.556%22%2F%3E%3Cpath%20d%3D%22M49.503%2039.537a12.285%2012.285%200%201%201-7.494-4.382%22%2F%3E%3C%2Fg%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%23d0cfce%22%20d%3D%22M31.958%2059.482a12.32%2012.32%200%200%200%2012.478-12.159a12.32%2012.32%200%201%200-12.478%2012.16%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M32.19%2041.621a5.544%205.544%200%201%200%205.47%205.615a5.544%205.544%200%200%200-5.47-5.615%22%2F%3E%3Cg%20fill%3D%22%23fcea2b%22%20transform%3D%22matrix(-1%200%200%201%2072%200)%22%3E%3Cpath%20d%3D%22M43.902%2031.564a.5.5%200%200%200-.05-.216l-1.065-2.153a.64.64%200%200%200-.488-.295c-.167%200-.277.157-.277.351v1.961a.487.487%200%200%201-.487.488h-1.422a14.1%2014.1%200%200%200-6.59%201.578a.487.487%200%200%201-.719-.49l.462-3.282l.599-3.922a2.965%202.965%200%200%201%202.46-2.66l4.225-.532c1.662-.2%202.758.05%203.258.997l2.377%204.41a6.76%206.76%200%200%201%201.025%204.178v6.679c0%201.522-.728%202.178-1.69%202.178c-.998%200-1.618-.938-1.618-2.276z%22%2F%3E%3Ccircle%20cx%3D%2237.746%22%20cy%3D%2215.736%22%20r%3D%223.556%22%2F%3E%3Cpath%20d%3D%22M21.318%2056.124c-1.207%200-2.01-1.182-2.01-2.957c0%200%20.554-10.219.744-12.668s2.342-3.947%205.733-3.947%22%2F%3E%3Cpath%20d%3D%22M25.786%2036.552L23.49%2053.787c-.244%201.63-1.028%202.337-2.173%202.337%22%2F%3E%3C%2Fg%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.007%22%3E%3Cpath%20d%3D%22M48.509%2053.787c.244%201.63%201.028%202.337%202.173%202.337%22%2F%3E%3Cg%20transform%3D%22matrix(-1%200%200%201%2072%200)%22%3E%3Cpath%20d%3D%22M21.318%2056.124c-1.207%200-2.01-1.182-2.01-2.957c0%200%20.554-10.219.744-12.668s2.342-3.947%205.733-3.947m19.641%2010.541a5.544%205.544%200%201%201-5.615-5.472h0m1.906-9.921h-1.604a14.1%2014.1%200%200%200-7.446%202.06l.598-4.254l.599-3.922a2.965%202.965%200%200%201%202.46-2.66l4.226-.532c1.662-.2%202.788.05%203.258.997l3.295%207.455a1.25%201.25%200%200%201%20.107.503v7.309c0%201.522-.728%202.178-1.69%202.178%22%2F%3E%3Ccircle%20cx%3D%2237.746%22%20cy%3D%2215.736%22%20r%3D%223.556%22%2F%3E%3Cpath%20d%3D%22M49.503%2039.537a12.285%2012.285%200%201%201-7.494-4.382%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/person-in-manual-wheelchair-facing-right.svg?color=%231a73e8&size=48