Hello Claufoz,
We use
FontAwesome for icons.
You could create your own icon styles with a bit of css knowledge. For example
.downloadicon{
background-image: url('path-to-images/download-icon-.png');
background-position:0 50%;
background-repeat:no-repeat;
padding-left:30px;
}
then use the css classe in your content.
<p class="downloadicon">Bla bla bla</p>
Hope this helps.
Regards.
Almamun