Tickets Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Tickets 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/320853.svg" alt="Tickets icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320853.svg" alt="Tickets icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320853.svg" alt="Tickets icon" :width="24" :height="24" />
CSS background
.icon-tickets {
background-image: url('https://proicons.com/icon/320853.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="tickets_00000107569224296764192350000002456469136661474438_" d="M28,23.36H4c-0.199,0-0.36-0.161-0.36-0.36v-4 c0-0.199,0.161-0.36,0.36-0.36c1.456,0,2.64-1.184,2.64-2.64S5.455,13.36,4,13.36c-0.199,0-0.36-0.161-0.36-0.36V9 c0-0.199,0.161-0.36,0.36-0.36h24c0.199,0,0.36,0.161,0.36,0.36v4c0,0.199-0.161,0.36-0.36,0.36c-1.456,0-2.64,1.185-2.64,2.64 c0,1.456,1.184,2.64,2.64,2.64c0.199,0,0.36,0.161,0.36,0.36v4C28.36,23.199,28.199,23.36,28,23.36z M21.36,22.64h6.279v-3.299 c-1.684-0.18-3-1.609-3-3.341c0-1.731,1.316-3.161,3-3.341V9.36H21.36V12h-0.72V9.36H4.36v3.299c1.684,0.18,3,1.61,3,3.341 c0,1.731-1.316,3.161-3,3.341v3.299h16.28V20h0.721v2.64H21.36z M21.36,18h-0.72v-4h0.721L21.36,18L21.36,18z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!