draw.io icons
extra icon sets for diagrams.net / draw.io

Elegant Blue Web

35 iconsLicense: Free for commercial useBy Emre Ozcelik
Open in draw.ioDownload library.xml

"Open in draw.io" adds this set to the shape panel in the online editor. In the desktop app, download the library and use File → Open Library.

1
10
11
12
13
14
15
16
17
18
19
2
20
21
22
23
24
25
26
27
28
29
3
30
31
32
33
34
35
4
5
6
7
8
9
Self-hosted / Confluence admins: preconfigure this set

Add to DRAWIO_CONFIG / Editor configuration:

{
  "libraries": [
    {
      "title": {
        "main": "Extra icons"
      },
      "entries": [
        {
          "id": "ellegant",
          "title": {
            "main": "Elegant Blue Web"
          },
          "desc": {
            "main": "Free for commercial use - Emre Ozcelik"
          },
          "libs": [
            {
              "title": {
                "main": "Elegant Blue Web"
              },
              "url": "https://icons.diagrams.net/libs/ellegant/1/library.xml"
            }
          ]
        }
      ]
    }
  ]
}