lumen from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
lumen
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

The same logo in other sets

Use the lumen logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e54537" d="M35.82 35.477c.543 0 1.082-.118 1.578-.348L93.516 9.035a3.76 3.76 0 0 0 1.824-4.988a3.756 3.756 0 0 0-4.988-1.82L34.234 28.32a3.752 3.752 0 0 0 1.586 7.157M90.352 18.18L34.234 44.273a3.75 3.75 0 0 0-1.82 4.985a3.753 3.753 0 0 0 4.984 1.82L93.52 24.984A3.755 3.755 0 0 0 95.34 20a3.756 3.756 0 0 0-4.988-1.82m0 16.086l-56.118 26.09a3.756 3.756 0 0 0 1.586 7.16c.528 0 1.067-.114 1.578-.352L93.52 41.07a3.755 3.755 0 0 0-3.168-6.808ZM35.82 19.57a3.7 3.7 0 0 0 1.582-.351L63.273 7.156A3.754 3.754 0 0 0 60.102.352L34.23 12.414a3.753 3.753 0 0 0 1.59 7.156m54.52 30.653L70.5 59.547a3.75 3.75 0 0 0-2.156 3.398v18.73h-8.668V67.692c0-2.07-1.68-3.754-3.754-3.754a3.76 3.76 0 0 0-3.754 3.754v13.985h-5.379a2.563 2.563 0 0 0-2.52 3.02l1.266 7.027a2.564 2.564 0 0 0 2.524 2.109h13.168l-13.95 2.531a1.876 1.876 0 1 0 .672 3.692l31.989-5.809a1.86 1.86 0 0 0 1.187-.75a2.56 2.56 0 0 0 1.27-1.836l1.085-7.027a2.563 2.563 0 0 0-2.53-2.957h-5.098V65.328l17.68-8.312a3.756 3.756 0 0 0 1.8-4.996a3.75 3.75 0 0 0-4.992-1.797m-11.07 49.894l-31.993 5.809a1.876 1.876 0 1 0 .668 3.691l31.992-5.808a1.873 1.873 0 0 0 1.512-2.18a1.873 1.873 0 0 0-2.18-1.512Zm0 9.918l-31.993 5.809a1.876 1.876 0 1 0 .668 3.691l31.992-5.808a1.873 1.873 0 0 0 1.512-2.18a1.873 1.873 0 0 0-2.18-1.512Zm-3.83 10.005l-23.859 4.113a1.877 1.877 0 0 0 .637 3.7l23.86-4.114a1.874 1.874 0 0 0 1.53-2.168a1.88 1.88 0 0 0-2.168-1.53Zm0 0"/></svg>

React

import type { SVGProps } from "react";

