wheelchair icon
wheelchair from Material Design Icons by Pictogrammers · Filled · Medical / Hospital · Apache-2.0 Free for personal and commercial use.
- Name
- wheelchair
- Set
- Material Design Icons
- Style
- Filled
- Category
- Medical / Hospital
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- accessible, international-symbol-of-access, isa
The same icon in other sets
wheelchairFont Awesome 6 SolidwheelchairFont Awesome SolidwheelchairHealth IconswheelchairHuge IconswheelchairIconParkwheelchairIconPark OutlinewheelchairIconPark SolidwheelchairIconPark TwoTonewheelchairLine Awesomewheelchair-fillMingCute IconwheelchairMyna UI IconswheelchairPhosphorwheelchair-fillRemix IconwheelchairTabler IconswheelchairUnicons
More medical / hospital icons from Material Design Icons
Use the wheelchair icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14 16l1.32 1.76C14.32 19.68 12.31 21 10 21c-3.31 0-6-2.69-6-6c0-2.43 1.46-4.5 3.55-5.45l.21 2.17C6.71 12.44 6 13.63 6 15c0 2.21 1.79 4 4 4c1.86 0 3.41-1.28 3.86-3zm5.55.11l-1.25.62L15.5 13h-4.59l-.2-2H14V9h-3.5l-.3-3c1.01-.12 1.8-.96 1.8-2a2 2 0 1 0-4 0v.1L9.1 15h5.4l3.2 4.27l2.75-1.37z"/></svg>
React
import type { SVGProps } from "react";
export function MdiWheelchair(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14 16l1.32 1.76C14.32 19.68 12.31 21 10 21c-3.31 0-6-2.69-6-6c0-2.43 1.46-4.5 3.55-5.45l.21 2.17C6.71 12.44 6 13.63 6 15c0 2.21 1.79 4 4 4c1.86 0 3.41-1.28 3.86-3zm5.55.11l-1.25.62L15.5 13h-4.59l-.2-2H14V9h-3.5l-.3-3c1.01-.12 1.8-.96 1.8-2a2 2 0 1 0-4 0v.1L9.1 15h5.4l3.2 4.27l2.75-1.37z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14 16l1.32 1.76C14.32 19.68 12.31 21 10 21c-3.31 0-6-2.69-6-6c0-2.43 1.46-4.5 3.55-5.45l.21 2.17C6.71 12.44 6 13.63 6 15c0 2.21 1.79 4 4 4c1.86 0 3.41-1.28 3.86-3zm5.55.11l-1.25.62L15.5 13h-4.59l-.2-2H14V9h-3.5l-.3-3c1.01-.12 1.8-.96 1.8-2a2 2 0 1 0-4 0v.1L9.1 15h5.4l3.2 4.27l2.75-1.37z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14%2016l1.32%201.76C14.32%2019.68%2012.31%2021%2010%2021c-3.31%200-6-2.69-6-6c0-2.43%201.46-4.5%203.55-5.45l.21%202.17C6.71%2012.44%206%2013.63%206%2015c0%202.21%201.79%204%204%204c1.86%200%203.41-1.28%203.86-3zm5.55.11l-1.25.62L15.5%2013h-4.59l-.2-2H14V9h-3.5l-.3-3c1.01-.12%201.8-.96%201.8-2a2%202%200%201%200-4%200v.1L9.1%2015h5.4l3.2%204.27l2.75-1.37z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14%2016l1.32%201.76C14.32%2019.68%2012.31%2021%2010%2021c-3.31%200-6-2.69-6-6c0-2.43%201.46-4.5%203.55-5.45l.21%202.17C6.71%2012.44%206%2013.63%206%2015c0%202.21%201.79%204%204%204c1.86%200%203.41-1.28%203.86-3zm5.55.11l-1.25.62L15.5%2013h-4.59l-.2-2H14V9h-3.5l-.3-3c1.01-.12%201.8-.96%201.8-2a2%202%200%201%200-4%200v.1L9.1%2015h5.4l3.2%204.27l2.75-1.37z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/wheelchair.svg?color=%231a73e8&size=48