wheelchair icon

wheelchair from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
wheelchair
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the wheelchair icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M255.59 189.47a8 8 0 0 0-10.12-5.06l-17.42 5.81l-28.9-57.8A8 8 0 0 0 192 128h-80v-24h56a8 8 0 0 0 0-16h-56v-9a32 32 0 1 0-16 0v10.81A72 72 0 0 0 112 232c33.52 0 63.69-22.71 71.75-54a8 8 0 1 0-15.5-4c-6.16 24-30.34 42-56.25 42a56 56 0 0 1-16-109.66V136a8 8 0 0 0 8 8h83.05l29.79 59.58a8 8 0 0 0 9.69 4l24-8a8 8 0 0 0 5.06-10.11M88 48a16 16 0 1 1 16 16a16 16 0 0 1-16-16"/></svg>

React

import type { SVGProps } from "react";

export function PhWheelchair(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M255.59 189.47a8 8 0 0 0-10.12-5.06l-17.42 5.81l-28.9-57.8A8 8 0 0 0 192 128h-80v-24h56a8 8 0 0 0 0-16h-56v-9a32 32 0 1 0-16 0v10.81A72 72 0 0 0 112 232c33.52 0 63.69-22.71 71.75-54a8 8 0 1 0-15.5-4c-6.16 24-30.34 42-56.25 42a56 56 0 0 1-16-109.66V136a8 8 0 0 0 8 8h83.05l29.79 59.58a8 8 0 0 0 9.69 4l24-8a8 8 0 0 0 5.06-10.11M88 48a16 16 0 1 1 16 16a16 16 0 0 1-16-16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M255.59 189.47a8 8 0 0 0-10.12-5.06l-17.42 5.81l-28.9-57.8A8 8 0 0 0 192 128h-80v-24h56a8 8 0 0 0 0-16h-56v-9a32 32 0 1 0-16 0v10.81A72 72 0 0 0 112 232c33.52 0 63.69-22.71 71.75-54a8 8 0 1 0-15.5-4c-6.16 24-30.34 42-56.25 42a56 56 0 0 1-16-109.66V136a8 8 0 0 0 8 8h83.05l29.79 59.58a8 8 0 0 0 9.69 4l24-8a8 8 0 0 0 5.06-10.11M88 48a16 16 0 1 1 16 16a16 16 0 0 1-16-16"/></svg>
</template>

CSS

.icon-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M255.59%20189.47a8%208%200%200%200-10.12-5.06l-17.42%205.81l-28.9-57.8A8%208%200%200%200%20192%20128h-80v-24h56a8%208%200%200%200%200-16h-56v-9a32%2032%200%201%200-16%200v10.81A72%2072%200%200%200%20112%20232c33.52%200%2063.69-22.71%2071.75-54a8%208%200%201%200-15.5-4c-6.16%2024-30.34%2042-56.25%2042a56%2056%200%200%201-16-109.66V136a8%208%200%200%200%208%208h83.05l29.79%2059.58a8%208%200%200%200%209.69%204l24-8a8%208%200%200%200%205.06-10.11M88%2048a16%2016%200%201%201%2016%2016a16%2016%200%200%201-16-16%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M255.59%20189.47a8%208%200%200%200-10.12-5.06l-17.42%205.81l-28.9-57.8A8%208%200%200%200%20192%20128h-80v-24h56a8%208%200%200%200%200-16h-56v-9a32%2032%200%201%200-16%200v10.81A72%2072%200%200%200%20112%20232c33.52%200%2063.69-22.71%2071.75-54a8%208%200%201%200-15.5-4c-6.16%2024-30.34%2042-56.25%2042a56%2056%200%200%201-16-109.66V136a8%208%200%200%200%208%208h83.05l29.79%2059.58a8%208%200%200%200%209.69%204l24-8a8%208%200%200%200%205.06-10.11M88%2048a16%2016%200%201%201%2016%2016a16%2016%200%200%201-16-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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