superuser from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
superuser
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the superuser logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.523 0c-.223 0-.336.111-.336.28v23.439c0 .196.113.252.336.252h5.594c.224 0 .335-.084.307-.252v-1.483c0-.167-.14-.252-.363-.252H5.543c-.252 0-.363-.083-.363-.279V2.293c0-.196.112-.307.42-.307h2.488c.224 0 .336-.056.336-.252V.28c0-.196-.14-.28-.364-.28zm8.8.02c-.224 0-.364.083-.364.279v1.398c0 .196.112.28.336.28h.447c2.154 0 3.664 1.706 3.664 3.412v4.42c0 1.37.98 2.517 2.518 3.216c.112.056.139.14.139.196s-.027.112-.14.14c-1.677.616-2.517 2.294-2.517 3.496v3.916c0 1.735-1.51 1.258-3.664 1.258h-.447c-.224 0-.336.084-.336.28v1.398c0 .196.14.28.363.28h.56c3.609 0 6.516.335 6.516-2.714v-4.082c0-1.426 1.008-2.295 2.49-2.714c.672-.196.95-.307.923-.56v-1.173c0-.447-.308-.477-.868-.644c-1.51-.532-2.515-1.342-2.515-2.74V5.64c0-3.05-2.937-5.621-6.545-5.621h-.56zm.183 8.396c-.336 0-.645.252-.645.588v1.342c0 .307.281.588.645.588h1.482c.336 0 .643-.253.643-.588V9.004c0-.308-.28-.588-.643-.588z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSuperuser(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.523 0c-.223 0-.336.111-.336.28v23.439c0 .196.113.252.336.252h5.594c.224 0 .335-.084.307-.252v-1.483c0-.167-.14-.252-.363-.252H5.543c-.252 0-.363-.083-.363-.279V2.293c0-.196.112-.307.42-.307h2.488c.224 0 .336-.056.336-.252V.28c0-.196-.14-.28-.364-.28zm8.8.02c-.224 0-.364.083-.364.279v1.398c0 .196.112.28.336.28h.447c2.154 0 3.664 1.706 3.664 3.412v4.42c0 1.37.98 2.517 2.518 3.216c.112.056.139.14.139.196s-.027.112-.14.14c-1.677.616-2.517 2.294-2.517 3.496v3.916c0 1.735-1.51 1.258-3.664 1.258h-.447c-.224 0-.336.084-.336.28v1.398c0 .196.14.28.363.28h.56c3.609 0 6.516.335 6.516-2.714v-4.082c0-1.426 1.008-2.295 2.49-2.714c.672-.196.95-.307.923-.56v-1.173c0-.447-.308-.477-.868-.644c-1.51-.532-2.515-1.342-2.515-2.74V5.64c0-3.05-2.937-5.621-6.545-5.621h-.56zm.183 8.396c-.336 0-.645.252-.645.588v1.342c0 .307.281.588.645.588h1.482c.336 0 .643-.253.643-.588V9.004c0-.308-.28-.588-.643-.588z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.523 0c-.223 0-.336.111-.336.28v23.439c0 .196.113.252.336.252h5.594c.224 0 .335-.084.307-.252v-1.483c0-.167-.14-.252-.363-.252H5.543c-.252 0-.363-.083-.363-.279V2.293c0-.196.112-.307.42-.307h2.488c.224 0 .336-.056.336-.252V.28c0-.196-.14-.28-.364-.28zm8.8.02c-.224 0-.364.083-.364.279v1.398c0 .196.112.28.336.28h.447c2.154 0 3.664 1.706 3.664 3.412v4.42c0 1.37.98 2.517 2.518 3.216c.112.056.139.14.139.196s-.027.112-.14.14c-1.677.616-2.517 2.294-2.517 3.496v3.916c0 1.735-1.51 1.258-3.664 1.258h-.447c-.224 0-.336.084-.336.28v1.398c0 .196.14.28.363.28h.56c3.609 0 6.516.335 6.516-2.714v-4.082c0-1.426 1.008-2.295 2.49-2.714c.672-.196.95-.307.923-.56v-1.173c0-.447-.308-.477-.868-.644c-1.51-.532-2.515-1.342-2.515-2.74V5.64c0-3.05-2.937-5.621-6.545-5.621h-.56zm.183 8.396c-.336 0-.645.252-.645.588v1.342c0 .307.281.588.645.588h1.482c.336 0 .643-.253.643-.588V9.004c0-.308-.28-.588-.643-.588z"/></svg>
</template>

CSS

.icon-superuser {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.523%200c-.223%200-.336.111-.336.28v23.439c0%20.196.113.252.336.252h5.594c.224%200%20.335-.084.307-.252v-1.483c0-.167-.14-.252-.363-.252H5.543c-.252%200-.363-.083-.363-.279V2.293c0-.196.112-.307.42-.307h2.488c.224%200%20.336-.056.336-.252V.28c0-.196-.14-.28-.364-.28zm8.8.02c-.224%200-.364.083-.364.279v1.398c0%20.196.112.28.336.28h.447c2.154%200%203.664%201.706%203.664%203.412v4.42c0%201.37.98%202.517%202.518%203.216c.112.056.139.14.139.196s-.027.112-.14.14c-1.677.616-2.517%202.294-2.517%203.496v3.916c0%201.735-1.51%201.258-3.664%201.258h-.447c-.224%200-.336.084-.336.28v1.398c0%20.196.14.28.363.28h.56c3.609%200%206.516.335%206.516-2.714v-4.082c0-1.426%201.008-2.295%202.49-2.714c.672-.196.95-.307.923-.56v-1.173c0-.447-.308-.477-.868-.644c-1.51-.532-2.515-1.342-2.515-2.74V5.64c0-3.05-2.937-5.621-6.545-5.621h-.56zm.183%208.396c-.336%200-.645.252-.645.588v1.342c0%20.307.281.588.645.588h1.482c.336%200%20.643-.253.643-.588V9.004c0-.308-.28-.588-.643-.588z%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.523%200c-.223%200-.336.111-.336.28v23.439c0%20.196.113.252.336.252h5.594c.224%200%20.335-.084.307-.252v-1.483c0-.167-.14-.252-.363-.252H5.543c-.252%200-.363-.083-.363-.279V2.293c0-.196.112-.307.42-.307h2.488c.224%200%20.336-.056.336-.252V.28c0-.196-.14-.28-.364-.28zm8.8.02c-.224%200-.364.083-.364.279v1.398c0%20.196.112.28.336.28h.447c2.154%200%203.664%201.706%203.664%203.412v4.42c0%201.37.98%202.517%202.518%203.216c.112.056.139.14.139.196s-.027.112-.14.14c-1.677.616-2.517%202.294-2.517%203.496v3.916c0%201.735-1.51%201.258-3.664%201.258h-.447c-.224%200-.336.084-.336.28v1.398c0%20.196.14.28.363.28h.56c3.609%200%206.516.335%206.516-2.714v-4.082c0-1.426%201.008-2.295%202.49-2.714c.672-.196.95-.307.923-.56v-1.173c0-.447-.308-.477-.868-.644c-1.51-.532-2.515-1.342-2.515-2.74V5.64c0-3.05-2.937-5.621-6.545-5.621h-.56zm.183%208.396c-.336%200-.645.252-.645.588v1.342c0%20.307.281.588.645.588h1.482c.336%200%20.643-.253.643-.588V9.004c0-.308-.28-.588-.643-.588z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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