wheelchair motion icon
wheelchair-motion-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- wheelchair-motion-light
- Set
- Phosphor
- Style
- Light
- 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 78a30 30 0 1 0-30-30a30 30 0 0 0 30 30m0-48a18 18 0 1 1-18 18a18 18 0 0 1 18-18m-10 138a62 62 0 1 1-62-62a6 6 0 0 1 0 12a50 50 0 1 0 50 50a6 6 0 0 1 12 0m38.64-35.8a6 6 0 0 1 1.24 5l-16 80A6 6 0 0 1 184 222a6 6 0 0 1-1.19-.12a6 6 0 0 1-4.7-7.06L192.68 142H128a6 6 0 0 1-5.2-9l21.07-36.68a82.05 82.05 0 0 0-92.05 8.41a6 6 0 1 1-7.64-9.25a94 94 0 0 1 111.1-6.28a6 6 0 0 1 1.92 8L138.37 130H200a6 6 0 0 1 4.64 2.2"/></svg>
React
import type { SVGProps } from "react";
export function PhWheelchairMotionLight(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 78a30 30 0 1 0-30-30a30 30 0 0 0 30 30m0-48a18 18 0 1 1-18 18a18 18 0 0 1 18-18m-10 138a62 62 0 1 1-62-62a6 6 0 0 1 0 12a50 50 0 1 0 50 50a6 6 0 0 1 12 0m38.64-35.8a6 6 0 0 1 1.24 5l-16 80A6 6 0 0 1 184 222a6 6 0 0 1-1.19-.12a6 6 0 0 1-4.7-7.06L192.68 142H128a6 6 0 0 1-5.2-9l21.07-36.68a82.05 82.05 0 0 0-92.05 8.41a6 6 0 1 1-7.64-9.25a94 94 0 0 1 111.1-6.28a6 6 0 0 1 1.92 8L138.37 130H200a6 6 0 0 1 4.64 2.2"/></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 78a30 30 0 1 0-30-30a30 30 0 0 0 30 30m0-48a18 18 0 1 1-18 18a18 18 0 0 1 18-18m-10 138a62 62 0 1 1-62-62a6 6 0 0 1 0 12a50 50 0 1 0 50 50a6 6 0 0 1 12 0m38.64-35.8a6 6 0 0 1 1.24 5l-16 80A6 6 0 0 1 184 222a6 6 0 0 1-1.19-.12a6 6 0 0 1-4.7-7.06L192.68 142H128a6 6 0 0 1-5.2-9l21.07-36.68a82.05 82.05 0 0 0-92.05 8.41a6 6 0 1 1-7.64-9.25a94 94 0 0 1 111.1-6.28a6 6 0 0 1 1.92 8L138.37 130H200a6 6 0 0 1 4.64 2.2"/></svg> </template>
CSS
.icon-wheelchair-motion-light {
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%2078a30%2030%200%201%200-30-30a30%2030%200%200%200%2030%2030m0-48a18%2018%200%201%201-18%2018a18%2018%200%200%201%2018-18m-10%20138a62%2062%200%201%201-62-62a6%206%200%200%201%200%2012a50%2050%200%201%200%2050%2050a6%206%200%200%201%2012%200m38.64-35.8a6%206%200%200%201%201.24%205l-16%2080A6%206%200%200%201%20184%20222a6%206%200%200%201-1.19-.12a6%206%200%200%201-4.7-7.06L192.68%20142H128a6%206%200%200%201-5.2-9l21.07-36.68a82.05%2082.05%200%200%200-92.05%208.41a6%206%200%201%201-7.64-9.25a94%2094%200%200%201%20111.1-6.28a6%206%200%200%201%201.92%208L138.37%20130H200a6%206%200%200%201%204.64%202.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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%2078a30%2030%200%201%200-30-30a30%2030%200%200%200%2030%2030m0-48a18%2018%200%201%201-18%2018a18%2018%200%200%201%2018-18m-10%20138a62%2062%200%201%201-62-62a6%206%200%200%201%200%2012a50%2050%200%201%200%2050%2050a6%206%200%200%201%2012%200m38.64-35.8a6%206%200%200%201%201.24%205l-16%2080A6%206%200%200%201%20184%20222a6%206%200%200%201-1.19-.12a6%206%200%200%201-4.7-7.06L192.68%20142H128a6%206%200%200%201-5.2-9l21.07-36.68a82.05%2082.05%200%200%200-92.05%208.41a6%206%200%201%201-7.64-9.25a94%2094%200%200%201%20111.1-6.28a6%206%200%200%201%201.92%208L138.37%20130H200a6%206%200%200%201%204.64%202.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/wheelchair-motion-light.svg?color=%231a73e8&size=48