Duolingo Streak Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Duolingo Streak 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/339403.svg" alt="Duolingo Streak icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339403.svg" alt="Duolingo Streak icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339403.svg" alt="Duolingo Streak icon" :width="24" :height="24" />
CSS background
.icon-duolingo-streak {
background-image: url('https://proicons.com/icon/339403.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m13.06,22.11c-.3287,0-.6542.0639-.9585.1881.5835,1.0178.2315,2.316-.7863,2.8995-.2469.1416-.5197.232-.8023.2661v2.2886c0,1.4067,1.1404,2.5471,2.5471,2.5471s2.5471-1.1404,2.5471-2.5471v-3.0948c.0002-1.4067-1.14-2.5473-2.5467-2.5475h-.0004Z"/><path class="b" d="m34.8648,22.11c-.3287,0-.6542.0639-.9585.1881.5836,1.0176.2318,2.3157-.7858,2.8993-.247.1417-.52.2322-.8027.2663v2.2886c0,1.4067,1.1404,2.5471,2.5471,2.5471s2.5471-1.1404,2.5471-2.5471v-3.0948c.0002-1.4067-1.14-2.5473-2.5467-2.5475h-.0005Z"/><path class="b" d="m5.6,17.86c-1.36,1.59-2.1,3.61-2.1,5.7v5.19c0,4.88,3.95,8.83,8.83,8.83,1.56,0,3.06-.41,4.37-1.16,1.31-.74,2.42-1.82,3.22-3.16"/><path class="b" d="m5.87,15.75c.23-1.41.73-2.65,1.61-2.65.56,0,1.09.35,1.52.75"/><path class="b" d="m9.98,11.99c.19-.86.62-1.57,1.53-1.57,3.33,0,5.09,8.96,12.49,8.96,2.2,0,3.9-.79,5.29-1.91"/><path class="b" d="m31.13,15.68c2.13-2.47,3.5-5.26,5.36-5.26,2.24,0,1.58,4.26,1.53,4.61"/><path class="b" d="m38.01,15.05s0-.01.01-.02c.14-.22,1.27-1.93,2.5-1.93.65,0,1.09.67,1.37,1.59.28.91.4,2.07.4,3.03,1.43,1.61,2.21,3.69,2.21,5.84v5.19c0,2.44-.99,4.65-2.58,6.25-1.6,1.59-3.81,2.58-6.25,2.58-3.12,0-6-1.64-7.59-4.32"/><path class="b" d="m24,33.8332l4.9-.6946c-.1456-2.4831-2.2766-4.378-4.7597-4.2324-.0468.0027-.0936.0062-.1403.0104-2.4774-.2231-4.6665,1.6044-4.8896,4.0817-.0042.0467-.0077.0935-.0104.1403l4.9.6946Z"/><path class="b" d="m27.5783,33.326c.0887,1.9762-1.4415,3.6502-3.4178,3.7388s-3.6502-1.4415-3.7388-3.4178c-.0048-.107-.0048-.2141,0-.3211"/><path class="b" d="m15.8575,20.107c.0631-2.6093-1.2505-4.8691-2.1288-5.4109s-1.4899,1.1666-1.4899,1.1666c0,0-1.3566-4.5683-4.7253-5.3253,1.4047,1.3879,2.6631,6.9744.8563,7.5456s-1.2235-2.6959-2.5034-2.3345,1.2135,7.8124,1.2135,7.8124"/><path class="b" d="m37.9523,19.5298c-.5831-2.2003-2.5313-4.9627-3.5273-3.8176-.6446.7411.38,1.6088-.304,2.1387-1.8032-1.2468-4.1397-3.5565-5.0855-2.3539-1.1967,1.5217,1.8426,1.53.8473,8.1315"/><path class="b" d="m30.1385,11.2062c-.8325-.2893-1.4018-.2804-2.9967-1.4594.2631,1.7257.9235,2.7788,2.0965,3.356.7039.3464,1.4329.1208,1.7117-.5043.3249-.6998-.0643-1.1343-.8115-1.3923"/><path class="b" d="m15.9,32.29l-8.22-1.81c-.43-.79-.68-1.71-.68-2.68v-3.29c0-3.09,2.5-5.59,5.59-5.59s5.6,2.5,5.6,5.59v3.29c0,1.85-.9,3.49-2.29,4.49Z"/><path class="b" d="m40.31,30.49l-8.21,1.81c-.23-.16-.45-.35-.65-.55-1.01-1.01-1.64-2.41-1.64-3.95v-3.29c0-3.09,2.51-5.59,5.6-5.59s5.59,2.5,5.59,5.59v3.29c0,.98-.25,1.89-.69,2.69Z"/></svg>
Copied!