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

arrow-big-down

arrow-big-down-dash

arrow-big-left

arrow-big-left-dash

arrow-big-right

arrow-big-right-dash

arrow-big-up

arrow-big-up-dash

arrow-down

arrow-down-from-line

arrow-down-left

arrow-down-right

arrow-down-to-dot

arrow-down-to-line

arrow-down-up

arrow-left

arrow-left-from-line

arrow-left-right

arrow-left-to-line

arrow-right

arrow-right-from-line

arrow-right-left

arrow-right-to-line

arrow-up

arrow-up-down

arrow-up-from-dot

arrow-up-from-line

arrow-up-left

arrow-up-right

arrow-up-to-line

barrel

binoculars

chevron-down

chevron-left

chevron-right

chevron-up

chevrons-down

chevrons-left

chevrons-right

chevrons-up

church

circle-arrow-down

circle-arrow-left

circle-arrow-out-down-left

circle-arrow-out-down-right

circle-arrow-out-up-left

circle-arrow-out-up-right

circle-arrow-right

circle-arrow-up

circle-chevron-down

circle-chevron-left

circle-chevron-right

circle-chevron-up

circle-parking

circle-parking-off

compass

dumbbell

earth

ferris-wheel

footprints

fuel

gavel

git-commit-horizontal

git-commit-vertical

globe

hospital

hotel

landmark

library

library-big

locate

locate-fixed

locate-off

location-edit

map

map-pin

map-pin-check

map-pin-check-inside

map-pin-house

map-pin-minus

map-pin-minus-inside

map-pin-off

map-pin-plus

map-pin-plus-inside

map-pin-x

map-pin-x-inside

map-pinned

map-plus

milestone

navigation

navigation-2

navigation-2-off

navigation-off

parking-meter

pin

pin-off

radar

rail-symbol

roller-coaster

route

route-off

scale

school

ship

ship-wheel

signpost

signpost-big

square-arrow-down

square-arrow-down-left

square-arrow-down-right

square-arrow-left

square-arrow-out-down-left

square-arrow-out-down-right

square-arrow-out-up-left

square-arrow-out-up-right

square-arrow-right

square-arrow-up

square-arrow-up-left

square-arrow-up-right

square-chevron-down

square-chevron-left

square-chevron-right

square-chevron-up

square-library

square-m

square-parking

square-parking-off

store

train-front-tunnel

train-track

university

utensils

utensils-crossed

warehouse

waves

waypoints

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