wheelchair symbol emoji

wheelchair-symbol from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
wheelchair-symbol
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Emoji One (Colored)

Use the wheelchair symbol emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><g fill="#fff"><path d="m48.7 43l-2.5 2.7l-6-9.2H33v-4.1h8v-4.2h-8V20h-4v20.6h9.1L45.5 52l5.5-5.6z"/><circle cx="31" cy="13" r="4"/><path d="M29.4 48.9c-4.5 0-8.2-3.7-8.2-8.2c0-3 1.7-5.7 4.1-7.1V29c-4.8 1.7-8.2 6.3-8.2 11.6C17 47.5 22.6 53 29.4 53c3.9 0 7.4-1.8 9.6-4.6l-2.5-3.7c-1.4 2.5-4.1 4.2-7.1 4.2"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojioneWheelchairSymbol(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><g fill="#fff"><path d="m48.7 43l-2.5 2.7l-6-9.2H33v-4.1h8v-4.2h-8V20h-4v20.6h9.1L45.5 52l5.5-5.6z"/><circle cx="31" cy="13" r="4"/><path d="M29.4 48.9c-4.5 0-8.2-3.7-8.2-8.2c0-3 1.7-5.7 4.1-7.1V29c-4.8 1.7-8.2 6.3-8.2 11.6C17 47.5 22.6 53 29.4 53c3.9 0 7.4-1.8 9.6-4.6l-2.5-3.7c-1.4 2.5-4.1 4.2-7.1 4.2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><g fill="#fff"><path d="m48.7 43l-2.5 2.7l-6-9.2H33v-4.1h8v-4.2h-8V20h-4v20.6h9.1L45.5 52l5.5-5.6z"/><circle cx="31" cy="13" r="4"/><path d="M29.4 48.9c-4.5 0-8.2-3.7-8.2-8.2c0-3 1.7-5.7 4.1-7.1V29c-4.8 1.7-8.2 6.3-8.2 11.6C17 47.5 22.6 53 29.4 53c3.9 0 7.4-1.8 9.6-4.6l-2.5-3.7c-1.4 2.5-4.1 4.2-7.1 4.2"/></g></svg>
</template>

CSS

.icon-wheelchair-symbol {
  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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%234fd1d9%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m48.7%2043l-2.5%202.7l-6-9.2H33v-4.1h8v-4.2h-8V20h-4v20.6h9.1L45.5%2052l5.5-5.6z%22%2F%3E%3Ccircle%20cx%3D%2231%22%20cy%3D%2213%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M29.4%2048.9c-4.5%200-8.2-3.7-8.2-8.2c0-3%201.7-5.7%204.1-7.1V29c-4.8%201.7-8.2%206.3-8.2%2011.6C17%2047.5%2022.6%2053%2029.4%2053c3.9%200%207.4-1.8%209.6-4.6l-2.5-3.7c-1.4%202.5-4.1%204.2-7.1%204.2%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%234fd1d9%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m48.7%2043l-2.5%202.7l-6-9.2H33v-4.1h8v-4.2h-8V20h-4v20.6h9.1L45.5%2052l5.5-5.6z%22%2F%3E%3Ccircle%20cx%3D%2231%22%20cy%3D%2213%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M29.4%2048.9c-4.5%200-8.2-3.7-8.2-8.2c0-3%201.7-5.7%204.1-7.1V29c-4.8%201.7-8.2%206.3-8.2%2011.6C17%2047.5%2022.6%2053%2029.4%2053c3.9%200%207.4-1.8%209.6-4.6l-2.5-3.7c-1.4%202.5-4.1%204.2-7.1%204.2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/wheelchair-symbol.svg?color=%231a73e8&size=48