wheelchair icon

wheelchair from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
wheelchair
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the wheelchair icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13 16.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m9 3.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M13 14h3c.93 0 1.395 0 1.776.102a3 3 0 0 1 2.122 2.122C20 16.605 20 17.07 20 18M5 11V5c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C3.398 2 2.932 2 2 2m3 5h13m-2 0v7"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWheelchair(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M13 16.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m9 3.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M13 14h3c.93 0 1.395 0 1.776.102a3 3 0 0 1 2.122 2.122C20 16.605 20 17.07 20 18M5 11V5c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C3.398 2 2.932 2 2 2m3 5h13m-2 0v7"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13 16.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m9 3.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M13 14h3c.93 0 1.395 0 1.776.102a3 3 0 0 1 2.122 2.122C20 16.605 20 17.07 20 18M5 11V5c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C3.398 2 2.932 2 2 2m3 5h13m-2 0v7"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%2016.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m9%203.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22M13%2014h3c.93%200%201.395%200%201.776.102a3%203%200%200%201%202.122%202.122C20%2016.605%2020%2017.07%2020%2018M5%2011V5c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C3.398%202%202.932%202%202%202m3%205h13m-2%200v7%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%2016.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m9%203.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22M13%2014h3c.93%200%201.395%200%201.776.102a3%203%200%200%201%202.122%202.122C20%2016.605%2020%2017.07%2020%2018M5%2011V5c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C3.398%202%202.932%202%202%202m3%205h13m-2%200v7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/wheelchair.svg?color=%231a73e8&size=48