Ui Travel Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui 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/306811.svg" alt="Ui Travel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306811.svg" alt="Ui Travel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306811.svg" alt="Ui Travel icon" :width="24" :height="24" />
CSS background
.icon-ui-travel {
background-image: url('https://proicons.com/icon/306811.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M277 678h446c34 0 62-28 62-62V350c0-34-28-62-62-62h-40v-83c0-34-28-62-62-62H379c-34 0-62 28-62 62v83h-40c-34 0-62 28-62 62v266c0 34 28 62 62 62zm101-421v-28c0-17 14-31 31-31h182c17 0 31 14 31 31v59H378v-31zM56 746c-31 0-56 25-56 56 0 30 25 55 56 55s55-25 55-55c0-31-25-56-55-56zm177 0c-30 0-55 25-55 56 0 30 25 55 55 55s56-25 56-55c0-31-25-56-56-56zm178 0c-31 0-56 25-56 56 0 30 25 55 56 55s56-25 56-55c0-31-25-56-56-56zm178 0c-31 0-56 25-56 56 0 30 25 55 56 55s56-25 56-55c0-31-25-56-56-56zm178 0c-31 0-56 25-56 56 0 30 25 55 56 55 30 0 55-25 55-55 0-31-25-56-55-56zm177 0c-30 0-55 25-55 56 0 30 25 55 55 55 31 0 56-25 56-55 0-31-25-56-56-56z"/></svg>
Copied!