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

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

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

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