wheelchair access icon
wheelchair-access-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- wheelchair-access-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M5.75 7q.462.002.893.107A3.754 3.754 0 0 1 9.5 10.75A3.75 3.75 0 1 1 5.75 7m1.246-4.556a1 1 0 0 1 1.01-.01l2.548 1.454l.01.007l.942.553a1 1 0 0 1 .26 1.504L10.055 8H13l.116.007a1 1 0 0 1 .846 1.268l-1.001 3.5a1.001 1.001 0 0 1-1.924-.55L11.674 10H10.44a4.76 4.76 0 0 0-3.034-3.703l1.1-1.275l-.889-.508l-.965.805a1 1 0 0 1-1.28-1.535l1.498-1.25zM12.5 1a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentWheelchairAccess16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.75 7q.462.002.893.107A3.754 3.754 0 0 1 9.5 10.75A3.75 3.75 0 1 1 5.75 7m1.246-4.556a1 1 0 0 1 1.01-.01l2.548 1.454l.01.007l.942.553a1 1 0 0 1 .26 1.504L10.055 8H13l.116.007a1 1 0 0 1 .846 1.268l-1.001 3.5a1.001 1.001 0 0 1-1.924-.55L11.674 10H10.44a4.76 4.76 0 0 0-3.034-3.703l1.1-1.275l-.889-.508l-.965.805a1 1 0 0 1-1.28-1.535l1.498-1.25zM12.5 1a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.75 7q.462.002.893.107A3.754 3.754 0 0 1 9.5 10.75A3.75 3.75 0 1 1 5.75 7m1.246-4.556a1 1 0 0 1 1.01-.01l2.548 1.454l.01.007l.942.553a1 1 0 0 1 .26 1.504L10.055 8H13l.116.007a1 1 0 0 1 .846 1.268l-1.001 3.5a1.001 1.001 0 0 1-1.924-.55L11.674 10H10.44a4.76 4.76 0 0 0-3.034-3.703l1.1-1.275l-.889-.508l-.965.805a1 1 0 0 1-1.28-1.535l1.498-1.25zM12.5 1a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg> </template>
CSS
.icon-wheelchair-access-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%207q.462.002.893.107A3.754%203.754%200%200%201%209.5%2010.75A3.75%203.75%200%201%201%205.75%207m1.246-4.556a1%201%200%200%201%201.01-.01l2.548%201.454l.01.007l.942.553a1%201%200%200%201%20.26%201.504L10.055%208H13l.116.007a1%201%200%200%201%20.846%201.268l-1.001%203.5a1.001%201.001%200%200%201-1.924-.55L11.674%2010H10.44a4.76%204.76%200%200%200-3.034-3.703l1.1-1.275l-.889-.508l-.965.805a1%201%200%200%201-1.28-1.535l1.498-1.25zM12.5%201a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%207q.462.002.893.107A3.754%203.754%200%200%201%209.5%2010.75A3.75%203.75%200%201%201%205.75%207m1.246-4.556a1%201%200%200%201%201.01-.01l2.548%201.454l.01.007l.942.553a1%201%200%200%201%20.26%201.504L10.055%208H13l.116.007a1%201%200%200%201%20.846%201.268l-1.001%203.5a1.001%201.001%200%200%201-1.924-.55L11.674%2010H10.44a4.76%204.76%200%200%200-3.034-3.703l1.1-1.275l-.889-.508l-.965.805a1%201%200%200%201-1.28-1.535l1.498-1.25zM12.5%201a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%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-16-filled.svg?color=%231a73e8&size=48