wheelchair pickup icon
wheelchair-pickup from Material Symbols Light by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- wheelchair-pickup
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- wheelchair-pickup-outline
2 other variants in Material Symbols Light
The same icon in other sets
More travel icons from Material Symbols Light
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
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 5.808q-.69 0-1.191-.501t-.501-1.192t.5-1.191q.502-.501 1.192-.501t1.191.501t.501 1.192t-.5 1.19q-.502.502-1.192.502M4.846 21.5v-6.577H3.077V9.039q0-.672.472-1.144t1.143-.472h3.616q.67 0 1.143.472q.472.472.472 1.144v2.527q-1.248.803-2.085 2.25Q7 15.262 7 17q0 1.156.362 2.159q.361 1.003.907 1.664v.677zm8.692.039q-1.863 0-3.2-1.338T9 17q0-1.329.728-2.453t2.003-1.682v1.099q-.81.515-1.27 1.296Q10 16.04 10 17q0 1.5 1.02 2.52t2.519 1.019q1.326 0 2.365-.905q1.038-.903 1.154-2.346h1q-.154 1.864-1.434 3.057t-3.085 1.194m7.52-2.531L18.72 15.5H13.5v-7h1v6h4.78l2.628 3.966z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWheelchairPickup(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 5.808q-.69 0-1.191-.501t-.501-1.192t.5-1.191q.502-.501 1.192-.501t1.191.501t.501 1.192t-.5 1.19q-.502.502-1.192.502M4.846 21.5v-6.577H3.077V9.039q0-.672.472-1.144t1.143-.472h3.616q.67 0 1.143.472q.472.472.472 1.144v2.527q-1.248.803-2.085 2.25Q7 15.262 7 17q0 1.156.362 2.159q.361 1.003.907 1.664v.677zm8.692.039q-1.863 0-3.2-1.338T9 17q0-1.329.728-2.453t2.003-1.682v1.099q-.81.515-1.27 1.296Q10 16.04 10 17q0 1.5 1.02 2.52t2.519 1.019q1.326 0 2.365-.905q1.038-.903 1.154-2.346h1q-.154 1.864-1.434 3.057t-3.085 1.194m7.52-2.531L18.72 15.5H13.5v-7h1v6h4.78l2.628 3.966z"/></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 5.808q-.69 0-1.191-.501t-.501-1.192t.5-1.191q.502-.501 1.192-.501t1.191.501t.501 1.192t-.5 1.19q-.502.502-1.192.502M4.846 21.5v-6.577H3.077V9.039q0-.672.472-1.144t1.143-.472h3.616q.67 0 1.143.472q.472.472.472 1.144v2.527q-1.248.803-2.085 2.25Q7 15.262 7 17q0 1.156.362 2.159q.361 1.003.907 1.664v.677zm8.692.039q-1.863 0-3.2-1.338T9 17q0-1.329.728-2.453t2.003-1.682v1.099q-.81.515-1.27 1.296Q10 16.04 10 17q0 1.5 1.02 2.52t2.519 1.019q1.326 0 2.365-.905q1.038-.903 1.154-2.346h1q-.154 1.864-1.434 3.057t-3.085 1.194m7.52-2.531L18.72 15.5H13.5v-7h1v6h4.78l2.628 3.966z"/></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%205.808q-.69%200-1.191-.501t-.501-1.192t.5-1.191q.502-.501%201.192-.501t1.191.501t.501%201.192t-.5%201.19q-.502.502-1.192.502M4.846%2021.5v-6.577H3.077V9.039q0-.672.472-1.144t1.143-.472h3.616q.67%200%201.143.472q.472.472.472%201.144v2.527q-1.248.803-2.085%202.25Q7%2015.262%207%2017q0%201.156.362%202.159q.361%201.003.907%201.664v.677zm8.692.039q-1.863%200-3.2-1.338T9%2017q0-1.329.728-2.453t2.003-1.682v1.099q-.81.515-1.27%201.296Q10%2016.04%2010%2017q0%201.5%201.02%202.52t2.519%201.019q1.326%200%202.365-.905q1.038-.903%201.154-2.346h1q-.154%201.864-1.434%203.057t-3.085%201.194m7.52-2.531L18.72%2015.5H13.5v-7h1v6h4.78l2.628%203.966z%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%205.808q-.69%200-1.191-.501t-.501-1.192t.5-1.191q.502-.501%201.192-.501t1.191.501t.501%201.192t-.5%201.19q-.502.502-1.192.502M4.846%2021.5v-6.577H3.077V9.039q0-.672.472-1.144t1.143-.472h3.616q.67%200%201.143.472q.472.472.472%201.144v2.527q-1.248.803-2.085%202.25Q7%2015.262%207%2017q0%201.156.362%202.159q.361%201.003.907%201.664v.677zm8.692.039q-1.863%200-3.2-1.338T9%2017q0-1.329.728-2.453t2.003-1.682v1.099q-.81.515-1.27%201.296Q10%2016.04%2010%2017q0%201.5%201.02%202.52t2.519%201.019q1.326%200%202.365-.905q1.038-.903%201.154-2.346h1q-.154%201.864-1.434%203.057t-3.085%201.194m7.52-2.531L18.72%2015.5H13.5v-7h1v6h4.78l2.628%203.966z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/wheelchair-pickup.svg?color=%231a73e8&size=48