Ctrip Travel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ctrip Travel 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/338707.svg" alt="Ctrip Travel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338707.svg" alt="Ctrip Travel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338707.svg" alt="Ctrip Travel icon" :width="24" :height="24" />
CSS background
.icon-ctrip-travel {
background-image: url('https://proicons.com/icon/338707.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M32.6815,14.1223c6.4728,3.8728,10.5367-5.0999,3.8991-3.8339-1.6843-8.8626-12.8678-6.7132-20.3057.8199-5.5569-2.167-10.3694,2.6083-9.7436,4.1568.3203.7926,3.0921-.9543,3.973-.4338.6433.3801,1.1123,1.2874.4605,2.5112-4.8956,9.1924-.5378,19.5862,7.5649,24.0109,9.6671,5.2791,19.5101-.4295,21.348-3.7612,1.6188-2.9345,2.6438-6.747.1403-8.3439-1.9224-1.2263-4.0989.9685-3.7395,2.8825.8704,4.6357-5.5233,10.0148-12.2205,6.0726-3.8173-2.247-3.287-7.0254-2.397-10.6406-4.4014,7.2614,1.2204,14.1419,6.9816,15.4083-17.9136-2.4664-11.5965-19.4378-6.3809-21.2336,2.4874-.8564,1.8836,1.9433.0655,3.7198,4.9515.2345,6.5247-3.3729,7.0254-7.56,1.9844-1.0304,3.6433-1.1068,5.9531-2.1896-1.2353-.3105-2.3483-.8113-2.6242-1.5854Z"/><path id="c" class="e" d="M38.3986,28.942c-.2342-1.2631-.858-2.2836-2.063-2.7626-2.1191-.8424-3.843,1.7229-3.1294,3.5349,1.4722,3.7384-2.1301,9.2441-7.7543,9.1803"/><path id="d" class="e" d="M32.3839,11.1329c0,.9076-.7361,1.6433-1.6441,1.6433h0c-.908,0-1.6441-.7357-1.6441-1.6433h0c0-.9076.7361-1.6433,1.6441-1.6433h0c.908,0,1.6441.7357,1.6441,1.6433h0Z"/></svg>
Copied!