Cable Car Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Cable Car icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305306.svg" alt="Cable Car icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305306.svg" alt="Cable Car icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305306.svg" alt="Cable Car icon" :width="24" :height="24" />
CSS background
.icon-cable-car {
background-image: url('https://proicons.com/icon/305306.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M788 408h-20v-23c0-9-7-16-16-16H517V177l414-86-6-29L70 239l6 29 408-84v185H248c-9 0-16 7-16 16v23h-19c-45 0-82 37-82 81v371h738V489c0-44-36-81-81-81zM464 700c0 4-4 8-9 8H293c-5 0-8-4-8-8V473c0-5 3-8 8-8h162c5 0 9 3 9 8v227zm252 0c0 4-4 8-8 8H545c-4 0-8-4-8-8V473c0-5 4-8 8-8h163c4 0 8 3 8 8v227zM213 938h575c36 0 66-24 77-57H136c10 33 41 57 77 57z"/></svg>
Copied!