That Level Again Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The That Level Again 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/333863.svg" alt="That Level Again icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333863.svg" alt="That Level Again icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333863.svg" alt="That Level Again icon" :width="24" :height="24" />
CSS background
.icon-that-level-again {
background-image: url('https://proicons.com/icon/333863.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M42.34081209,22.93358313c.6619972,7.43653266-.81639614,10.90391489-3.03253385,12.55863559-5.10851964,3.8142863-11.08633893,5.43708638-16.47385191,5.43708638-9.66827611,0-17.33442633-5.43728304-17.33442633-16.67709809,0-9.34377604,6.26008411-16.87241329,18.38139407-17.17579526,7.91669016-.19826899,17.47124814,4.75427648,18.45971681,15.85618238l-.00029878.00098901Z"/><path class="e" d="M21.10504772,24.25220511c.0915108,1.41330593-.16284429,2.58767246-.80407229,3.21416554-1.26657134,1.23732275-2.53185299,2.28706652-5.09523515,2.25761937-2.64368859-.03032836-5.89929704-1.95165992-5.89929704-5.4717868,0-2.92813378,1.9186444-5.30185114,5.89929704-5.30185114,4.07989492,0,5.6820714,1.9469002,5.89930744,5.30185304Z"/><path class="e" d="M38.01513791,24.61011687c.012651,1.28144241-.07764954,2.31938614-.83770051,2.96293443-1.34420196,1.13827808-3.8735777,1.76506995-5.69872761,1.74097821-2.84495108,0-4.1726954-1.88096938-4.1726954-4.83934265,0-2.42338909.4007909-3.51130144,1.81226253-4.2512167.80410255-.42152228,1.98447688-.93096618,3.349796-.9263861,2.94270985.00991468,5.51590457,2.16749659,5.5469364,5.31295528l.00012859.00007753Z"/></svg>
Copied!