portainer logo

portainer from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
portainer
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

1 other variant in Devicon

The same logo in other sets

Use the portainer logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill="#3bbced"><path d="M49.32 29.44h-1.88v9.75h1.88zm8.09 0h-1.88v9.75h1.88zm11.06-18.6L66.54 7.5L34.36 26.1l1.93 3.34z"/><path d="m68.28 10.84l1.93-3.34l32.18 18.6l-1.93 3.34z"/><path d="M108.08 29.49v-3.86H19.92v3.86z"/><path d="M73.17 84.01V26.8h3.86v59.98c-1.03-1.17-2.35-2.02-3.86-2.77m-6.58-.99V2.32h3.86v81.17c-1.09-.52-3.72-.47-3.86-.47m-36.55 8.05c-4.7-3.48-7.81-9.04-7.81-15.35c0-3.34.89-6.64 2.54-9.51H57.7c1.69 2.87 2.54 6.17 2.54 9.51c0 2.92-.38 5.65-1.55 8.1c-2.49-2.4-6.16-3.44-9.88-3.44c-6.59 0-12.23 4.1-13.69 10.22c-.52-.05-.85-.09-1.36-.09c-1.28.04-2.5.23-3.72.56m16.18-47.55h-9.97v10.03h9.97zm-11.25 0H25v10.03h9.97zm0 11.16H25v10.03h9.97zm11.25 0h-9.97v10.03h9.97zm11.19 0h-9.97v10.03h9.97zm0-16.53h-9.97v10.03h9.97z"/><path d="M36.76 92.58c1.36-5.79 6.59-10.12 12.8-10.12c4 0 7.57 1.79 10.02 4.62c2.12-1.46 4.66-2.31 7.43-2.31c7.24 0 13.12 5.88 13.12 13.14c0 1.51-.23 2.92-.7 4.28c1.6 2.17 2.59 4.9 2.59 7.82c0 7.25-5.88 13.14-13.13 13.14c-3.2 0-6.12-1.13-8.37-3.01c-2.4 3.34-6.3 5.56-10.73 5.56c-5.08 0-9.5-2.92-11.71-7.16c-.89.19-1.79.28-2.73.28c-7.24 0-13.17-5.89-13.17-13.14s5.88-13.14 13.17-13.14c.47-.05.94-.05 1.41.04"/></g></svg>

React

import type { SVGProps } from "react";

