Traveloka Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Traveloka 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/348798.svg" alt="Traveloka icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348798.svg" alt="Traveloka icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348798.svg" alt="Traveloka icon" :width="24" :height="24" />
CSS background
.icon-traveloka {
background-image: url('https://proicons.com/icon/348798.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M27.1744,19.2384c3.8547-2.7209,16.3256-6.3488,16.3256-5.8953-18.0062,21.5706-13.3725,18.8923-4.5349,25.8488-9.8733-4.623-19.5-3.5863-22.2209-7.2558-2.5281-4.1968-6.2371-4.7006-12.2442-5.8953,4.7076.5568,4.9765,1.6291,8.1628.4535,2.8215-1.1522,6.2841,1.1712,6.8521-.4535.6396-1.8293-.9339-7.2423-.8125-10.6243.5293-3.2502,4.367-4.6416,8.4721-6.6082"/><path class="b" d="M32.1628,34.2035c-5.321-6.165-5.6732-16.3981-4.9884-25.3953"/></svg>
Copied!