Lectio 365 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lectio 365 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/342799.svg" alt="Lectio 365 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342799.svg" alt="Lectio 365 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342799.svg" alt="Lectio 365 icon" :width="24" :height="24" />
CSS background
.icon-lectio-365 {
background-image: url('https://proicons.com/icon/342799.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M32.8341,24.0001H3.6721"/><path class="f" d="M6.0159,28.8691v3.8809c-.0002,1.4293.7622,2.7501,2,3.4648l15.156,8.75c1.2376.7144,2.7624.7144,4,0l15.156-8.75c1.2378-.7147,2.0002-2.0355,2-3.4648V15.25c.0002-1.4293-.7622-2.7501-2-3.4648L27.1719,3.0352c-1.2376-.7144-2.7624-.7144-4,0h0l-15.156,8.75c-1.2378.7147-2.0002,2.0355-2,3.4648v3.8809"/><path class="f" d="M25.1721,16.3376l7.6625,7.6625-7.6625,7.6625"/></svg>
Copied!