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

a-arrow-down

a-arrow-up

a-large-small

app-window

app-window-mac

axis-3d

between-horizontal-end

between-horizontal-start

between-vertical-end

between-vertical-start

blend

book-type

bring-to-front

brush

chart-no-axes-gantt

columns-2

columns-3

columns-4

component

contrast

crop

cylinder

database-backup

diameter

dock

drafting-compass

dribbble

eclipse

eye

eye-closed

eye-off

figma

file-axis-3d

flip-horizontal

flip-horizontal-2

flip-vertical

flip-vertical-2

folder-kanban

frame

framer

fullscreen

gallery-horizontal

gallery-horizontal-end

gallery-thumbnails

gallery-vertical

gallery-vertical-end

git-graph

grid-2x2

grid-3x3

highlighter

iteration-ccw

iteration-cw

kanban

land-plot

lasso

lasso-select

layers

layers-2

layout-dashboard

layout-grid

layout-list

layout-panel-left

loader

loader-pinwheel

magnet

maximize

maximize-2

minimize

minimize-2

move-3d

notebook

origami

paint-bucket

paint-roller

paintbrush

paintbrush-vertical

palette

panel-top

panels-top-left

paperclip

pen

pen-line

pen-off

pen-tool

pencil

pencil-line

pencil-off

pencil-ruler

pipette

presentation

proportions

radius

ratio

rectangle-horizontal

rectangle-vertical

rotate-3d

rotate-ccw

rotate-ccw-square

rotate-cw

rotate-cw-square

rows-2

rows-3

rows-4

ruler

scale-3d

scaling

scissors

scissors-line-dashed

send-to-back

slice

spline

spray-can

square-bottom-dashed-scissors

square-chart-gantt

square-dashed

square-dashed-kanban

square-kanban

square-scissors

stamp

swatch-book

tablet-smartphone

tangent

torus

view

wand

wand-sparkles

zoom-in

zoom-out

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