wheelchair alt icon

wheelchair-alt-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.

Name
wheelchair-alt-outline
Set
Health Icons
Style
Outline
Category
Devices
Viewbox
48×48
License
MIT
Aliases
wheelchair-alt2x-outline

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="M17 32a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill-rule="evenodd" d="M10 32a6 6 0 1 1 12 0a6 6 0 0 1-12 0m6-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8" clip-rule="evenodd"/><path fill-rule="evenodd" d="M8 6v2h3.22l3.519 14.079c-4.928.62-8.74 4.825-8.74 9.921c0 5.523 4.478 10 10 10c5.524 0 10-4.477 10-10c0-1.045-.16-2.053-.457-3H31v7.17A3.001 3.001 0 0 0 32 42a3 3 0 0 0 1-5.83v-5.928l6.071 6.072l3.536-3.536l-1.414-1.414l-2.122 2.121L33 27.414V26a3 3 0 0 0-3-3h-1v-3a3 3 0 0 0-3-3H15.53L12.78 6zm8.03 13l.758 3.03a9.9 9.9 0 0 1 3.576.97H27v-3a1 1 0 0 0-1-1zM31 27h-6.338a10 10 0 0 0-1.52-2H30a1 1 0 0 1 1 1zm-15-3a8 8 0 1 0 0 16a8 8 0 0 0 0-16m15 15a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsWheelchairAltOutline(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="M17 32a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fillRule="evenodd" d="M10 32a6 6 0 1 1 12 0a6 6 0 0 1-12 0m6-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8" clipRule="evenodd"/><path fillRule="evenodd" d="M8 6v2h3.22l3.519 14.079c-4.928.62-8.74 4.825-8.74 9.921c0 5.523 4.478 10 10 10c5.524 0 10-4.477 10-10c0-1.045-.16-2.053-.457-3H31v7.17A3.001 3.001 0 0 0 32 42a3 3 0 0 0 1-5.83v-5.928l6.071 6.072l3.536-3.536l-1.414-1.414l-2.122 2.121L33 27.414V26a3 3 0 0 0-3-3h-1v-3a3 3 0 0 0-3-3H15.53L12.78 6zm8.03 13l.758 3.03a9.9 9.9 0 0 1 3.576.97H27v-3a1 1 0 0 0-1-1zM31 27h-6.338a10 10 0 0 0-1.52-2H30a1 1 0 0 1 1 1zm-15-3a8 8 0 1 0 0 16a8 8 0 0 0 0-16m15 15a1 1 0 1 1 2 0a1 1 0 0 1-2 0" 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="M17 32a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill-rule="evenodd" d="M10 32a6 6 0 1 1 12 0a6 6 0 0 1-12 0m6-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8" clip-rule="evenodd"/><path fill-rule="evenodd" d="M8 6v2h3.22l3.519 14.079c-4.928.62-8.74 4.825-8.74 9.921c0 5.523 4.478 10 10 10c5.524 0 10-4.477 10-10c0-1.045-.16-2.053-.457-3H31v7.17A3.001 3.001 0 0 0 32 42a3 3 0 0 0 1-5.83v-5.928l6.071 6.072l3.536-3.536l-1.414-1.414l-2.122 2.121L33 27.414V26a3 3 0 0 0-3-3h-1v-3a3 3 0 0 0-3-3H15.53L12.78 6zm8.03 13l.758 3.03a9.9 9.9 0 0 1 3.576.97H27v-3a1 1 0 0 0-1-1zM31 27h-6.338a10 10 0 0 0-1.52-2H30a1 1 0 0 1 1 1zm-15-3a8 8 0 1 0 0 16a8 8 0 0 0 0-16m15 15a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-wheelchair-alt-outline {
  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%22M17%2032a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2032a6%206%200%201%201%2012%200a6%206%200%200%201-12%200m6-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%206v2h3.22l3.519%2014.079c-4.928.62-8.74%204.825-8.74%209.921c0%205.523%204.478%2010%2010%2010c5.524%200%2010-4.477%2010-10c0-1.045-.16-2.053-.457-3H31v7.17A3.001%203.001%200%200%200%2032%2042a3%203%200%200%200%201-5.83v-5.928l6.071%206.072l3.536-3.536l-1.414-1.414l-2.122%202.121L33%2027.414V26a3%203%200%200%200-3-3h-1v-3a3%203%200%200%200-3-3H15.53L12.78%206zm8.03%2013l.758%203.03a9.9%209.9%200%200%201%203.576.97H27v-3a1%201%200%200%200-1-1zM31%2027h-6.338a10%2010%200%200%200-1.52-2H30a1%201%200%200%201%201%201zm-15-3a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m15%2015a1%201%200%201%201%202%200a1%201%200%200%201-2%200%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%22M17%2032a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2032a6%206%200%201%201%2012%200a6%206%200%200%201-12%200m6-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%206v2h3.22l3.519%2014.079c-4.928.62-8.74%204.825-8.74%209.921c0%205.523%204.478%2010%2010%2010c5.524%200%2010-4.477%2010-10c0-1.045-.16-2.053-.457-3H31v7.17A3.001%203.001%200%200%200%2032%2042a3%203%200%200%200%201-5.83v-5.928l6.071%206.072l3.536-3.536l-1.414-1.414l-2.122%202.121L33%2027.414V26a3%203%200%200%200-3-3h-1v-3a3%203%200%200%200-3-3H15.53L12.78%206zm8.03%2013l.758%203.03a9.9%209.9%200%200%201%203.576.97H27v-3a1%201%200%200%200-1-1zM31%2027h-6.338a10%2010%200%200%200-1.52-2H30a1%201%200%200%201%201%201zm-15-3a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m15%2015a1%201%200%201%201%202%200a1%201%200%200%201-2%200%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-outline.svg?color=%231a73e8&size=48