export function DeviconLumen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e54537" d="M35.82 35.477c.543 0 1.082-.118 1.578-.348L93.516 9.035a3.76 3.76 0 0 0 1.824-4.988a3.756 3.756 0 0 0-4.988-1.82L34.234 28.32a3.752 3.752 0 0 0 1.586 7.157M90.352 18.18L34.234 44.273a3.75 3.75 0 0 0-1.82 4.985a3.753 3.753 0 0 0 4.984 1.82L93.52 24.984A3.755 3.755 0 0 0 95.34 20a3.756 3.756 0 0 0-4.988-1.82m0 16.086l-56.118 26.09a3.756 3.756 0 0 0 1.586 7.16c.528 0 1.067-.114 1.578-.352L93.52 41.07a3.755 3.755 0 0 0-3.168-6.808ZM35.82 19.57a3.7 3.7 0 0 0 1.582-.351L63.273 7.156A3.754 3.754 0 0 0 60.102.352L34.23 12.414a3.753 3.753 0 0 0 1.59 7.156m54.52 30.653L70.5 59.547a3.75 3.75 0 0 0-2.156 3.398v18.73h-8.668V67.692c0-2.07-1.68-3.754-3.754-3.754a3.76 3.76 0 0 0-3.754 3.754v13.985h-5.379a2.563 2.563 0 0 0-2.52 3.02l1.266 7.027a2.564 2.564 0 0 0 2.524 2.109h13.168l-13.95 2.531a1.876 1.876 0 1 0 .672 3.692l31.989-5.809a1.86 1.86 0 0 0 1.187-.75a2.56 2.56 0 0 0 1.27-1.836l1.085-7.027a2.563 2.563 0 0 0-2.53-2.957h-5.098V65.328l17.68-8.312a3.756 3.756 0 0 0 1.8-4.996a3.75 3.75 0 0 0-4.992-1.797m-11.07 49.894l-31.993 5.809a1.876 1.876 0 1 0 .668 3.691l31.992-5.808a1.873 1.873 0 0 0 1.512-2.18a1.873 1.873 0 0 0-2.18-1.512Zm0 9.918l-31.993 5.809a1.876 1.876 0 1 0 .668 3.691l31.992-5.808a1.873 1.873 0 0 0 1.512-2.18a1.873 1.873 0 0 0-2.18-1.512Zm-3.83 10.005l-23.859 4.113a1.877 1.877 0 0 0 .637 3.7l23.86-4.114a1.874 1.874 0 0 0 1.53-2.168a1.88 1.88 0 0 0-2.168-1.53Zm0 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e54537" d="M35.82 35.477c.543 0 1.082-.118 1.578-.348L93.516 9.035a3.76 3.76 0 0 0 1.824-4.988a3.756 3.756 0 0 0-4.988-1.82L34.234 28.32a3.752 3.752 0 0 0 1.586 7.157M90.352 18.18L34.234 44.273a3.75 3.75 0 0 0-1.82 4.985a3.753 3.753 0 0 0 4.984 1.82L93.52 24.984A3.755 3.755 0 0 0 95.34 20a3.756 3.756 0 0 0-4.988-1.82m0 16.086l-56.118 26.09a3.756 3.756 0 0 0 1.586 7.16c.528 0 1.067-.114 1.578-.352L93.52 41.07a3.755 3.755 0 0 0-3.168-6.808ZM35.82 19.57a3.7 3.7 0 0 0 1.582-.351L63.273 7.156A3.754 3.754 0 0 0 60.102.352L34.23 12.414a3.753 3.753 0 0 0 1.59 7.156m54.52 30.653L70.5 59.547a3.75 3.75 0 0 0-2.156 3.398v18.73h-8.668V67.692c0-2.07-1.68-3.754-3.754-3.754a3.76 3.76 0 0 0-3.754 3.754v13.985h-5.379a2.563 2.563 0 0 0-2.52 3.02l1.266 7.027a2.564 2.564 0 0 0 2.524 2.109h13.168l-13.95 2.531a1.876 1.876 0 1 0 .672 3.692l31.989-5.809a1.86 1.86 0 0 0 1.187-.75a2.56 2.56 0 0 0 1.27-1.836l1.085-7.027a2.563 2.563 0 0 0-2.53-2.957h-5.098V65.328l17.68-8.312a3.756 3.756 0 0 0 1.8-4.996a3.75 3.75 0 0 0-4.992-1.797m-11.07 49.894l-31.993 5.809a1.876 1.876 0 1 0 .668 3.691l31.992-5.808a1.873 1.873 0 0 0 1.512-2.18a1.873 1.873 0 0 0-2.18-1.512Zm0 9.918l-31.993 5.809a1.876 1.876 0 1 0 .668 3.691l31.992-5.808a1.873 1.873 0 0 0 1.512-2.18a1.873 1.873 0 0 0-2.18-1.512Zm-3.83 10.005l-23.859 4.113a1.877 1.877 0 0 0 .637 3.7l23.86-4.114a1.874 1.874 0 0 0 1.53-2.168a1.88 1.88 0 0 0-2.168-1.53Zm0 0"/></svg>
</template>

CSS

