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

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

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

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