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

airplay

alarm-clock

alarm-clock-check

alarm-clock-minus

alarm-clock-off

alarm-clock-plus

alarm-smoke

antenna

battery

battery-charging

battery-full

battery-low

battery-medium

battery-plus

battery-warning

bell-electric

bluetooth

bluetooth-connected

bluetooth-off

bluetooth-searching

boom-box

cable

calculator

camera

camera-off

cassette-tape

cast

cctv

chevrons-left-right-ellipsis

computer

cpu

database

database-backup

database-zap

diamond-minus

diamond-plus

disc

disc-2

disc-3

disc-album

drill

drum

earth-lock

ethernet-port

fingerprint

flashlight

flashlight-off

gamepad

gamepad-2

globe-lock

hard-drive

hard-drive-download

hard-drive-upload

hdmi-port

headphone-off

headphones

headset

heater

joystick

keyboard

keyboard-music

keyboard-off

laptop

laptop-minimal

laptop-minimal-check

memory-stick

mic

mic-off

mic-vocal

microchip

monitor

monitor-check

monitor-cog

monitor-dot

monitor-down

monitor-off

monitor-pause

monitor-play

monitor-smartphone

monitor-speaker

monitor-stop

monitor-up

monitor-x

mouse

mouse-off

nfc

pc-case

phone

phone-call

phone-forwarded

phone-incoming

phone-missed

phone-off

phone-outgoing

piano

plug

plug-2

plug-zap

presentation

printer

printer-check

projector

proportions

radio

radio-receiver

radio-tower

router

satellite-dish

scan

scan-barcode

scan-eye

scan-face

scan-line

scan-qr-code

scan-text

screen-share

screen-share-off

server

server-cog

server-crash

server-off

smartphone

smartphone-charging

smartphone-nfc

speaker

square-minus

switch-camera

table

tablet-smartphone

toilet

touchpad

touchpad-off

tv

tv-minimal

tv-minimal-play

unplug

usb

vibrate

vibrate-off

video

video-off

videotape

voicemail

wallpaper

washing-machine

webcam

wifi

wifi-high

wifi-low

wifi-off

wifi-zero

zap

zap-off

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