trolley cable car icon

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

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

3 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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="M7.25 20v-.308L8.942 18H4v-1h1V6H4V5h3.75V3.77h8.5V5H20v1h-1v11h1v1h-4.962l1.693 1.692V20h-1.039l-2-2H10.29l-2 2zM6 17h12v-5.461H6zm6.5-6.461H18v-3.77h-5.5zm-6.5 0h5.5v-3.77H6zm6.004 4.75q.41 0 .683-.275t.274-.684t-.274-.697t-.684-.287t-.697.287t-.287.697t.287.684t.697.274M6 11.538h12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTrolleyCableCarOutline(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.25 20v-.308L8.942 18H4v-1h1V6H4V5h3.75V3.77h8.5V5H20v1h-1v11h1v1h-4.962l1.693 1.692V20h-1.039l-2-2H10.29l-2 2zM6 17h12v-5.461H6zm6.5-6.461H18v-3.77h-5.5zm-6.5 0h5.5v-3.77H6zm6.004 4.75q.41 0 .683-.275t.274-.684t-.274-.697t-.684-.287t-.697.287t-.287.697t.287.684t.697.274M6 11.538h12z"/></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.25 20v-.308L8.942 18H4v-1h1V6H4V5h3.75V3.77h8.5V5H20v1h-1v11h1v1h-4.962l1.693 1.692V20h-1.039l-2-2H10.29l-2 2zM6 17h12v-5.461H6zm6.5-6.461H18v-3.77h-5.5zm-6.5 0h5.5v-3.77H6zm6.004 4.75q.41 0 .683-.275t.274-.684t-.274-.697t-.684-.287t-.697.287t-.287.697t.287.684t.697.274M6 11.538h12z"/></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%22M7.25%2020v-.308L8.942%2018H4v-1h1V6H4V5h3.75V3.77h8.5V5H20v1h-1v11h1v1h-4.962l1.693%201.692V20h-1.039l-2-2H10.29l-2%202zM6%2017h12v-5.461H6zm6.5-6.461H18v-3.77h-5.5zm-6.5%200h5.5v-3.77H6zm6.004%204.75q.41%200%20.683-.275t.274-.684t-.274-.697t-.684-.287t-.697.287t-.287.697t.287.684t.697.274M6%2011.538h12z%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.25%2020v-.308L8.942%2018H4v-1h1V6H4V5h3.75V3.77h8.5V5H20v1h-1v11h1v1h-4.962l1.693%201.692V20h-1.039l-2-2H10.29l-2%202zM6%2017h12v-5.461H6zm6.5-6.461H18v-3.77h-5.5zm-6.5%200h5.5v-3.77H6zm6.004%204.75q.41%200%20.683-.275t.274-.684t-.274-.697t-.684-.287t-.697.287t-.287.697t.287.684t.697.274M6%2011.538h12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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