wheelchair move icon

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

Name
wheelchair-move
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the wheelchair move icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M408 120c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m-106.6 68.1c-6.4-5.2-15.6-4.7-21.4 1.1l-33.4 33.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l33.5-33.3c29-29 75.2-31.4 107-5.5l81.3 66c21.4 17.4 23.8 49.2 5.2 69.5l-41.8 46h98c30.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.7L465 384h-52.2c2.1 10.3 3.2 21 3.2 32c0 88.4-71.6 160-160 160S96 504.4 96 416s71.6-160 160-160c6 0 11.9.3 17.8 1l50.4-50.4l-22.7-18.5zM256 512c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96s43 96 96 96"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidWheelchairMove(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M408 120c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m-106.6 68.1c-6.4-5.2-15.6-4.7-21.4 1.1l-33.4 33.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l33.5-33.3c29-29 75.2-31.4 107-5.5l81.3 66c21.4 17.4 23.8 49.2 5.2 69.5l-41.8 46h98c30.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.7L465 384h-52.2c2.1 10.3 3.2 21 3.2 32c0 88.4-71.6 160-160 160S96 504.4 96 416s71.6-160 160-160c6 0 11.9.3 17.8 1l50.4-50.4l-22.7-18.5zM256 512c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96s43 96 96 96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M408 120c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m-106.6 68.1c-6.4-5.2-15.6-4.7-21.4 1.1l-33.4 33.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l33.5-33.3c29-29 75.2-31.4 107-5.5l81.3 66c21.4 17.4 23.8 49.2 5.2 69.5l-41.8 46h98c30.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.7L465 384h-52.2c2.1 10.3 3.2 21 3.2 32c0 88.4-71.6 160-160 160S96 504.4 96 416s71.6-160 160-160c6 0 11.9.3 17.8 1l50.4-50.4l-22.7-18.5zM256 512c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96s43 96 96 96"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M408%20120c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56m-106.6%2068.1c-6.4-5.2-15.6-4.7-21.4%201.1l-33.4%2033.4c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l33.5-33.3c29-29%2075.2-31.4%20107-5.5l81.3%2066c21.4%2017.4%2023.8%2049.2%205.2%2069.5l-41.8%2046h98c30.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.7L465%20384h-52.2c2.1%2010.3%203.2%2021%203.2%2032c0%2088.4-71.6%20160-160%20160S96%20504.4%2096%20416s71.6-160%20160-160c6%200%2011.9.3%2017.8%201l50.4-50.4l-22.7-18.5zM256%20512c53%200%2096-43%2096-96s-43-96-96-96s-96%2043-96%2096s43%2096%2096%2096%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M408%20120c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56m-106.6%2068.1c-6.4-5.2-15.6-4.7-21.4%201.1l-33.4%2033.4c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l33.5-33.3c29-29%2075.2-31.4%20107-5.5l81.3%2066c21.4%2017.4%2023.8%2049.2%205.2%2069.5l-41.8%2046h98c30.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.7L465%20384h-52.2c2.1%2010.3%203.2%2021%203.2%2032c0%2088.4-71.6%20160-160%20160S96%20504.4%2096%20416s71.6-160%20160-160c6%200%2011.9.3%2017.8%201l50.4-50.4l-22.7-18.5zM256%20512c53%200%2096-43%2096-96s-43-96-96-96s-96%2043-96%2096s43%2096%2096%2096%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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