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

airplay

battery

battery-charging

battery-full

battery-low

battery-medium

battery-warning

bluetooth

bluetooth-connected

bluetooth-off

bluetooth-searching

book-user

brick-wall-fire

cable

card-sim

cassette-tape

cast

cctv

circle-power

cloud-off

contact

contact-round

headphone-off

headphones

headset

house-wifi

mic

mic-off

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

phone

phone-call

phone-forwarded

phone-incoming

phone-missed

phone-off

phone-outgoing

power

power-off

rectangle-goggles

router

satellite

satellite-dish

screen-share

screen-share-off

send

send-horizontal

signal

signal-high

signal-low

signal-medium

signal-zero

smartphone

smartphone-charging

square-power

vibrate

vibrate-off

video

video-off

videotape

voicemail

volume

volume-1

volume-2

volume-off

volume-x

webcam

wifi

wifi-cog

wifi-high

wifi-low

wifi-off

wifi-pen

wifi-zero

zap

zap-off

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