That Level Again 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The That Level Again 2 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/348423.svg" alt="That Level Again 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348423.svg" alt="That Level Again 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348423.svg" alt="That Level Again 2 icon" :width="24" :height="24" />
CSS background
.icon-that-level-again-2 {
background-image: url('https://proicons.com/icon/348423.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M29.9609,36.8844c-2.8745.9563-5.7968,1.3941-8.5599,1.3941-9.4268,0-16.901-5.3015-16.901-16.2604,0-9.1104,6.1037-16.4505,17.9218-16.7469,7.7189-.1933,17.0346,4.6355,17.9989,15.4599l-.0003.001c.3715,4.1728.0517,7.0639-.6985,9.074"/><path class="f" d="M19.7144,22.0173c.0892,1.378-.1588,2.5231-.784,3.1339-1.235,1.2064-2.4687,2.23-4.9679,2.2012-2.5777-.0296-5.7519-1.9029-5.7519-5.3351,0-2.855,1.8707-5.1695,5.7519-5.1695,3.978,0,5.5402,1.8983,5.7519,5.1695h0Z"/><path class="f" d="M36.202,22.3663c.0123,1.2494-.0757,2.2615-.8168,2.8889-1.3106,1.1099-3.7768,1.721-5.5563,1.6975-2.7739,0-4.0685-1.834-4.0685-4.7184,0-2.3629.3908-3.4236,1.767-4.145.784-.411,1.9349-.9077,3.2661-.9032,2.8692.0097,5.3781,2.1134,5.4083,5.1803h.0001s0,0,0,0Z"/><circle class="f" cx="36.6749" cy="35.9093" r="6.8251"/><path class="f" d="M34.0911,34.5931c0-1.5946,1.4446-2.8519,3.0966-2.5345,1.0835.2083,1.9489,1.1454,2.0567,2.2435.0802.8169-.1782,1.6228-.7425,2.1179-1.0452.9173-4.4108,3.3894-4.4108,3.3894h5.1676"/></svg>
Copied!