bus map pin icon
bus-map-pin-outline-sharp from Material Symbols by Google · Outline Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- bus-map-pin-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- 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="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-.437M4 22v-3.05q-.45-.5-.725-1.112T3 16.5V7q0-2.075 1.925-3.037T11 3q.65 0 1.225.013t1.1.062q-.175.475-.25.963T13 5.05q-.425-.025-.913-.037T11.05 5q-2.175 0-3.6.25t-2 .75h7.625q.1.475.275.975T13.8 8H5v3h11.075L19 13.625V16.5q0 .725-.275 1.338T18 18.95V22h-3v-2H7v2zM20.775 3.263q.725.762.725 1.837q0 .8-.612 1.763T19.025 9q-1.275-1.2-1.9-2.15T16.5 5.1q0-1.075.725-1.838T19 2.5t1.775.762M19 11q2.025-1.725 3.013-3.187T23 5.1q0-1.7-1.162-2.9T19 1t-2.837 1.2T15 5.1q0 1.25.988 2.713T19 11M5 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 MaterialSymbolsBusMapPinOutlineSharp(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-.437M4 22v-3.05q-.45-.5-.725-1.112T3 16.5V7q0-2.075 1.925-3.037T11 3q.65 0 1.225.013t1.1.062q-.175.475-.25.963T13 5.05q-.425-.025-.913-.037T11.05 5q-2.175 0-3.6.25t-2 .75h7.625q.1.475.275.975T13.8 8H5v3h11.075L19 13.625V16.5q0 .725-.275 1.338T18 18.95V22h-3v-2H7v2zM20.775 3.263q.725.762.725 1.837q0 .8-.612 1.763T19.025 9q-1.275-1.2-1.9-2.15T16.5 5.1q0-1.075.725-1.838T19 2.5t1.775.762M19 11q2.025-1.725 3.013-3.187T23 5.1q0-1.7-1.162-2.9T19 1t-2.837 1.2T15 5.1q0 1.25.988 2.713T19 11M5 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-.437M4 22v-3.05q-.45-.5-.725-1.112T3 16.5V7q0-2.075 1.925-3.037T11 3q.65 0 1.225.013t1.1.062q-.175.475-.25.963T13 5.05q-.425-.025-.913-.037T11.05 5q-2.175 0-3.6.25t-2 .75h7.625q.1.475.275.975T13.8 8H5v3h11.075L19 13.625V16.5q0 .725-.275 1.338T18 18.95V22h-3v-2H7v2zM20.775 3.263q.725.762.725 1.837q0 .8-.612 1.763T19.025 9q-1.275-1.2-1.9-2.15T16.5 5.1q0-1.075.725-1.838T19 2.5t1.775.762M19 11q2.025-1.725 3.013-3.187T23 5.1q0-1.7-1.162-2.9T19 1t-2.837 1.2T15 5.1q0 1.25.988 2.713T19 11M5 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-sharp {
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-.437M4%2022v-3.05q-.45-.5-.725-1.112T3%2016.5V7q0-2.075%201.925-3.037T11%203q.65%200%201.225.013t1.1.062q-.175.475-.25.963T13%205.05q-.425-.025-.913-.037T11.05%205q-2.175%200-3.6.25t-2%20.75h7.625q.1.475.275.975T13.8%208H5v3h11.075L19%2013.625V16.5q0%20.725-.275%201.338T18%2018.95V22h-3v-2H7v2zM20.775%203.263q.725.762.725%201.837q0%20.8-.612%201.763T19.025%209q-1.275-1.2-1.9-2.15T16.5%205.1q0-1.075.725-1.838T19%202.5t1.775.762M19%2011q2.025-1.725%203.013-3.187T23%205.1q0-1.7-1.162-2.9T19%201t-2.837%201.2T15%205.1q0%201.25.988%202.713T19%2011M5%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-.437M4%2022v-3.05q-.45-.5-.725-1.112T3%2016.5V7q0-2.075%201.925-3.037T11%203q.65%200%201.225.013t1.1.062q-.175.475-.25.963T13%205.05q-.425-.025-.913-.037T11.05%205q-2.175%200-3.6.25t-2%20.75h7.625q.1.475.275.975T13.8%208H5v3h11.075L19%2013.625V16.5q0%20.725-.275%201.338T18%2018.95V22h-3v-2H7v2zM20.775%203.263q.725.762.725%201.837q0%20.8-.612%201.763T19.025%209q-1.275-1.2-1.9-2.15T16.5%205.1q0-1.075.725-1.838T19%202.5t1.775.762M19%2011q2.025-1.725%203.013-3.187T23%205.1q0-1.7-1.162-2.9T19%201t-2.837%201.2T15%205.1q0%201.25.988%202.713T19%2011M5%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-sharp.svg?color=%231a73e8&size=48