wheelchair from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
wheelchair
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

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="M14.449 16.4A4.802 4.802 0 0 1 5 15.2a4.8 4.8 0 0 1 2.8-4.365"/><path d="m9.8 7.2l.695 6.258a1 1 0 0 0 1.051.888l5.044-.288a1 1 0 0 1 1.056.953l.11 2.434a1 1 0 0 0 1 .955H19"/><path d="M11.2 5.6a1.6 1.6 0 1 1-3.2 0a1.6 1.6 0 0 1 3.2 0m1.55 4.8h3"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiWheelchair(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="M14.449 16.4A4.802 4.802 0 0 1 5 15.2a4.8 4.8 0 0 1 2.8-4.365"/><path d="m9.8 7.2l.695 6.258a1 1 0 0 0 1.051.888l5.044-.288a1 1 0 0 1 1.056.953l.11 2.434a1 1 0 0 0 1 .955H19"/><path d="M11.2 5.6a1.6 1.6 0 1 1-3.2 0a1.6 1.6 0 0 1 3.2 0m1.55 4.8h3"/></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="M14.449 16.4A4.802 4.802 0 0 1 5 15.2a4.8 4.8 0 0 1 2.8-4.365"/><path d="m9.8 7.2l.695 6.258a1 1 0 0 0 1.051.888l5.044-.288a1 1 0 0 1 1.056.953l.11 2.434a1 1 0 0 0 1 .955H19"/><path d="M11.2 5.6a1.6 1.6 0 1 1-3.2 0a1.6 1.6 0 0 1 3.2 0m1.55 4.8h3"/></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%22M14.449%2016.4A4.802%204.802%200%200%201%205%2015.2a4.8%204.8%200%200%201%202.8-4.365%22%2F%3E%3Cpath%20d%3D%22m9.8%207.2l.695%206.258a1%201%200%200%200%201.051.888l5.044-.288a1%201%200%200%201%201.056.953l.11%202.434a1%201%200%200%200%201%20.955H19%22%2F%3E%3Cpath%20d%3D%22M11.2%205.6a1.6%201.6%200%201%201-3.2%200a1.6%201.6%200%200%201%203.2%200m1.55%204.8h3%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%22M14.449%2016.4A4.802%204.802%200%200%201%205%2015.2a4.8%204.8%200%200%201%202.8-4.365%22%2F%3E%3Cpath%20d%3D%22m9.8%207.2l.695%206.258a1%201%200%200%200%201.051.888l5.044-.288a1%201%200%200%201%201.056.953l.11%202.434a1%201%200%200%200%201%20.955H19%22%2F%3E%3Cpath%20d%3D%22M11.2%205.6a1.6%201.6%200%201%201-3.2%200a1.6%201.6%200%200%201%203.2%200m1.55%204.8h3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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