Digiskills Lms Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Digiskills Lms 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/339081.svg" alt="Digiskills Lms icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339081.svg" alt="Digiskills Lms icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339081.svg" alt="Digiskills Lms icon" :width="24" :height="24" />
CSS background
.icon-digiskills-lms {
background-image: url('https://proicons.com/icon/339081.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="M42.5,24c0,10.217-8.2827,18.5-18.5,18.5H5.5V5.5h18.5c10.217,0,18.5,8.2827,18.5,18.5Z"/><path class="b" d="M32.713,7.6791l-18.836,10.909c-2.0942,1.2129-2.8117,3.8992-1.6026,6s3.8869,2.8206,5.9811,1.6077l7.5837-4.3923c2.0942-1.2129,4.772-.4931,5.9811,1.6077,1.2091,2.1008.4916,4.7871-1.6026,6l-22.598,13.088"/></svg>
Copied!