Ticketnew Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ticketnew 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/333952.svg" alt="Ticketnew icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333952.svg" alt="Ticketnew icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333952.svg" alt="Ticketnew icon" :width="24" :height="24" />
CSS background
.icon-ticketnew {
background-image: url('https://proicons.com/icon/333952.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m17.591,13.92c-1.0571-1.0502-2.7654-1.0446-3.8155.0125-.0002.0002-.0003.0003-.0005.0005h0c-1.0549,1.0524-1.0569,2.7607-.0045,3.8155.0002.0002.0003.0003.0005.0005l3.82-3.829Zm16.5,16.466c1.0527,1.0546,1.0511,2.7629-.0035,3.8155l-.0005.0005h0c-1.0502,1.0571-2.7585,1.0627-3.8155.0125-.0002-.0002-.0003-.0003-.0005-.0005l3.82-3.828Zm-18.571,2.111l16.07-16.103m-5.234-5.223l10.467,10.445m-5.993,16.024l-2.704-2.698c-1.7648-1.753-1.7744-4.6048-.0214-6.3696.0048-.0048.0096-.0096.0144-.0144l.448-.45c1.753-1.7648,4.6048-1.7744,6.3696-.0214.0052.0051.0103.0102.0154.0154l2.703,2.698M17.17,10.357l2.704,2.698c1.7648,1.753,1.7744,4.6048.0214,6.3696-.0048.0048-.0096.0096-.0144.0144l-.448.45c-1.753,1.7648-4.6048,1.7744-6.3696.0214-.0052-.0051-.0103-.0102-.0154-.0154l-2.703-2.698M29.672,4.5l13.818,13.79m-.307,6.97l-5.528,5.539m-6.826,6.84l-5.527,5.54m-6.97.321l-13.822-13.793m.317-6.98l5.518-5.53m6.826-6.84l5.527-5.54m2.614,38.35c-2.3848-1.5367-5.24-1.4214-6.938.28-.0161.0162-.0321.0325-.048.049m-13.812-13.783c.0165-.0159.0328-.0319.049-.048,1.6974-1.7017,1.8064-4.5567.265-6.938m38.343,2.542c-1.5412-2.3815-1.4318-5.2366.266-6.938.0162-.0158.0325-.0315.049-.047m-13.813-13.784c-.0155.0161-.0312.0321-.047.048h0c-1.698,1.7014-4.5532,1.8167-6.938.28"/></svg>
Copied!