bus map pin icon
bus-map-pin-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- bus-map-pin-rounded
- Set
- Material Symbols
- Style
- 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
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-rightcar-fan-low-left
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.325 0 .625.013t.575.012q.425.025.7.375t.175.8q-.05.3-.062.613t.012.637t.075.625t.15.6q.15.5-.113.913T12.375 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.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 MaterialSymbolsBusMapPinRounded(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.325 0 .625.013t.575.012q.425.025.7.375t.175.8q-.05.3-.062.613t.012.637t.075.625t.15.6q.15.5-.113.913T12.375 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.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.325 0 .625.013t.575.012q.425.025.7.375t.175.8q-.05.3-.062.613t.012.637t.075.625t.15.6q.15.5-.113.913T12.375 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.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-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%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.325%200%20.625.013t.575.012q.425.025.7.375t.175.8q-.05.3-.062.613t.012.637t.075.625t.15.6q.15.5-.113.913T12.375%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.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.325%200%20.625.013t.575.012q.425.025.7.375t.175.8q-.05.3-.062.613t.012.637t.075.625t.15.6q.15.5-.113.913T12.375%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.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-rounded.svg?color=%231a73e8&size=48