prometheus logo

prometheus from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
prometheus
Set
SVG Logos
Style
Color
Viewbox
256×257
License
CC0

The same logo in other sets

Use the prometheus logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 257"><path fill="#da4e31" d="M128.001.667C57.311.667 0 57.971 0 128.664c0 70.69 57.311 127.998 128.001 127.998S256 199.354 256 128.664C256 57.97 198.689.667 128.001.667m0 239.56c-20.112 0-36.419-13.435-36.419-30.004h72.838c0 16.566-16.306 30.004-36.419 30.004m60.153-39.94H67.842V178.47h120.314v21.816zm-.432-33.045H68.185c-.398-.458-.804-.91-1.188-1.375c-12.315-14.954-15.216-22.76-18.032-30.716c-.048-.262 14.933 3.06 25.556 5.45c0 0 5.466 1.265 13.458 2.722c-7.673-8.994-12.23-20.428-12.23-32.116c0-25.658 19.68-48.079 12.58-66.201c6.91.562 14.3 14.583 14.8 36.505c7.346-10.152 10.42-28.69 10.42-40.056c0-11.769 7.755-25.44 15.512-25.907c-6.915 11.396 1.79 21.165 9.53 45.4c2.902 9.103 2.532 24.423 4.772 34.138c.744-20.178 4.213-49.62 17.014-59.784c-5.647 12.8.836 28.818 5.27 36.518c7.154 12.424 11.49 21.836 11.49 39.638c0 11.936-4.407 23.173-11.84 31.958c8.452-1.586 14.289-3.016 14.289-3.016l27.45-5.355c.002-.002-3.987 16.401-19.314 32.197"/></svg>

React

import type { SVGProps } from "react";

export function LogosPrometheus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 257"><path fill="#da4e31" d="M128.001.667C57.311.667 0 57.971 0 128.664c0 70.69 57.311 127.998 128.001 127.998S256 199.354 256 128.664C256 57.97 198.689.667 128.001.667m0 239.56c-20.112 0-36.419-13.435-36.419-30.004h72.838c0 16.566-16.306 30.004-36.419 30.004m60.153-39.94H67.842V178.47h120.314v21.816zm-.432-33.045H68.185c-.398-.458-.804-.91-1.188-1.375c-12.315-14.954-15.216-22.76-18.032-30.716c-.048-.262 14.933 3.06 25.556 5.45c0 0 5.466 1.265 13.458 2.722c-7.673-8.994-12.23-20.428-12.23-32.116c0-25.658 19.68-48.079 12.58-66.201c6.91.562 14.3 14.583 14.8 36.505c7.346-10.152 10.42-28.69 10.42-40.056c0-11.769 7.755-25.44 15.512-25.907c-6.915 11.396 1.79 21.165 9.53 45.4c2.902 9.103 2.532 24.423 4.772 34.138c.744-20.178 4.213-49.62 17.014-59.784c-5.647 12.8.836 28.818 5.27 36.518c7.154 12.424 11.49 21.836 11.49 39.638c0 11.936-4.407 23.173-11.84 31.958c8.452-1.586 14.289-3.016 14.289-3.016l27.45-5.355c.002-.002-3.987 16.401-19.314 32.197"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 257"><path fill="#da4e31" d="M128.001.667C57.311.667 0 57.971 0 128.664c0 70.69 57.311 127.998 128.001 127.998S256 199.354 256 128.664C256 57.97 198.689.667 128.001.667m0 239.56c-20.112 0-36.419-13.435-36.419-30.004h72.838c0 16.566-16.306 30.004-36.419 30.004m60.153-39.94H67.842V178.47h120.314v21.816zm-.432-33.045H68.185c-.398-.458-.804-.91-1.188-1.375c-12.315-14.954-15.216-22.76-18.032-30.716c-.048-.262 14.933 3.06 25.556 5.45c0 0 5.466 1.265 13.458 2.722c-7.673-8.994-12.23-20.428-12.23-32.116c0-25.658 19.68-48.079 12.58-66.201c6.91.562 14.3 14.583 14.8 36.505c7.346-10.152 10.42-28.69 10.42-40.056c0-11.769 7.755-25.44 15.512-25.907c-6.915 11.396 1.79 21.165 9.53 45.4c2.902 9.103 2.532 24.423 4.772 34.138c.744-20.178 4.213-49.62 17.014-59.784c-5.647 12.8.836 28.818 5.27 36.518c7.154 12.424 11.49 21.836 11.49 39.638c0 11.936-4.407 23.173-11.84 31.958c8.452-1.586 14.289-3.016 14.289-3.016l27.45-5.355c.002-.002-3.987 16.401-19.314 32.197"/></svg>
</template>

