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

ampersand

ampersands

app-window

app-window-mac

arrow-big-up

arrow-big-up-dash

arrow-down-to-line

arrow-right-to-line

arrow-up-from-line

asterisk

binary

binoculars

bitcoin

blend

blocks

book

book-check

book-copy

book-dashed

book-down

book-key

book-lock

book-marked

book-minus

book-open

book-open-check

book-open-text

book-plus

book-up

book-up-2

bot

bot-message-square

bot-off

box

boxes

braces

brackets

brain

brain-cog

bug

bug-off

bug-play

chart-no-axes-gantt

chevron-right

circle-arrow-out-up-left

circle-dashed

circle-dot

circle-dot-dashed

circle-ellipsis

circle-fading-arrow-up

circle-plus

circle-slash

circle-slash-2

circle-x

circuit-board

cloud-alert

cloud-cog

code

code-xml

codepen

codesandbox

combine

command

component

computer

construction

container

copy-slash

corner-down-right

database

database-backup

database-zap

diff

divide

dock

earth-lock

eclipse

ellipsis

equal

equal-not

file-code

file-code-2

file-diff

file-digit

file-json

file-json-2

file-sliders

file-stack

file-terminal

flag-triangle-left

flag-triangle-right

folder-code

folder-dot

folder-kanban

folder-open-dot

folder-root

gallery-horizontal

gallery-horizontal-end

gallery-thumbnails

gallery-vertical

gallery-vertical-end

gem

git-branch

git-branch-plus

git-commit-horizontal

git-commit-vertical

git-compare

git-compare-arrows

git-fork

git-graph

git-merge

git-pull-request

git-pull-request-arrow

git-pull-request-closed

git-pull-request-create

git-pull-request-create-arrow

git-pull-request-draft

github

gitlab

globe-lock

hard-drive

hard-drive-download

hard-drive-upload

hexagon

indent-decrease

indent-increase

kanban

keyboard

keyboard-off

library

library-big

merge

message-circle-code

message-square-code

message-square-diff

milestone

minus

network

omega

option

package

package-2

package-check

package-minus

package-open

package-plus

package-search

package-x

panel-top

panels-top-left

parentheses

percent

pi

plug

plug-2

plus

puzzle

qr-code

radical

rectangle-ellipsis

refresh-ccw-dot

regex

rocket

router

rss

scroll

scroll-text

search-code

server

server-cog

server-crash

server-off

shell

shield

shield-alert

shield-ban

shield-check

shield-ellipsis

shield-half

shield-minus

shield-off

shield-plus

shield-question

shield-x

signpost

signpost-big

slack

slash

spell-check

spell-check-2

split

square-asterisk

square-bottom-dashed-scissors

square-chart-gantt

square-chevron-right

square-code

square-dashed-bottom

square-dashed-bottom-code

square-dashed-kanban

square-dashed-mouse-pointer

square-dot

square-function

square-kanban

square-library

square-minus

square-mouse-pointer

square-pi

square-plus

square-radical

square-scissors

square-slash

square-stack

square-terminal

table-properties

tablet-smartphone

telescope

terminal

toggle-left

toggle-right

toy-brick

trello

triangle-alert

unplug

variable

waypoints

webhook

webhook-off

workflow

wrench

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