wheelchair motion icon
wheelchair-motion from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- wheelchair-motion
- Set
- Phosphor
- Style
- Regular
- 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="M176 80a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0-48a16 16 0 1 1-16 16a16 16 0 0 1 16-16m-8 136a64 64 0 1 1-64-64a8 8 0 0 1 0 16a48 48 0 1 0 48 48a8 8 0 0 1 16 0m38.19-37.07a8 8 0 0 1 1.65 6.64l-16 80A8 8 0 0 1 184 224a7.8 7.8 0 0 1-1.58-.16a8 8 0 0 1-6.27-9.41L190.24 144H128a8 8 0 0 1-6.94-12l20.06-34.9a80.09 80.09 0 0 0-88 9.17A8 8 0 1 1 42.91 94a96 96 0 0 1 113.46-6.42a8 8 0 0 1 2.57 10.69L141.82 128H200a8 8 0 0 1 6.19 2.93"/></svg>
React
import type { SVGProps } from "react";
export function PhWheelchairMotion(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="M176 80a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0-48a16 16 0 1 1-16 16a16 16 0 0 1 16-16m-8 136a64 64 0 1 1-64-64a8 8 0 0 1 0 16a48 48 0 1 0 48 48a8 8 0 0 1 16 0m38.19-37.07a8 8 0 0 1 1.65 6.64l-16 80A8 8 0 0 1 184 224a7.8 7.8 0 0 1-1.58-.16a8 8 0 0 1-6.27-9.41L190.24 144H128a8 8 0 0 1-6.94-12l20.06-34.9a80.09 80.09 0 0 0-88 9.17A8 8 0 1 1 42.91 94a96 96 0 0 1 113.46-6.42a8 8 0 0 1 2.57 10.69L141.82 128H200a8 8 0 0 1 6.19 2.93"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 80a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0-48a16 16 0 1 1-16 16a16 16 0 0 1 16-16m-8 136a64 64 0 1 1-64-64a8 8 0 0 1 0 16a48 48 0 1 0 48 48a8 8 0 0 1 16 0m38.19-37.07a8 8 0 0 1 1.65 6.64l-16 80A8 8 0 0 1 184 224a7.8 7.8 0 0 1-1.58-.16a8 8 0 0 1-6.27-9.41L190.24 144H128a8 8 0 0 1-6.94-12l20.06-34.9a80.09 80.09 0 0 0-88 9.17A8 8 0 1 1 42.91 94a96 96 0 0 1 113.46-6.42a8 8 0 0 1 2.57 10.69L141.82 128H200a8 8 0 0 1 6.19 2.93"/></svg> </template>
CSS
.icon-wheelchair-motion {
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%22M176%2080a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m0-48a16%2016%200%201%201-16%2016a16%2016%200%200%201%2016-16m-8%20136a64%2064%200%201%201-64-64a8%208%200%200%201%200%2016a48%2048%200%201%200%2048%2048a8%208%200%200%201%2016%200m38.19-37.07a8%208%200%200%201%201.65%206.64l-16%2080A8%208%200%200%201%20184%20224a7.8%207.8%200%200%201-1.58-.16a8%208%200%200%201-6.27-9.41L190.24%20144H128a8%208%200%200%201-6.94-12l20.06-34.9a80.09%2080.09%200%200%200-88%209.17A8%208%200%201%201%2042.91%2094a96%2096%200%200%201%20113.46-6.42a8%208%200%200%201%202.57%2010.69L141.82%20128H200a8%208%200%200%201%206.19%202.93%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%22M176%2080a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m0-48a16%2016%200%201%201-16%2016a16%2016%200%200%201%2016-16m-8%20136a64%2064%200%201%201-64-64a8%208%200%200%201%200%2016a48%2048%200%201%200%2048%2048a8%208%200%200%201%2016%200m38.19-37.07a8%208%200%200%201%201.65%206.64l-16%2080A8%208%200%200%201%20184%20224a7.8%207.8%200%200%201-1.58-.16a8%208%200%200%201-6.27-9.41L190.24%20144H128a8%208%200%200%201-6.94-12l20.06-34.9a80.09%2080.09%200%200%200-88%209.17A8%208%200%201%201%2042.91%2094a96%2096%200%200%201%20113.46-6.42a8%208%200%200%201%202.57%2010.69L141.82%20128H200a8%208%200%200%201%206.19%202.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/wheelchair-motion.svg?color=%231a73e8&size=48