Turbolearn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Turbolearn 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/334362.svg" alt="Turbolearn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334362.svg" alt="Turbolearn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334362.svg" alt="Turbolearn icon" :width="24" :height="24" />
CSS background
.icon-turbolearn {
background-image: url('https://proicons.com/icon/334362.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M13.6714,38.5333c1.749,3.8436,9.8416-2.7479,11.6603-.6262.529.6172-.4535,2.3753-.4535,2.3753,0,0,7.6656-3.0662,9.4794-1.5979s-.0648,5.3335,3.6924,3.1742"/><path class="b" d="M10.6052,38.6197c-2.1972-.824,1.749-9.555,2.7855-11.8871S23.4465,2.3863,28.8083,5.8736c3.9839,2.5912-6.9087,19.3691-9.4303,23.2235s-6.6999,10.3-8.7728,9.5226Z"/><path class="b" d="M26.541,20.2223c2.5912-3.8868,7.0392-12.982,2.7908-13.7949"/><path class="b" d="M13.3907,26.7326c1.2308,1.7167,3.5532,2.2673,5.9873,2.3645"/></svg>
Copied!