wheelchair access icon

wheelchair-access-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
wheelchair-access-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Use the wheelchair access icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2a3 3 0 0 1 .157 5.995a2.5 2.5 0 0 1-.586 1.897L15.618 11h3.383l.14.004c.696.04 1.349.368 1.794.911c.474.58.664 1.342.517 2.076l-1 5a2.5 2.5 0 0 1-4.902-.982l.4-2.009H15a6 6 0 1 1-6.675-5.962l1.569-1.835l-.039-.024l-.087.089a2.5 2.5 0 0 1-3.536-3.536l1.5-1.5a2.5 2.5 0 0 1 3.101-.347l3.17 1.998A3 3 0 0 1 17 2m-8 9.5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m4.872 1c.428.595.752 1.27.94 2h2.97l-.762 3.804a1 1 0 0 0 1.96.392l1.001-5a1 1 0 0 0-.98-1.196zm-3.839-8.346a1 1 0 0 0-1.108.028l-.132.111l-1.5 1.5a1 1 0 1 0 1.414 1.414l.935-.936l2.518 1.587l-1.936 2.267c1.1.228 2.09.759 2.88 1.5l2.33-2.71a1.002 1.002 0 0 0-.225-1.499zM17 3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>

React

import type { SVGProps } from "react";

export function FluentWheelchairAccess24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2a3 3 0 0 1 .157 5.995a2.5 2.5 0 0 1-.586 1.897L15.618 11h3.383l.14.004c.696.04 1.349.368 1.794.911c.474.58.664 1.342.517 2.076l-1 5a2.5 2.5 0 0 1-4.902-.982l.4-2.009H15a6 6 0 1 1-6.675-5.962l1.569-1.835l-.039-.024l-.087.089a2.5 2.5 0 0 1-3.536-3.536l1.5-1.5a2.5 2.5 0 0 1 3.101-.347l3.17 1.998A3 3 0 0 1 17 2m-8 9.5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m4.872 1c.428.595.752 1.27.94 2h2.97l-.762 3.804a1 1 0 0 0 1.96.392l1.001-5a1 1 0 0 0-.98-1.196zm-3.839-8.346a1 1 0 0 0-1.108.028l-.132.111l-1.5 1.5a1 1 0 1 0 1.414 1.414l.935-.936l2.518 1.587l-1.936 2.267c1.1.228 2.09.759 2.88 1.5l2.33-2.71a1.002 1.002 0 0 0-.225-1.499zM17 3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2a3 3 0 0 1 .157 5.995a2.5 2.5 0 0 1-.586 1.897L15.618 11h3.383l.14.004c.696.04 1.349.368 1.794.911c.474.58.664 1.342.517 2.076l-1 5a2.5 2.5 0 0 1-4.902-.982l.4-2.009H15a6 6 0 1 1-6.675-5.962l1.569-1.835l-.039-.024l-.087.089a2.5 2.5 0 0 1-3.536-3.536l1.5-1.5a2.5 2.5 0 0 1 3.101-.347l3.17 1.998A3 3 0 0 1 17 2m-8 9.5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m4.872 1c.428.595.752 1.27.94 2h2.97l-.762 3.804a1 1 0 0 0 1.96.392l1.001-5a1 1 0 0 0-.98-1.196zm-3.839-8.346a1 1 0 0 0-1.108.028l-.132.111l-1.5 1.5a1 1 0 1 0 1.414 1.414l.935-.936l2.518 1.587l-1.936 2.267c1.1.228 2.09.759 2.88 1.5l2.33-2.71a1.002 1.002 0 0 0-.225-1.499zM17 3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
</template>

CSS

.icon-wheelchair-access-24-regular {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%202a3%203%200%200%201%20.157%205.995a2.5%202.5%200%200%201-.586%201.897L15.618%2011h3.383l.14.004c.696.04%201.349.368%201.794.911c.474.58.664%201.342.517%202.076l-1%205a2.5%202.5%200%200%201-4.902-.982l.4-2.009H15a6%206%200%201%201-6.675-5.962l1.569-1.835l-.039-.024l-.087.089a2.5%202.5%200%200%201-3.536-3.536l1.5-1.5a2.5%202.5%200%200%201%203.101-.347l3.17%201.998A3%203%200%200%201%2017%202m-8%209.5a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m4.872%201c.428.595.752%201.27.94%202h2.97l-.762%203.804a1%201%200%200%200%201.96.392l1.001-5a1%201%200%200%200-.98-1.196zm-3.839-8.346a1%201%200%200%200-1.108.028l-.132.111l-1.5%201.5a1%201%200%201%200%201.414%201.414l.935-.936l2.518%201.587l-1.936%202.267c1.1.228%202.09.759%202.88%201.5l2.33-2.71a1.002%201.002%200%200%200-.225-1.499zM17%203.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%202a3%203%200%200%201%20.157%205.995a2.5%202.5%200%200%201-.586%201.897L15.618%2011h3.383l.14.004c.696.04%201.349.368%201.794.911c.474.58.664%201.342.517%202.076l-1%205a2.5%202.5%200%200%201-4.902-.982l.4-2.009H15a6%206%200%201%201-6.675-5.962l1.569-1.835l-.039-.024l-.087.089a2.5%202.5%200%200%201-3.536-3.536l1.5-1.5a2.5%202.5%200%200%201%203.101-.347l3.17%201.998A3%203%200%200%201%2017%202m-8%209.5a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m4.872%201c.428.595.752%201.27.94%202h2.97l-.762%203.804a1%201%200%200%200%201.96.392l1.001-5a1%201%200%200%200-.98-1.196zm-3.839-8.346a1%201%200%200%200-1.108.028l-.132.111l-1.5%201.5a1%201%200%201%200%201.414%201.414l.935-.936l2.518%201.587l-1.936%202.267c1.1.228%202.09.759%202.88%201.5l2.33-2.71a1.002%201.002%200%200%200-.225-1.499zM17%203.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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