Categories
  • All
  • Accessibility 28
  • Accounts & access 124
  • Animals 20
  • Arrows 200
  • Brands 21
  • Buildings 24
  • Charts 31
  • Coding & development 229
  • Communication 50
  • Connectivity 82
  • Cursors 32
  • Design 128
  • Devices 153
  • Emoji 20
  • File icons 163
  • Finance 46
  • Food & beverage 66
  • Gaming 132
  • Home 45
  • Layout 129
  • Mail 25
  • Mathematics 68
  • Medical 32
  • Multimedia 127
  • Nature 19
  • Navigation 134
  • Notification 38
  • People 3
  • Photography 74
  • Science 30
  • Seasons 4
  • Security 48
  • Shapes 42
  • Shopping 25
  • Social 112
  • Sports 9
  • Sustainability 20
  • Text formatting 234
  • Time & calendar 53
  • Tools 57
  • Transportation 55
  • Travel 60
  • Weapons 20
  • Weather 41

Categories

  • All
  • Accessibility 28
  • Accounts & access 124
  • Animals 20
  • Arrows 200
  • Brands 21
  • Buildings 24
  • Charts 31
  • Coding & development 229
  • Communication 50
  • Connectivity 82
  • Cursors 32
  • Design 128
  • Devices 153
  • Emoji 20
  • File icons 163
  • Finance 46
  • Food & beverage 66
  • Gaming 132
  • Home 45
  • Layout 129
  • Mail 25
  • Mathematics 68
  • Medical 32
  • Multimedia 127
  • Nature 19
  • Navigation 134
  • Notification 38
  • People 3
  • Photography 74
  • Science 30
  • Seasons 4
  • Security 48
  • Shapes 42
  • Shopping 25
  • Social 112
  • Sports 9
  • Sustainability 20
  • Text formatting 234
  • Time & calendar 53
  • Tools 57
  • Transportation 55
  • Travel 60
  • Weapons 20
  • Weather 41

Icons

amphora

anvil

arrow-big-down

arrow-big-down-dash

arrow-big-left

arrow-big-left-dash

arrow-big-right

arrow-big-right-dash

arrow-big-up

arrow-big-up-dash

award

axe

backpack

beaker

bone

book

book-a

book-check

book-copy

book-heart

book-key

book-lock

book-marked

book-minus

book-open

book-open-check

book-plus

book-text

book-type

book-x

box

boxes

castle

chevron-down

chevron-up

chevrons-down

chevrons-left

chevrons-left-right-ellipsis

chevrons-right

chevrons-up

circle-arrow-down

circle-arrow-left

circle-arrow-right

circle-arrow-up

circle-plus

clover

club

coins

computer

crown

diamond

dice-1

dice-2

dice-3

dice-4

dice-5

dice-6

dices

droplet

droplet-off

ethernet-port

feather

flame

flame-kindling

flask-conical

flask-conical-off

flask-round

flower

gamepad

gamepad-2

gem

ghost

gift

goal

hdmi-port

headphone-off

headphones

headset

heart

hourglass

joystick

land-plot

medal

memory-stick

milestone

mountain

pc-case

pickaxe

plus

puzzle

rocket

scan

scroll

scroll-text

shapes

shield

shield-alert

shield-ban

shield-check

shield-ellipsis

shield-half

shield-minus

shield-off

shield-plus

shield-question

shield-x

shovel

signpost

signpost-big

skull

spade

sparkle

sprout

square-arrow-down

square-arrow-down-left

square-arrow-down-right

star

sword

swords

tally-1

tally-2

tally-3

tally-4

tally-5

target

toy-brick

trophy

twitch

venetian-mask

volleyball

wand

wand-sparkles

<?php

namespace Lib\PHPX\PPIcons;

use Lib\PHPX\PHPX;

class 
extends PHPX { public ?string $class = ''; public function __construct(array $props = []) { parent::__construct($props); } public function render(): string { $attributes = $this->getAttributes(); $class = $this->getMergeClasses($this->class); return <<<HTML
HTML; } }

Loading...