round wheelchair pickup icon

round-wheelchair-pickup from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
round-wheelchair-pickup
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the round 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="M4.5 4c0-1.11.89-2 2-2s2 .89 2 2s-.89 2-2 2s-2-.89-2-2m5.5 6.95V9c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v5c0 .55.45 1 1 1h1v6c0 .55.45 1 1 1h2.5v-.11c-1.24-1.26-2-2.99-2-4.89c0-2.58 1.41-4.84 3.5-6.05M16.5 17c0 1.65-1.35 3-3 3s-3-1.35-3-3c0-1.11.61-2.06 1.5-2.58v-2.16c-2.02.64-3.5 2.51-3.5 4.74c0 2.76 2.24 5 5 5s5-2.24 5-5zm2.5-3h-4V9c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .55.45 1 1 1h4.46l1.92 2.88c.31.46.93.58 1.39.28c.46-.31.58-.93.28-1.39l-2.21-3.32c-.19-.28-.51-.45-.84-.45"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWheelchairPickup(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="M4.5 4c0-1.11.89-2 2-2s2 .89 2 2s-.89 2-2 2s-2-.89-2-2m5.5 6.95V9c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v5c0 .55.45 1 1 1h1v6c0 .55.45 1 1 1h2.5v-.11c-1.24-1.26-2-2.99-2-4.89c0-2.58 1.41-4.84 3.5-6.05M16.5 17c0 1.65-1.35 3-3 3s-3-1.35-3-3c0-1.11.61-2.06 1.5-2.58v-2.16c-2.02.64-3.5 2.51-3.5 4.74c0 2.76 2.24 5 5 5s5-2.24 5-5zm2.5-3h-4V9c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .55.45 1 1 1h4.46l1.92 2.88c.31.46.93.58 1.39.28c.46-.31.58-.93.28-1.39l-2.21-3.32c-.19-.28-.51-.45-.84-.45"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 4c0-1.11.89-2 2-2s2 .89 2 2s-.89 2-2 2s-2-.89-2-2m5.5 6.95V9c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v5c0 .55.45 1 1 1h1v6c0 .55.45 1 1 1h2.5v-.11c-1.24-1.26-2-2.99-2-4.89c0-2.58 1.41-4.84 3.5-6.05M16.5 17c0 1.65-1.35 3-3 3s-3-1.35-3-3c0-1.11.61-2.06 1.5-2.58v-2.16c-2.02.64-3.5 2.51-3.5 4.74c0 2.76 2.24 5 5 5s5-2.24 5-5zm2.5-3h-4V9c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .55.45 1 1 1h4.46l1.92 2.88c.31.46.93.58 1.39.28c.46-.31.58-.93.28-1.39l-2.21-3.32c-.19-.28-.51-.45-.84-.45"/></svg>
</template>

CSS

.icon-round-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%22M4.5%204c0-1.11.89-2%202-2s2%20.89%202%202s-.89%202-2%202s-2-.89-2-2m5.5%206.95V9c0-1.1-.9-2-2-2H5c-1.1%200-2%20.9-2%202v5c0%20.55.45%201%201%201h1v6c0%20.55.45%201%201%201h2.5v-.11c-1.24-1.26-2-2.99-2-4.89c0-2.58%201.41-4.84%203.5-6.05M16.5%2017c0%201.65-1.35%203-3%203s-3-1.35-3-3c0-1.11.61-2.06%201.5-2.58v-2.16c-2.02.64-3.5%202.51-3.5%204.74c0%202.76%202.24%205%205%205s5-2.24%205-5zm2.5-3h-4V9c0-.55-.45-1-1-1s-1%20.45-1%201v6c0%20.55.45%201%201%201h4.46l1.92%202.88c.31.46.93.58%201.39.28c.46-.31.58-.93.28-1.39l-2.21-3.32c-.19-.28-.51-.45-.84-.45%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%22M4.5%204c0-1.11.89-2%202-2s2%20.89%202%202s-.89%202-2%202s-2-.89-2-2m5.5%206.95V9c0-1.1-.9-2-2-2H5c-1.1%200-2%20.9-2%202v5c0%20.55.45%201%201%201h1v6c0%20.55.45%201%201%201h2.5v-.11c-1.24-1.26-2-2.99-2-4.89c0-2.58%201.41-4.84%203.5-6.05M16.5%2017c0%201.65-1.35%203-3%203s-3-1.35-3-3c0-1.11.61-2.06%201.5-2.58v-2.16c-2.02.64-3.5%202.51-3.5%204.74c0%202.76%202.24%205%205%205s5-2.24%205-5zm2.5-3h-4V9c0-.55-.45-1-1-1s-1%20.45-1%201v6c0%20.55.45%201%201%201h4.46l1.92%202.88c.31.46.93.58%201.39.28c.46-.31.58-.93.28-1.39l-2.21-3.32c-.19-.28-.51-.45-.84-.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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