Booking Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Booking 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/322858.svg" alt="Booking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322858.svg" alt="Booking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322858.svg" alt="Booking icon" :width="24" :height="24" />
CSS background
.icon-booking {
background-image: url('https://proicons.com/icon/322858.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.50005007,5.49994922H9.49994993c-2.20919991,0-4.00010014,1.79099989-4,4.00019979l.00139999,32.99950123,32.99870014.00040054c2.209198,0,4-1.79079819,4-4V9.49994874c0-2.20909977-1.79090118-4-4-3.99999952ZM32.88275194,34.4068501c-1.35980034,0-2.46350098-1.10879898-2.46350098-2.47550011,0-1.36840057,1.10370064-2.47550011,2.46350098-2.47550011,1.36320114,0,2.47200012,1.10700035,2.47200012,2.47550011,0,1.36670113-1.10879898,2.47550011-2.4720993,2.47550011h.00009918Z"/><path class="b" d="M22.89015055,24.40554929c2.76099968,0,4.9993,2.23830032,4.9993,4.9993s-2.23830032,4.9993-4.9993,4.9993h-8.24890041V14.40684915h8.24890041c2.76099968,0,4.9993,2.23829937,4.9993,4.99929905s-2.23830032,4.9993-4.9993,4.9993h0v.00010109Z"/><line class="b" x1="22.89015055" y1="24.40554929" x2="14.64135027" y2="24.40554929"/></svg>
Copied!