export function DeviconPortainer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill="#3bbced"><path d="M49.32 29.44h-1.88v9.75h1.88zm8.09 0h-1.88v9.75h1.88zm11.06-18.6L66.54 7.5L34.36 26.1l1.93 3.34z"/><path d="m68.28 10.84l1.93-3.34l32.18 18.6l-1.93 3.34z"/><path d="M108.08 29.49v-3.86H19.92v3.86z"/><path d="M73.17 84.01V26.8h3.86v59.98c-1.03-1.17-2.35-2.02-3.86-2.77m-6.58-.99V2.32h3.86v81.17c-1.09-.52-3.72-.47-3.86-.47m-36.55 8.05c-4.7-3.48-7.81-9.04-7.81-15.35c0-3.34.89-6.64 2.54-9.51H57.7c1.69 2.87 2.54 6.17 2.54 9.51c0 2.92-.38 5.65-1.55 8.1c-2.49-2.4-6.16-3.44-9.88-3.44c-6.59 0-12.23 4.1-13.69 10.22c-.52-.05-.85-.09-1.36-.09c-1.28.04-2.5.23-3.72.56m16.18-47.55h-9.97v10.03h9.97zm-11.25 0H25v10.03h9.97zm0 11.16H25v10.03h9.97zm11.25 0h-9.97v10.03h9.97zm11.19 0h-9.97v10.03h9.97zm0-16.53h-9.97v10.03h9.97z"/><path d="M36.76 92.58c1.36-5.79 6.59-10.12 12.8-10.12c4 0 7.57 1.79 10.02 4.62c2.12-1.46 4.66-2.31 7.43-2.31c7.24 0 13.12 5.88 13.12 13.14c0 1.51-.23 2.92-.7 4.28c1.6 2.17 2.59 4.9 2.59 7.82c0 7.25-5.88 13.14-13.13 13.14c-3.2 0-6.12-1.13-8.37-3.01c-2.4 3.34-6.3 5.56-10.73 5.56c-5.08 0-9.5-2.92-11.71-7.16c-.89.19-1.79.28-2.73.28c-7.24 0-13.17-5.89-13.17-13.14s5.88-13.14 13.17-13.14c.47-.05.94-.05 1.41.04"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill="#3bbced"><path d="M49.32 29.44h-1.88v9.75h1.88zm8.09 0h-1.88v9.75h1.88zm11.06-18.6L66.54 7.5L34.36 26.1l1.93 3.34z"/><path d="m68.28 10.84l1.93-3.34l32.18 18.6l-1.93 3.34z"/><path d="M108.08 29.49v-3.86H19.92v3.86z"/><path d="M73.17 84.01V26.8h3.86v59.98c-1.03-1.17-2.35-2.02-3.86-2.77m-6.58-.99V2.32h3.86v81.17c-1.09-.52-3.72-.47-3.86-.47m-36.55 8.05c-4.7-3.48-7.81-9.04-7.81-15.35c0-3.34.89-6.64 2.54-9.51H57.7c1.69 2.87 2.54 6.17 2.54 9.51c0 2.92-.38 5.65-1.55 8.1c-2.49-2.4-6.16-3.44-9.88-3.44c-6.59 0-12.23 4.1-13.69 10.22c-.52-.05-.85-.09-1.36-.09c-1.28.04-2.5.23-3.72.56m16.18-47.55h-9.97v10.03h9.97zm-11.25 0H25v10.03h9.97zm0 11.16H25v10.03h9.97zm11.25 0h-9.97v10.03h9.97zm11.19 0h-9.97v10.03h9.97zm0-16.53h-9.97v10.03h9.97z"/><path d="M36.76 92.58c1.36-5.79 6.59-10.12 12.8-10.12c4 0 7.57 1.79 10.02 4.62c2.12-1.46 4.66-2.31 7.43-2.31c7.24 0 13.12 5.88 13.12 13.14c0 1.51-.23 2.92-.7 4.28c1.6 2.17 2.59 4.9 2.59 7.82c0 7.25-5.88 13.14-13.13 13.14c-3.2 0-6.12-1.13-8.37-3.01c-2.4 3.34-6.3 5.56-10.73 5.56c-5.08 0-9.5-2.92-11.71-7.16c-.89.19-1.79.28-2.73.28c-7.24 0-13.17-5.89-13.17-13.14s5.88-13.14 13.17-13.14c.47-.05.94-.05 1.41.04"/></g></svg>
</template>

CSS

