Expedia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Expedia 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/340180.svg" alt="Expedia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340180.svg" alt="Expedia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340180.svg" alt="Expedia icon" :width="24" :height="24" />
CSS background
.icon-expedia {
background-image: url('https://proicons.com/icon/340180.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M4.6427,33.354A21.499,21.499,0,0,1,41.6511,11.7264M43.42,14.7781A21.4984,21.4984,0,0,1,6.1622,35.9992"/><path class="a" d="M41.65,11.7264,30.9469,16.9811,15.86,9.435,13.2735,10.84l10.183,8.177,1.1289,1.5722L19.0832,23.73,4.6427,33.354M43.42,14.7781l-9.9156,6.7227-.9456,16.852-2.6337,1.3848L28.0341,26.87l-.8108-1.7228-5.8087,3.3782L6.1633,35.9992"/></svg>
Expedia in other icon packs
Copied!