Studysmarter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Studysmarter 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/347961.svg" alt="Studysmarter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347961.svg" alt="Studysmarter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347961.svg" alt="Studysmarter icon" :width="24" :height="24" />
CSS background
.icon-studysmarter {
background-image: url('https://proicons.com/icon/347961.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M25.5783,8.9437,42.9733,18.999a1.0538,1.0538,0,0,1,0,1.8248L25.5783,30.879A3.16,3.16,0,0,0,24,33.6145v4.5317a1.0519,1.0519,0,0,0,1.5783.9107l7.27-4.2026a3.16,3.16,0,0,0,1.5783-2.7354V27.4856A3.16,3.16,0,0,0,32.8484,24.75l-7.27-4.2025A3.16,3.16,0,0,1,24,17.8121V9.8538a1.0519,1.0519,0,0,1,1.5783-.9107Zm-3.1566,0L5.0267,18.999a1.0538,1.0538,0,0,0,0,1.8248L22.4217,30.879A3.16,3.16,0,0,1,24,33.6145v4.5317a1.0519,1.0519,0,0,1-1.5783.9107l-7.27-4.2026a3.16,3.16,0,0,1-1.5783-2.7354V27.4856A3.16,3.16,0,0,1,15.1516,24.75l7.27-4.2025A3.16,3.16,0,0,0,24,17.8121V9.8538a1.0519,1.0519,0,0,0-1.5783-.9107Z"/></svg>
Copied!