wheelchair icon

wheelchair-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
wheelchair-light
Set
Phosphor
Style
Light
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="M253.69 190.1a6 6 0 0 0-7.59-3.79l-19.1 6.35l-29.68-59.34A6 6 0 0 0 192 130h-82v-27.95h58a6 6 0 0 0 0-12h-58V77.4a30 30 0 1 0-12 0v14A70 70 0 0 0 112 230c32.62 0 62-22.08 69.81-52.5a6 6 0 0 0-11.62-3c-6.49 25.21-31 43.5-58.19 43.5a58 58 0 0 1-14-114.28V136a6 6 0 0 0 6 6h84.29l30.34 60.68a6 6 0 0 0 7.27 3l24-8a6 6 0 0 0 3.79-7.58M86 48a18 18 0 1 1 18 18a18 18 0 0 1-18-18"/></svg>

React

import type { SVGProps } from "react";

export function PhWheelchairLight(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="M253.69 190.1a6 6 0 0 0-7.59-3.79l-19.1 6.35l-29.68-59.34A6 6 0 0 0 192 130h-82v-27.95h58a6 6 0 0 0 0-12h-58V77.4a30 30 0 1 0-12 0v14A70 70 0 0 0 112 230c32.62 0 62-22.08 69.81-52.5a6 6 0 0 0-11.62-3c-6.49 25.21-31 43.5-58.19 43.5a58 58 0 0 1-14-114.28V136a6 6 0 0 0 6 6h84.29l30.34 60.68a6 6 0 0 0 7.27 3l24-8a6 6 0 0 0 3.79-7.58M86 48a18 18 0 1 1 18 18a18 18 0 0 1-18-18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M253.69 190.1a6 6 0 0 0-7.59-3.79l-19.1 6.35l-29.68-59.34A6 6 0 0 0 192 130h-82v-27.95h58a6 6 0 0 0 0-12h-58V77.4a30 30 0 1 0-12 0v14A70 70 0 0 0 112 230c32.62 0 62-22.08 69.81-52.5a6 6 0 0 0-11.62-3c-6.49 25.21-31 43.5-58.19 43.5a58 58 0 0 1-14-114.28V136a6 6 0 0 0 6 6h84.29l30.34 60.68a6 6 0 0 0 7.27 3l24-8a6 6 0 0 0 3.79-7.58M86 48a18 18 0 1 1 18 18a18 18 0 0 1-18-18"/></svg>
</template>

CSS

.icon-wheelchair-light {
  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%22M253.69%20190.1a6%206%200%200%200-7.59-3.79l-19.1%206.35l-29.68-59.34A6%206%200%200%200%20192%20130h-82v-27.95h58a6%206%200%200%200%200-12h-58V77.4a30%2030%200%201%200-12%200v14A70%2070%200%200%200%20112%20230c32.62%200%2062-22.08%2069.81-52.5a6%206%200%200%200-11.62-3c-6.49%2025.21-31%2043.5-58.19%2043.5a58%2058%200%200%201-14-114.28V136a6%206%200%200%200%206%206h84.29l30.34%2060.68a6%206%200%200%200%207.27%203l24-8a6%206%200%200%200%203.79-7.58M86%2048a18%2018%200%201%201%2018%2018a18%2018%200%200%201-18-18%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%22M253.69%20190.1a6%206%200%200%200-7.59-3.79l-19.1%206.35l-29.68-59.34A6%206%200%200%200%20192%20130h-82v-27.95h58a6%206%200%200%200%200-12h-58V77.4a30%2030%200%201%200-12%200v14A70%2070%200%200%200%20112%20230c32.62%200%2062-22.08%2069.81-52.5a6%206%200%200%200-11.62-3c-6.49%2025.21-31%2043.5-58.19%2043.5a58%2058%200%200%201-14-114.28V136a6%206%200%200%200%206%206h84.29l30.34%2060.68a6%206%200%200%200%207.27%203l24-8a6%206%200%200%200%203.79-7.58M86%2048a18%2018%200%201%201%2018%2018a18%2018%200%200%201-18-18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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