manual-wheelchair from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
manual-wheelchair
Set
Fluent Emoji High Contrast
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji High Contrast

Use the manual wheelchair emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M22.99 23a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path d="M24.033 1.746L22.246 8H15.17a3.17 3.17 0 0 0-3.166 3.006A2.164 2.164 0 0 0 10 13.16v2.52l-4.127 5.778l-1.165-1.166a1 1 0 1 0-1.416 1.415l2 2a1 1 0 0 0 1.545-.159L10 19.121v5.087a2.5 2.5 0 1 0 2 0v-3.14q.058.02.115.043c.216.09.416.233.57.478c.159.25.315.679.315 1.411a1 1 0 0 0 1 1h1.927c1.03 2.912 3.81 5 7.073 5c4.15 0 7.5-3.36 7.5-7.5a7.5 7.5 0 0 0-6.5-7.434V9.138L25.755 3H29a1 1 0 1 0 0-2h-3.979a1 1 0 0 0-.626.204a1 1 0 0 0-.363.542M19.258 15a7.5 7.5 0 0 0-3.742 7h-.595a4 4 0 0 0-.544-1.48a3.2 3.2 0 0 0-1.492-1.256a3.7 3.7 0 0 0-.885-.243V15zm-4.088-5H22v1h-7.988c.082-.567.568-1 1.158-1m3.33 11.5a4.494 4.494 0 1 1 8.99 0a4.494 4.494 0 1 1-8.99 0"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastManualWheelchair(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M22.99 23a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path d="M24.033 1.746L22.246 8H15.17a3.17 3.17 0 0 0-3.166 3.006A2.164 2.164 0 0 0 10 13.16v2.52l-4.127 5.778l-1.165-1.166a1 1 0 1 0-1.416 1.415l2 2a1 1 0 0 0 1.545-.159L10 19.121v5.087a2.5 2.5 0 1 0 2 0v-3.14q.058.02.115.043c.216.09.416.233.57.478c.159.25.315.679.315 1.411a1 1 0 0 0 1 1h1.927c1.03 2.912 3.81 5 7.073 5c4.15 0 7.5-3.36 7.5-7.5a7.5 7.5 0 0 0-6.5-7.434V9.138L25.755 3H29a1 1 0 1 0 0-2h-3.979a1 1 0 0 0-.626.204a1 1 0 0 0-.363.542M19.258 15a7.5 7.5 0 0 0-3.742 7h-.595a4 4 0 0 0-.544-1.48a3.2 3.2 0 0 0-1.492-1.256a3.7 3.7 0 0 0-.885-.243V15zm-4.088-5H22v1h-7.988c.082-.567.568-1 1.158-1m3.33 11.5a4.494 4.494 0 1 1 8.99 0a4.494 4.494 0 1 1-8.99 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M22.99 23a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path d="M24.033 1.746L22.246 8H15.17a3.17 3.17 0 0 0-3.166 3.006A2.164 2.164 0 0 0 10 13.16v2.52l-4.127 5.778l-1.165-1.166a1 1 0 1 0-1.416 1.415l2 2a1 1 0 0 0 1.545-.159L10 19.121v5.087a2.5 2.5 0 1 0 2 0v-3.14q.058.02.115.043c.216.09.416.233.57.478c.159.25.315.679.315 1.411a1 1 0 0 0 1 1h1.927c1.03 2.912 3.81 5 7.073 5c4.15 0 7.5-3.36 7.5-7.5a7.5 7.5 0 0 0-6.5-7.434V9.138L25.755 3H29a1 1 0 1 0 0-2h-3.979a1 1 0 0 0-.626.204a1 1 0 0 0-.363.542M19.258 15a7.5 7.5 0 0 0-3.742 7h-.595a4 4 0 0 0-.544-1.48a3.2 3.2 0 0 0-1.492-1.256a3.7 3.7 0 0 0-.885-.243V15zm-4.088-5H22v1h-7.988c.082-.567.568-1 1.158-1m3.33 11.5a4.494 4.494 0 1 1 8.99 0a4.494 4.494 0 1 1-8.99 0"/></g></svg>
</template>

CSS

.icon-manual-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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M22.99%2023a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20d%3D%22M24.033%201.746L22.246%208H15.17a3.17%203.17%200%200%200-3.166%203.006A2.164%202.164%200%200%200%2010%2013.16v2.52l-4.127%205.778l-1.165-1.166a1%201%200%201%200-1.416%201.415l2%202a1%201%200%200%200%201.545-.159L10%2019.121v5.087a2.5%202.5%200%201%200%202%200v-3.14q.058.02.115.043c.216.09.416.233.57.478c.159.25.315.679.315%201.411a1%201%200%200%200%201%201h1.927c1.03%202.912%203.81%205%207.073%205c4.15%200%207.5-3.36%207.5-7.5a7.5%207.5%200%200%200-6.5-7.434V9.138L25.755%203H29a1%201%200%201%200%200-2h-3.979a1%201%200%200%200-.626.204a1%201%200%200%200-.363.542M19.258%2015a7.5%207.5%200%200%200-3.742%207h-.595a4%204%200%200%200-.544-1.48a3.2%203.2%200%200%200-1.492-1.256a3.7%203.7%200%200%200-.885-.243V15zm-4.088-5H22v1h-7.988c.082-.567.568-1%201.158-1m3.33%2011.5a4.494%204.494%200%201%201%208.99%200a4.494%204.494%200%201%201-8.99%200%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M22.99%2023a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20d%3D%22M24.033%201.746L22.246%208H15.17a3.17%203.17%200%200%200-3.166%203.006A2.164%202.164%200%200%200%2010%2013.16v2.52l-4.127%205.778l-1.165-1.166a1%201%200%201%200-1.416%201.415l2%202a1%201%200%200%200%201.545-.159L10%2019.121v5.087a2.5%202.5%200%201%200%202%200v-3.14q.058.02.115.043c.216.09.416.233.57.478c.159.25.315.679.315%201.411a1%201%200%200%200%201%201h1.927c1.03%202.912%203.81%205%207.073%205c4.15%200%207.5-3.36%207.5-7.5a7.5%207.5%200%200%200-6.5-7.434V9.138L25.755%203H29a1%201%200%201%200%200-2h-3.979a1%201%200%200%200-.626.204a1%201%200%200%200-.363.542M19.258%2015a7.5%207.5%200%200%200-3.742%207h-.595a4%204%200%200%200-.544-1.48a3.2%203.2%200%200%200-1.492-1.256a3.7%203.7%200%200%200-.885-.243V15zm-4.088-5H22v1h-7.988c.082-.567.568-1%201.158-1m3.33%2011.5a4.494%204.494%200%201%201%208.99%200a4.494%204.494%200%201%201-8.99%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/manual-wheelchair.svg?color=%231a73e8&size=48