cable car icon

cable-car from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.

Name
cable-car
Set
IconPark
Style
Color
Category
Travel
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More travel icons from IconPark

Use the cable car icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" stroke-linejoin="bevel" d="M13.2797 42C12.4996 42 11.7907 41.5464 11.4637 40.8381L6.38682 29.8381C6.14138 29.3063 6.14138 28.6937 6.38682 28.1619L11.4637 17.1619C11.7907 16.4536 12.4996 16 13.2797 16L34.7203 16C35.5004 16 36.2093 16.4536 36.5363 17.1619L41.6132 28.1619C41.8586 28.6937 41.8586 29.3063 41.6132 29.8381L36.5363 40.8381C36.2093 41.5464 35.5004 42 34.7203 42L13.2797 42Z"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M9 23L18 23L18 33L8 33"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M39 23L25 23L25 32L40 32"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M37.9993 4C37.9993 4 28.5 7.5 20.5641 8.39392C12.6282 9.28784 7.99988 9 7.99988 9"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M26 8V16L17 9"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M10.6154 19L6.38682 28.1619C6.14138 28.6937 6.14138 29.3063 6.38682 29.8381L9 35.5"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="bevel" d="M37.3848 19L41.6133 28.1619C41.8588 28.6937 41.8588 29.3063 41.6133 29.8381L39.0002 35.5"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkCableCar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeWidth="4"><path fill="#2F88FF" stroke="#000" strokeLinejoin="bevel" d="M13.2797 42C12.4996 42 11.7907 41.5464 11.4637 40.8381L6.38682 29.8381C6.14138 29.3063 6.14138 28.6937 6.38682 28.1619L11.4637 17.1619C11.7907 16.4536 12.4996 16 13.2797 16L34.7203 16C35.5004 16 36.2093 16.4536 36.5363 17.1619L41.6132 28.1619C41.8586 28.6937 41.8586 29.3063 41.6132 29.8381L36.5363 40.8381C36.2093 41.5464 35.5004 42 34.7203 42L13.2797 42Z"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" d="M9 23L18 23L18 33L8 33"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" d="M39 23L25 23L25 32L40 32"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M37.9993 4C37.9993 4 28.5 7.5 20.5641 8.39392C12.6282 9.28784 7.99988 9 7.99988 9"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M26 8V16L17 9"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M10.6154 19L6.38682 28.1619C6.14138 28.6937 6.14138 29.3063 6.38682 29.8381L9 35.5"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="bevel" d="M37.3848 19L41.6133 28.1619C41.8588 28.6937 41.8588 29.3063 41.6133 29.8381L39.0002 35.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" stroke-linejoin="bevel" d="M13.2797 42C12.4996 42 11.7907 41.5464 11.4637 40.8381L6.38682 29.8381C6.14138 29.3063 6.14138 28.6937 6.38682 28.1619L11.4637 17.1619C11.7907 16.4536 12.4996 16 13.2797 16L34.7203 16C35.5004 16 36.2093 16.4536 36.5363 17.1619L41.6132 28.1619C41.8586 28.6937 41.8586 29.3063 41.6132 29.8381L36.5363 40.8381C36.2093 41.5464 35.5004 42 34.7203 42L13.2797 42Z"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M9 23L18 23L18 33L8 33"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M39 23L25 23L25 32L40 32"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M37.9993 4C37.9993 4 28.5 7.5 20.5641 8.39392C12.6282 9.28784 7.99988 9 7.99988 9"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M26 8V16L17 9"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M10.6154 19L6.38682 28.1619C6.14138 28.6937 6.14138 29.3063 6.38682 29.8381L9 35.5"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="bevel" d="M37.3848 19L41.6133 28.1619C41.8588 28.6937 41.8588 29.3063 41.6133 29.8381L39.0002 35.5"/></g></svg>
</template>

CSS

.icon-cable-car {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22bevel%22%20d%3D%22M13.2797%2042C12.4996%2042%2011.7907%2041.5464%2011.4637%2040.8381L6.38682%2029.8381C6.14138%2029.3063%206.14138%2028.6937%206.38682%2028.1619L11.4637%2017.1619C11.7907%2016.4536%2012.4996%2016%2013.2797%2016L34.7203%2016C35.5004%2016%2036.2093%2016.4536%2036.5363%2017.1619L41.6132%2028.1619C41.8586%2028.6937%2041.8586%2029.3063%2041.6132%2029.8381L36.5363%2040.8381C36.2093%2041.5464%2035.5004%2042%2034.7203%2042L13.2797%2042Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2023L18%2023L18%2033L8%2033%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M39%2023L25%2023L25%2032L40%2032%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37.9993%204C37.9993%204%2028.5%207.5%2020.5641%208.39392C12.6282%209.28784%207.99988%209%207.99988%209%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26%208V16L17%209%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.6154%2019L6.38682%2028.1619C6.14138%2028.6937%206.14138%2029.3063%206.38682%2029.8381L9%2035.5%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22bevel%22%20d%3D%22M37.3848%2019L41.6133%2028.1619C41.8588%2028.6937%2041.8588%2029.3063%2041.6133%2029.8381L39.0002%2035.5%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22bevel%22%20d%3D%22M13.2797%2042C12.4996%2042%2011.7907%2041.5464%2011.4637%2040.8381L6.38682%2029.8381C6.14138%2029.3063%206.14138%2028.6937%206.38682%2028.1619L11.4637%2017.1619C11.7907%2016.4536%2012.4996%2016%2013.2797%2016L34.7203%2016C35.5004%2016%2036.2093%2016.4536%2036.5363%2017.1619L41.6132%2028.1619C41.8586%2028.6937%2041.8586%2029.3063%2041.6132%2029.8381L36.5363%2040.8381C36.2093%2041.5464%2035.5004%2042%2034.7203%2042L13.2797%2042Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2023L18%2023L18%2033L8%2033%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M39%2023L25%2023L25%2032L40%2032%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37.9993%204C37.9993%204%2028.5%207.5%2020.5641%208.39392C12.6282%209.28784%207.99988%209%207.99988%209%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26%208V16L17%209%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.6154%2019L6.38682%2028.1619C6.14138%2028.6937%206.14138%2029.3063%206.38682%2029.8381L9%2035.5%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22bevel%22%20d%3D%22M37.3848%2019L41.6133%2028.1619C41.8588%2028.6937%2041.8588%2029.3063%2041.6133%2029.8381L39.0002%2035.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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