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

airplay

album

antenna

audio-lines

audio-waveform

book-audio

book-headphones

book-image

boom-box

cable

captions

captions-off

cassette-tape

chevron-first

chevron-last

chevrons-left-right-ellipsis

circle-pause

circle-play

circle-stop

clapperboard

diamond-minus

diamond-plus

disc

disc-2

disc-3

disc-album

drama

drum

ethernet-port

fast-forward

file-music

film

fullscreen

gallery-horizontal

gallery-horizontal-end

gallery-thumbnails

gallery-vertical

gallery-vertical-end

guitar

hand-metal

hdmi-port

headphone-off

headphones

headset

heart

heart-off

image

image-down

image-minus

image-off

image-play

image-plus

image-up

image-upscale

images

infinity

keyboard-music

lectern

library

library-big

list-end

list-minus

list-music

list-plus

list-restart

list-start

list-video

list-x

loader

loader-circle

megaphone

megaphone-off

mic

mic-off

mic-vocal

monitor-pause

monitor-play

monitor-stop

music

music-2

music-3

music-4

newspaper

octagon-pause

pause

piano

picture-in-picture

picture-in-picture-2

play

podcast

popcorn

presentation

projector

radio

radio-tower

repeat

repeat-1

repeat-2

rewind

satellite

scan-eye

scan-search

shuffle

skip-back

skip-forward

sparkles

speaker

square-activity

square-library

square-play

star

star-half

star-off

step-back

step-forward

tv

tv-minimal

tv-minimal-play

usb

volume

volume-1

volume-2

volume-off

volume-x

waves

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