wheelchair move icon

wheelchair-move from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
wheelchair-move
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

Use the wheelchair move icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M320 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m-115.5 73.3c-5.4-2.5-11.7-1.9-16.4 1.7l-40.9 30.7c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l40.9-30.7c23.7-17.8 55.3-21 82.1-8.4l90.4 42.5c29.1 13.7 36.8 51.6 15.2 75.5L299.1 224h97.4c30.3 0 53 27.7 47.1 57.4l-28.2 140.9c-3.5 17.3-20.3 28.6-37.7 25.1s-28.6-20.3-25.1-37.7L377 288h-70.3c8.6 19.6 13.3 41.2 13.3 64c0 88.4-71.6 160-160 160S0 440.4 0 352s71.6-160 160-160c11.1 0 22 1.1 32.4 3.3l54.2-54.2zM160 448a96 96 0 1 0 0-192a96 96 0 1 0 0 192"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidWheelchairMove(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M320 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m-115.5 73.3c-5.4-2.5-11.7-1.9-16.4 1.7l-40.9 30.7c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l40.9-30.7c23.7-17.8 55.3-21 82.1-8.4l90.4 42.5c29.1 13.7 36.8 51.6 15.2 75.5L299.1 224h97.4c30.3 0 53 27.7 47.1 57.4l-28.2 140.9c-3.5 17.3-20.3 28.6-37.7 25.1s-28.6-20.3-25.1-37.7L377 288h-70.3c8.6 19.6 13.3 41.2 13.3 64c0 88.4-71.6 160-160 160S0 440.4 0 352s71.6-160 160-160c11.1 0 22 1.1 32.4 3.3l54.2-54.2zM160 448a96 96 0 1 0 0-192a96 96 0 1 0 0 192"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M320 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m-115.5 73.3c-5.4-2.5-11.7-1.9-16.4 1.7l-40.9 30.7c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l40.9-30.7c23.7-17.8 55.3-21 82.1-8.4l90.4 42.5c29.1 13.7 36.8 51.6 15.2 75.5L299.1 224h97.4c30.3 0 53 27.7 47.1 57.4l-28.2 140.9c-3.5 17.3-20.3 28.6-37.7 25.1s-28.6-20.3-25.1-37.7L377 288h-70.3c8.6 19.6 13.3 41.2 13.3 64c0 88.4-71.6 160-160 160S0 440.4 0 352s71.6-160 160-160c11.1 0 22 1.1 32.4 3.3l54.2-54.2zM160 448a96 96 0 1 0 0-192a96 96 0 1 0 0 192"/></svg>
</template>

CSS

.icon-wheelchair-move {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2048a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m-115.5%2073.3c-5.4-2.5-11.7-1.9-16.4%201.7l-40.9%2030.7c-14.1%2010.6-34.2%207.7-44.8-6.4s-7.7-34.2%206.4-44.8l40.9-30.7c23.7-17.8%2055.3-21%2082.1-8.4l90.4%2042.5c29.1%2013.7%2036.8%2051.6%2015.2%2075.5L299.1%20224h97.4c30.3%200%2053%2027.7%2047.1%2057.4l-28.2%20140.9c-3.5%2017.3-20.3%2028.6-37.7%2025.1s-28.6-20.3-25.1-37.7L377%20288h-70.3c8.6%2019.6%2013.3%2041.2%2013.3%2064c0%2088.4-71.6%20160-160%20160S0%20440.4%200%20352s71.6-160%20160-160c11.1%200%2022%201.1%2032.4%203.3l54.2-54.2zM160%20448a96%2096%200%201%200%200-192a96%2096%200%201%200%200%20192%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2048a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m-115.5%2073.3c-5.4-2.5-11.7-1.9-16.4%201.7l-40.9%2030.7c-14.1%2010.6-34.2%207.7-44.8-6.4s-7.7-34.2%206.4-44.8l40.9-30.7c23.7-17.8%2055.3-21%2082.1-8.4l90.4%2042.5c29.1%2013.7%2036.8%2051.6%2015.2%2075.5L299.1%20224h97.4c30.3%200%2053%2027.7%2047.1%2057.4l-28.2%20140.9c-3.5%2017.3-20.3%2028.6-37.7%2025.1s-28.6-20.3-25.1-37.7L377%20288h-70.3c8.6%2019.6%2013.3%2041.2%2013.3%2064c0%2088.4-71.6%20160-160%20160S0%20440.4%200%20352s71.6-160%20160-160c11.1%200%2022%201.1%2032.4%203.3l54.2-54.2zM160%20448a96%2096%200%201%200%200-192a96%2096%200%201%200%200%20192%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/wheelchair-move.svg?color=%231a73e8&size=48