Cable Car icon

Cable Car 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

cable_car_outlined_fill0_wght400.svg

Cable Car 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=cable_car" />

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

Cable Car icon in React

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

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

Cable Car icon in Vue

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

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

Cable Car icon in Angular

With Angular Material and the font from the HTML tab:

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

Cable Car 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.cable_car, fill: 0, weight: 400)

Cable Car icon in Android

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

<!-- res/drawable/cable_car.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="M7.125 21v-1H3v-1.5h1v-13h-1v-1.5h3.375l.669-2H16.95l.7 2h3.35v1.5h-1v13h1v1.5H16.875v1H7.125Zm-1.625-2.5h13v-6H5.5v6Zm7.563-1.937Q13.5 16.125 13.5 15.5t-.437-1.062Q12.625 14 12 14t-1.062 .438Q10.5 14.875 10.5 15.5t.438 1.063Q11.375 17 12 17t1.063-.437ZM5.5 11h3.3v-3.84q0-.685-.475-1.172T7.15 5.5q-.7 0-1.175 .481T5.5 7.15v3.85Zm4.825 0h3.35v-3.86Q13.675 6.45 13.186 5.975t-1.187-.475q-.699 0-1.186 .481Q10.325 6.463 10.325 7.15v3.85Zm4.85 0h3.325v-3.86Q18.5 6.45 18.011 5.975t-1.187-.475Q16.125 5.5 15.65 5.981 15.175 6.463 15.175 7.15v3.85Zm-9.675 1.5h13-13Z" />
</vector>

Cable Car icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/cable_car.svg" width="24" height="24" alt="Cable Car">

Cable Car 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

NameCable Car
Ligaturecable_car
Code pointU+F479
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/cable_car.svg, cable_car-fill.svg
FlutterSymbols.cable_car
LicenseApache License 2.0 (© Google LLC)

Keywords

transitviewtravelmapstransportationvehicledestinationjourneyautomobileoutdoorcarspublicmountain

Related icons