CSS

.icon-prometheus {
  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%20256%20257%22%3E%3Cpath%20fill%3D%22%23da4e31%22%20d%3D%22M128.001.667C57.311.667%200%2057.971%200%20128.664c0%2070.69%2057.311%20127.998%20128.001%20127.998S256%20199.354%20256%20128.664C256%2057.97%20198.689.667%20128.001.667m0%20239.56c-20.112%200-36.419-13.435-36.419-30.004h72.838c0%2016.566-16.306%2030.004-36.419%2030.004m60.153-39.94H67.842V178.47h120.314v21.816zm-.432-33.045H68.185c-.398-.458-.804-.91-1.188-1.375c-12.315-14.954-15.216-22.76-18.032-30.716c-.048-.262%2014.933%203.06%2025.556%205.45c0%200%205.466%201.265%2013.458%202.722c-7.673-8.994-12.23-20.428-12.23-32.116c0-25.658%2019.68-48.079%2012.58-66.201c6.91.562%2014.3%2014.583%2014.8%2036.505c7.346-10.152%2010.42-28.69%2010.42-40.056c0-11.769%207.755-25.44%2015.512-25.907c-6.915%2011.396%201.79%2021.165%209.53%2045.4c2.902%209.103%202.532%2024.423%204.772%2034.138c.744-20.178%204.213-49.62%2017.014-59.784c-5.647%2012.8.836%2028.818%205.27%2036.518c7.154%2012.424%2011.49%2021.836%2011.49%2039.638c0%2011.936-4.407%2023.173-11.84%2031.958c8.452-1.586%2014.289-3.016%2014.289-3.016l27.45-5.355c.002-.002-3.987%2016.401-19.314%2032.197%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%20256%20257%22%3E%3Cpath%20fill%3D%22%23da4e31%22%20d%3D%22M128.001.667C57.311.667%200%2057.971%200%20128.664c0%2070.69%2057.311%20127.998%20128.001%20127.998S256%20199.354%20256%20128.664C256%2057.97%20198.689.667%20128.001.667m0%20239.56c-20.112%200-36.419-13.435-36.419-30.004h72.838c0%2016.566-16.306%2030.004-36.419%2030.004m60.153-39.94H67.842V178.47h120.314v21.816zm-.432-33.045H68.185c-.398-.458-.804-.91-1.188-1.375c-12.315-14.954-15.216-22.76-18.032-30.716c-.048-.262%2014.933%203.06%2025.556%205.45c0%200%205.466%201.265%2013.458%202.722c-7.673-8.994-12.23-20.428-12.23-32.116c0-25.658%2019.68-48.079%2012.58-66.201c6.91.562%2014.3%2014.583%2014.8%2036.505c7.346-10.152%2010.42-28.69%2010.42-40.056c0-11.769%207.755-25.44%2015.512-25.907c-6.915%2011.396%201.79%2021.165%209.53%2045.4c2.902%209.103%202.532%2024.423%204.772%2034.138c.744-20.178%204.213-49.62%2017.014-59.784c-5.647%2012.8.836%2028.818%205.27%2036.518c7.154%2012.424%2011.49%2021.836%2011.49%2039.638c0%2011.936-4.407%2023.173-11.84%2031.958c8.452-1.586%2014.289-3.016%2014.289-3.016l27.45-5.355c.002-.002-3.987%2016.401-19.314%2032.197%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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