wheelchair symbol emoji

wheelchair-symbol from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
wheelchair-symbol
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the wheelchair symbol emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#269" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><circle cx="27" cy="7" r="3" fill="#fff"/><path fill="#fff" d="m13.06 13.06l2.367-2.366l3.859 1.158l-2.635 2.847a10 10 0 0 1 4.392 3.379l5.017-5.017a1.5 1.5 0 0 0-.63-2.497l-9.999-3a1.5 1.5 0 0 0-1.492.376l-3 3a1.5 1.5 0 1 0 2.121 2.12m16.065 4.949a1.5 1.5 0 0 0-1.262-.503l-6.786.617a10 10 0 0 1 1.464 2.879l3.548-.322l-1.554 6.995a1.499 1.499 0 1 0 2.928.65l2-9a1.5 1.5 0 0 0-.338-1.316M13 16a8 8 0 1 0 0 16a8 8 0 0 0 0-16m0 14a6 6 0 1 1 .002-12.002A6 6 0 0 1 13 30"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiWheelchairSymbol(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#269" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><circle cx="27" cy="7" r="3" fill="#fff"/><path fill="#fff" d="m13.06 13.06l2.367-2.366l3.859 1.158l-2.635 2.847a10 10 0 0 1 4.392 3.379l5.017-5.017a1.5 1.5 0 0 0-.63-2.497l-9.999-3a1.5 1.5 0 0 0-1.492.376l-3 3a1.5 1.5 0 1 0 2.121 2.12m16.065 4.949a1.5 1.5 0 0 0-1.262-.503l-6.786.617a10 10 0 0 1 1.464 2.879l3.548-.322l-1.554 6.995a1.499 1.499 0 1 0 2.928.65l2-9a1.5 1.5 0 0 0-.338-1.316M13 16a8 8 0 1 0 0 16a8 8 0 0 0 0-16m0 14a6 6 0 1 1 .002-12.002A6 6 0 0 1 13 30"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#269" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><circle cx="27" cy="7" r="3" fill="#fff"/><path fill="#fff" d="m13.06 13.06l2.367-2.366l3.859 1.158l-2.635 2.847a10 10 0 0 1 4.392 3.379l5.017-5.017a1.5 1.5 0 0 0-.63-2.497l-9.999-3a1.5 1.5 0 0 0-1.492.376l-3 3a1.5 1.5 0 1 0 2.121 2.12m16.065 4.949a1.5 1.5 0 0 0-1.262-.503l-6.786.617a10 10 0 0 1 1.464 2.879l3.548-.322l-1.554 6.995a1.499 1.499 0 1 0 2.928.65l2-9a1.5 1.5 0 0 0-.338-1.316M13 16a8 8 0 1 0 0 16a8 8 0 0 0 0-16m0 14a6 6 0 1 1 .002-12.002A6 6 0 0 1 13 30"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m13.06%2013.06l2.367-2.366l3.859%201.158l-2.635%202.847a10%2010%200%200%201%204.392%203.379l5.017-5.017a1.5%201.5%200%200%200-.63-2.497l-9.999-3a1.5%201.5%200%200%200-1.492.376l-3%203a1.5%201.5%200%201%200%202.121%202.12m16.065%204.949a1.5%201.5%200%200%200-1.262-.503l-6.786.617a10%2010%200%200%201%201.464%202.879l3.548-.322l-1.554%206.995a1.499%201.499%200%201%200%202.928.65l2-9a1.5%201.5%200%200%200-.338-1.316M13%2016a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m0%2014a6%206%200%201%201%20.002-12.002A6%206%200%200%201%2013%2030%22%2F%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m13.06%2013.06l2.367-2.366l3.859%201.158l-2.635%202.847a10%2010%200%200%201%204.392%203.379l5.017-5.017a1.5%201.5%200%200%200-.63-2.497l-9.999-3a1.5%201.5%200%200%200-1.492.376l-3%203a1.5%201.5%200%201%200%202.121%202.12m16.065%204.949a1.5%201.5%200%200%200-1.262-.503l-6.786.617a10%2010%200%200%201%201.464%202.879l3.548-.322l-1.554%206.995a1.499%201.499%200%201%200%202.928.65l2-9a1.5%201.5%200%200%200-.338-1.316M13%2016a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m0%2014a6%206%200%201%201%20.002-12.002A6%206%200%200%201%2013%2030%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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