Linkedin Learning Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Linkedin Learning 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/328554.svg" alt="Linkedin Learning icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328554.svg" alt="Linkedin Learning icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328554.svg" alt="Linkedin Learning icon" :width="24" :height="24" />
CSS background
.icon-linkedin-learning {
background-image: url('https://proicons.com/icon/328554.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m41.5,9.5H6.5c-1.1,0-2,.9-2,2v25c0,1.1.9,2,2,2h35c1.1,0,2-.9,2-2V11.5c0-1.1-.9-2-2-2Z"/><path class="c" d="m29.6855,22.9315l-9.1448-5.2652c-.822-.4733-1.8482.12-1.8482,1.0685v10.5304c0,.9485,1.0262,1.5418,1.8482,1.0685l9.1448-5.2652c.8237-.4742.8237-1.6628,0-2.137Z"/><line class="c" x1="24" y1="9.5" x2="24" y2="19.5057"/><line class="c" x1="24" y1="28.342" x2="24" y2="38.5"/><line class="c" x1="8.25" y1="31.9907" x2="20.25" y2="31.9907"/><line class="c" x1="8.25" y1="24" x2="18.6925" y2="24"/><line class="c" x1="8.25" y1="16.0093" x2="20.25" y2="16.0093"/><line class="c" x1="27.75" y1="31.9907" x2="39.75" y2="31.9907"/><line class="c" x1="30.3033" y1="24" x2="39.75" y2="24"/><line class="c" x1="27.75" y1="16.0093" x2="39.75" y2="16.0093"/></svg>
Copied!