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

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

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="M4 20q-.425 0-.712-.288T3 19t.288-.712T4 18V6q-.425 0-.712-.288T3 5t.288-.712T4 4h2.325l.45-1.325q.1-.3.363-.488T7.725 2h8.55q.325 0 .588.188t.362.487L17.675 4H20q.425 0 .713.288T21 5t-.288.713T20 6v12q.425 0 .713.288T21 19t-.288.713T20 20h-3q0 .425-.288.713T16 21H8q-.425 0-.712-.288T7 20zm2-9h3V7.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-1.937 5.563q.437-.438.437-1.063t-.437-1.062T12 14t-1.062.438T10.5 15.5t.438 1.063T12 17t1.063-.437"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCableCarRounded(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 20q-.425 0-.712-.288T3 19t.288-.712T4 18V6q-.425 0-.712-.288T3 5t.288-.712T4 4h2.325l.45-1.325q.1-.3.363-.488T7.725 2h8.55q.325 0 .588.188t.362.487L17.675 4H20q.425 0 .713.288T21 5t-.288.713T20 6v12q.425 0 .713.288T21 19t-.288.713T20 20h-3q0 .425-.288.713T16 21H8q-.425 0-.712-.288T7 20zm2-9h3V7.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-1.937 5.563q.437-.438.437-1.063t-.437-1.062T12 14t-1.062.438T10.5 15.5t.438 1.063T12 17t1.063-.437"/></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 20q-.425 0-.712-.288T3 19t.288-.712T4 18V6q-.425 0-.712-.288T3 5t.288-.712T4 4h2.325l.45-1.325q.1-.3.363-.488T7.725 2h8.55q.325 0 .588.188t.362.487L17.675 4H20q.425 0 .713.288T21 5t-.288.713T20 6v12q.425 0 .713.288T21 19t-.288.713T20 20h-3q0 .425-.288.713T16 21H8q-.425 0-.712-.288T7 20zm2-9h3V7.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-1.937 5.563q.437-.438.437-1.063t-.437-1.062T12 14t-1.062.438T10.5 15.5t.438 1.063T12 17t1.063-.437"/></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%2020q-.425%200-.712-.288T3%2019t.288-.712T4%2018V6q-.425%200-.712-.288T3%205t.288-.712T4%204h2.325l.45-1.325q.1-.3.363-.488T7.725%202h8.55q.325%200%20.588.188t.362.487L17.675%204H20q.425%200%20.713.288T21%205t-.288.713T20%206v12q.425%200%20.713.288T21%2019t-.288.713T20%2020h-3q0%20.425-.288.713T16%2021H8q-.425%200-.712-.288T7%2020zm2-9h3V7.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-1.937%205.563q.437-.438.437-1.063t-.437-1.062T12%2014t-1.062.438T10.5%2015.5t.438%201.063T12%2017t1.063-.437%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%2020q-.425%200-.712-.288T3%2019t.288-.712T4%2018V6q-.425%200-.712-.288T3%205t.288-.712T4%204h2.325l.45-1.325q.1-.3.363-.488T7.725%202h8.55q.325%200%20.588.188t.362.487L17.675%204H20q.425%200%20.713.288T21%205t-.288.713T20%206v12q.425%200%20.713.288T21%2019t-.288.713T20%2020h-3q0%20.425-.288.713T16%2021H8q-.425%200-.712-.288T7%2020zm2-9h3V7.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-1.937%205.563q.437-.438.437-1.063t-.437-1.062T12%2014t-1.062.438T10.5%2015.5t.438%201.063T12%2017t1.063-.437%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-rounded.svg?color=%231a73e8&size=48