wheelchair icon
wheelchair from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- wheelchair
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
wheelchairFont Awesome 6 SolidwheelchairFont Awesome SolidwheelchairHuge IconswheelchairIconParkwheelchairIconPark OutlinewheelchairIconPark SolidwheelchairIconPark TwoTonewheelchairLine AwesomewheelchairMaterial Design Iconswheelchair-fillMingCute IconwheelchairMyna UI IconswheelchairPhosphorwheelchair-fillRemix IconwheelchairTabler IconswheelchairUnicons
More devices icons from Health Icons
Use the wheelchair icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30.5 9.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-5.87 22.873l1.364-.098Q26 32.138 26 32a6 6 0 0 0-8.482-5.464c.043 1.15.162 2.076.34 2.57c1.364 3.791 6.772 3.267 6.772 3.267"/><path fill-rule="evenodd" d="M38.339 37.403c.9 2.074-2.202 3.624-3.433 1.764c-1.232-1.86-4.286-7.224-4.286-7.224l-.62.045V32c0 5.523-4.477 10-10 10s-10-4.477-10-10c0-4.291 2.703-7.952 6.5-9.37v-5.88l-2.6-1.95l1.2-1.6l3.4 2.55v2.198c.252-.785.557-1.465.92-1.978c2.06-2.909 2.463-3.123 4.736-2.909s6.109 7.796 6.109 7.796s4.83 1.145 6.677 1.788c1.847.644.686 3.171-.498 3.124c-1.183-.048-7.671-.692-8.547-1.192c-.876-.501-2.344-2.91-2.344-2.91l-.144 1.92a10.1 10.1 0 0 1 2.844 2.765c1.803.157 3.851.322 4.45.322c1.137 0 1.397.787 1.397.787s3.339 7.868 4.239 9.942M25.397 26.095q-.081-.076-.166-.148A7.97 7.97 0 0 0 20 24a8 8 0 0 0-2.478.391a8 8 0 1 0 7.876 1.704" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsWheelchair(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30.5 9.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-5.87 22.873l1.364-.098Q26 32.138 26 32a6 6 0 0 0-8.482-5.464c.043 1.15.162 2.076.34 2.57c1.364 3.791 6.772 3.267 6.772 3.267"/><path fillRule="evenodd" d="M38.339 37.403c.9 2.074-2.202 3.624-3.433 1.764c-1.232-1.86-4.286-7.224-4.286-7.224l-.62.045V32c0 5.523-4.477 10-10 10s-10-4.477-10-10c0-4.291 2.703-7.952 6.5-9.37v-5.88l-2.6-1.95l1.2-1.6l3.4 2.55v2.198c.252-.785.557-1.465.92-1.978c2.06-2.909 2.463-3.123 4.736-2.909s6.109 7.796 6.109 7.796s4.83 1.145 6.677 1.788c1.847.644.686 3.171-.498 3.124c-1.183-.048-7.671-.692-8.547-1.192c-.876-.501-2.344-2.91-2.344-2.91l-.144 1.92a10.1 10.1 0 0 1 2.844 2.765c1.803.157 3.851.322 4.45.322c1.137 0 1.397.787 1.397.787s3.339 7.868 4.239 9.942M25.397 26.095q-.081-.076-.166-.148A7.97 7.97 0 0 0 20 24a8 8 0 0 0-2.478.391a8 8 0 1 0 7.876 1.704" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30.5 9.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-5.87 22.873l1.364-.098Q26 32.138 26 32a6 6 0 0 0-8.482-5.464c.043 1.15.162 2.076.34 2.57c1.364 3.791 6.772 3.267 6.772 3.267"/><path fill-rule="evenodd" d="M38.339 37.403c.9 2.074-2.202 3.624-3.433 1.764c-1.232-1.86-4.286-7.224-4.286-7.224l-.62.045V32c0 5.523-4.477 10-10 10s-10-4.477-10-10c0-4.291 2.703-7.952 6.5-9.37v-5.88l-2.6-1.95l1.2-1.6l3.4 2.55v2.198c.252-.785.557-1.465.92-1.978c2.06-2.909 2.463-3.123 4.736-2.909s6.109 7.796 6.109 7.796s4.83 1.145 6.677 1.788c1.847.644.686 3.171-.498 3.124c-1.183-.048-7.671-.692-8.547-1.192c-.876-.501-2.344-2.91-2.344-2.91l-.144 1.92a10.1 10.1 0 0 1 2.844 2.765c1.803.157 3.851.322 4.45.322c1.137 0 1.397.787 1.397.787s3.339 7.868 4.239 9.942M25.397 26.095q-.081-.076-.166-.148A7.97 7.97 0 0 0 20 24a8 8 0 0 0-2.478.391a8 8 0 1 0 7.876 1.704" clip-rule="evenodd"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M30.5%209.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m-5.87%2022.873l1.364-.098Q26%2032.138%2026%2032a6%206%200%200%200-8.482-5.464c.043%201.15.162%202.076.34%202.57c1.364%203.791%206.772%203.267%206.772%203.267%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M38.339%2037.403c.9%202.074-2.202%203.624-3.433%201.764c-1.232-1.86-4.286-7.224-4.286-7.224l-.62.045V32c0%205.523-4.477%2010-10%2010s-10-4.477-10-10c0-4.291%202.703-7.952%206.5-9.37v-5.88l-2.6-1.95l1.2-1.6l3.4%202.55v2.198c.252-.785.557-1.465.92-1.978c2.06-2.909%202.463-3.123%204.736-2.909s6.109%207.796%206.109%207.796s4.83%201.145%206.677%201.788c1.847.644.686%203.171-.498%203.124c-1.183-.048-7.671-.692-8.547-1.192c-.876-.501-2.344-2.91-2.344-2.91l-.144%201.92a10.1%2010.1%200%200%201%202.844%202.765c1.803.157%203.851.322%204.45.322c1.137%200%201.397.787%201.397.787s3.339%207.868%204.239%209.942M25.397%2026.095q-.081-.076-.166-.148A7.97%207.97%200%200%200%2020%2024a8%208%200%200%200-2.478.391a8%208%200%201%200%207.876%201.704%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M30.5%209.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m-5.87%2022.873l1.364-.098Q26%2032.138%2026%2032a6%206%200%200%200-8.482-5.464c.043%201.15.162%202.076.34%202.57c1.364%203.791%206.772%203.267%206.772%203.267%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M38.339%2037.403c.9%202.074-2.202%203.624-3.433%201.764c-1.232-1.86-4.286-7.224-4.286-7.224l-.62.045V32c0%205.523-4.477%2010-10%2010s-10-4.477-10-10c0-4.291%202.703-7.952%206.5-9.37v-5.88l-2.6-1.95l1.2-1.6l3.4%202.55v2.198c.252-.785.557-1.465.92-1.978c2.06-2.909%202.463-3.123%204.736-2.909s6.109%207.796%206.109%207.796s4.83%201.145%206.677%201.788c1.847.644.686%203.171-.498%203.124c-1.183-.048-7.671-.692-8.547-1.192c-.876-.501-2.344-2.91-2.344-2.91l-.144%201.92a10.1%2010.1%200%200%201%202.844%202.765c1.803.157%203.851.322%204.45.322c1.137%200%201.397.787%201.397.787s3.339%207.868%204.239%209.942M25.397%2026.095q-.081-.076-.166-.148A7.97%207.97%200%200%200%2020%2024a8%208%200%200%200-2.478.391a8%208%200%201%200%207.876%201.704%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/wheelchair.svg?color=%231a73e8&size=48