cable car icon

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

Name
cable-car-thin
Set
Phosphor
Style
Thin
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="M243.94 31.3a4 4 0 0 0-4.64-3.24l-224 40A4 4 0 0 0 16 76a4 4 0 0 0 .7-.06L124 56.78V100H64a28 28 0 0 0-28 28v64a28 28 0 0 0 28 28h128a28 28 0 0 0 28-28v-64a28 28 0 0 0-28-28h-60V55.35l108.7-19.41a4 4 0 0 0 3.24-4.64M100 164v-56h56v56Zm-36-56h28v56H44v-36a20 20 0 0 1 20-20m128 104H64a20 20 0 0 1-20-20v-20h168v20a20 20 0 0 1-20 20m20-84v36h-48v-56h28a20 20 0 0 1 20 20"/></svg>

React

import type { SVGProps } from "react";

export function PhCableCarThin(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="M243.94 31.3a4 4 0 0 0-4.64-3.24l-224 40A4 4 0 0 0 16 76a4 4 0 0 0 .7-.06L124 56.78V100H64a28 28 0 0 0-28 28v64a28 28 0 0 0 28 28h128a28 28 0 0 0 28-28v-64a28 28 0 0 0-28-28h-60V55.35l108.7-19.41a4 4 0 0 0 3.24-4.64M100 164v-56h56v56Zm-36-56h28v56H44v-36a20 20 0 0 1 20-20m128 104H64a20 20 0 0 1-20-20v-20h168v20a20 20 0 0 1-20 20m20-84v36h-48v-56h28a20 20 0 0 1 20 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M243.94 31.3a4 4 0 0 0-4.64-3.24l-224 40A4 4 0 0 0 16 76a4 4 0 0 0 .7-.06L124 56.78V100H64a28 28 0 0 0-28 28v64a28 28 0 0 0 28 28h128a28 28 0 0 0 28-28v-64a28 28 0 0 0-28-28h-60V55.35l108.7-19.41a4 4 0 0 0 3.24-4.64M100 164v-56h56v56Zm-36-56h28v56H44v-36a20 20 0 0 1 20-20m128 104H64a20 20 0 0 1-20-20v-20h168v20a20 20 0 0 1-20 20m20-84v36h-48v-56h28a20 20 0 0 1 20 20"/></svg>
</template>

CSS

.icon-cable-car-thin {
  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%22M243.94%2031.3a4%204%200%200%200-4.64-3.24l-224%2040A4%204%200%200%200%2016%2076a4%204%200%200%200%20.7-.06L124%2056.78V100H64a28%2028%200%200%200-28%2028v64a28%2028%200%200%200%2028%2028h128a28%2028%200%200%200%2028-28v-64a28%2028%200%200%200-28-28h-60V55.35l108.7-19.41a4%204%200%200%200%203.24-4.64M100%20164v-56h56v56Zm-36-56h28v56H44v-36a20%2020%200%200%201%2020-20m128%20104H64a20%2020%200%200%201-20-20v-20h168v20a20%2020%200%200%201-20%2020m20-84v36h-48v-56h28a20%2020%200%200%201%2020%2020%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%22M243.94%2031.3a4%204%200%200%200-4.64-3.24l-224%2040A4%204%200%200%200%2016%2076a4%204%200%200%200%20.7-.06L124%2056.78V100H64a28%2028%200%200%200-28%2028v64a28%2028%200%200%200%2028%2028h128a28%2028%200%200%200%2028-28v-64a28%2028%200%200%200-28-28h-60V55.35l108.7-19.41a4%204%200%200%200%203.24-4.64M100%20164v-56h56v56Zm-36-56h28v56H44v-36a20%2020%200%200%201%2020-20m128%20104H64a20%2020%200%200%201-20-20v-20h168v20a20%2020%200%200%201-20%2020m20-84v36h-48v-56h28a20%2020%200%200%201%2020%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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