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

Car Silhouettes

9 iconsLicense: Free for commercial useBy Jim Ceasar
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.

beetle
cabriolet
city-car
minivan
sedan
sportcar
SUV
truck
van
Self-hosted / Confluence admins: preconfigure this set

Add to DRAWIO_CONFIG / Editor configuration:

{
  "libraries": [
    {
      "title": {
        "main": "Extra icons"
      },
      "entries": [
        {
          "id": "car-silhouettes",
          "title": {
            "main": "Car Silhouettes"
          },
          "desc": {
            "main": "Free for commercial use - Jim Ceasar"
          },
          "libs": [
            {
              "title": {
                "main": "Car Silhouettes"
              },
              "url": "https://icons.diagrams.net/libs/car-silhouettes/1/library.xml"
            }
          ]
        }
      ]
    }
  ]
}