wheelchair from Font Awesome Solid by Dave Gandy · Solid · Accessibility · CC-BY-4.0 Attribution required.

Name
wheelchair
Set
Font Awesome Solid
Style
Solid
Category
Accessibility
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More accessibility icons from Font Awesome Solid

Use the wheelchair icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M200 104c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m-18.1 157.6l12.6 63C155.9 337 128 373.3 128 416c0 53 43 96 96 96c35.6 0 66.7-19.4 83.3-48.2c2.3.1 4.6.2 7 .2h62.4c-20.4 64.9-81 112-152.7 112c-88.4 0-160-71.6-160-160c0-73.8 50-135.9 117.9-154.4m148.6-28.1L354.2 352h60.5c33.3 0 63.2 20.7 74.9 51.9l25.5 68l18.7-6.2c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5l-48 16c-16.3 5.4-34-3-40.1-19.1l-36.3-96.9c-2.3-6.2-8.3-10.4-15-10.4H314.2c-30.5 0-56.8-21.5-62.8-51.4l-22.1-110.9c-6.4-31.9 18-61.7 50.6-61.7c24.6 0 45.8 17.4 50.6 41.5"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidWheelchair(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M200 104c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m-18.1 157.6l12.6 63C155.9 337 128 373.3 128 416c0 53 43 96 96 96c35.6 0 66.7-19.4 83.3-48.2c2.3.1 4.6.2 7 .2h62.4c-20.4 64.9-81 112-152.7 112c-88.4 0-160-71.6-160-160c0-73.8 50-135.9 117.9-154.4m148.6-28.1L354.2 352h60.5c33.3 0 63.2 20.7 74.9 51.9l25.5 68l18.7-6.2c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5l-48 16c-16.3 5.4-34-3-40.1-19.1l-36.3-96.9c-2.3-6.2-8.3-10.4-15-10.4H314.2c-30.5 0-56.8-21.5-62.8-51.4l-22.1-110.9c-6.4-31.9 18-61.7 50.6-61.7c24.6 0 45.8 17.4 50.6 41.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M200 104c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m-18.1 157.6l12.6 63C155.9 337 128 373.3 128 416c0 53 43 96 96 96c35.6 0 66.7-19.4 83.3-48.2c2.3.1 4.6.2 7 .2h62.4c-20.4 64.9-81 112-152.7 112c-88.4 0-160-71.6-160-160c0-73.8 50-135.9 117.9-154.4m148.6-28.1L354.2 352h60.5c33.3 0 63.2 20.7 74.9 51.9l25.5 68l18.7-6.2c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5l-48 16c-16.3 5.4-34-3-40.1-19.1l-36.3-96.9c-2.3-6.2-8.3-10.4-15-10.4H314.2c-30.5 0-56.8-21.5-62.8-51.4l-22.1-110.9c-6.4-31.9 18-61.7 50.6-61.7c24.6 0 45.8 17.4 50.6 41.5"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%20104c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56m-18.1%20157.6l12.6%2063C155.9%20337%20128%20373.3%20128%20416c0%2053%2043%2096%2096%2096c35.6%200%2066.7-19.4%2083.3-48.2c2.3.1%204.6.2%207%20.2h62.4c-20.4%2064.9-81%20112-152.7%20112c-88.4%200-160-71.6-160-160c0-73.8%2050-135.9%20117.9-154.4m148.6-28.1L354.2%20352h60.5c33.3%200%2063.2%2020.7%2074.9%2051.9l25.5%2068l18.7-6.2c16.8-5.6%2034.9%203.5%2040.5%2020.2s-3.5%2034.9-20.2%2040.5l-48%2016c-16.3%205.4-34-3-40.1-19.1l-36.3-96.9c-2.3-6.2-8.3-10.4-15-10.4H314.2c-30.5%200-56.8-21.5-62.8-51.4l-22.1-110.9c-6.4-31.9%2018-61.7%2050.6-61.7c24.6%200%2045.8%2017.4%2050.6%2041.5%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%20104c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56m-18.1%20157.6l12.6%2063C155.9%20337%20128%20373.3%20128%20416c0%2053%2043%2096%2096%2096c35.6%200%2066.7-19.4%2083.3-48.2c2.3.1%204.6.2%207%20.2h62.4c-20.4%2064.9-81%20112-152.7%20112c-88.4%200-160-71.6-160-160c0-73.8%2050-135.9%20117.9-154.4m148.6-28.1L354.2%20352h60.5c33.3%200%2063.2%2020.7%2074.9%2051.9l25.5%2068l18.7-6.2c16.8-5.6%2034.9%203.5%2040.5%2020.2s-3.5%2034.9-20.2%2040.5l-48%2016c-16.3%205.4-34-3-40.1-19.1l-36.3-96.9c-2.3-6.2-8.3-10.4-15-10.4H314.2c-30.5%200-56.8-21.5-62.8-51.4l-22.1-110.9c-6.4-31.9%2018-61.7%2050.6-61.7c24.6%200%2045.8%2017.4%2050.6%2041.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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