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

RSS icons

28 iconsLicense: Free for commercial useBy Icojam
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.

001
002
003
004
005
006
007
008
009
010
011
012
013
014
015
016
017
018
019
020
021
022
023
024
025
026
027
028
Self-hosted / Confluence admins: preconfigure this set

Add to DRAWIO_CONFIG / Editor configuration:

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