.icon-portainer {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cg%20fill%3D%22%233bbced%22%3E%3Cpath%20d%3D%22M49.32%2029.44h-1.88v9.75h1.88zm8.09%200h-1.88v9.75h1.88zm11.06-18.6L66.54%207.5L34.36%2026.1l1.93%203.34z%22%2F%3E%3Cpath%20d%3D%22m68.28%2010.84l1.93-3.34l32.18%2018.6l-1.93%203.34z%22%2F%3E%3Cpath%20d%3D%22M108.08%2029.49v-3.86H19.92v3.86z%22%2F%3E%3Cpath%20d%3D%22M73.17%2084.01V26.8h3.86v59.98c-1.03-1.17-2.35-2.02-3.86-2.77m-6.58-.99V2.32h3.86v81.17c-1.09-.52-3.72-.47-3.86-.47m-36.55%208.05c-4.7-3.48-7.81-9.04-7.81-15.35c0-3.34.89-6.64%202.54-9.51H57.7c1.69%202.87%202.54%206.17%202.54%209.51c0%202.92-.38%205.65-1.55%208.1c-2.49-2.4-6.16-3.44-9.88-3.44c-6.59%200-12.23%204.1-13.69%2010.22c-.52-.05-.85-.09-1.36-.09c-1.28.04-2.5.23-3.72.56m16.18-47.55h-9.97v10.03h9.97zm-11.25%200H25v10.03h9.97zm0%2011.16H25v10.03h9.97zm11.25%200h-9.97v10.03h9.97zm11.19%200h-9.97v10.03h9.97zm0-16.53h-9.97v10.03h9.97z%22%2F%3E%3Cpath%20d%3D%22M36.76%2092.58c1.36-5.79%206.59-10.12%2012.8-10.12c4%200%207.57%201.79%2010.02%204.62c2.12-1.46%204.66-2.31%207.43-2.31c7.24%200%2013.12%205.88%2013.12%2013.14c0%201.51-.23%202.92-.7%204.28c1.6%202.17%202.59%204.9%202.59%207.82c0%207.25-5.88%2013.14-13.13%2013.14c-3.2%200-6.12-1.13-8.37-3.01c-2.4%203.34-6.3%205.56-10.73%205.56c-5.08%200-9.5-2.92-11.71-7.16c-.89.19-1.79.28-2.73.28c-7.24%200-13.17-5.89-13.17-13.14s5.88-13.14%2013.17-13.14c.47-.05.94-.05%201.41.04%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cg%20fill%3D%22%233bbced%22%3E%3Cpath%20d%3D%22M49.32%2029.44h-1.88v9.75h1.88zm8.09%200h-1.88v9.75h1.88zm11.06-18.6L66.54%207.5L34.36%2026.1l1.93%203.34z%22%2F%3E%3Cpath%20d%3D%22m68.28%2010.84l1.93-3.34l32.18%2018.6l-1.93%203.34z%22%2F%3E%3Cpath%20d%3D%22M108.08%2029.49v-3.86H19.92v3.86z%22%2F%3E%3Cpath%20d%3D%22M73.17%2084.01V26.8h3.86v59.98c-1.03-1.17-2.35-2.02-3.86-2.77m-6.58-.99V2.32h3.86v81.17c-1.09-.52-3.72-.47-3.86-.47m-36.55%208.05c-4.7-3.48-7.81-9.04-7.81-15.35c0-3.34.89-6.64%202.54-9.51H57.7c1.69%202.87%202.54%206.17%202.54%209.51c0%202.92-.38%205.65-1.55%208.1c-2.49-2.4-6.16-3.44-9.88-3.44c-6.59%200-12.23%204.1-13.69%2010.22c-.52-.05-.85-.09-1.36-.09c-1.28.04-2.5.23-3.72.56m16.18-47.55h-9.97v10.03h9.97zm-11.25%200H25v10.03h9.97zm0%2011.16H25v10.03h9.97zm11.25%200h-9.97v10.03h9.97zm11.19%200h-9.97v10.03h9.97zm0-16.53h-9.97v10.03h9.97z%22%2F%3E%3Cpath%20d%3D%22M36.76%2092.58c1.36-5.79%206.59-10.12%2012.8-10.12c4%200%207.57%201.79%2010.02%204.62c2.12-1.46%204.66-2.31%207.43-2.31c7.24%200%2013.12%205.88%2013.12%2013.14c0%201.51-.23%202.92-.7%204.28c1.6%202.17%202.59%204.9%202.59%207.82c0%207.25-5.88%2013.14-13.13%2013.14c-3.2%200-6.12-1.13-8.37-3.01c-2.4%203.34-6.3%205.56-10.73%205.56c-5.08%200-9.5-2.92-11.71-7.16c-.89.19-1.79.28-2.73.28c-7.24%200-13.17-5.89-13.17-13.14s5.88-13.14%2013.17-13.14c.47-.05.94-.05%201.41.04%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/portainer.svg?color=%231a73e8&size=48