Kolumbus Billett Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kolumbus Billett 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/328024.svg" alt="Kolumbus Billett icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328024.svg" alt="Kolumbus Billett icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328024.svg" alt="Kolumbus Billett icon" :width="24" :height="24" />
CSS background
.icon-kolumbus-billett {
background-image: url('https://proicons.com/icon/328024.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="36.2419 18.814 11.7581 33.1279 11.7581 43.5 36.2419 29.186 36.2419 18.814"/><polyline class="b" points="27.3713 24 11.7581 14.8721 11.7581 4.5 36.2419 18.814"/></svg>
Copied!