wheelchair pickup icon

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

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

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 21v-6H4q-.425 0-.712-.288T3 14V9q0-.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.1H6q-.425 0-.712-.288T5 21m8.5 1q-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 22m6.875-3.125L18.45 16H15q-.825 0-1.412-.587T13 14V9q0-.425.288-.712T14 8t.713.288T15 9v5h3.475q.5 0 .95.238t.725.662l1.9 2.875q.225.35.138.75t-.438.625t-.75.15t-.625-.425"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWheelchairPickupRounded(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 21v-6H4q-.425 0-.712-.288T3 14V9q0-.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.1H6q-.425 0-.712-.288T5 21m8.5 1q-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 22m6.875-3.125L18.45 16H15q-.825 0-1.412-.587T13 14V9q0-.425.288-.712T14 8t.713.288T15 9v5h3.475q.5 0 .95.238t.725.662l1.9 2.875q.225.35.138.75t-.438.625t-.75.15t-.625-.425"/></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 21v-6H4q-.425 0-.712-.288T3 14V9q0-.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.1H6q-.425 0-.712-.288T5 21m8.5 1q-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 22m6.875-3.125L18.45 16H15q-.825 0-1.412-.587T13 14V9q0-.425.288-.712T14 8t.713.288T15 9v5h3.475q.5 0 .95.238t.725.662l1.9 2.875q.225.35.138.75t-.438.625t-.75.15t-.625-.425"/></svg>
</template>

CSS

.icon-wheelchair-pickup-rounded {
  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%2021v-6H4q-.425%200-.712-.288T3%2014V9q0-.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.1H6q-.425%200-.712-.288T5%2021m8.5%201q-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%2022m6.875-3.125L18.45%2016H15q-.825%200-1.412-.587T13%2014V9q0-.425.288-.712T14%208t.713.288T15%209v5h3.475q.5%200%20.95.238t.725.662l1.9%202.875q.225.35.138.75t-.438.625t-.75.15t-.625-.425%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%2021v-6H4q-.425%200-.712-.288T3%2014V9q0-.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.1H6q-.425%200-.712-.288T5%2021m8.5%201q-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%2022m6.875-3.125L18.45%2016H15q-.825%200-1.412-.587T13%2014V9q0-.425.288-.712T14%208t.713.288T15%209v5h3.475q.5%200%20.95.238t.725.662l1.9%202.875q.225.35.138.75t-.438.625t-.75.15t-.625-.425%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-rounded.svg?color=%231a73e8&size=48