bus-map-pin-outline-rounded from Material Symbols by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
bus-map-pin-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the bus map pin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 18h8q.825 0 1.413-.587T17 16v-3H5v3q0 .825.588 1.413T7 18m1.563-1.437Q9 16.125 9 15.5t-.437-1.062T7.5 14t-1.062.438T6 15.5t.438 1.063T7.5 17t1.063-.437m7 0Q16 16.125 16 15.5t-.437-1.062T14.5 14t-1.062.438T13 15.5t.438 1.063T14.5 17t1.063-.437M5 22q-.425 0-.712-.288T4 21v-2.05q-.45-.5-.725-1.112T3 16.5V7q0-2.075 1.925-3.037T11 3h.688q.337 0 .662.025q.4.025.65.338t.175.712q-.075.425-.413.688T12 5h-.95q-2.175 0-3.6.25t-2 .75h7q.425 0 .713.288T13.45 7t-.287.713T12.45 8H5v3h11.55q.2 0 .363.113t.237.312q.225.5.6.85t.85.55q.175.075.288.213t.112.337V16.5q0 .725-.275 1.338T18 18.95V21q0 .425-.288.713T17 22h-1q-.425 0-.712-.288T15 21v-1H7v1q0 .425-.288.713T6 22zM19.025 9q-1.275-1.2-1.9-2.15T16.5 5.1q0-1.075.725-1.838T19 2.5t1.775.762T21.5 5.1q0 .8-.612 1.763T19.025 9M19 1q-1.675 0-2.837 1.2T15 5.1q0 1.15.85 2.488t2.575 2.912q.25.225.575.213t.575-.213Q21.3 8.925 22.15 7.588T23 5.1q0-1.7-1.162-2.9T19 1M5 13h12zm8.075-7H5.45zm5.213-.288Q18 5.426 18 5t.288-.712T19 4t.713.288T20 5t-.288.713T19 6t-.712-.288M19 5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBusMapPinOutlineRounded(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="M7 18h8q.825 0 1.413-.587T17 16v-3H5v3q0 .825.588 1.413T7 18m1.563-1.437Q9 16.125 9 15.5t-.437-1.062T7.5 14t-1.062.438T6 15.5t.438 1.063T7.5 17t1.063-.437m7 0Q16 16.125 16 15.5t-.437-1.062T14.5 14t-1.062.438T13 15.5t.438 1.063T14.5 17t1.063-.437M5 22q-.425 0-.712-.288T4 21v-2.05q-.45-.5-.725-1.112T3 16.5V7q0-2.075 1.925-3.037T11 3h.688q.337 0 .662.025q.4.025.65.338t.175.712q-.075.425-.413.688T12 5h-.95q-2.175 0-3.6.25t-2 .75h7q.425 0 .713.288T13.45 7t-.287.713T12.45 8H5v3h11.55q.2 0 .363.113t.237.312q.225.5.6.85t.85.55q.175.075.288.213t.112.337V16.5q0 .725-.275 1.338T18 18.95V21q0 .425-.288.713T17 22h-1q-.425 0-.712-.288T15 21v-1H7v1q0 .425-.288.713T6 22zM19.025 9q-1.275-1.2-1.9-2.15T16.5 5.1q0-1.075.725-1.838T19 2.5t1.775.762T21.5 5.1q0 .8-.612 1.763T19.025 9M19 1q-1.675 0-2.837 1.2T15 5.1q0 1.15.85 2.488t2.575 2.912q.25.225.575.213t.575-.213Q21.3 8.925 22.15 7.588T23 5.1q0-1.7-1.162-2.9T19 1M5 13h12zm8.075-7H5.45zm5.213-.288Q18 5.426 18 5t.288-.712T19 4t.713.288T20 5t-.288.713T19 6t-.712-.288M19 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 18h8q.825 0 1.413-.587T17 16v-3H5v3q0 .825.588 1.413T7 18m1.563-1.437Q9 16.125 9 15.5t-.437-1.062T7.5 14t-1.062.438T6 15.5t.438 1.063T7.5 17t1.063-.437m7 0Q16 16.125 16 15.5t-.437-1.062T14.5 14t-1.062.438T13 15.5t.438 1.063T14.5 17t1.063-.437M5 22q-.425 0-.712-.288T4 21v-2.05q-.45-.5-.725-1.112T3 16.5V7q0-2.075 1.925-3.037T11 3h.688q.337 0 .662.025q.4.025.65.338t.175.712q-.075.425-.413.688T12 5h-.95q-2.175 0-3.6.25t-2 .75h7q.425 0 .713.288T13.45 7t-.287.713T12.45 8H5v3h11.55q.2 0 .363.113t.237.312q.225.5.6.85t.85.55q.175.075.288.213t.112.337V16.5q0 .725-.275 1.338T18 18.95V21q0 .425-.288.713T17 22h-1q-.425 0-.712-.288T15 21v-1H7v1q0 .425-.288.713T6 22zM19.025 9q-1.275-1.2-1.9-2.15T16.5 5.1q0-1.075.725-1.838T19 2.5t1.775.762T21.5 5.1q0 .8-.612 1.763T19.025 9M19 1q-1.675 0-2.837 1.2T15 5.1q0 1.15.85 2.488t2.575 2.912q.25.225.575.213t.575-.213Q21.3 8.925 22.15 7.588T23 5.1q0-1.7-1.162-2.9T19 1M5 13h12zm8.075-7H5.45zm5.213-.288Q18 5.426 18 5t.288-.712T19 4t.713.288T20 5t-.288.713T19 6t-.712-.288M19 5"/></svg>
</template>

CSS

.icon-bus-map-pin-outline-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%22M7%2018h8q.825%200%201.413-.587T17%2016v-3H5v3q0%20.825.588%201.413T7%2018m1.563-1.437Q9%2016.125%209%2015.5t-.437-1.062T7.5%2014t-1.062.438T6%2015.5t.438%201.063T7.5%2017t1.063-.437m7%200Q16%2016.125%2016%2015.5t-.437-1.062T14.5%2014t-1.062.438T13%2015.5t.438%201.063T14.5%2017t1.063-.437M5%2022q-.425%200-.712-.288T4%2021v-2.05q-.45-.5-.725-1.112T3%2016.5V7q0-2.075%201.925-3.037T11%203h.688q.337%200%20.662.025q.4.025.65.338t.175.712q-.075.425-.413.688T12%205h-.95q-2.175%200-3.6.25t-2%20.75h7q.425%200%20.713.288T13.45%207t-.287.713T12.45%208H5v3h11.55q.2%200%20.363.113t.237.312q.225.5.6.85t.85.55q.175.075.288.213t.112.337V16.5q0%20.725-.275%201.338T18%2018.95V21q0%20.425-.288.713T17%2022h-1q-.425%200-.712-.288T15%2021v-1H7v1q0%20.425-.288.713T6%2022zM19.025%209q-1.275-1.2-1.9-2.15T16.5%205.1q0-1.075.725-1.838T19%202.5t1.775.762T21.5%205.1q0%20.8-.612%201.763T19.025%209M19%201q-1.675%200-2.837%201.2T15%205.1q0%201.15.85%202.488t2.575%202.912q.25.225.575.213t.575-.213Q21.3%208.925%2022.15%207.588T23%205.1q0-1.7-1.162-2.9T19%201M5%2013h12zm8.075-7H5.45zm5.213-.288Q18%205.426%2018%205t.288-.712T19%204t.713.288T20%205t-.288.713T19%206t-.712-.288M19%205%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%22M7%2018h8q.825%200%201.413-.587T17%2016v-3H5v3q0%20.825.588%201.413T7%2018m1.563-1.437Q9%2016.125%209%2015.5t-.437-1.062T7.5%2014t-1.062.438T6%2015.5t.438%201.063T7.5%2017t1.063-.437m7%200Q16%2016.125%2016%2015.5t-.437-1.062T14.5%2014t-1.062.438T13%2015.5t.438%201.063T14.5%2017t1.063-.437M5%2022q-.425%200-.712-.288T4%2021v-2.05q-.45-.5-.725-1.112T3%2016.5V7q0-2.075%201.925-3.037T11%203h.688q.337%200%20.662.025q.4.025.65.338t.175.712q-.075.425-.413.688T12%205h-.95q-2.175%200-3.6.25t-2%20.75h7q.425%200%20.713.288T13.45%207t-.287.713T12.45%208H5v3h11.55q.2%200%20.363.113t.237.312q.225.5.6.85t.85.55q.175.075.288.213t.112.337V16.5q0%20.725-.275%201.338T18%2018.95V21q0%20.425-.288.713T17%2022h-1q-.425%200-.712-.288T15%2021v-1H7v1q0%20.425-.288.713T6%2022zM19.025%209q-1.275-1.2-1.9-2.15T16.5%205.1q0-1.075.725-1.838T19%202.5t1.775.762T21.5%205.1q0%20.8-.612%201.763T19.025%209M19%201q-1.675%200-2.837%201.2T15%205.1q0%201.15.85%202.488t2.575%202.912q.25.225.575.213t.575-.213Q21.3%208.925%2022.15%207.588T23%205.1q0-1.7-1.162-2.9T19%201M5%2013h12zm8.075-7H5.45zm5.213-.288Q18%205.426%2018%205t.288-.712T19%204t.713.288T20%205t-.288.713T19%206t-.712-.288M19%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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