Learn Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Learn 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/305976.svg" alt="Learn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305976.svg" alt="Learn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305976.svg" alt="Learn icon" :width="24" :height="24" />
CSS background
.icon-learn {
background-image: url('https://proicons.com/icon/305976.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M882 587V384l-74 10c-4-30-18-45-35-53-1-15-2-29-3-43C760 117 667 61 520 64c-19 0-38 3-58 0-77-12-151 48-196 102-54 65-34 168-34 173-19 7-35 22-39 54l-65-9v197c-26 13-44 41-44 73s18 60 44 72v162l377 50 377-50V721c20-14 34-39 34-67s-14-53-34-67zM488 907l-325-43V733c39-2 70-36 70-79s-31-77-70-79V417l29 4 296 39v447zM285 405c-1-10-2-19-2-28 3-20 10-38 17-53 16-32 43-57 78-69 9-3 17 0 23 7 5 7 4 17-2 23l-2 2c-5 5-6 11-3 17 4 6 10 9 17 8 48-8 122-27 186-69 15-10 33-14 50-10 17 3 33 13 42 28 1 1 2 3 3 4 20 31 30 67 30 103 0 12 0 25-2 37l-215 29-220-29zm563 170l-6-1c-41 0-74 36-74 80s33 80 74 80c2 0 4-1 6-1v131l-326 43V460l326-43v158z"/></svg>
Copied!