Nokia Learn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nokia 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/344827.svg" alt="Nokia Learn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344827.svg" alt="Nokia Learn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344827.svg" alt="Nokia Learn icon" :width="24" :height="24" />
CSS background
.icon-nokia-learn {
background-image: url('https://proicons.com/icon/344827.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M16.8972,32.2051c-4.5316,0-8.2051-3.6736-8.2051-8.2051s3.6736-8.2051,8.2051-8.2051h26.6028v-4.3198h-26.4751c-6.9173,0-12.5249,5.6076-12.5249,12.5249s5.6076,12.5249,12.5249,12.5249h26.4751v-4.3198h-26.6028Z"/><path class="b" d="M15.1914,22.7482c-1.1956,0-2.1648-.9692-2.1648-2.1648s.9692-2.1648,2.1648-2.1648h28.3086v4.3296H15.1914Z"/><path class="b" d="M15.1914,29.5814c-1.1956,0-2.1648-.9692-2.1648-2.1648s.9692-2.1648,2.1648-2.1648h28.3086v4.3296H15.1914Z"/></svg>
Copied!