Emoji Aerial Tramway Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Aerial Tramway 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/325065.svg" alt="Emoji Aerial Tramway icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325065.svg" alt="Emoji Aerial Tramway icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325065.svg" alt="Emoji Aerial Tramway icon" :width="24" :height="24" />
CSS background
.icon-emoji-aerial-tramway {
background-image: url('https://proicons.com/icon/325065.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="m5.5,10.4899l37,7.7201"/><path id="d" class="h" d="m23.2292,14.3499v6.176"/><path id="e" class="h" d="m24,22.842h4.625v8.4921h-4.625v-8.4921"/><path id="f" class="h" d="m17.0625,22.842h4.625v10.0361h-4.625v-10.0361"/><path id="g" class="h" d="m17.0625,19.754h11.5625v17.7561h-11.5625v-17.7561"/><circle class="h" cx="17.0625" cy="12.8059" r="1.5866"/><circle class="h" cx="20.9167" cy="13.5779" r="1.5866"/><circle class="h" cx="24.7708" cy="14.3499" r="1.5866"/><circle class="h" cx="28.625" cy="15.1219" r="1.5866"/></svg>
Copied!