wheelchair alt icon
wheelchair-alt from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- wheelchair-alt
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More devices icons from Health Icons
Use the wheelchair alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M16 33a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fill-rule="evenodd" d="M8 6h4.78l2.75 11H26a3 3 0 0 1 3 3v3h1a3 3 0 0 1 3 3v1.414l6.071 6.071l2.122-2.121l1.414 1.414l-3.536 3.536L33 30.243v5.928a3.001 3.001 0 1 1-2 0V29h-5.458A10 10 0 0 1 26 32c0 5.523-4.477 10-10 10S6 37.523 6 32c0-5.096 3.811-9.301 8.739-9.921L11.219 8H8zm19 17v-3a1 1 0 0 0-1-1h-9.97l.758 3.03a9.9 9.9 0 0 1 3.576.97zm-15 9a4 4 0 1 1 8 0a4 4 0 0 1-8 0m20 6a1 1 0 1 0 0 2a1 1 0 0 0 0-2" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsWheelchairAlt(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="M16 33a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fillRule="evenodd" d="M8 6h4.78l2.75 11H26a3 3 0 0 1 3 3v3h1a3 3 0 0 1 3 3v1.414l6.071 6.071l2.122-2.121l1.414 1.414l-3.536 3.536L33 30.243v5.928a3.001 3.001 0 1 1-2 0V29h-5.458A10 10 0 0 1 26 32c0 5.523-4.477 10-10 10S6 37.523 6 32c0-5.096 3.811-9.301 8.739-9.921L11.219 8H8zm19 17v-3a1 1 0 0 0-1-1h-9.97l.758 3.03a9.9 9.9 0 0 1 3.576.97zm-15 9a4 4 0 1 1 8 0a4 4 0 0 1-8 0m20 6a1 1 0 1 0 0 2a1 1 0 0 0 0-2" 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="M16 33a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fill-rule="evenodd" d="M8 6h4.78l2.75 11H26a3 3 0 0 1 3 3v3h1a3 3 0 0 1 3 3v1.414l6.071 6.071l2.122-2.121l1.414 1.414l-3.536 3.536L33 30.243v5.928a3.001 3.001 0 1 1-2 0V29h-5.458A10 10 0 0 1 26 32c0 5.523-4.477 10-10 10S6 37.523 6 32c0-5.096 3.811-9.301 8.739-9.921L11.219 8H8zm19 17v-3a1 1 0 0 0-1-1h-9.97l.758 3.03a9.9 9.9 0 0 1 3.576.97zm-15 9a4 4 0 1 1 8 0a4 4 0 0 1-8 0m20 6a1 1 0 1 0 0 2a1 1 0 0 0 0-2" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-wheelchair-alt {
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%22M16%2033a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%206h4.78l2.75%2011H26a3%203%200%200%201%203%203v3h1a3%203%200%200%201%203%203v1.414l6.071%206.071l2.122-2.121l1.414%201.414l-3.536%203.536L33%2030.243v5.928a3.001%203.001%200%201%201-2%200V29h-5.458A10%2010%200%200%201%2026%2032c0%205.523-4.477%2010-10%2010S6%2037.523%206%2032c0-5.096%203.811-9.301%208.739-9.921L11.219%208H8zm19%2017v-3a1%201%200%200%200-1-1h-9.97l.758%203.03a9.9%209.9%200%200%201%203.576.97zm-15%209a4%204%200%201%201%208%200a4%204%200%200%201-8%200m20%206a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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%22M16%2033a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%206h4.78l2.75%2011H26a3%203%200%200%201%203%203v3h1a3%203%200%200%201%203%203v1.414l6.071%206.071l2.122-2.121l1.414%201.414l-3.536%203.536L33%2030.243v5.928a3.001%203.001%200%201%201-2%200V29h-5.458A10%2010%200%200%201%2026%2032c0%205.523-4.477%2010-10%2010S6%2037.523%206%2032c0-5.096%203.811-9.301%208.739-9.921L11.219%208H8zm19%2017v-3a1%201%200%200%200-1-1h-9.97l.758%203.03a9.9%209.9%200%200%201%203.576.97zm-15%209a4%204%200%201%201%208%200a4%204%200%200%201-8%200m20%206a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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-alt.svg?color=%231a73e8&size=48