wheelchair access icon
wheelchair-access-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- wheelchair-access-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- 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="M12 1a1.997 1.997 0 0 1 .095 3.994l.007.027c.08.47-.05.95-.356 1.315L10.35 8.005h2.529a1.625 1.625 0 0 1 1.582 1.997l-.764 3.241a1.625 1.625 0 0 1-3.163-.745l.293-1.243H9.97A4.25 4.25 0 1 1 6.468 6.56l1-1.158l-.31-.18l-.497.409a1.625 1.625 0 0 1-2.065-2.509l1.369-1.128l.101-.076a1.63 1.63 0 0 1 1.748-.074l2.192 1.274Q10 3.06 10 3a2 2 0 0 1 2-2M5.75 7.5a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5m3.875 1.505c.176.389.295.809.346 1.25h2.119l-.582 2.472a.625.625 0 0 0 1.216.287l.763-3.24a.626.626 0 0 0-.608-.77zM7.313 2.71a.63.63 0 0 0-.712.058L5.23 3.895a.626.626 0 0 0 .794.964l1.035-.851l1.954 1.136l-1.502 1.738a4.3 4.3 0 0 1 1.481 1.123h.053l1.933-2.31a.626.626 0 0 0-.16-.938l-.52-.31l-.006-.005zM12 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function FluentWheelchairAccess16Regular(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="M12 1a1.997 1.997 0 0 1 .095 3.994l.007.027c.08.47-.05.95-.356 1.315L10.35 8.005h2.529a1.625 1.625 0 0 1 1.582 1.997l-.764 3.241a1.625 1.625 0 0 1-3.163-.745l.293-1.243H9.97A4.25 4.25 0 1 1 6.468 6.56l1-1.158l-.31-.18l-.497.409a1.625 1.625 0 0 1-2.065-2.509l1.369-1.128l.101-.076a1.63 1.63 0 0 1 1.748-.074l2.192 1.274Q10 3.06 10 3a2 2 0 0 1 2-2M5.75 7.5a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5m3.875 1.505c.176.389.295.809.346 1.25h2.119l-.582 2.472a.625.625 0 0 0 1.216.287l.763-3.24a.626.626 0 0 0-.608-.77zM7.313 2.71a.63.63 0 0 0-.712.058L5.23 3.895a.626.626 0 0 0 .794.964l1.035-.851l1.954 1.136l-1.502 1.738a4.3 4.3 0 0 1 1.481 1.123h.053l1.933-2.31a.626.626 0 0 0-.16-.938l-.52-.31l-.006-.005zM12 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 1a1.997 1.997 0 0 1 .095 3.994l.007.027c.08.47-.05.95-.356 1.315L10.35 8.005h2.529a1.625 1.625 0 0 1 1.582 1.997l-.764 3.241a1.625 1.625 0 0 1-3.163-.745l.293-1.243H9.97A4.25 4.25 0 1 1 6.468 6.56l1-1.158l-.31-.18l-.497.409a1.625 1.625 0 0 1-2.065-2.509l1.369-1.128l.101-.076a1.63 1.63 0 0 1 1.748-.074l2.192 1.274Q10 3.06 10 3a2 2 0 0 1 2-2M5.75 7.5a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5m3.875 1.505c.176.389.295.809.346 1.25h2.119l-.582 2.472a.625.625 0 0 0 1.216.287l.763-3.24a.626.626 0 0 0-.608-.77zM7.313 2.71a.63.63 0 0 0-.712.058L5.23 3.895a.626.626 0 0 0 .794.964l1.035-.851l1.954 1.136l-1.502 1.738a4.3 4.3 0 0 1 1.481 1.123h.053l1.933-2.31a.626.626 0 0 0-.16-.938l-.52-.31l-.006-.005zM12 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg> </template>
CSS
.icon-wheelchair-access-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201a1.997%201.997%200%200%201%20.095%203.994l.007.027c.08.47-.05.95-.356%201.315L10.35%208.005h2.529a1.625%201.625%200%200%201%201.582%201.997l-.764%203.241a1.625%201.625%200%200%201-3.163-.745l.293-1.243H9.97A4.25%204.25%200%201%201%206.468%206.56l1-1.158l-.31-.18l-.497.409a1.625%201.625%200%200%201-2.065-2.509l1.369-1.128l.101-.076a1.63%201.63%200%200%201%201.748-.074l2.192%201.274Q10%203.06%2010%203a2%202%200%200%201%202-2M5.75%207.5a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5m3.875%201.505c.176.389.295.809.346%201.25h2.119l-.582%202.472a.625.625%200%200%200%201.216.287l.763-3.24a.626.626%200%200%200-.608-.77zM7.313%202.71a.63.63%200%200%200-.712.058L5.23%203.895a.626.626%200%200%200%20.794.964l1.035-.851l1.954%201.136l-1.502%201.738a4.3%204.3%200%200%201%201.481%201.123h.053l1.933-2.31a.626.626%200%200%200-.16-.938l-.52-.31l-.006-.005zM12%202a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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%22M12%201a1.997%201.997%200%200%201%20.095%203.994l.007.027c.08.47-.05.95-.356%201.315L10.35%208.005h2.529a1.625%201.625%200%200%201%201.582%201.997l-.764%203.241a1.625%201.625%200%200%201-3.163-.745l.293-1.243H9.97A4.25%204.25%200%201%201%206.468%206.56l1-1.158l-.31-.18l-.497.409a1.625%201.625%200%200%201-2.065-2.509l1.369-1.128l.101-.076a1.63%201.63%200%200%201%201.748-.074l2.192%201.274Q10%203.06%2010%203a2%202%200%200%201%202-2M5.75%207.5a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5m3.875%201.505c.176.389.295.809.346%201.25h2.119l-.582%202.472a.625.625%200%200%200%201.216.287l.763-3.24a.626.626%200%200%200-.608-.77zM7.313%202.71a.63.63%200%200%200-.712.058L5.23%203.895a.626.626%200%200%200%20.794.964l1.035-.851l1.954%201.136l-1.502%201.738a4.3%204.3%200%200%201%201.481%201.123h.053l1.933-2.31a.626.626%200%200%200-.16-.938l-.52-.31l-.006-.005zM12%202a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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-regular.svg?color=%231a73e8&size=48