cable car icon

cable-car-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
cable-car-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the cable car icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M245.91 31a6 6 0 0 0-7-4.85L15 66.1A6 6 0 0 0 16 78a6.5 6.5 0 0 0 1.07-.09L122 59.17V98H64a30 30 0 0 0-30 30v64a30 30 0 0 0 30 30h128a30 30 0 0 0 30-30v-64a30 30 0 0 0-30-30h-58V57l107.05-19.09a6 6 0 0 0 4.86-6.91M102 162v-52h52v52Zm-38-52h26v52H46v-34a18 18 0 0 1 18-18m128 100H64a18 18 0 0 1-18-18v-18h164v18a18 18 0 0 1-18 18m18-82v34h-44v-52h26a18 18 0 0 1 18 18"/></svg>

React

import type { SVGProps } from "react";

export function PhCableCarLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M245.91 31a6 6 0 0 0-7-4.85L15 66.1A6 6 0 0 0 16 78a6.5 6.5 0 0 0 1.07-.09L122 59.17V98H64a30 30 0 0 0-30 30v64a30 30 0 0 0 30 30h128a30 30 0 0 0 30-30v-64a30 30 0 0 0-30-30h-58V57l107.05-19.09a6 6 0 0 0 4.86-6.91M102 162v-52h52v52Zm-38-52h26v52H46v-34a18 18 0 0 1 18-18m128 100H64a18 18 0 0 1-18-18v-18h164v18a18 18 0 0 1-18 18m18-82v34h-44v-52h26a18 18 0 0 1 18 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M245.91 31a6 6 0 0 0-7-4.85L15 66.1A6 6 0 0 0 16 78a6.5 6.5 0 0 0 1.07-.09L122 59.17V98H64a30 30 0 0 0-30 30v64a30 30 0 0 0 30 30h128a30 30 0 0 0 30-30v-64a30 30 0 0 0-30-30h-58V57l107.05-19.09a6 6 0 0 0 4.86-6.91M102 162v-52h52v52Zm-38-52h26v52H46v-34a18 18 0 0 1 18-18m128 100H64a18 18 0 0 1-18-18v-18h164v18a18 18 0 0 1-18 18m18-82v34h-44v-52h26a18 18 0 0 1 18 18"/></svg>
</template>

CSS

.icon-cable-car-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M245.91%2031a6%206%200%200%200-7-4.85L15%2066.1A6%206%200%200%200%2016%2078a6.5%206.5%200%200%200%201.07-.09L122%2059.17V98H64a30%2030%200%200%200-30%2030v64a30%2030%200%200%200%2030%2030h128a30%2030%200%200%200%2030-30v-64a30%2030%200%200%200-30-30h-58V57l107.05-19.09a6%206%200%200%200%204.86-6.91M102%20162v-52h52v52Zm-38-52h26v52H46v-34a18%2018%200%200%201%2018-18m128%20100H64a18%2018%200%200%201-18-18v-18h164v18a18%2018%200%200%201-18%2018m18-82v34h-44v-52h26a18%2018%200%200%201%2018%2018%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M245.91%2031a6%206%200%200%200-7-4.85L15%2066.1A6%206%200%200%200%2016%2078a6.5%206.5%200%200%200%201.07-.09L122%2059.17V98H64a30%2030%200%200%200-30%2030v64a30%2030%200%200%200%2030%2030h128a30%2030%200%200%200%2030-30v-64a30%2030%200%200%200-30-30h-58V57l107.05-19.09a6%206%200%200%200%204.86-6.91M102%20162v-52h52v52Zm-38-52h26v52H46v-34a18%2018%200%200%201%2018-18m128%20100H64a18%2018%200%200%201-18-18v-18h164v18a18%2018%200%200%201-18%2018m18-82v34h-44v-52h26a18%2018%200%200%201%2018%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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