Ticketrestaurant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ticketrestaurant 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/333954.svg" alt="Ticketrestaurant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333954.svg" alt="Ticketrestaurant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333954.svg" alt="Ticketrestaurant icon" :width="24" :height="24" />
CSS background
.icon-ticketrestaurant {
background-image: url('https://proicons.com/icon/333954.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m45.5,24c0,11.87-9.63,21.5-21.5,21.5-7.65,0-14.37-4-18.1699-10.02.9099.64,2.21,1.11,3.5299,1.17l14.13.41.77-5.12-11.3301-.25c-.1699.02-1.27,0-2.33-1.09-.45-.47-.5199-1.03-.5299-1.81-.02-1.72-.03-3.97.02-3.95h11l.6299-4.17-11.45-.09.04-7.42,12.8199.13.6801-4.39-15.23.13c3.8999-4.03,9.3699-6.53,15.4199-6.53,11.87,0,21.5,9.63,21.5,21.5Z"/></svg>
Copied!