prometheus logo
prometheus from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- prometheus
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
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 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.372 0 12c0 6.627 5.373 12 12 12s12-5.373 12-12c0-6.628-5.373-12-12-12m0 22.46c-1.885 0-3.414-1.26-3.414-2.814h6.828c0 1.553-1.528 2.813-3.414 2.813zm5.64-3.745H6.36v-2.046h11.28zm-.04-3.098H6.391q-.056-.064-.111-.13c-1.155-1.401-1.427-2.133-1.69-2.879c-.005-.025 1.4.287 2.395.511c0 0 .513.119 1.262.255c-.72-.843-1.147-1.915-1.147-3.01c0-2.406 1.845-4.508 1.18-6.207c.648.053 1.34 1.367 1.387 3.422c.689-.951.977-2.69.977-3.755c0-1.103.727-2.385 1.454-2.429c-.648 1.069.168 1.984.894 4.256c.272.854.237 2.29.447 3.201c.07-1.892.395-4.652 1.595-5.605c-.529 1.2.079 2.702.494 3.424c.671 1.164 1.078 2.047 1.078 3.716a4.64 4.64 0 0 1-1.11 2.996c.792-.149 1.34-.283 1.34-.283l2.573-.502s-.374 1.538-1.81 3.019z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPrometheus(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="M12 0C5.373 0 0 5.372 0 12c0 6.627 5.373 12 12 12s12-5.373 12-12c0-6.628-5.373-12-12-12m0 22.46c-1.885 0-3.414-1.26-3.414-2.814h6.828c0 1.553-1.528 2.813-3.414 2.813zm5.64-3.745H6.36v-2.046h11.28zm-.04-3.098H6.391q-.056-.064-.111-.13c-1.155-1.401-1.427-2.133-1.69-2.879c-.005-.025 1.4.287 2.395.511c0 0 .513.119 1.262.255c-.72-.843-1.147-1.915-1.147-3.01c0-2.406 1.845-4.508 1.18-6.207c.648.053 1.34 1.367 1.387 3.422c.689-.951.977-2.69.977-3.755c0-1.103.727-2.385 1.454-2.429c-.648 1.069.168 1.984.894 4.256c.272.854.237 2.29.447 3.201c.07-1.892.395-4.652 1.595-5.605c-.529 1.2.079 2.702.494 3.424c.671 1.164 1.078 2.047 1.078 3.716a4.64 4.64 0 0 1-1.11 2.996c.792-.149 1.34-.283 1.34-.283l2.573-.502s-.374 1.538-1.81 3.019z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.372 0 12c0 6.627 5.373 12 12 12s12-5.373 12-12c0-6.628-5.373-12-12-12m0 22.46c-1.885 0-3.414-1.26-3.414-2.814h6.828c0 1.553-1.528 2.813-3.414 2.813zm5.64-3.745H6.36v-2.046h11.28zm-.04-3.098H6.391q-.056-.064-.111-.13c-1.155-1.401-1.427-2.133-1.69-2.879c-.005-.025 1.4.287 2.395.511c0 0 .513.119 1.262.255c-.72-.843-1.147-1.915-1.147-3.01c0-2.406 1.845-4.508 1.18-6.207c.648.053 1.34 1.367 1.387 3.422c.689-.951.977-2.69.977-3.755c0-1.103.727-2.385 1.454-2.429c-.648 1.069.168 1.984.894 4.256c.272.854.237 2.29.447 3.201c.07-1.892.395-4.652 1.595-5.605c-.529 1.2.079 2.702.494 3.424c.671 1.164 1.078 2.047 1.078 3.716a4.64 4.64 0 0 1-1.11 2.996c.792-.149 1.34-.283 1.34-.283l2.573-.502s-.374 1.538-1.81 3.019z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.373%200%200%205.372%200%2012c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12c0-6.628-5.373-12-12-12m0%2022.46c-1.885%200-3.414-1.26-3.414-2.814h6.828c0%201.553-1.528%202.813-3.414%202.813zm5.64-3.745H6.36v-2.046h11.28zm-.04-3.098H6.391q-.056-.064-.111-.13c-1.155-1.401-1.427-2.133-1.69-2.879c-.005-.025%201.4.287%202.395.511c0%200%20.513.119%201.262.255c-.72-.843-1.147-1.915-1.147-3.01c0-2.406%201.845-4.508%201.18-6.207c.648.053%201.34%201.367%201.387%203.422c.689-.951.977-2.69.977-3.755c0-1.103.727-2.385%201.454-2.429c-.648%201.069.168%201.984.894%204.256c.272.854.237%202.29.447%203.201c.07-1.892.395-4.652%201.595-5.605c-.529%201.2.079%202.702.494%203.424c.671%201.164%201.078%202.047%201.078%203.716a4.64%204.64%200%200%201-1.11%202.996c.792-.149%201.34-.283%201.34-.283l2.573-.502s-.374%201.538-1.81%203.019z%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%22M12%200C5.373%200%200%205.372%200%2012c0%206.627%205.373%2012%2012%2012s12-5.373%2012-12c0-6.628-5.373-12-12-12m0%2022.46c-1.885%200-3.414-1.26-3.414-2.814h6.828c0%201.553-1.528%202.813-3.414%202.813zm5.64-3.745H6.36v-2.046h11.28zm-.04-3.098H6.391q-.056-.064-.111-.13c-1.155-1.401-1.427-2.133-1.69-2.879c-.005-.025%201.4.287%202.395.511c0%200%20.513.119%201.262.255c-.72-.843-1.147-1.915-1.147-3.01c0-2.406%201.845-4.508%201.18-6.207c.648.053%201.34%201.367%201.387%203.422c.689-.951.977-2.69.977-3.755c0-1.103.727-2.385%201.454-2.429c-.648%201.069.168%201.984.894%204.256c.272.854.237%202.29.447%203.201c.07-1.892.395-4.652%201.595-5.605c-.529%201.2.079%202.702.494%203.424c.671%201.164%201.078%202.047%201.078%203.716a4.64%204.64%200%200%201-1.11%202.996c.792-.149%201.34-.283%201.34-.283l2.573-.502s-.374%201.538-1.81%203.019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/prometheus.svg?color=%231a73e8&size=48