lit-dark from Skill Icons by tandpfun · Dark · MIT Free for personal and commercial use.

Name
lit-dark
Set
Skill Icons
Style
Dark
Viewbox
256×256
License
MIT

1 other variant in Skill Icons

The same logo in other sets

Use the lit 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="#242938" rx="60"/><path fill="#00e8ff" d="m88 148l20-60l90 90l-30 50l-40-40h-20"/><path fill="#283198" d="M128 188v-80l40-40v80M48 188l40 40l20-40l-20-40H68"/><path fill="#324fff" d="M88 148V68l40-40v80m40 120v-80l40-40v80m-160 0v-80l40 40"/><path fill="#0ff" d="M88 228v-80l40 40"/></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsLitDark(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="#242938" rx="60"/><path fill="#00e8ff" d="m88 148l20-60l90 90l-30 50l-40-40h-20"/><path fill="#283198" d="M128 188v-80l40-40v80M48 188l40 40l20-40l-20-40H68"/><path fill="#324fff" d="M88 148V68l40-40v80m40 120v-80l40-40v80m-160 0v-80l40 40"/><path fill="#0ff" d="M88 228v-80l40 40"/></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="#242938" rx="60"/><path fill="#00e8ff" d="m88 148l20-60l90 90l-30 50l-40-40h-20"/><path fill="#283198" d="M128 188v-80l40-40v80M48 188l40 40l20-40l-20-40H68"/><path fill="#324fff" d="M88 148V68l40-40v80m40 120v-80l40-40v80m-160 0v-80l40 40"/><path fill="#0ff" d="M88 228v-80l40 40"/></g></svg>
</template>

CSS

.icon-lit-dark {
  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%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%2300e8ff%22%20d%3D%22m88%20148l20-60l90%2090l-30%2050l-40-40h-20%22%2F%3E%3Cpath%20fill%3D%22%23283198%22%20d%3D%22M128%20188v-80l40-40v80M48%20188l40%2040l20-40l-20-40H68%22%2F%3E%3Cpath%20fill%3D%22%23324fff%22%20d%3D%22M88%20148V68l40-40v80m40%20120v-80l40-40v80m-160%200v-80l40%2040%22%2F%3E%3Cpath%20fill%3D%22%230ff%22%20d%3D%22M88%20228v-80l40%2040%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%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%2300e8ff%22%20d%3D%22m88%20148l20-60l90%2090l-30%2050l-40-40h-20%22%2F%3E%3Cpath%20fill%3D%22%23283198%22%20d%3D%22M128%20188v-80l40-40v80M48%20188l40%2040l20-40l-20-40H68%22%2F%3E%3Cpath%20fill%3D%22%23324fff%22%20d%3D%22M88%20148V68l40-40v80m40%20120v-80l40-40v80m-160%200v-80l40%2040%22%2F%3E%3Cpath%20fill%3D%22%230ff%22%20d%3D%22M88%20228v-80l40%2040%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/lit-dark.svg?color=%231a73e8&size=48