pm2 ecosystem logo
pm2-ecosystem from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- pm2-ecosystem
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Use the pm2 ecosystem logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGnVmilcJY" x1="30.625" x2="18.735" y1="16" y2="16" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#536dfe"/><stop offset="1" stop-color="#42a5f5"/></linearGradient><linearGradient id="SVGkmRTseAh" x1="14.849" x2="12.074" y1="17.238" y2="22.863" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6200ea"/><stop offset="1" stop-color="#a0f"/></linearGradient><linearGradient id="SVGgXB3rd8r" x1="14.412" x2="10.362" y1="14.78" y2="4.655" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9c27b0"/><stop offset="1" stop-color="#ec407a"/></linearGradient></defs><path fill="url(#SVGnVmilcJY)" d="M21.23 18.477a4.26 4.26 0 0 0 0-4.954L18 9l1.88-1.88l4.447 6.662a3.98 3.98 0 0 1 0 4.436L19.88 24.88L18 23Zm7.93-5.25L23 4l-1.678 1.678l4.67 6.993a5.98 5.98 0 0 1 0 6.658l-4.67 6.993L23 28l6.16-9.226a4.995 4.995 0 0 0 0-5.548"/><path fill="url(#SVGkmRTseAh)" d="m3.2 12l2.4-4H10a4 4 0 0 0 4-4h4.43l-2.642 4.527A7.02 7.02 0 0 1 9.742 12Zm17.545-8l-3.23 5.535A9.03 9.03 0 0 1 9.743 14H2v2h14l7-12Z"/><path fill="url(#SVGgXB3rd8r)" d="M18.43 28H14a4 4 0 0 0-4-4H5.6l-2.4-4h6.542a7.02 7.02 0 0 1 6.047 3.473Zm-.913-5.535L20.745 28H23l-7-12H2v2h7.742a9.03 9.03 0 0 1 7.775 4.465"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemePm2Ecosystem(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGnVmilcJY" x1="30.625" x2="18.735" y1="16" y2="16" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#536dfe"/><stop offset="1" stopColor="#42a5f5"/></linearGradient><linearGradient id="SVGkmRTseAh" x1="14.849" x2="12.074" y1="17.238" y2="22.863" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#6200ea"/><stop offset="1" stopColor="#a0f"/></linearGradient><linearGradient id="SVGgXB3rd8r" x1="14.412" x2="10.362" y1="14.78" y2="4.655" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#9c27b0"/><stop offset="1" stopColor="#ec407a"/></linearGradient></defs><path fill="url(#SVGnVmilcJY)" d="M21.23 18.477a4.26 4.26 0 0 0 0-4.954L18 9l1.88-1.88l4.447 6.662a3.98 3.98 0 0 1 0 4.436L19.88 24.88L18 23Zm7.93-5.25L23 4l-1.678 1.678l4.67 6.993a5.98 5.98 0 0 1 0 6.658l-4.67 6.993L23 28l6.16-9.226a4.995 4.995 0 0 0 0-5.548"/><path fill="url(#SVGkmRTseAh)" d="m3.2 12l2.4-4H10a4 4 0 0 0 4-4h4.43l-2.642 4.527A7.02 7.02 0 0 1 9.742 12Zm17.545-8l-3.23 5.535A9.03 9.03 0 0 1 9.743 14H2v2h14l7-12Z"/><path fill="url(#SVGgXB3rd8r)" d="M18.43 28H14a4 4 0 0 0-4-4H5.6l-2.4-4h6.542a7.02 7.02 0 0 1 6.047 3.473Zm-.913-5.535L20.745 28H23l-7-12H2v2h7.742a9.03 9.03 0 0 1 7.775 4.465"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGnVmilcJY" x1="30.625" x2="18.735" y1="16" y2="16" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#536dfe"/><stop offset="1" stop-color="#42a5f5"/></linearGradient><linearGradient id="SVGkmRTseAh" x1="14.849" x2="12.074" y1="17.238" y2="22.863" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6200ea"/><stop offset="1" stop-color="#a0f"/></linearGradient><linearGradient id="SVGgXB3rd8r" x1="14.412" x2="10.362" y1="14.78" y2="4.655" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9c27b0"/><stop offset="1" stop-color="#ec407a"/></linearGradient></defs><path fill="url(#SVGnVmilcJY)" d="M21.23 18.477a4.26 4.26 0 0 0 0-4.954L18 9l1.88-1.88l4.447 6.662a3.98 3.98 0 0 1 0 4.436L19.88 24.88L18 23Zm7.93-5.25L23 4l-1.678 1.678l4.67 6.993a5.98 5.98 0 0 1 0 6.658l-4.67 6.993L23 28l6.16-9.226a4.995 4.995 0 0 0 0-5.548"/><path fill="url(#SVGkmRTseAh)" d="m3.2 12l2.4-4H10a4 4 0 0 0 4-4h4.43l-2.642 4.527A7.02 7.02 0 0 1 9.742 12Zm17.545-8l-3.23 5.535A9.03 9.03 0 0 1 9.743 14H2v2h14l7-12Z"/><path fill="url(#SVGgXB3rd8r)" d="M18.43 28H14a4 4 0 0 0-4-4H5.6l-2.4-4h6.542a7.02 7.02 0 0 1 6.047 3.473Zm-.913-5.535L20.745 28H23l-7-12H2v2h7.742a9.03 9.03 0 0 1 7.775 4.465"/></svg> </template>
CSS
.icon-pm2-ecosystem {
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%2032%2032%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGnVmilcJY%22%20x1%3D%2230.625%22%20x2%3D%2218.735%22%20y1%3D%2216%22%20y2%3D%2216%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%2032)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23536dfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2342a5f5%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGkmRTseAh%22%20x1%3D%2214.849%22%20x2%3D%2212.074%22%20y1%3D%2217.238%22%20y2%3D%2222.863%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%2032)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%236200ea%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23a0f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGgXB3rd8r%22%20x1%3D%2214.412%22%20x2%3D%2210.362%22%20y1%3D%2214.78%22%20y2%3D%224.655%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%2032)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%239c27b0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ec407a%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGnVmilcJY)%22%20d%3D%22M21.23%2018.477a4.26%204.26%200%200%200%200-4.954L18%209l1.88-1.88l4.447%206.662a3.98%203.98%200%200%201%200%204.436L19.88%2024.88L18%2023Zm7.93-5.25L23%204l-1.678%201.678l4.67%206.993a5.98%205.98%200%200%201%200%206.658l-4.67%206.993L23%2028l6.16-9.226a4.995%204.995%200%200%200%200-5.548%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkmRTseAh)%22%20d%3D%22m3.2%2012l2.4-4H10a4%204%200%200%200%204-4h4.43l-2.642%204.527A7.02%207.02%200%200%201%209.742%2012Zm17.545-8l-3.23%205.535A9.03%209.03%200%200%201%209.743%2014H2v2h14l7-12Z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGgXB3rd8r)%22%20d%3D%22M18.43%2028H14a4%204%200%200%200-4-4H5.6l-2.4-4h6.542a7.02%207.02%200%200%201%206.047%203.473Zm-.913-5.535L20.745%2028H23l-7-12H2v2h7.742a9.03%209.03%200%200%201%207.775%204.465%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%2032%2032%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGnVmilcJY%22%20x1%3D%2230.625%22%20x2%3D%2218.735%22%20y1%3D%2216%22%20y2%3D%2216%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%2032)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23536dfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2342a5f5%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGkmRTseAh%22%20x1%3D%2214.849%22%20x2%3D%2212.074%22%20y1%3D%2217.238%22%20y2%3D%2222.863%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%2032)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%236200ea%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23a0f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGgXB3rd8r%22%20x1%3D%2214.412%22%20x2%3D%2210.362%22%20y1%3D%2214.78%22%20y2%3D%224.655%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%2032)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%239c27b0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ec407a%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGnVmilcJY)%22%20d%3D%22M21.23%2018.477a4.26%204.26%200%200%200%200-4.954L18%209l1.88-1.88l4.447%206.662a3.98%203.98%200%200%201%200%204.436L19.88%2024.88L18%2023Zm7.93-5.25L23%204l-1.678%201.678l4.67%206.993a5.98%205.98%200%200%201%200%206.658l-4.67%206.993L23%2028l6.16-9.226a4.995%204.995%200%200%200%200-5.548%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkmRTseAh)%22%20d%3D%22m3.2%2012l2.4-4H10a4%204%200%200%200%204-4h4.43l-2.642%204.527A7.02%207.02%200%200%201%209.742%2012Zm17.545-8l-3.23%205.535A9.03%209.03%200%200%201%209.743%2014H2v2h14l7-12Z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGgXB3rd8r)%22%20d%3D%22M18.43%2028H14a4%204%200%200%200-4-4H5.6l-2.4-4h6.542a7.02%207.02%200%200%201%206.047%203.473Zm-.913-5.535L20.745%2028H23l-7-12H2v2h7.742a9.03%209.03%200%200%201%207.775%204.465%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/pm2-ecosystem.svg?color=%231a73e8&size=48