Hello Travel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hello 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/326972.svg" alt="Hello Travel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326972.svg" alt="Hello Travel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326972.svg" alt="Hello Travel icon" :width="24" :height="24" />
CSS background
.icon-hello-travel {
background-image: url('https://proicons.com/icon/326972.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,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M16.5849,5.4912,12.9573,42.51"/><path class="a" d="M12.6067,5.4912,8.9791,42.51"/><path class="a" d="M8.6285,5.4912,5.0009,42.51"/><path class="a" d="M43,5.49,39.3723,42.5088"/><path class="a" d="M39.0185,5.49,35.3908,42.5088"/><path class="a" d="M35.04,5.49,31.4127,42.5088"/><path class="b" d="M35.04,5.49C33.629,30.2868,6.7312,8.6721,5,42.5077"/><path class="b" d="M39.0189,5.49c-1.8766,28.9829-28.8712,7.0083-30.04,37.0177"/><path class="b" d="M42.9982,5.49c-2.4651,33.7182-29.1238,11.9974-30.04,37.0177"/></svg>
Copied!