wheelchair pickup icon
wheelchair-pickup-rounded from Material Symbols Light by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- wheelchair-pickup-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- wheelchair-pickup-outline-rounded
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-.698 0-1.195-.497t-.497-1.195t.497-1.196T6.5 2.423t1.195.497t.497 1.196q0 .698-.497 1.195T6.5 5.808M4.846 20.692v-5.769h-.961q-.344 0-.576-.232t-.232-.576V9.04q0-.667.475-1.141t1.14-.475h3.616q.666 0 1.14.475t.475 1.14v2.528q-1.248.803-2.085 2.25Q7 15.262 7 17q0 1.156.362 2.159q.361 1.003.907 1.664v.677H5.654q-.343 0-.576-.232q-.232-.233-.232-.576m8.692.846q-1.863 0-3.2-1.337T9 17q0-1.329.728-2.453t2.003-1.682v1.099q-.81.515-1.27 1.297Q10 16.044 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.431 3.057q-1.277 1.194-3.089 1.194m7.24-2.933l-1.886-2.837q-.096-.135-.22-.202t-.28-.067h-3.276q-.667 0-1.141-.475t-.475-1.14V9q0-.213.144-.356t.357-.144t.356.144T14.5 9v4.885q0 .269.173.442t.443.173h3.301q.403 0 .765.192t.584.535l1.861 2.817q.11.177.067.382t-.213.32q-.177.11-.382.072q-.205-.037-.32-.212"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWheelchairPickupRounded(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-.698 0-1.195-.497t-.497-1.195t.497-1.196T6.5 2.423t1.195.497t.497 1.196q0 .698-.497 1.195T6.5 5.808M4.846 20.692v-5.769h-.961q-.344 0-.576-.232t-.232-.576V9.04q0-.667.475-1.141t1.14-.475h3.616q.666 0 1.14.475t.475 1.14v2.528q-1.248.803-2.085 2.25Q7 15.262 7 17q0 1.156.362 2.159q.361 1.003.907 1.664v.677H5.654q-.343 0-.576-.232q-.232-.233-.232-.576m8.692.846q-1.863 0-3.2-1.337T9 17q0-1.329.728-2.453t2.003-1.682v1.099q-.81.515-1.27 1.297Q10 16.044 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.431 3.057q-1.277 1.194-3.089 1.194m7.24-2.933l-1.886-2.837q-.096-.135-.22-.202t-.28-.067h-3.276q-.667 0-1.141-.475t-.475-1.14V9q0-.213.144-.356t.357-.144t.356.144T14.5 9v4.885q0 .269.173.442t.443.173h3.301q.403 0 .765.192t.584.535l1.861 2.817q.11.177.067.382t-.213.32q-.177.11-.382.072q-.205-.037-.32-.212"/></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-.698 0-1.195-.497t-.497-1.195t.497-1.196T6.5 2.423t1.195.497t.497 1.196q0 .698-.497 1.195T6.5 5.808M4.846 20.692v-5.769h-.961q-.344 0-.576-.232t-.232-.576V9.04q0-.667.475-1.141t1.14-.475h3.616q.666 0 1.14.475t.475 1.14v2.528q-1.248.803-2.085 2.25Q7 15.262 7 17q0 1.156.362 2.159q.361 1.003.907 1.664v.677H5.654q-.343 0-.576-.232q-.232-.233-.232-.576m8.692.846q-1.863 0-3.2-1.337T9 17q0-1.329.728-2.453t2.003-1.682v1.099q-.81.515-1.27 1.297Q10 16.044 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.431 3.057q-1.277 1.194-3.089 1.194m7.24-2.933l-1.886-2.837q-.096-.135-.22-.202t-.28-.067h-3.276q-.667 0-1.141-.475t-.475-1.14V9q0-.213.144-.356t.357-.144t.356.144T14.5 9v4.885q0 .269.173.442t.443.173h3.301q.403 0 .765.192t.584.535l1.861 2.817q.11.177.067.382t-.213.32q-.177.11-.382.072q-.205-.037-.32-.212"/></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%205.808q-.698%200-1.195-.497t-.497-1.195t.497-1.196T6.5%202.423t1.195.497t.497%201.196q0%20.698-.497%201.195T6.5%205.808M4.846%2020.692v-5.769h-.961q-.344%200-.576-.232t-.232-.576V9.04q0-.667.475-1.141t1.14-.475h3.616q.666%200%201.14.475t.475%201.14v2.528q-1.248.803-2.085%202.25Q7%2015.262%207%2017q0%201.156.362%202.159q.361%201.003.907%201.664v.677H5.654q-.343%200-.576-.232q-.232-.233-.232-.576m8.692.846q-1.863%200-3.2-1.337T9%2017q0-1.329.728-2.453t2.003-1.682v1.099q-.81.515-1.27%201.297Q10%2016.044%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.431%203.057q-1.277%201.194-3.089%201.194m7.24-2.933l-1.886-2.837q-.096-.135-.22-.202t-.28-.067h-3.276q-.667%200-1.141-.475t-.475-1.14V9q0-.213.144-.356t.357-.144t.356.144T14.5%209v4.885q0%20.269.173.442t.443.173h3.301q.403%200%20.765.192t.584.535l1.861%202.817q.11.177.067.382t-.213.32q-.177.11-.382.072q-.205-.037-.32-.212%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-.698%200-1.195-.497t-.497-1.195t.497-1.196T6.5%202.423t1.195.497t.497%201.196q0%20.698-.497%201.195T6.5%205.808M4.846%2020.692v-5.769h-.961q-.344%200-.576-.232t-.232-.576V9.04q0-.667.475-1.141t1.14-.475h3.616q.666%200%201.14.475t.475%201.14v2.528q-1.248.803-2.085%202.25Q7%2015.262%207%2017q0%201.156.362%202.159q.361%201.003.907%201.664v.677H5.654q-.343%200-.576-.232q-.232-.233-.232-.576m8.692.846q-1.863%200-3.2-1.337T9%2017q0-1.329.728-2.453t2.003-1.682v1.099q-.81.515-1.27%201.297Q10%2016.044%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.431%203.057q-1.277%201.194-3.089%201.194m7.24-2.933l-1.886-2.837q-.096-.135-.22-.202t-.28-.067h-3.276q-.667%200-1.141-.475t-.475-1.14V9q0-.213.144-.356t.357-.144t.356.144T14.5%209v4.885q0%20.269.173.442t.443.173h3.301q.403%200%20.765.192t.584.535l1.861%202.817q.11.177.067.382t-.213.32q-.177.11-.382.072q-.205-.037-.32-.212%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-rounded.svg?color=%231a73e8&size=48