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

Name
bus-map-pin
Set
Material Symbols
Style
Regular
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="M8.563 16.563Q9 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 3q.65 0 1.225.013t1.1.062q-.225.65-.275 1.263t0 1.237t.237 1.225T13.8 8H5v3h11.075L19 13.625V16.5q0 .725-.275 1.338T18 18.95V21q0 .425-.288.713T17 22h-1q-.425 0-.712-.288T15 21v-1H7v1q0 .425-.288.713T6 22zM19.713 5.712Q20 5.425 20 5t-.288-.712T19 4t-.712.288T18 5t.288.713T19 6t.713-.288M19 11q-2.025-1.725-3.012-3.187T15 5.1q0-1.7 1.163-2.9T19 1t2.838 1.2T23 5.1q0 1.25-.987 2.713T19 11"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBusMapPin(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="M8.563 16.563Q9 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 3q.65 0 1.225.013t1.1.062q-.225.65-.275 1.263t0 1.237t.237 1.225T13.8 8H5v3h11.075L19 13.625V16.5q0 .725-.275 1.338T18 18.95V21q0 .425-.288.713T17 22h-1q-.425 0-.712-.288T15 21v-1H7v1q0 .425-.288.713T6 22zM19.713 5.712Q20 5.425 20 5t-.288-.712T19 4t-.712.288T18 5t.288.713T19 6t.713-.288M19 11q-2.025-1.725-3.012-3.187T15 5.1q0-1.7 1.163-2.9T19 1t2.838 1.2T23 5.1q0 1.25-.987 2.713T19 11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.563 16.563Q9 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 3q.65 0 1.225.013t1.1.062q-.225.65-.275 1.263t0 1.237t.237 1.225T13.8 8H5v3h11.075L19 13.625V16.5q0 .725-.275 1.338T18 18.95V21q0 .425-.288.713T17 22h-1q-.425 0-.712-.288T15 21v-1H7v1q0 .425-.288.713T6 22zM19.713 5.712Q20 5.425 20 5t-.288-.712T19 4t-.712.288T18 5t.288.713T19 6t.713-.288M19 11q-2.025-1.725-3.012-3.187T15 5.1q0-1.7 1.163-2.9T19 1t2.838 1.2T23 5.1q0 1.25-.987 2.713T19 11"/></svg>
</template>

CSS

.icon-bus-map-pin {
  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%22M8.563%2016.563Q9%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%203q.65%200%201.225.013t1.1.062q-.225.65-.275%201.263t0%201.237t.237%201.225T13.8%208H5v3h11.075L19%2013.625V16.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.713%205.712Q20%205.425%2020%205t-.288-.712T19%204t-.712.288T18%205t.288.713T19%206t.713-.288M19%2011q-2.025-1.725-3.012-3.187T15%205.1q0-1.7%201.163-2.9T19%201t2.838%201.2T23%205.1q0%201.25-.987%202.713T19%2011%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%22M8.563%2016.563Q9%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%203q.65%200%201.225.013t1.1.062q-.225.65-.275%201.263t0%201.237t.237%201.225T13.8%208H5v3h11.075L19%2013.625V16.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.713%205.712Q20%205.425%2020%205t-.288-.712T19%204t-.712.288T18%205t.288.713T19%206t.713-.288M19%2011q-2.025-1.725-3.012-3.187T15%205.1q0-1.7%201.163-2.9T19%201t2.838%201.2T23%205.1q0%201.25-.987%202.713T19%2011%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.svg?color=%231a73e8&size=48