Lecturio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lecturio 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/328241.svg" alt="Lecturio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328241.svg" alt="Lecturio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328241.svg" alt="Lecturio icon" :width="24" :height="24" />
CSS background
.icon-lecturio {
background-image: url('https://proicons.com/icon/328241.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="d"><g id="e"><path id="f" class="i" d="M19.8169,18.6328l11.0116,5.4799-8.7341,5.4783-2.2774-10.9582Z"/><path id="g" class="i" d="M4.5021,21.7957C4.5021-.1341,30.9439,3.7877,35.2712,9.7498c-4.7519-2.8949-25.9216-7.2563-25.9216,12.0459s22.4592,21.6422,29.4655,17.1441c-5.1417,7.3589-34.5985,6.042-34.3129-17.1441Z"/><path id="h" class="i" d="M43.4988,25.4974c0-13.5309-18.0834-19.6231-24.2277-14.4686,4.7519-2.8949,19.784,3.2422,19.784,14.4686,0,11.7917-12.3644,13.6471-19.3707,9.149,5.1417,7.3589,23.9887,5.0034,23.8144-9.149Z"/></g></g></svg>
Copied!