cable-car-outline from Material Symbols by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.

Name
cable-car-outline
Set
Material Symbols
Style
Outline
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
cable-car-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the cable car icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 21v-1H3v-2h1V6H3V4h3.325L7 2h10l.675 2H21v2h-1v12h1v2h-4v1zm-1-3h12v-5H6zm7.063-1.437q.437-.438.437-1.063t-.437-1.062T12 14t-1.062.438T10.5 15.5t.438 1.063T12 17t1.063-.437M6 11h3V7.5q0-.625-.437-1.062T7.5 6t-1.062.438T6 7.5zm4.5 0h3V7.5q0-.625-.437-1.062T12 6t-1.062.438T10.5 7.5zm4.5 0h3V7.5q0-.625-.437-1.062T16.5 6t-1.062.438T15 7.5zm-9 2h12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCableCarOutline(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 21v-1H3v-2h1V6H3V4h3.325L7 2h10l.675 2H21v2h-1v12h1v2h-4v1zm-1-3h12v-5H6zm7.063-1.437q.437-.438.437-1.063t-.437-1.062T12 14t-1.062.438T10.5 15.5t.438 1.063T12 17t1.063-.437M6 11h3V7.5q0-.625-.437-1.062T7.5 6t-1.062.438T6 7.5zm4.5 0h3V7.5q0-.625-.437-1.062T12 6t-1.062.438T10.5 7.5zm4.5 0h3V7.5q0-.625-.437-1.062T16.5 6t-1.062.438T15 7.5zm-9 2h12z"/></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 21v-1H3v-2h1V6H3V4h3.325L7 2h10l.675 2H21v2h-1v12h1v2h-4v1zm-1-3h12v-5H6zm7.063-1.437q.437-.438.437-1.063t-.437-1.062T12 14t-1.062.438T10.5 15.5t.438 1.063T12 17t1.063-.437M6 11h3V7.5q0-.625-.437-1.062T7.5 6t-1.062.438T6 7.5zm4.5 0h3V7.5q0-.625-.437-1.062T12 6t-1.062.438T10.5 7.5zm4.5 0h3V7.5q0-.625-.437-1.062T16.5 6t-1.062.438T15 7.5zm-9 2h12z"/></svg>
</template>

CSS

.icon-cable-car-outline {
  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%2021v-1H3v-2h1V6H3V4h3.325L7%202h10l.675%202H21v2h-1v12h1v2h-4v1zm-1-3h12v-5H6zm7.063-1.437q.437-.438.437-1.063t-.437-1.062T12%2014t-1.062.438T10.5%2015.5t.438%201.063T12%2017t1.063-.437M6%2011h3V7.5q0-.625-.437-1.062T7.5%206t-1.062.438T6%207.5zm4.5%200h3V7.5q0-.625-.437-1.062T12%206t-1.062.438T10.5%207.5zm4.5%200h3V7.5q0-.625-.437-1.062T16.5%206t-1.062.438T15%207.5zm-9%202h12z%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%2021v-1H3v-2h1V6H3V4h3.325L7%202h10l.675%202H21v2h-1v12h1v2h-4v1zm-1-3h12v-5H6zm7.063-1.437q.437-.438.437-1.063t-.437-1.062T12%2014t-1.062.438T10.5%2015.5t.438%201.063T12%2017t1.063-.437M6%2011h3V7.5q0-.625-.437-1.062T7.5%206t-1.062.438T6%207.5zm4.5%200h3V7.5q0-.625-.437-1.062T12%206t-1.062.438T10.5%207.5zm4.5%200h3V7.5q0-.625-.437-1.062T16.5%206t-1.062.438T15%207.5zm-9%202h12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cable-car-outline.svg?color=%231a73e8&size=48