wheelchair motion icon
wheelchair-motion-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- wheelchair-motion-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the wheelchair motion icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 48a32 32 0 1 1 32 32a32 32 0 0 1-32-32m16 112a8 8 0 0 0-8 8a48 48 0 1 1-48-48a8 8 0 0 0 0-16a64 64 0 1 0 64 64a8 8 0 0 0-8-8m40-32h-58.18l17.12-29.78a8 8 0 0 0-2.57-10.69A96 96 0 0 0 42.91 94a8 8 0 1 0 10.18 12.33a80.09 80.09 0 0 1 88-9.17L121.06 132a8 8 0 0 0 6.94 12h62.24l-14.08 70.43a8 8 0 0 0 6.27 9.41a7.8 7.8 0 0 0 1.57.16a8 8 0 0 0 7.83-6.43l16-80A8 8 0 0 0 200 128"/></svg>
React
import type { SVGProps } from "react";
export function PhWheelchairMotionFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 48a32 32 0 1 1 32 32a32 32 0 0 1-32-32m16 112a8 8 0 0 0-8 8a48 48 0 1 1-48-48a8 8 0 0 0 0-16a64 64 0 1 0 64 64a8 8 0 0 0-8-8m40-32h-58.18l17.12-29.78a8 8 0 0 0-2.57-10.69A96 96 0 0 0 42.91 94a8 8 0 1 0 10.18 12.33a80.09 80.09 0 0 1 88-9.17L121.06 132a8 8 0 0 0 6.94 12h62.24l-14.08 70.43a8 8 0 0 0 6.27 9.41a7.8 7.8 0 0 0 1.57.16a8 8 0 0 0 7.83-6.43l16-80A8 8 0 0 0 200 128"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 48a32 32 0 1 1 32 32a32 32 0 0 1-32-32m16 112a8 8 0 0 0-8 8a48 48 0 1 1-48-48a8 8 0 0 0 0-16a64 64 0 1 0 64 64a8 8 0 0 0-8-8m40-32h-58.18l17.12-29.78a8 8 0 0 0-2.57-10.69A96 96 0 0 0 42.91 94a8 8 0 1 0 10.18 12.33a80.09 80.09 0 0 1 88-9.17L121.06 132a8 8 0 0 0 6.94 12h62.24l-14.08 70.43a8 8 0 0 0 6.27 9.41a7.8 7.8 0 0 0 1.57.16a8 8 0 0 0 7.83-6.43l16-80A8 8 0 0 0 200 128"/></svg> </template>
CSS
.icon-wheelchair-motion-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%2048a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m16%20112a8%208%200%200%200-8%208a48%2048%200%201%201-48-48a8%208%200%200%200%200-16a64%2064%200%201%200%2064%2064a8%208%200%200%200-8-8m40-32h-58.18l17.12-29.78a8%208%200%200%200-2.57-10.69A96%2096%200%200%200%2042.91%2094a8%208%200%201%200%2010.18%2012.33a80.09%2080.09%200%200%201%2088-9.17L121.06%20132a8%208%200%200%200%206.94%2012h62.24l-14.08%2070.43a8%208%200%200%200%206.27%209.41a7.8%207.8%200%200%200%201.57.16a8%208%200%200%200%207.83-6.43l16-80A8%208%200%200%200%20200%20128%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%2048a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m16%20112a8%208%200%200%200-8%208a48%2048%200%201%201-48-48a8%208%200%200%200%200-16a64%2064%200%201%200%2064%2064a8%208%200%200%200-8-8m40-32h-58.18l17.12-29.78a8%208%200%200%200-2.57-10.69A96%2096%200%200%200%2042.91%2094a8%208%200%201%200%2010.18%2012.33a80.09%2080.09%200%200%201%2088-9.17L121.06%20132a8%208%200%200%200%206.94%2012h62.24l-14.08%2070.43a8%208%200%200%200%206.27%209.41a7.8%207.8%200%200%200%201.57.16a8%208%200%200%200%207.83-6.43l16-80A8%208%200%200%200%20200%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/wheelchair-motion-fill.svg?color=%231a73e8&size=48