First of all, it has to be linked on the head section of your website, for that go to the source code of your website and copy it in its head section. (COPY ANY ONE).
After applying it on the head, go to the vicpra icons tab, and then search your icon. (Click on the icon to copy).
<i class="vicon vicon-amazon-fill"></i>
<i class="vicon vicon-apple-fill"></i>
Styling :
You can change size of the icon with font-size in CSS. It will inherit the font-size from the parent by default. There are fixed sizes you can add to the icon by adding classes
vicon-lg,vicon-xl,vicon-xxs,vicon-xs,vicon-sm,
vicon-1x,vicon-2x,vicon-3x,vicon-4x,vicon-5x,vicon-6x,
vicon-7x,vicon-8x,vicon-9x,vicon-10x and vicon-fw.
Some examples are below.
<i class="vicon vicon-apple-line vicon-lg"></i>
<i class="vicon vicon-apple-line vicon-xl"></i>
<i class="vicon vicon-apple-line vicon-1x"></i>
List Icons :
Use icons as bullets for the list by adding class vicon-ul to the unordered list element and include the icons inside the li.
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Fuga esse illum deserunt quos accusantium at maxime architecto corrupti consectetur sint, omnis earum! Cupiditate a voluptatem debitis officia rerum similique corrupti maiores omnis, asperiores recusandae ipsum quidem assumenda quaerat, deserunt dicta.
Rotation & Flipping :
Rotate the icons using classes vicon-rotate-90,vicon-rotate-180,and vicon-rotate-270 or Flip the icons using vicon-flip-horizontal and vicon-flip-vertical.
Animate your icons with pre built CSS animations using classes vicon-spin,vicon-tadavicon-flashing,vicon-burst,vicon-fade-left,vicon-fade-up,
vicon-fade-down and vicon-fade-rightYou can change the speed of the animation with the animation-duration
property & to change the number of times the animation takes place with the property animation-iteration-count In CSS.
Animate your icons on hover with pre built CSS animations using classes vicon-spin-hover,vicon-tada-hovervicon-flashing-hover,vicon-burst-hover,vicon-fade-left-hover,vicon-fade-up-hover,
vicon-fade-down-hover and vicon-fade-right-hoverYou can change the speed of the animation with the animation-duration
property & to change the number of times the animation takes place with the property animation-iteration-count In CSS.