prometheus logo
prometheus from Skill Icons by tandpfun · Default · MIT Free for personal and commercial use.
- Name
- prometheus
- Set
- Skill Icons
- Style
- Default
- Viewbox
- 256×256
- License
- MIT
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 256"><g fill="none"><rect width="256" height="256" fill="#e6522c" rx="60"/><path fill="#fff" d="M128.355 228c-17.903 0-32.419-11.96-32.419-26.708h64.838c0 14.746-14.515 26.708-32.419 26.708m53.545-35.553H74.804v-19.42h107.098zm-.384-29.415H75.109c-.354-.408-.715-.811-1.057-1.225c-10.963-13.311-13.545-20.26-16.052-27.342c-.042-.233 13.293 2.725 22.75 4.852c0 0 4.865 1.126 11.98 2.423c-6.831-8.006-10.887-18.185-10.887-28.588c0-22.84 17.518-42.798 11.198-58.93c6.15.5 12.73 12.981 13.174 32.495c6.539-9.036 9.276-25.538 9.276-35.656c0-10.476 6.902-22.645 13.807-23.061c-6.155 10.144 1.595 18.84 8.483 40.413c2.584 8.104 2.254 21.74 4.249 30.388c.662-17.961 3.75-44.17 15.145-53.217c-5.027 11.394.744 25.652 4.691 32.507c6.368 11.059 10.228 19.438 10.228 35.284c0 10.625-3.923 20.628-10.54 28.448c7.524-1.412 12.72-2.685 12.72-2.685l24.434-4.767s-3.549 14.6-17.192 28.661"/></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsPrometheus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#e6522c" rx="60"/><path fill="#fff" d="M128.355 228c-17.903 0-32.419-11.96-32.419-26.708h64.838c0 14.746-14.515 26.708-32.419 26.708m53.545-35.553H74.804v-19.42h107.098zm-.384-29.415H75.109c-.354-.408-.715-.811-1.057-1.225c-10.963-13.311-13.545-20.26-16.052-27.342c-.042-.233 13.293 2.725 22.75 4.852c0 0 4.865 1.126 11.98 2.423c-6.831-8.006-10.887-18.185-10.887-28.588c0-22.84 17.518-42.798 11.198-58.93c6.15.5 12.73 12.981 13.174 32.495c6.539-9.036 9.276-25.538 9.276-35.656c0-10.476 6.902-22.645 13.807-23.061c-6.155 10.144 1.595 18.84 8.483 40.413c2.584 8.104 2.254 21.74 4.249 30.388c.662-17.961 3.75-44.17 15.145-53.217c-5.027 11.394.744 25.652 4.691 32.507c6.368 11.059 10.228 19.438 10.228 35.284c0 10.625-3.923 20.628-10.54 28.448c7.524-1.412 12.72-2.685 12.72-2.685l24.434-4.767s-3.549 14.6-17.192 28.661"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#e6522c" rx="60"/><path fill="#fff" d="M128.355 228c-17.903 0-32.419-11.96-32.419-26.708h64.838c0 14.746-14.515 26.708-32.419 26.708m53.545-35.553H74.804v-19.42h107.098zm-.384-29.415H75.109c-.354-.408-.715-.811-1.057-1.225c-10.963-13.311-13.545-20.26-16.052-27.342c-.042-.233 13.293 2.725 22.75 4.852c0 0 4.865 1.126 11.98 2.423c-6.831-8.006-10.887-18.185-10.887-28.588c0-22.84 17.518-42.798 11.198-58.93c6.15.5 12.73 12.981 13.174 32.495c6.539-9.036 9.276-25.538 9.276-35.656c0-10.476 6.902-22.645 13.807-23.061c-6.155 10.144 1.595 18.84 8.483 40.413c2.584 8.104 2.254 21.74 4.249 30.388c.662-17.961 3.75-44.17 15.145-53.217c-5.027 11.394.744 25.652 4.691 32.507c6.368 11.059 10.228 19.438 10.228 35.284c0 10.625-3.923 20.628-10.54 28.448c7.524-1.412 12.72-2.685 12.72-2.685l24.434-4.767s-3.549 14.6-17.192 28.661"/></g></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%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23e6522c%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M128.355%20228c-17.903%200-32.419-11.96-32.419-26.708h64.838c0%2014.746-14.515%2026.708-32.419%2026.708m53.545-35.553H74.804v-19.42h107.098zm-.384-29.415H75.109c-.354-.408-.715-.811-1.057-1.225c-10.963-13.311-13.545-20.26-16.052-27.342c-.042-.233%2013.293%202.725%2022.75%204.852c0%200%204.865%201.126%2011.98%202.423c-6.831-8.006-10.887-18.185-10.887-28.588c0-22.84%2017.518-42.798%2011.198-58.93c6.15.5%2012.73%2012.981%2013.174%2032.495c6.539-9.036%209.276-25.538%209.276-35.656c0-10.476%206.902-22.645%2013.807-23.061c-6.155%2010.144%201.595%2018.84%208.483%2040.413c2.584%208.104%202.254%2021.74%204.249%2030.388c.662-17.961%203.75-44.17%2015.145-53.217c-5.027%2011.394.744%2025.652%204.691%2032.507c6.368%2011.059%2010.228%2019.438%2010.228%2035.284c0%2010.625-3.923%2020.628-10.54%2028.448c7.524-1.412%2012.72-2.685%2012.72-2.685l24.434-4.767s-3.549%2014.6-17.192%2028.661%22%2F%3E%3C%2Fg%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%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23e6522c%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M128.355%20228c-17.903%200-32.419-11.96-32.419-26.708h64.838c0%2014.746-14.515%2026.708-32.419%2026.708m53.545-35.553H74.804v-19.42h107.098zm-.384-29.415H75.109c-.354-.408-.715-.811-1.057-1.225c-10.963-13.311-13.545-20.26-16.052-27.342c-.042-.233%2013.293%202.725%2022.75%204.852c0%200%204.865%201.126%2011.98%202.423c-6.831-8.006-10.887-18.185-10.887-28.588c0-22.84%2017.518-42.798%2011.198-58.93c6.15.5%2012.73%2012.981%2013.174%2032.495c6.539-9.036%209.276-25.538%209.276-35.656c0-10.476%206.902-22.645%2013.807-23.061c-6.155%2010.144%201.595%2018.84%208.483%2040.413c2.584%208.104%202.254%2021.74%204.249%2030.388c.662-17.961%203.75-44.17%2015.145-53.217c-5.027%2011.394.744%2025.652%204.691%2032.507c6.368%2011.059%2010.228%2019.438%2010.228%2035.284c0%2010.625-3.923%2020.628-10.54%2028.448c7.524-1.412%2012.72-2.685%2012.72-2.685l24.434-4.767s-3.549%2014.6-17.192%2028.661%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/prometheus.svg?color=%231a73e8&size=48