Categories
  • All
  • Accessibility 29
  • Accounts & access 131
  • Animals 22
  • Arrows 204
  • Brands 21
  • Buildings 24
  • Charts 31
  • Coding & development 237
  • Communication 52
  • Connectivity 87
  • Cursors 33
  • Design 140
  • Devices 159
  • Emoji 20
  • File icons 165
  • Finance 55
  • Food & beverage 69
  • Gaming 138
  • Home 50
  • Layout 136
  • Mail 26
  • Mathematics 73
  • Medical 41
  • Multimedia 131
  • Nature 19
  • Navigation 136
  • Notification 39
  • People 3
  • Photography 74
  • Science 30
  • Seasons 4
  • Security 55
  • Shapes 47
  • Shopping 26
  • Social 115
  • Sports 9
  • Sustainability 20
  • Text formatting 242
  • Time & calendar 55
  • Tools 65
  • Transportation 57
  • Travel 64
  • Weapons 20
  • Weather 42

Categories

  • All
  • Accessibility 29
  • Accounts & access 131
  • Animals 22
  • Arrows 204
  • Brands 21
  • Buildings 24
  • Charts 31
  • Coding & development 237
  • Communication 52
  • Connectivity 87
  • Cursors 33
  • Design 140
  • Devices 159
  • Emoji 20
  • File icons 165
  • Finance 55
  • Food & beverage 69
  • Gaming 138
  • Home 50
  • Layout 136
  • Mail 26
  • Mathematics 73
  • Medical 41
  • Multimedia 131
  • Nature 19
  • Navigation 136
  • Notification 39
  • People 3
  • Photography 74
  • Science 30
  • Seasons 4
  • Security 55
  • Shapes 47
  • Shopping 26
  • Social 115
  • Sports 9
  • Sustainability 20
  • Text formatting 242
  • Time & calendar 55
  • Tools 65
  • Transportation 57
  • Travel 64
  • Weapons 20
  • Weather 42

Icons

/ Docs

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

arrow-down

arrow-down-0-1

arrow-down-1-0

arrow-down-a-z

arrow-down-from-line

arrow-down-left

arrow-down-narrow-wide

arrow-down-right

arrow-down-to-dot

arrow-down-to-line

arrow-down-up

arrow-down-wide-narrow

arrow-down-z-a

arrow-left

arrow-left-from-line

arrow-left-right

arrow-left-to-line

arrow-right

arrow-right-from-line

arrow-right-left

arrow-right-to-line

arrow-up

arrow-up-0-1

arrow-up-1-0

arrow-up-a-z

arrow-up-down

arrow-up-from-dot

arrow-up-from-line

arrow-up-left

arrow-up-narrow-wide

arrow-up-right

arrow-up-to-line

arrow-up-wide-narrow

arrow-up-z-a

arrows-up-from-line

calendar-sync

chevron-down

chevron-first

chevron-last

chevron-left

chevron-right

chevron-up

chevrons-down

chevrons-down-up

chevrons-left

chevrons-left-right

chevrons-right

chevrons-right-left

chevrons-up

chevrons-up-down

circle-arrow-down

circle-arrow-left

circle-arrow-out-down-left

circle-arrow-out-down-right

circle-arrow-out-up-left

circle-arrow-out-up-right

circle-arrow-right

circle-arrow-up

circle-chevron-down

circle-chevron-left

circle-chevron-right

circle-chevron-up

circle-fading-arrow-up

clipboard-copy

clipboard-paste

cloud-download

cloud-upload

corner-down-left

corner-down-right

corner-left-down

corner-left-up

corner-right-down

corner-right-up

corner-up-left

corner-up-right

database-backup

decimals-arrow-left

decimals-arrow-right

delete

download

expand

external-link

fast-forward

file-down

file-input

file-output

file-up

fold-horizontal

fold-vertical

folder-down

folder-input

folder-output

folder-sync

folder-up

git-compare-arrows

git-pull-request

git-pull-request-create-arrow

hard-drive-download

hard-drive-upload

history

import

iteration-ccw

iteration-cw

lasso-select

log-in

log-out

maximize-2

merge

milestone

minimize-2

mouse-pointer

mouse-pointer-2

mouse-pointer-ban

mouse-pointer-click

move

move-diagonal

move-diagonal-2

move-down

move-down-left

move-down-right

move-horizontal

move-left

move-right

move-up

move-up-left

move-up-right

move-vertical

panel-bottom-close

panel-bottom-open

panel-left-close

panel-left-open

panel-right-close

panel-right-open

panel-top-close

panel-top-open

phone-forwarded

phone-incoming

phone-outgoing

play

redo

redo-2

redo-dot

refresh-ccw

refresh-ccw-dot

refresh-cw

refresh-cw-off

repeat

repeat-2

rewind

rotate-ccw

rotate-ccw-square

rotate-cw

rotate-cw-square

separator-horizontal

separator-vertical

shrink

shuffle

signpost

signpost-big

skip-back

skip-forward

spline-pointer

split

square-arrow-down

square-arrow-down-left

square-arrow-down-right

square-arrow-left

square-arrow-out-down-left

square-arrow-out-down-right

square-arrow-out-up-left

square-arrow-out-up-right

square-arrow-right

square-arrow-up

square-arrow-up-left

square-arrow-up-right

square-chevron-down

square-chevron-left

square-chevron-right

square-chevron-up

square-dashed-mouse-pointer

square-mouse-pointer

square-play

step-back

step-forward

sunrise

sunset

trending-down

trending-up

trending-up-down

undo

undo-2

undo-dot

unfold-horizontal

unfold-vertical

upload

wrap-text

<?php

namespace Lib\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...