Golearning Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Golearning 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/341153.svg" alt="Golearning icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341153.svg" alt="Golearning icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341153.svg" alt="Golearning icon" :width="24" :height="24" />
CSS background
.icon-golearning {
background-image: url('https://proicons.com/icon/341153.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M43.4995,33.088c.0033,1.9586-1.5814,3.5491-3.54,3.553-1.959-.0028-3.5448-1.593-3.542-3.552v-.001c-.0033-1.959,1.582-3.5497,3.541-3.553h0c1.9584.0028,3.5438,1.5926,3.541,3.551,0,.0007,0,.0013,0,.002ZM21.8615,13.588v27.809M32.7825,36.601l-8.782,4.297c-.722.353-1.558.718-2.14.718-.58,0-1.417-.365-2.14-.718l-13.072-6.397c-1.07-.523-2.148-.96-2.148-2.155V8.647c0-1.194,1.078-2.678,2.148-2.155l13.074,6.397c.708.346,1.697.703,2.14.703s1.43-.357,2.14-.703l13.073-6.397c1.07-.523,2.148.961,2.148,2.155v16.472"/></svg>
Copied!