julia logo
julia-light from Skill Icons by tandpfun · Light · MIT Free for personal and commercial use.
- Name
- julia-light
- Set
- Skill Icons
- Style
- Light
- 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="#f4f2ed" rx="60"/><path fill="#cb3c33" d="M118.509 182.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 182.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 82.851c0 26.425-21.159 47.851-47.255 47.851c-26.106 0-47.254-21.426-47.254-47.85C80.78 56.425 101.927 35 128.033 35c26.096 0 47.255 21.426 47.255 47.851"/></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsJuliaLight(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="#f4f2ed" rx="60"/><path fill="#cb3c33" d="M118.509 182.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 182.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 82.851c0 26.425-21.159 47.851-47.255 47.851c-26.106 0-47.254-21.426-47.254-47.85C80.78 56.425 101.927 35 128.033 35c26.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="#f4f2ed" rx="60"/><path fill="#cb3c33" d="M118.509 182.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 182.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 82.851c0 26.425-21.159 47.851-47.255 47.851c-26.106 0-47.254-21.426-47.254-47.85C80.78 56.425 101.927 35 128.033 35c26.096 0 47.255 21.426 47.255 47.851"/></g></svg> </template>
CSS
.icon-julia-light {
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%23f4f2ed%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23cb3c33%22%20d%3D%22M118.509%20182.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%20182.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%2082.851c0%2026.425-21.159%2047.851-47.255%2047.851c-26.106%200-47.254-21.426-47.254-47.85C80.78%2056.425%20101.927%2035%20128.033%2035c26.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%23f4f2ed%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23cb3c33%22%20d%3D%22M118.509%20182.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%20182.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%2082.851c0%2026.425-21.159%2047.851-47.255%2047.851c-26.106%200-47.254-21.426-47.254-47.85C80.78%2056.425%20101.927%2035%20128.033%2035c26.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-light.svg?color=%231a73e8&size=48