wheelchair alt icon
wheelchair-alt from Unicons by Iconscout · Line · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- wheelchair-alt
- Set
- Unicons
- Style
- Line
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More medical icons from Unicons
Use the wheelchair alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 16.18V16a3 3 0 0 0-2-2.82V7h1a1 1 0 0 0 0-2H7a3 3 0 0 0-3-3H3a1 1 0 0 0 0 2h1a1 1 0 0 1 1 1v7.42A5 5 0 1 0 12 17a4.9 4.9 0 0 0-.42-2H17a1 1 0 0 1 1 1v.18a3 3 0 1 0 2 0M7 20a3 3 0 1 1 3-3a3 3 0 0 1-3 3m9-7h-6a4.93 4.93 0 0 0-3-1v-1h9Zm0-4H7V7h9Zm3 11a1 1 0 1 1 1-1a1 1 0 0 1-1 1M7 16a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></svg>
React
import type { SVGProps } from "react";
export function UilWheelchairAlt(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="M20 16.18V16a3 3 0 0 0-2-2.82V7h1a1 1 0 0 0 0-2H7a3 3 0 0 0-3-3H3a1 1 0 0 0 0 2h1a1 1 0 0 1 1 1v7.42A5 5 0 1 0 12 17a4.9 4.9 0 0 0-.42-2H17a1 1 0 0 1 1 1v.18a3 3 0 1 0 2 0M7 20a3 3 0 1 1 3-3a3 3 0 0 1-3 3m9-7h-6a4.93 4.93 0 0 0-3-1v-1h9Zm0-4H7V7h9Zm3 11a1 1 0 1 1 1-1a1 1 0 0 1-1 1M7 16a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 16.18V16a3 3 0 0 0-2-2.82V7h1a1 1 0 0 0 0-2H7a3 3 0 0 0-3-3H3a1 1 0 0 0 0 2h1a1 1 0 0 1 1 1v7.42A5 5 0 1 0 12 17a4.9 4.9 0 0 0-.42-2H17a1 1 0 0 1 1 1v.18a3 3 0 1 0 2 0M7 20a3 3 0 1 1 3-3a3 3 0 0 1-3 3m9-7h-6a4.93 4.93 0 0 0-3-1v-1h9Zm0-4H7V7h9Zm3 11a1 1 0 1 1 1-1a1 1 0 0 1-1 1M7 16a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2016.18V16a3%203%200%200%200-2-2.82V7h1a1%201%200%200%200%200-2H7a3%203%200%200%200-3-3H3a1%201%200%200%200%200%202h1a1%201%200%200%201%201%201v7.42A5%205%200%201%200%2012%2017a4.9%204.9%200%200%200-.42-2H17a1%201%200%200%201%201%201v.18a3%203%200%201%200%202%200M7%2020a3%203%200%201%201%203-3a3%203%200%200%201-3%203m9-7h-6a4.93%204.93%200%200%200-3-1v-1h9Zm0-4H7V7h9Zm3%2011a1%201%200%201%201%201-1a1%201%200%200%201-1%201M7%2016a1%201%200%201%200%201%201a1%201%200%200%200-1-1%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%22M20%2016.18V16a3%203%200%200%200-2-2.82V7h1a1%201%200%200%200%200-2H7a3%203%200%200%200-3-3H3a1%201%200%200%200%200%202h1a1%201%200%200%201%201%201v7.42A5%205%200%201%200%2012%2017a4.9%204.9%200%200%200-.42-2H17a1%201%200%200%201%201%201v.18a3%203%200%201%200%202%200M7%2020a3%203%200%201%201%203-3a3%203%200%200%201-3%203m9-7h-6a4.93%204.93%200%200%200-3-1v-1h9Zm0-4H7V7h9Zm3%2011a1%201%200%201%201%201-1a1%201%200%200%201-1%201M7%2016a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/wheelchair-alt.svg?color=%231a73e8&size=48