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

Shopping icons

13 iconsLicense: Free for commercial useBy Daily Overview
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
2
3
4
5
6
7
8
9
10
11
12
13
Self-hosted / Confluence admins: preconfigure this set

Add to DRAWIO_CONFIG / Editor configuration:

{
  "libraries": [
    {
      "title": {
        "main": "Extra icons"
      },
      "entries": [
        {
          "id": "shopping_icons_set2",
          "title": {
            "main": "Shopping icons"
          },
          "desc": {
            "main": "Free for commercial use - Daily Overview"
          },
          "libs": [
            {
              "title": {
                "main": "Shopping icons"
              },
              "url": "https://icons.diagrams.net/libs/shopping_icons_set2/1/library.xml"
            }
          ]
        }
      ]
    }
  ]
}