.icon-lumen {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e54537%22%20d%3D%22M35.82%2035.477c.543%200%201.082-.118%201.578-.348L93.516%209.035a3.76%203.76%200%200%200%201.824-4.988a3.756%203.756%200%200%200-4.988-1.82L34.234%2028.32a3.752%203.752%200%200%200%201.586%207.157M90.352%2018.18L34.234%2044.273a3.75%203.75%200%200%200-1.82%204.985a3.753%203.753%200%200%200%204.984%201.82L93.52%2024.984A3.755%203.755%200%200%200%2095.34%2020a3.756%203.756%200%200%200-4.988-1.82m0%2016.086l-56.118%2026.09a3.756%203.756%200%200%200%201.586%207.16c.528%200%201.067-.114%201.578-.352L93.52%2041.07a3.755%203.755%200%200%200-3.168-6.808ZM35.82%2019.57a3.7%203.7%200%200%200%201.582-.351L63.273%207.156A3.754%203.754%200%200%200%2060.102.352L34.23%2012.414a3.753%203.753%200%200%200%201.59%207.156m54.52%2030.653L70.5%2059.547a3.75%203.75%200%200%200-2.156%203.398v18.73h-8.668V67.692c0-2.07-1.68-3.754-3.754-3.754a3.76%203.76%200%200%200-3.754%203.754v13.985h-5.379a2.563%202.563%200%200%200-2.52%203.02l1.266%207.027a2.564%202.564%200%200%200%202.524%202.109h13.168l-13.95%202.531a1.876%201.876%200%201%200%20.672%203.692l31.989-5.809a1.86%201.86%200%200%200%201.187-.75a2.56%202.56%200%200%200%201.27-1.836l1.085-7.027a2.563%202.563%200%200%200-2.53-2.957h-5.098V65.328l17.68-8.312a3.756%203.756%200%200%200%201.8-4.996a3.75%203.75%200%200%200-4.992-1.797m-11.07%2049.894l-31.993%205.809a1.876%201.876%200%201%200%20.668%203.691l31.992-5.808a1.873%201.873%200%200%200%201.512-2.18a1.873%201.873%200%200%200-2.18-1.512Zm0%209.918l-31.993%205.809a1.876%201.876%200%201%200%20.668%203.691l31.992-5.808a1.873%201.873%200%200%200%201.512-2.18a1.873%201.873%200%200%200-2.18-1.512Zm-3.83%2010.005l-23.859%204.113a1.877%201.877%200%200%200%20.637%203.7l23.86-4.114a1.874%201.874%200%200%200%201.53-2.168a1.88%201.88%200%200%200-2.168-1.53Zm0%200%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e54537%22%20d%3D%22M35.82%2035.477c.543%200%201.082-.118%201.578-.348L93.516%209.035a3.76%203.76%200%200%200%201.824-4.988a3.756%203.756%200%200%200-4.988-1.82L34.234%2028.32a3.752%203.752%200%200%200%201.586%207.157M90.352%2018.18L34.234%2044.273a3.75%203.75%200%200%200-1.82%204.985a3.753%203.753%200%200%200%204.984%201.82L93.52%2024.984A3.755%203.755%200%200%200%2095.34%2020a3.756%203.756%200%200%200-4.988-1.82m0%2016.086l-56.118%2026.09a3.756%203.756%200%200%200%201.586%207.16c.528%200%201.067-.114%201.578-.352L93.52%2041.07a3.755%203.755%200%200%200-3.168-6.808ZM35.82%2019.57a3.7%203.7%200%200%200%201.582-.351L63.273%207.156A3.754%203.754%200%200%200%2060.102.352L34.23%2012.414a3.753%203.753%200%200%200%201.59%207.156m54.52%2030.653L70.5%2059.547a3.75%203.75%200%200%200-2.156%203.398v18.73h-8.668V67.692c0-2.07-1.68-3.754-3.754-3.754a3.76%203.76%200%200%200-3.754%203.754v13.985h-5.379a2.563%202.563%200%200%200-2.52%203.02l1.266%207.027a2.564%202.564%200%200%200%202.524%202.109h13.168l-13.95%202.531a1.876%201.876%200%201%200%20.672%203.692l31.989-5.809a1.86%201.86%200%200%200%201.187-.75a2.56%202.56%200%200%200%201.27-1.836l1.085-7.027a2.563%202.563%200%200%200-2.53-2.957h-5.098V65.328l17.68-8.312a3.756%203.756%200%200%200%201.8-4.996a3.75%203.75%200%200%200-4.992-1.797m-11.07%2049.894l-31.993%205.809a1.876%201.876%200%201%200%20.668%203.691l31.992-5.808a1.873%201.873%200%200%200%201.512-2.18a1.873%201.873%200%200%200-2.18-1.512Zm0%209.918l-31.993%205.809a1.876%201.876%200%201%200%20.668%203.691l31.992-5.808a1.873%201.873%200%200%200%201.512-2.18a1.873%201.873%200%200%200-2.18-1.512Zm-3.83%2010.005l-23.859%204.113a1.877%201.877%200%200%200%20.637%203.7l23.86-4.114a1.874%201.874%200%200%200%201.53-2.168a1.88%201.88%200%200%200-2.168-1.53Zm0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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