trolley cable car icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the trolley 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="M6 21v-.5L7.5 19H3v-2h1V6H3V4h4V2h10v2h4v2h-1v11h1v2h-4.5l1.5 1.5v.5h-2l-2-2h-4l-2 2zm0-4h12v-5H6zm7-7h5V7h-5zm-7 0h5V7H6zm6 6q.625 0 1.063-.437T13.5 14.5t-.437-1.062T12 13t-1.062.438T10.5 14.5t.438 1.063T12 16m-6-4h12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTrolleyCableCarOutline(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="M6 21v-.5L7.5 19H3v-2h1V6H3V4h4V2h10v2h4v2h-1v11h1v2h-4.5l1.5 1.5v.5h-2l-2-2h-4l-2 2zm0-4h12v-5H6zm7-7h5V7h-5zm-7 0h5V7H6zm6 6q.625 0 1.063-.437T13.5 14.5t-.437-1.062T12 13t-1.062.438T10.5 14.5t.438 1.063T12 16m-6-4h12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 21v-.5L7.5 19H3v-2h1V6H3V4h4V2h10v2h4v2h-1v11h1v2h-4.5l1.5 1.5v.5h-2l-2-2h-4l-2 2zm0-4h12v-5H6zm7-7h5V7h-5zm-7 0h5V7H6zm6 6q.625 0 1.063-.437T13.5 14.5t-.437-1.062T12 13t-1.062.438T10.5 14.5t.438 1.063T12 16m-6-4h12z"/></svg>
</template>

CSS

.icon-trolley-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%22M6%2021v-.5L7.5%2019H3v-2h1V6H3V4h4V2h10v2h4v2h-1v11h1v2h-4.5l1.5%201.5v.5h-2l-2-2h-4l-2%202zm0-4h12v-5H6zm7-7h5V7h-5zm-7%200h5V7H6zm6%206q.625%200%201.063-.437T13.5%2014.5t-.437-1.062T12%2013t-1.062.438T10.5%2014.5t.438%201.063T12%2016m-6-4h12z%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%22M6%2021v-.5L7.5%2019H3v-2h1V6H3V4h4V2h10v2h4v2h-1v11h1v2h-4.5l1.5%201.5v.5h-2l-2-2h-4l-2%202zm0-4h12v-5H6zm7-7h5V7h-5zm-7%200h5V7H6zm6%206q.625%200%201.063-.437T13.5%2014.5t-.437-1.062T12%2013t-1.062.438T10.5%2014.5t.438%201.063T12%2016m-6-4h12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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