Bus Map Pin icon

Bus Map Pin is a Google Material Symbol from the Transit category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

bus_map_pin_outlined_fill0_wght400.svg

Bus Map Pin icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=bus_map_pin" />

<span class="material-symbols-outlined">bus_map_pin</span>

Bus Map Pin icon in React

// With the font from the HTML tab:
export function BusMapPinIcon() {
  return (
    <span className="material-symbols-outlined">
      bus_map_pin
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import BusMapPinIcon from "@material-symbols/svg-400/outlined/bus_map_pin.svg?react";

Bus Map Pin icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">bus_map_pin</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import BusMapPinIcon from "@material-symbols/svg-400/outlined/bus_map_pin.svg?component"; -->

Bus Map Pin icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">bus_map_pin</mat-icon>

Bus Map Pin icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.bus_map_pin, fill: 0, weight: 400)

Bus Map Pin icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/bus_map_pin.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M6.55 18.45h8.9q.875 0 1.463-.675t.587-1.55v-3H4.5v3q0 .875 .588 1.55t1.462 .675Zm1.575-1.65q.4-.4 .4-.975t-.4-.975q-.4-.4-.975-.4t-.975 .4q-.4 .4-.4 .975t.4 .975q.4 .4 .975 .4t.975-.4Zm7.7 0q.4-.4 .4-.975t-.4-.975q-.4-.4-.975-.4t-.975 .4q-.4 .4-.4 .975t.4 .975q.4 .4 .975 .4t.975-.4ZM5.225 22q-.325 0-.575-.187T4.4 21.325v-2.1q-.725-.4-1.062-1.15T3 16.475v-9.925q0-1.85 1.913-2.7T11.025 3q.65 0 1.238 .013T13.4 3.075q-.125 .35-.187 .725t-.088 .775q-.5-.05-1.012-.062T11.025 4.5q-2.95 0-4.525 .338T4.5 5.9h8.675q.075 .35 .2 .725t.3 .775H4.5v4.325h12.5l2 1.75v3q0 .85-.337 1.6T17.6 19.225v2.1q0 .3-.25 .488T16.775 22h-.475q-.35 0-.6-.187T15.45 21.325v-1.375H6.55v1.375q0 .3-.25 .488T5.7 22h-.475Zm13-16.325q-.325-.325-.325-.775t.325-.775q.325-.325 .775-.325t.775 .325q.325 .325 .325 .775t-.325 .775q-.325 .325-.775 .325t-.775-.325Zm2.825-2.8q.85 .875 .85 2.125 0 .925-.712 2.05T19.025 9.525q-1.475-1.35-2.2-2.487T16.1 5q0-1.25 .85-2.125t2.05-.875q1.2 0 2.05 .875Zm-2.05 8.625q2.225-1.875 3.313-3.5T23.4 5q0-1.875-1.275-3.187T19 .5q-1.85 0-3.125 1.313T14.6 5q0 1.375 1.088 3T19 11.5Zm-14.5 1.725h13-13Zm8.675-7.325H4.5h8.675Zm5.825-1Z" />
</vector>

Bus Map Pin icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/bus_map_pin.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/bus_map_pin.svg" width="24" height="24" alt="Bus Map Pin">

Bus Map Pin icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameBus Map Pin
Ligaturebus_map_pin
Code pointU+FFFA2
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/bus_map_pin.svg, bus_map_pin-fill.svg
FlutterSymbols.bus_map_pin
LicenseApache License 2.0 (© Google LLC)

Keywords

transittravelmapslocationpointstoppositiontransportationvehiclemarkerdestinationtrackingplace

Related icons