wheelchair access icon
wheelchair-access-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- wheelchair-access-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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="M13.5 2a2.5 2.5 0 0 1 0 5q-.075-.002-.15-.008q.012.044.021.088a1.75 1.75 0 0 1-.383 1.416L11.73 10h3.521a1.752 1.752 0 0 1 1.708 2.129l-1 4.504a1.75 1.75 0 0 1-3.416-.759l.527-2.374h-1.076q.006.124.006.25a4.75 4.75 0 1 1-5.434-4.701L8.078 7.28l-.555-.33l-.536.536a1.75 1.75 0 0 1-2.474-2.474l1.5-1.5l.11-.102a1.75 1.75 0 0 1 2.024-.164l2.899 1.73A2.5 2.5 0 0 1 13.5 2m-6.25 8a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5m3.872 1a4.7 4.7 0 0 1 .711 1.5h2.483l-.797 3.59a.75.75 0 0 0 1.464.326l1-4.504a.752.752 0 0 0-.732-.912zM7.635 4.106a.75.75 0 0 0-.818.032l-.096.082l-1.501 1.5a.75.75 0 0 0 1.06 1.06l1.087-1.088L9.608 7.03L7.887 9.043c.851.114 1.63.454 2.277.957h.263l1.795-2.146a.752.752 0 0 0-.192-1.125zM13.5 3a1.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 FluentWheelchairAccess20Regular(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="M13.5 2a2.5 2.5 0 0 1 0 5q-.075-.002-.15-.008q.012.044.021.088a1.75 1.75 0 0 1-.383 1.416L11.73 10h3.521a1.752 1.752 0 0 1 1.708 2.129l-1 4.504a1.75 1.75 0 0 1-3.416-.759l.527-2.374h-1.076q.006.124.006.25a4.75 4.75 0 1 1-5.434-4.701L8.078 7.28l-.555-.33l-.536.536a1.75 1.75 0 0 1-2.474-2.474l1.5-1.5l.11-.102a1.75 1.75 0 0 1 2.024-.164l2.899 1.73A2.5 2.5 0 0 1 13.5 2m-6.25 8a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5m3.872 1a4.7 4.7 0 0 1 .711 1.5h2.483l-.797 3.59a.75.75 0 0 0 1.464.326l1-4.504a.752.752 0 0 0-.732-.912zM7.635 4.106a.75.75 0 0 0-.818.032l-.096.082l-1.501 1.5a.75.75 0 0 0 1.06 1.06l1.087-1.088L9.608 7.03L7.887 9.043c.851.114 1.63.454 2.277.957h.263l1.795-2.146a.752.752 0 0 0-.192-1.125zM13.5 3a1.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 20 20"><path fill="currentColor" d="M13.5 2a2.5 2.5 0 0 1 0 5q-.075-.002-.15-.008q.012.044.021.088a1.75 1.75 0 0 1-.383 1.416L11.73 10h3.521a1.752 1.752 0 0 1 1.708 2.129l-1 4.504a1.75 1.75 0 0 1-3.416-.759l.527-2.374h-1.076q.006.124.006.25a4.75 4.75 0 1 1-5.434-4.701L8.078 7.28l-.555-.33l-.536.536a1.75 1.75 0 0 1-2.474-2.474l1.5-1.5l.11-.102a1.75 1.75 0 0 1 2.024-.164l2.899 1.73A2.5 2.5 0 0 1 13.5 2m-6.25 8a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5m3.872 1a4.7 4.7 0 0 1 .711 1.5h2.483l-.797 3.59a.75.75 0 0 0 1.464.326l1-4.504a.752.752 0 0 0-.732-.912zM7.635 4.106a.75.75 0 0 0-.818.032l-.096.082l-1.501 1.5a.75.75 0 0 0 1.06 1.06l1.087-1.088L9.608 7.03L7.887 9.043c.851.114 1.63.454 2.277.957h.263l1.795-2.146a.752.752 0 0 0-.192-1.125zM13.5 3a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg> </template>
CSS
.icon-wheelchair-access-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%202a2.5%202.5%200%200%201%200%205q-.075-.002-.15-.008q.012.044.021.088a1.75%201.75%200%200%201-.383%201.416L11.73%2010h3.521a1.752%201.752%200%200%201%201.708%202.129l-1%204.504a1.75%201.75%200%200%201-3.416-.759l.527-2.374h-1.076q.006.124.006.25a4.75%204.75%200%201%201-5.434-4.701L8.078%207.28l-.555-.33l-.536.536a1.75%201.75%200%200%201-2.474-2.474l1.5-1.5l.11-.102a1.75%201.75%200%200%201%202.024-.164l2.899%201.73A2.5%202.5%200%200%201%2013.5%202m-6.25%208a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5m3.872%201a4.7%204.7%200%200%201%20.711%201.5h2.483l-.797%203.59a.75.75%200%200%200%201.464.326l1-4.504a.752.752%200%200%200-.732-.912zM7.635%204.106a.75.75%200%200%200-.818.032l-.096.082l-1.501%201.5a.75.75%200%200%200%201.06%201.06l1.087-1.088L9.608%207.03L7.887%209.043c.851.114%201.63.454%202.277.957h.263l1.795-2.146a.752.752%200%200%200-.192-1.125zM13.5%203a1.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%202a2.5%202.5%200%200%201%200%205q-.075-.002-.15-.008q.012.044.021.088a1.75%201.75%200%200%201-.383%201.416L11.73%2010h3.521a1.752%201.752%200%200%201%201.708%202.129l-1%204.504a1.75%201.75%200%200%201-3.416-.759l.527-2.374h-1.076q.006.124.006.25a4.75%204.75%200%201%201-5.434-4.701L8.078%207.28l-.555-.33l-.536.536a1.75%201.75%200%200%201-2.474-2.474l1.5-1.5l.11-.102a1.75%201.75%200%200%201%202.024-.164l2.899%201.73A2.5%202.5%200%200%201%2013.5%202m-6.25%208a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5m3.872%201a4.7%204.7%200%200%201%20.711%201.5h2.483l-.797%203.59a.75.75%200%200%200%201.464.326l1-4.504a.752.752%200%200%200-.732-.912zM7.635%204.106a.75.75%200%200%200-.818.032l-.096.082l-1.501%201.5a.75.75%200%200%200%201.06%201.06l1.087-1.088L9.608%207.03L7.887%209.043c.851.114%201.63.454%202.277.957h.263l1.795-2.146a.752.752%200%200%200-.192-1.125zM13.5%203a1.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-20-regular.svg?color=%231a73e8&size=48