wheelchair pickup icon

wheelchair-pickup from Material Symbols by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.

Name
wheelchair-pickup
Set
Material Symbols
Style
Regular
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
wheelchair-pickup-outline

2 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the wheelchair pickup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 6q-.825 0-1.412-.587T4.5 4t.588-1.412T6.5 2t1.413.588T8.5 4t-.587 1.413T6.5 6M5 22v-7H3V9q0-.825.588-1.412T5 7h3q.825 0 1.413.588T10 9v1.95q-1.575.9-2.537 2.5T6.5 17q0 1.425.525 2.688T8.5 21.9v.1zm8.5 0q-2.075 0-3.537-1.463T8.5 17q0-1.675.988-2.963T12 12.25v2.175q-.675.4-1.088 1.075T10.5 17q0 1.25.875 2.125T13.5 20t2.125-.875T16.5 17h2q0 2.075-1.463 3.538T13.5 22m7.425-2.3L18.45 16H13V8h2v6h4.55l3.05 4.6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWheelchairPickup(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 6q-.825 0-1.412-.587T4.5 4t.588-1.412T6.5 2t1.413.588T8.5 4t-.587 1.413T6.5 6M5 22v-7H3V9q0-.825.588-1.412T5 7h3q.825 0 1.413.588T10 9v1.95q-1.575.9-2.537 2.5T6.5 17q0 1.425.525 2.688T8.5 21.9v.1zm8.5 0q-2.075 0-3.537-1.463T8.5 17q0-1.675.988-2.963T12 12.25v2.175q-.675.4-1.088 1.075T10.5 17q0 1.25.875 2.125T13.5 20t2.125-.875T16.5 17h2q0 2.075-1.463 3.538T13.5 22m7.425-2.3L18.45 16H13V8h2v6h4.55l3.05 4.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 6q-.825 0-1.412-.587T4.5 4t.588-1.412T6.5 2t1.413.588T8.5 4t-.587 1.413T6.5 6M5 22v-7H3V9q0-.825.588-1.412T5 7h3q.825 0 1.413.588T10 9v1.95q-1.575.9-2.537 2.5T6.5 17q0 1.425.525 2.688T8.5 21.9v.1zm8.5 0q-2.075 0-3.537-1.463T8.5 17q0-1.675.988-2.963T12 12.25v2.175q-.675.4-1.088 1.075T10.5 17q0 1.25.875 2.125T13.5 20t2.125-.875T16.5 17h2q0 2.075-1.463 3.538T13.5 22m7.425-2.3L18.45 16H13V8h2v6h4.55l3.05 4.6z"/></svg>
</template>

CSS

.icon-wheelchair-pickup {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%206q-.825%200-1.412-.587T4.5%204t.588-1.412T6.5%202t1.413.588T8.5%204t-.587%201.413T6.5%206M5%2022v-7H3V9q0-.825.588-1.412T5%207h3q.825%200%201.413.588T10%209v1.95q-1.575.9-2.537%202.5T6.5%2017q0%201.425.525%202.688T8.5%2021.9v.1zm8.5%200q-2.075%200-3.537-1.463T8.5%2017q0-1.675.988-2.963T12%2012.25v2.175q-.675.4-1.088%201.075T10.5%2017q0%201.25.875%202.125T13.5%2020t2.125-.875T16.5%2017h2q0%202.075-1.463%203.538T13.5%2022m7.425-2.3L18.45%2016H13V8h2v6h4.55l3.05%204.6z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%206q-.825%200-1.412-.587T4.5%204t.588-1.412T6.5%202t1.413.588T8.5%204t-.587%201.413T6.5%206M5%2022v-7H3V9q0-.825.588-1.412T5%207h3q.825%200%201.413.588T10%209v1.95q-1.575.9-2.537%202.5T6.5%2017q0%201.425.525%202.688T8.5%2021.9v.1zm8.5%200q-2.075%200-3.537-1.463T8.5%2017q0-1.675.988-2.963T12%2012.25v2.175q-.675.4-1.088%201.075T10.5%2017q0%201.25.875%202.125T13.5%2020t2.125-.875T16.5%2017h2q0%202.075-1.463%203.538T13.5%2022m7.425-2.3L18.45%2016H13V8h2v6h4.55l3.05%204.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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