Bus Tram Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bus Tram 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/323045.svg" alt="Bus Tram icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323045.svg" alt="Bus Tram icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323045.svg" alt="Bus Tram icon" :width="24" :height="24" />
CSS background
.icon-bus-tram {
background-image: url('https://proicons.com/icon/323045.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M38.113,23.993c-6.7143-.4906-9.6112-4.2238-13.2837-7.5693-2.9716-2.71-6.8263-7.2515-11.9-7.3029L8.521,9.0787M38.113,24.0023c-6.71.4906-9.6112,4.2285-13.2837,7.5693-2.9716,2.71-6.8263,7.2562-11.9,7.303l-4.4078.0467"/><path class="a" d="M38.113,24.0023l7.387.0327m-2.3334,9.7-12.6837.014C21.255,33.548,17.48,18.6992,6.8079,18.6338l-3.6317.0093"/><path class="a" d="M43.3481,14.6155l-12.8605.0327c-9.228.2009-13.0032,15.0545-23.675,15.1152l-3.53-.0327"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!