Vrbo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vrbo 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/349460.svg" alt="Vrbo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349460.svg" alt="Vrbo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349460.svg" alt="Vrbo icon" :width="24" :height="24" />
CSS background
.icon-vrbo {
background-image: url('https://proicons.com/icon/349460.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="M15.7317,42.5L8.2445,9.7759c-.5236-2.3561-2.7226-4.084-2.7226-4.084"/><path class="b" d="M18.8046,42.5L11.3173,9.7759c-.5236-2.3561-1.0309-4.084-1.0309-4.084"/><path class="b" d="M14.54,5.8454s-.61,1.7181-.0871,4.071l6.5859,28.6467"/><path class="b" d="M18.5115,5.8454s-1.3446,1.7181-.8217,4.071l5.6522,24.5881"/><path class="b" d="M23.3295,5.8454s-2.851,1.4442-2.3405,5.2787l4.5068,19.5958"/><path class="b" d="M42.4782,5.5s-3.721,1.8478-5.7368,4.8409l-5.0054,7.9956,1.5533-7.784c.445-2.487-.6545-3.8745-1.7278-5.0526"/><path class="b" d="M31.736,18.3366l3.5691-8.8573c.6807-1.7802.8377-3.7873.8377-3.7873"/></svg>
Copied!