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

app-window

app-window-mac

archive

archive-restore

archive-x

arrow-big-down-dash

arrow-down-from-line

arrow-down-to-line

arrow-up-from-line

arrow-up-to-line

book-image

braces

brackets

calendar-fold

cassette-tape

chart-pie

cloud-download

cloud-upload

combine

diff

dock

download

file

file-archive

file-audio

file-audio-2

file-axis-3d

file-badge

file-badge-2

file-box

file-chart-column

file-chart-column-increasing

file-chart-line

file-chart-pie

file-check

file-check-2

file-clock

file-code

file-code-2

file-cog

file-diff

file-digit

file-down

file-heart

file-image

file-input

file-json

file-json-2

file-key

file-key-2

file-lock

file-lock-2

file-minus

file-minus-2

file-music

file-output

file-pen

file-pen-line

file-plus

file-plus-2

file-question

file-scan

file-search

file-search-2

file-sliders

file-spreadsheet

file-stack

file-symlink

file-terminal

file-text

file-type

file-type-2

file-up

file-user

file-video

file-video-2

file-volume

file-volume-2

file-warning

file-x

file-x-2

files

folder

folder-archive

folder-check

folder-clock

folder-closed

folder-code

folder-cog

folder-dot

folder-down

folder-git

folder-git-2

folder-heart

folder-input

folder-kanban

folder-key

folder-lock

folder-minus

folder-open

folder-open-dot

folder-output

folder-pen

folder-plus

folder-root

folder-search

folder-search-2

folder-symlink

folder-sync

folder-tree

folder-up

folder-x

folders

gallery-horizontal-end

gallery-vertical-end

group

hard-drive-download

hard-drive-upload

headphones

headset

image

image-down

image-minus

image-off

image-play

image-plus

image-up

images

import

list-tree

message-square-diff

music

music-2

music-3

music-4

package

package-2

package-open

package-search

paperclip

parentheses

save

save-all

save-off

sheet

shredder

square-bottom-dashed-scissors

square-dashed-bottom

square-dashed-bottom-code

square-scissors

square-stack

table

table-2

table-cells-merge

table-cells-split

table-columns-split

table-properties

table-rows-split

text

trash

trash-2

ungroup

upload

videotape

wifi-cog

<?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...