PlantUML icons
Published at
This TIL is more than a year old. Some details may have changed.
Examples
Default (Open Iconic)
@startuml
listopeniconic
@endumlDevicons / Font-awesome
@startuml
' Include common to use icon macros.
!include <devicons/common>
' Include icon from Devicons.
!include <devicons/github>
' Include icon from Font Awesome icons.
!include <font-awesome/gitlab>
' Use macros from common library.
' First argument is alias, second label.
DEV_GITHUB(github, 'Github')
FA_GITLAB(gitlab, 'Gitlab')
' Use ~ to escape #
github -> gitlab : ~#movingtogitlab
@enduml