systemd from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
systemd
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

Related icons in Material Icon Theme

Use the systemd logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#00e676" d="m9 8l3-2v4z"/><circle cx="6" cy="8" r="2" fill="#00e676"/><path fill="#eceff1" d="M3 5H1v6h2v-1H2V6h1zm10 0h2v6h-2v-1h1V6h-1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeSystemd(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#00e676" d="m9 8l3-2v4z"/><circle cx="6" cy="8" r="2" fill="#00e676"/><path fill="#eceff1" d="M3 5H1v6h2v-1H2V6h1zm10 0h2v6h-2v-1h1V6h-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#00e676" d="m9 8l3-2v4z"/><circle cx="6" cy="8" r="2" fill="#00e676"/><path fill="#eceff1" d="M3 5H1v6h2v-1H2V6h1zm10 0h2v6h-2v-1h1V6h-1z"/></svg>
</template>

CSS

.icon-systemd {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22%2300e676%22%20d%3D%22m9%208l3-2v4z%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%2300e676%22%2F%3E%3Cpath%20fill%3D%22%23eceff1%22%20d%3D%22M3%205H1v6h2v-1H2V6h1zm10%200h2v6h-2v-1h1V6h-1z%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%2016%2016%22%3E%3Cpath%20fill%3D%22%2300e676%22%20d%3D%22m9%208l3-2v4z%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%2300e676%22%2F%3E%3Cpath%20fill%3D%22%23eceff1%22%20d%3D%22M3%205H1v6h2v-1H2V6h1zm10%200h2v6h-2v-1h1V6h-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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