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

activity

badge

badge-alert

badge-check

badge-help

badge-info

badge-minus

badge-percent

badge-plus

badge-x

book-heart

book-image

book-user

boom-box

bot

bot-message-square

bot-off

cake

cake-slice

circle-fading-plus

circle-percent

contact

contact-round

diamond-percent

dribbble

external-link

facebook

flag

flag-off

flame

flame-kindling

hand-heart

handshake

hash

heart

heart-off

instagram

linkedin

message-circle

message-circle-code

message-circle-dashed

message-circle-heart

message-circle-more

message-circle-off

message-circle-plus

message-circle-question

message-circle-reply

message-circle-warning

message-circle-x

message-square

message-square-code

message-square-dashed

message-square-diff

message-square-dot

message-square-heart

message-square-lock

message-square-more

message-square-off

message-square-plus

message-square-quote

message-square-reply

message-square-share

message-square-text

message-square-warning

message-square-x

messages-square

notebook

notebook-pen

notebook-tabs

notebook-text

notepad-text

notepad-text-dashed

podcast

qr-code

radio

radio-tower

repeat-2

ribbon

rss

scan

scan-face

search

search-check

search-code

search-slash

search-x

share

share-2

slack

smile-plus

square-activity

square-arrow-out-up-right

square-arrow-up-right

square-percent

star

star-half

star-off

sticker

sticky-note

theater

thumbs-down

thumbs-up

twitch

twitter

user-round-search

user-search

voicemail

vote

waypoints

webhook

webhook-off

youtube

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