Studygo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Studygo 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/347959.svg" alt="Studygo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347959.svg" alt="Studygo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347959.svg" alt="Studygo icon" :width="24" :height="24" />
CSS background
.icon-studygo {
background-image: url('https://proicons.com/icon/347959.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.6417,15.5399c-3.1505-6.5325-7.809-11.0399-15.5472-11.0399C12.325,4.5,5.7444,13.2304,5.7444,24s6.5805,19.5,17.3501,19.5c12.6273,0,16.6395-10.0422,17.1341-18.408"/><polyline class="c" points="29.1881 27.119 40.2286 25.092 42.2556 36.1326"/></svg>
Copied!