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

Name
julia-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 julia 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="#cb3c33" d="M118.509 177.431c0 26.435-21.16 47.851-47.255 47.851c-26.106 0-47.254-21.416-47.254-47.851c0-26.425 21.148-47.851 47.254-47.851c26.096 0 47.255 21.426 47.255 47.851"/><path fill="#9558b2" d="M232.046 177.431c0 26.435-21.159 47.851-47.255 47.851c-26.095 0-47.254-21.416-47.254-47.851c0-26.425 21.159-47.851 47.254-47.851c26.096 0 47.255 21.426 47.255 47.851"/><path fill="#389826" d="M175.288 77.851c0 26.425-21.159 47.851-47.255 47.851c-26.106 0-47.254-21.426-47.254-47.85C80.78 51.425 101.927 30 128.033 30c26.096 0 47.255 21.426 47.255 47.851"/></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsJuliaDark(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="#cb3c33" d="M118.509 177.431c0 26.435-21.16 47.851-47.255 47.851c-26.106 0-47.254-21.416-47.254-47.851c0-26.425 21.148-47.851 47.254-47.851c26.096 0 47.255 21.426 47.255 47.851"/><path fill="#9558b2" d="M232.046 177.431c0 26.435-21.159 47.851-47.255 47.851c-26.095 0-47.254-21.416-47.254-47.851c0-26.425 21.159-47.851 47.254-47.851c26.096 0 47.255 21.426 47.255 47.851"/><path fill="#389826" d="M175.288 77.851c0 26.425-21.159 47.851-47.255 47.851c-26.106 0-47.254-21.426-47.254-47.85C80.78 51.425 101.927 30 128.033 30c26.096 0 47.255 21.426 47.255 47.851"/></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="#cb3c33" d="M118.509 177.431c0 26.435-21.16 47.851-47.255 47.851c-26.106 0-47.254-21.416-47.254-47.851c0-26.425 21.148-47.851 47.254-47.851c26.096 0 47.255 21.426 47.255 47.851"/><path fill="#9558b2" d="M232.046 177.431c0 26.435-21.159 47.851-47.255 47.851c-26.095 0-47.254-21.416-47.254-47.851c0-26.425 21.159-47.851 47.254-47.851c26.096 0 47.255 21.426 47.255 47.851"/><path fill="#389826" d="M175.288 77.851c0 26.425-21.159 47.851-47.255 47.851c-26.106 0-47.254-21.426-47.254-47.85C80.78 51.425 101.927 30 128.033 30c26.096 0 47.255 21.426 47.255 47.851"/></g></svg>
</template>

CSS

.icon-julia-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%23cb3c33%22%20d%3D%22M118.509%20177.431c0%2026.435-21.16%2047.851-47.255%2047.851c-26.106%200-47.254-21.416-47.254-47.851c0-26.425%2021.148-47.851%2047.254-47.851c26.096%200%2047.255%2021.426%2047.255%2047.851%22%2F%3E%3Cpath%20fill%3D%22%239558b2%22%20d%3D%22M232.046%20177.431c0%2026.435-21.159%2047.851-47.255%2047.851c-26.095%200-47.254-21.416-47.254-47.851c0-26.425%2021.159-47.851%2047.254-47.851c26.096%200%2047.255%2021.426%2047.255%2047.851%22%2F%3E%3Cpath%20fill%3D%22%23389826%22%20d%3D%22M175.288%2077.851c0%2026.425-21.159%2047.851-47.255%2047.851c-26.106%200-47.254-21.426-47.254-47.85C80.78%2051.425%20101.927%2030%20128.033%2030c26.096%200%2047.255%2021.426%2047.255%2047.851%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%23cb3c33%22%20d%3D%22M118.509%20177.431c0%2026.435-21.16%2047.851-47.255%2047.851c-26.106%200-47.254-21.416-47.254-47.851c0-26.425%2021.148-47.851%2047.254-47.851c26.096%200%2047.255%2021.426%2047.255%2047.851%22%2F%3E%3Cpath%20fill%3D%22%239558b2%22%20d%3D%22M232.046%20177.431c0%2026.435-21.159%2047.851-47.255%2047.851c-26.095%200-47.254-21.416-47.254-47.851c0-26.425%2021.159-47.851%2047.254-47.851c26.096%200%2047.255%2021.426%2047.255%2047.851%22%2F%3E%3Cpath%20fill%3D%22%23389826%22%20d%3D%22M175.288%2077.851c0%2026.425-21.159%2047.851-47.255%2047.851c-26.106%200-47.254-21.426-47.254-47.85C80.78%2051.425%20101.927%2030%20128.033%2030c26.096%200%2047.255%2021.426%2047.255%2047.851%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/julia-dark.svg?color=%231a73e8&size=48