wheelchair access icon

wheelchair-access-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
wheelchair-access-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M7.25 9.5q.311 0 .61.044a4.25 4.25 0 0 1 3.64 4.206A4.25 4.25 0 1 1 7.25 9.5m.016-5.262a1.25 1.25 0 0 1 1.388-.053l3.39 2.084l.891.53a1.25 1.25 0 0 1 .319 1.876L11.727 10.5h3.524a1.25 1.25 0 0 1 1.22 1.52l-1 4.504a1.25 1.25 0 0 1-2.44-.542l.66-2.982h-1.247a5.25 5.25 0 0 0-3.829-4.32l.889-1.038l-1.384-.85l-1.058.907a1.25 1.25 0 0 1-1.626-1.898l1.75-1.5zM14 2a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>

React

import type { SVGProps } from "react";

export function FluentWheelchairAccess20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.25 9.5q.311 0 .61.044a4.25 4.25 0 0 1 3.64 4.206A4.25 4.25 0 1 1 7.25 9.5m.016-5.262a1.25 1.25 0 0 1 1.388-.053l3.39 2.084l.891.53a1.25 1.25 0 0 1 .319 1.876L11.727 10.5h3.524a1.25 1.25 0 0 1 1.22 1.52l-1 4.504a1.25 1.25 0 0 1-2.44-.542l.66-2.982h-1.247a5.25 5.25 0 0 0-3.829-4.32l.889-1.038l-1.384-.85l-1.058.907a1.25 1.25 0 0 1-1.626-1.898l1.75-1.5zM14 2a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.25 9.5q.311 0 .61.044a4.25 4.25 0 0 1 3.64 4.206A4.25 4.25 0 1 1 7.25 9.5m.016-5.262a1.25 1.25 0 0 1 1.388-.053l3.39 2.084l.891.53a1.25 1.25 0 0 1 .319 1.876L11.727 10.5h3.524a1.25 1.25 0 0 1 1.22 1.52l-1 4.504a1.25 1.25 0 0 1-2.44-.542l.66-2.982h-1.247a5.25 5.25 0 0 0-3.829-4.32l.889-1.038l-1.384-.85l-1.058.907a1.25 1.25 0 0 1-1.626-1.898l1.75-1.5zM14 2a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
</template>

CSS

.icon-wheelchair-access-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.25%209.5q.311%200%20.61.044a4.25%204.25%200%200%201%203.64%204.206A4.25%204.25%200%201%201%207.25%209.5m.016-5.262a1.25%201.25%200%200%201%201.388-.053l3.39%202.084l.891.53a1.25%201.25%200%200%201%20.319%201.876L11.727%2010.5h3.524a1.25%201.25%200%200%201%201.22%201.52l-1%204.504a1.25%201.25%200%200%201-2.44-.542l.66-2.982h-1.247a5.25%205.25%200%200%200-3.829-4.32l.889-1.038l-1.384-.85l-1.058.907a1.25%201.25%200%200%201-1.626-1.898l1.75-1.5zM14%202a2%202%200%201%201%200%204a2%202%200%200%201%200-4%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.25%209.5q.311%200%20.61.044a4.25%204.25%200%200%201%203.64%204.206A4.25%204.25%200%201%201%207.25%209.5m.016-5.262a1.25%201.25%200%200%201%201.388-.053l3.39%202.084l.891.53a1.25%201.25%200%200%201%20.319%201.876L11.727%2010.5h3.524a1.25%201.25%200%200%201%201.22%201.52l-1%204.504a1.25%201.25%200%200%201-2.44-.542l.66-2.982h-1.247a5.25%205.25%200%200%200-3.829-4.32l.889-1.038l-1.384-.85l-1.058.907a1.25%201.25%200%200%201-1.626-1.898l1.75-1.5zM14%202a2%202%200%201%201%200%204a2%202%200%200%201%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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