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

a-arrow-down

a-arrow-up

a-large-small

align-center

align-justify

align-left

align-right

ampersand

ampersands

anchor

arrow-big-up

arrow-big-up-dash

arrow-down-0-1

arrow-down-1-0

arrow-down-a-z

arrow-down-narrow-wide

arrow-down-wide-narrow

arrow-down-z-a

arrow-up-0-1

arrow-up-1-0

arrow-up-a-z

arrow-up-narrow-wide

arrow-up-wide-narrow

arrow-up-z-a

asterisk

at-sign

baseline

binary

bold

book

book-a

book-audio

book-check

book-copy

book-headphones

book-heart

book-image

book-marked

book-minus

book-open

book-open-check

book-open-text

book-plus

book-text

book-type

book-x

brush

case-lower

case-sensitive

case-upper

circle-help

clipboard

clipboard-check

clipboard-copy

clipboard-list

clipboard-minus

clipboard-paste

clipboard-pen

clipboard-pen-line

clipboard-plus

clipboard-type

clipboard-x

code

code-xml

columns-2

columns-3

columns-4

copy

copy-check

copy-minus

copy-plus

copy-slash

corner-down-right

delete

dot

eraser

expand

external-link

file-text

file-type

file-type-2

grid-2x2

grid-2x2-check

grid-2x2-plus

grid-2x2-x

grid-3x3

hash

heading

heading-1

heading-2

heading-3

heading-4

heading-5

heading-6

highlighter

image

image-down

image-play

image-up

images

indent-decrease

indent-increase

italic

keyboard

keyboard-off

languages

layout-list

letter-text

library

library-big

ligature

link

link-2

link-2-off

list

list-check

list-checks

list-collapse

list-end

list-filter

list-filter-plus

list-minus

list-ordered

list-plus

list-restart

list-start

list-todo

list-tree

list-x

logs

mail

map

message-square-quote

minus

notebook

notebook-pen

notebook-text

notepad-text

notepad-text-dashed

omega

paint-roller

paintbrush

paintbrush-vertical

palette

paperclip

pen

pen-line

pen-off

pen-tool

pencil

pencil-line

pencil-off

pencil-ruler

phone

pilcrow

pilcrow-left

pilcrow-right

pipette

plus

quote

rectangle-ellipsis

redo

redo-2

redo-dot

regex

remove-formatting

replace

replace-all

rows-2

rows-3

rows-4

save

save-all

save-off

scan-text

scissors

scroll

scroll-text

search

search-check

search-code

search-slash

search-x

section

separator-horizontal

separator-vertical

sheet

sigma

signature

space

spell-check

spell-check-2

square-asterisk

square-bottom-dashed-scissors

square-code

square-dashed

square-library

square-minus

square-pen

square-pilcrow

square-plus

square-scissors

square-sigma

square-stack

sticky-note

strikethrough

subscript

superscript

table

table-2

table-cells-merge

table-cells-split

table-columns-split

table-of-contents

table-properties

table-rows-split

text

text-cursor

text-cursor-input

text-quote

text-search

text-select

type

type-outline

underline

undo

undo-2

undo-dot

unlink

unlink-2

whole-word

wrap-text

zoom-in

zoom-out

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