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

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

Use the icinga logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.829.009a2.1 2.1 0 0 0-1.155.47a2.134 2.134 0 0 0-.306 3.004c.174.213.382.38.609.507l-2 4.153a4.1 4.1 0 0 0-4.076.641a4 4 0 0 0-.28.254L4.388 7.213A1.218 1.218 0 0 0 2.72 5.66a1.225 1.225 0 0 0 1.076 2.2q.146-.075.264-.181l2.184 1.786a4.097 4.097 0 0 0 .972 5.907L4.71 18.967a2.73 2.73 0 0 0-1.76-.484a2.762 2.762 0 1 0 2.962 2.548a2.74 2.74 0 0 0-.766-1.695l2.569-3.683a4.11 4.11 0 0 0 3.672-.05l1.444 2.411a.84.84 0 0 0-.263.509a.86.86 0 1 0 .953-.755c-.057-.007-.11.01-.165.014L11.87 15.3c.072-.052.145-.101.214-.158a4.1 4.1 0 0 0 1.493-3.473l6.968-1.718a1.67 1.67 0 0 0 1.511.742a1.678 1.678 0 1 0-1.797-1.548q.013.142.049.277l-6.81 1.68a4.1 4.1 0 0 0-.825-1.73a4.1 4.1 0 0 0-1.18-.985l2.017-4.189c.63.156 1.322.033 1.863-.408A2.135 2.135 0 0 0 13.829.008"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsIcinga(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="M13.829.009a2.1 2.1 0 0 0-1.155.47a2.134 2.134 0 0 0-.306 3.004c.174.213.382.38.609.507l-2 4.153a4.1 4.1 0 0 0-4.076.641a4 4 0 0 0-.28.254L4.388 7.213A1.218 1.218 0 0 0 2.72 5.66a1.225 1.225 0 0 0 1.076 2.2q.146-.075.264-.181l2.184 1.786a4.097 4.097 0 0 0 .972 5.907L4.71 18.967a2.73 2.73 0 0 0-1.76-.484a2.762 2.762 0 1 0 2.962 2.548a2.74 2.74 0 0 0-.766-1.695l2.569-3.683a4.11 4.11 0 0 0 3.672-.05l1.444 2.411a.84.84 0 0 0-.263.509a.86.86 0 1 0 .953-.755c-.057-.007-.11.01-.165.014L11.87 15.3c.072-.052.145-.101.214-.158a4.1 4.1 0 0 0 1.493-3.473l6.968-1.718a1.67 1.67 0 0 0 1.511.742a1.678 1.678 0 1 0-1.797-1.548q.013.142.049.277l-6.81 1.68a4.1 4.1 0 0 0-.825-1.73a4.1 4.1 0 0 0-1.18-.985l2.017-4.189c.63.156 1.322.033 1.863-.408A2.135 2.135 0 0 0 13.829.008"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.829.009a2.1 2.1 0 0 0-1.155.47a2.134 2.134 0 0 0-.306 3.004c.174.213.382.38.609.507l-2 4.153a4.1 4.1 0 0 0-4.076.641a4 4 0 0 0-.28.254L4.388 7.213A1.218 1.218 0 0 0 2.72 5.66a1.225 1.225 0 0 0 1.076 2.2q.146-.075.264-.181l2.184 1.786a4.097 4.097 0 0 0 .972 5.907L4.71 18.967a2.73 2.73 0 0 0-1.76-.484a2.762 2.762 0 1 0 2.962 2.548a2.74 2.74 0 0 0-.766-1.695l2.569-3.683a4.11 4.11 0 0 0 3.672-.05l1.444 2.411a.84.84 0 0 0-.263.509a.86.86 0 1 0 .953-.755c-.057-.007-.11.01-.165.014L11.87 15.3c.072-.052.145-.101.214-.158a4.1 4.1 0 0 0 1.493-3.473l6.968-1.718a1.67 1.67 0 0 0 1.511.742a1.678 1.678 0 1 0-1.797-1.548q.013.142.049.277l-6.81 1.68a4.1 4.1 0 0 0-.825-1.73a4.1 4.1 0 0 0-1.18-.985l2.017-4.189c.63.156 1.322.033 1.863-.408A2.135 2.135 0 0 0 13.829.008"/></svg>
</template>

CSS

.icon-icinga {
  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%22M13.829.009a2.1%202.1%200%200%200-1.155.47a2.134%202.134%200%200%200-.306%203.004c.174.213.382.38.609.507l-2%204.153a4.1%204.1%200%200%200-4.076.641a4%204%200%200%200-.28.254L4.388%207.213A1.218%201.218%200%200%200%202.72%205.66a1.225%201.225%200%200%200%201.076%202.2q.146-.075.264-.181l2.184%201.786a4.097%204.097%200%200%200%20.972%205.907L4.71%2018.967a2.73%202.73%200%200%200-1.76-.484a2.762%202.762%200%201%200%202.962%202.548a2.74%202.74%200%200%200-.766-1.695l2.569-3.683a4.11%204.11%200%200%200%203.672-.05l1.444%202.411a.84.84%200%200%200-.263.509a.86.86%200%201%200%20.953-.755c-.057-.007-.11.01-.165.014L11.87%2015.3c.072-.052.145-.101.214-.158a4.1%204.1%200%200%200%201.493-3.473l6.968-1.718a1.67%201.67%200%200%200%201.511.742a1.678%201.678%200%201%200-1.797-1.548q.013.142.049.277l-6.81%201.68a4.1%204.1%200%200%200-.825-1.73a4.1%204.1%200%200%200-1.18-.985l2.017-4.189c.63.156%201.322.033%201.863-.408A2.135%202.135%200%200%200%2013.829.008%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%22M13.829.009a2.1%202.1%200%200%200-1.155.47a2.134%202.134%200%200%200-.306%203.004c.174.213.382.38.609.507l-2%204.153a4.1%204.1%200%200%200-4.076.641a4%204%200%200%200-.28.254L4.388%207.213A1.218%201.218%200%200%200%202.72%205.66a1.225%201.225%200%200%200%201.076%202.2q.146-.075.264-.181l2.184%201.786a4.097%204.097%200%200%200%20.972%205.907L4.71%2018.967a2.73%202.73%200%200%200-1.76-.484a2.762%202.762%200%201%200%202.962%202.548a2.74%202.74%200%200%200-.766-1.695l2.569-3.683a4.11%204.11%200%200%200%203.672-.05l1.444%202.411a.84.84%200%200%200-.263.509a.86.86%200%201%200%20.953-.755c-.057-.007-.11.01-.165.014L11.87%2015.3c.072-.052.145-.101.214-.158a4.1%204.1%200%200%200%201.493-3.473l6.968-1.718a1.67%201.67%200%200%200%201.511.742a1.678%201.678%200%201%200-1.797-1.548q.013.142.049.277l-6.81%201.68a4.1%204.1%200%200%200-.825-1.73a4.1%204.1%200%200%200-1.18-.985l2.017-4.189c.63.156%201.322.033%201.863-.408A2.135%202.135%200%200%200%2013.829.008%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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