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

activity

badge

badge-alert

badge-check

badge-info

badge-minus

badge-percent

badge-plus

badge-question-mark

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-minus

heart-off

heart-plus

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

spool

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