wheelchair icon
wheelchair-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Devices · MIT Free for personal and commercial use.
- Name
- wheelchair-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Devices
- Viewbox
- 24×24
- 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 24 24"><g fill="currentColor"><path d="M15.8 4.45a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill-rule="evenodd" d="M8.3 8.635L6.507 6.842L5.093 8.257L6.3 9.464v3.244a5 5 0 1 0 8.173 4.37c.47-.005.874-.004 1.193 0h.139l1.26 3.326a1 1 0 1 0 1.87-.709l-1.625-4.29l-3.694-2.154l-.616-.616v-.027l.002-.015a23 23 0 0 0 .089-.929l.011-.152c.264.21.543.427.792.598c.134.091.283.186.431.26c.09.045.263.128.478.163l3.422.978a1 1 0 0 0 .55-1.923l-3.164-.904a57 57 0 0 0-1.163-1.556a24 24 0 0 0-1.126-1.356a7 7 0 0 0-.542-.542a3 3 0 0 0-.274-.217a1.45 1.45 0 0 0-.744-.586c-.567-.187-1.042.059-1.301.258c-.261.201-.47.472-.632.72c-.17.261-.328.561-.473.874c-.443.956-.841 2.212-1.056 3.271zm4.2 7.915a3 3 0 1 1-6 0a3 3 0 0 1 6 0m2.746-5.956l-.017-.008z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsWheelchairOutline24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.8 4.45a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fillRule="evenodd" d="M8.3 8.635L6.507 6.842L5.093 8.257L6.3 9.464v3.244a5 5 0 1 0 8.173 4.37c.47-.005.874-.004 1.193 0h.139l1.26 3.326a1 1 0 1 0 1.87-.709l-1.625-4.29l-3.694-2.154l-.616-.616v-.027l.002-.015a23 23 0 0 0 .089-.929l.011-.152c.264.21.543.427.792.598c.134.091.283.186.431.26c.09.045.263.128.478.163l3.422.978a1 1 0 0 0 .55-1.923l-3.164-.904a57 57 0 0 0-1.163-1.556a24 24 0 0 0-1.126-1.356a7 7 0 0 0-.542-.542a3 3 0 0 0-.274-.217a1.45 1.45 0 0 0-.744-.586c-.567-.187-1.042.059-1.301.258c-.261.201-.47.472-.632.72c-.17.261-.328.561-.473.874c-.443.956-.841 2.212-1.056 3.271zm4.2 7.915a3 3 0 1 1-6 0a3 3 0 0 1 6 0m2.746-5.956l-.017-.008z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.8 4.45a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill-rule="evenodd" d="M8.3 8.635L6.507 6.842L5.093 8.257L6.3 9.464v3.244a5 5 0 1 0 8.173 4.37c.47-.005.874-.004 1.193 0h.139l1.26 3.326a1 1 0 1 0 1.87-.709l-1.625-4.29l-3.694-2.154l-.616-.616v-.027l.002-.015a23 23 0 0 0 .089-.929l.011-.152c.264.21.543.427.792.598c.134.091.283.186.431.26c.09.045.263.128.478.163l3.422.978a1 1 0 0 0 .55-1.923l-3.164-.904a57 57 0 0 0-1.163-1.556a24 24 0 0 0-1.126-1.356a7 7 0 0 0-.542-.542a3 3 0 0 0-.274-.217a1.45 1.45 0 0 0-.744-.586c-.567-.187-1.042.059-1.301.258c-.261.201-.47.472-.632.72c-.17.261-.328.561-.473.874c-.443.956-.841 2.212-1.056 3.271zm4.2 7.915a3 3 0 1 1-6 0a3 3 0 0 1 6 0m2.746-5.956l-.017-.008z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-wheelchair-outline-24px {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.8%204.45a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.3%208.635L6.507%206.842L5.093%208.257L6.3%209.464v3.244a5%205%200%201%200%208.173%204.37c.47-.005.874-.004%201.193%200h.139l1.26%203.326a1%201%200%201%200%201.87-.709l-1.625-4.29l-3.694-2.154l-.616-.616v-.027l.002-.015a23%2023%200%200%200%20.089-.929l.011-.152c.264.21.543.427.792.598c.134.091.283.186.431.26c.09.045.263.128.478.163l3.422.978a1%201%200%200%200%20.55-1.923l-3.164-.904a57%2057%200%200%200-1.163-1.556a24%2024%200%200%200-1.126-1.356a7%207%200%200%200-.542-.542a3%203%200%200%200-.274-.217a1.45%201.45%200%200%200-.744-.586c-.567-.187-1.042.059-1.301.258c-.261.201-.47.472-.632.72c-.17.261-.328.561-.473.874c-.443.956-.841%202.212-1.056%203.271zm4.2%207.915a3%203%200%201%201-6%200a3%203%200%200%201%206%200m2.746-5.956l-.017-.008z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.8%204.45a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.3%208.635L6.507%206.842L5.093%208.257L6.3%209.464v3.244a5%205%200%201%200%208.173%204.37c.47-.005.874-.004%201.193%200h.139l1.26%203.326a1%201%200%201%200%201.87-.709l-1.625-4.29l-3.694-2.154l-.616-.616v-.027l.002-.015a23%2023%200%200%200%20.089-.929l.011-.152c.264.21.543.427.792.598c.134.091.283.186.431.26c.09.045.263.128.478.163l3.422.978a1%201%200%200%200%20.55-1.923l-3.164-.904a57%2057%200%200%200-1.163-1.556a24%2024%200%200%200-1.126-1.356a7%207%200%200%200-.542-.542a3%203%200%200%200-.274-.217a1.45%201.45%200%200%200-.744-.586c-.567-.187-1.042.059-1.301.258c-.261.201-.47.472-.632.72c-.17.261-.328.561-.473.874c-.443.956-.841%202.212-1.056%203.271zm4.2%207.915a3%203%200%201%201-6%200a3%203%200%200%201%206%200m2.746-5.956l-.017-.008z%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-outline-24px.svg?color=%231a73e8&size=48