SVG Icons
$icon->presentation(100, array(0, 111, 187, 0.25), array(243, 79, 159));
or: $icon->emptyCache()->setSize(100)->setColors(array(0, 111, 187, 0.25), array(243, 79, 159))->presentation();
attention
bookmark
calendar
cancel
cancel2
checked
clock
contacts
delete
document
edit
file
folder
googleplus
home
idea
imagefile
info
key
lock
menu
minus
music
news
openfolder
picture
plus
puzzle
refresh
search
services
settings
share
sun
support
synchronize
trash
unlock
userfemale
usermale
SVG Icons
$icon->presentation(48, array(243, 79, 159, 0.25), array(0, 111, 187));
or: $icon->emptyCache()->setSize(48)->setColors(array(243, 79, 159, 0.25), array(0, 111, 187))->presentation();
SVG Icons
$icon->presentation(76, array(221, 221, 221), array(0, 0, 0));
or: $icon->emptyCache()->setSize(76)->setColors(array(221, 221, 221), array(0, 0, 0))->presentation();
attention
bookmark
calendar
cancel
cancel2
checked
clock
contacts
delete
document
edit
file
folder
googleplus
home
idea
imagefile
info
key
lock
menu
minus
music
news
openfolder
picture
plus
puzzle
refresh
search
services
settings
share
sun
support
synchronize
trash
unlock
userfemale
usermale
SVG Icons
$icon->presentation(24, array(0, 0, 0), array(255, 0, 0));
or: $icon->emptyCache()->setSize(24)->setColors(array(0, 0, 0), array(255, 0, 0))->presentation();