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

Name
cable-car-rounded
Set
Material Symbols Light
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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="M4.5 19q-.213 0-.356-.144T4 18.499t.144-.356T4.5 18H5V6h-.5q-.213 0-.356-.144T4 5.499t.144-.356T4.5 5h2.498l.393-.787q.1-.204.29-.324q.192-.12.429-.12h7.761q.237 0 .428.11t.292.315l.411.806H19.5q.213 0 .356.144t.144.357t-.144.356T19.5 6H19v12h.5q.213 0 .356.144t.144.357t-.144.356T19.5 19h-3.25q0 .31-.23.54t-.54.23H8.52q-.31 0-.54-.23T7.75 19zM6 11.461h3.404V7.692q0-.705-.493-1.198Q8.418 6 7.714 6t-1.21.494T6 7.692zm4.289 0h3.403V7.692q0-.705-.493-1.198Q12.708 6 12.003 6t-1.209.494t-.504 1.198zm4.307 0H18V7.693q0-.705-.505-1.198Q16.99 6 16.286 6t-1.197.494t-.493 1.198zm-1.803 4.592q.322-.313.322-.78q0-.466-.326-.793t-.794-.326t-.788.326t-.323.794q0 .466.327.779t.793.312t.79-.312"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCableCarRounded(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="M4.5 19q-.213 0-.356-.144T4 18.499t.144-.356T4.5 18H5V6h-.5q-.213 0-.356-.144T4 5.499t.144-.356T4.5 5h2.498l.393-.787q.1-.204.29-.324q.192-.12.429-.12h7.761q.237 0 .428.11t.292.315l.411.806H19.5q.213 0 .356.144t.144.357t-.144.356T19.5 6H19v12h.5q.213 0 .356.144t.144.357t-.144.356T19.5 19h-3.25q0 .31-.23.54t-.54.23H8.52q-.31 0-.54-.23T7.75 19zM6 11.461h3.404V7.692q0-.705-.493-1.198Q8.418 6 7.714 6t-1.21.494T6 7.692zm4.289 0h3.403V7.692q0-.705-.493-1.198Q12.708 6 12.003 6t-1.209.494t-.504 1.198zm4.307 0H18V7.693q0-.705-.505-1.198Q16.99 6 16.286 6t-1.197.494t-.493 1.198zm-1.803 4.592q.322-.313.322-.78q0-.466-.326-.793t-.794-.326t-.788.326t-.323.794q0 .466.327.779t.793.312t.79-.312"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 19q-.213 0-.356-.144T4 18.499t.144-.356T4.5 18H5V6h-.5q-.213 0-.356-.144T4 5.499t.144-.356T4.5 5h2.498l.393-.787q.1-.204.29-.324q.192-.12.429-.12h7.761q.237 0 .428.11t.292.315l.411.806H19.5q.213 0 .356.144t.144.357t-.144.356T19.5 6H19v12h.5q.213 0 .356.144t.144.357t-.144.356T19.5 19h-3.25q0 .31-.23.54t-.54.23H8.52q-.31 0-.54-.23T7.75 19zM6 11.461h3.404V7.692q0-.705-.493-1.198Q8.418 6 7.714 6t-1.21.494T6 7.692zm4.289 0h3.403V7.692q0-.705-.493-1.198Q12.708 6 12.003 6t-1.209.494t-.504 1.198zm4.307 0H18V7.693q0-.705-.505-1.198Q16.99 6 16.286 6t-1.197.494t-.493 1.198zm-1.803 4.592q.322-.313.322-.78q0-.466-.326-.793t-.794-.326t-.788.326t-.323.794q0 .466.327.779t.793.312t.79-.312"/></svg>
</template>

CSS

.icon-cable-car-rounded {
  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%22M4.5%2019q-.213%200-.356-.144T4%2018.499t.144-.356T4.5%2018H5V6h-.5q-.213%200-.356-.144T4%205.499t.144-.356T4.5%205h2.498l.393-.787q.1-.204.29-.324q.192-.12.429-.12h7.761q.237%200%20.428.11t.292.315l.411.806H19.5q.213%200%20.356.144t.144.357t-.144.356T19.5%206H19v12h.5q.213%200%20.356.144t.144.357t-.144.356T19.5%2019h-3.25q0%20.31-.23.54t-.54.23H8.52q-.31%200-.54-.23T7.75%2019zM6%2011.461h3.404V7.692q0-.705-.493-1.198Q8.418%206%207.714%206t-1.21.494T6%207.692zm4.289%200h3.403V7.692q0-.705-.493-1.198Q12.708%206%2012.003%206t-1.209.494t-.504%201.198zm4.307%200H18V7.693q0-.705-.505-1.198Q16.99%206%2016.286%206t-1.197.494t-.493%201.198zm-1.803%204.592q.322-.313.322-.78q0-.466-.326-.793t-.794-.326t-.788.326t-.323.794q0%20.466.327.779t.793.312t.79-.312%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%22M4.5%2019q-.213%200-.356-.144T4%2018.499t.144-.356T4.5%2018H5V6h-.5q-.213%200-.356-.144T4%205.499t.144-.356T4.5%205h2.498l.393-.787q.1-.204.29-.324q.192-.12.429-.12h7.761q.237%200%20.428.11t.292.315l.411.806H19.5q.213%200%20.356.144t.144.357t-.144.356T19.5%206H19v12h.5q.213%200%20.356.144t.144.357t-.144.356T19.5%2019h-3.25q0%20.31-.23.54t-.54.23H8.52q-.31%200-.54-.23T7.75%2019zM6%2011.461h3.404V7.692q0-.705-.493-1.198Q8.418%206%207.714%206t-1.21.494T6%207.692zm4.289%200h3.403V7.692q0-.705-.493-1.198Q12.708%206%2012.003%206t-1.209.494t-.504%201.198zm4.307%200H18V7.693q0-.705-.505-1.198Q16.99%206%2016.286%206t-1.197.494t-.493%201.198zm-1.803%204.592q.322-.313.322-.78q0-.466-.326-.793t-.794-.326t-.788.326t-.323.794q0%20.466.327.779t.793.312t.79-.312%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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