file type julia logo
file-type-julia from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-julia
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type julia logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="8.309" cy="22.592" r="5.86" fill="#d5635c"/><path fill="#cb3c33" d="M8.309 28.9a6.309 6.309 0 1 1 6.309-6.309A6.316 6.316 0 0 1 8.309 28.9m0-11.719a5.41 5.41 0 1 0 5.41 5.41a5.416 5.416 0 0 0-5.41-5.409Z"/><circle cx="16" cy="9.408" r="5.86" fill="#60ad51"/><path fill="#389826" d="M16 15.717a6.309 6.309 0 1 1 6.309-6.309A6.316 6.316 0 0 1 16 15.717M16 4a5.41 5.41 0 1 0 5.41 5.41A5.416 5.416 0 0 0 16 4"/><circle cx="23.691" cy="22.592" r="5.86" fill="#aa79c1"/><path fill="#9558b2" d="M23.691 28.9A6.309 6.309 0 1 1 30 22.592a6.316 6.316 0 0 1-6.309 6.308m0-11.719a5.41 5.41 0 1 0 5.41 5.41a5.416 5.416 0 0 0-5.41-5.409Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeJulia(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="8.309" cy="22.592" r="5.86" fill="#d5635c"/><path fill="#cb3c33" d="M8.309 28.9a6.309 6.309 0 1 1 6.309-6.309A6.316 6.316 0 0 1 8.309 28.9m0-11.719a5.41 5.41 0 1 0 5.41 5.41a5.416 5.416 0 0 0-5.41-5.409Z"/><circle cx="16" cy="9.408" r="5.86" fill="#60ad51"/><path fill="#389826" d="M16 15.717a6.309 6.309 0 1 1 6.309-6.309A6.316 6.316 0 0 1 16 15.717M16 4a5.41 5.41 0 1 0 5.41 5.41A5.416 5.416 0 0 0 16 4"/><circle cx="23.691" cy="22.592" r="5.86" fill="#aa79c1"/><path fill="#9558b2" d="M23.691 28.9A6.309 6.309 0 1 1 30 22.592a6.316 6.316 0 0 1-6.309 6.308m0-11.719a5.41 5.41 0 1 0 5.41 5.41a5.416 5.416 0 0 0-5.41-5.409Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="8.309" cy="22.592" r="5.86" fill="#d5635c"/><path fill="#cb3c33" d="M8.309 28.9a6.309 6.309 0 1 1 6.309-6.309A6.316 6.316 0 0 1 8.309 28.9m0-11.719a5.41 5.41 0 1 0 5.41 5.41a5.416 5.416 0 0 0-5.41-5.409Z"/><circle cx="16" cy="9.408" r="5.86" fill="#60ad51"/><path fill="#389826" d="M16 15.717a6.309 6.309 0 1 1 6.309-6.309A6.316 6.316 0 0 1 16 15.717M16 4a5.41 5.41 0 1 0 5.41 5.41A5.416 5.416 0 0 0 16 4"/><circle cx="23.691" cy="22.592" r="5.86" fill="#aa79c1"/><path fill="#9558b2" d="M23.691 28.9A6.309 6.309 0 1 1 30 22.592a6.316 6.316 0 0 1-6.309 6.308m0-11.719a5.41 5.41 0 1 0 5.41 5.41a5.416 5.416 0 0 0-5.41-5.409Z"/></svg> </template>
CSS
.icon-file-type-julia {
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%3Ccircle%20cx%3D%228.309%22%20cy%3D%2222.592%22%20r%3D%225.86%22%20fill%3D%22%23d5635c%22%2F%3E%3Cpath%20fill%3D%22%23cb3c33%22%20d%3D%22M8.309%2028.9a6.309%206.309%200%201%201%206.309-6.309A6.316%206.316%200%200%201%208.309%2028.9m0-11.719a5.41%205.41%200%201%200%205.41%205.41a5.416%205.416%200%200%200-5.41-5.409Z%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%229.408%22%20r%3D%225.86%22%20fill%3D%22%2360ad51%22%2F%3E%3Cpath%20fill%3D%22%23389826%22%20d%3D%22M16%2015.717a6.309%206.309%200%201%201%206.309-6.309A6.316%206.316%200%200%201%2016%2015.717M16%204a5.41%205.41%200%201%200%205.41%205.41A5.416%205.416%200%200%200%2016%204%22%2F%3E%3Ccircle%20cx%3D%2223.691%22%20cy%3D%2222.592%22%20r%3D%225.86%22%20fill%3D%22%23aa79c1%22%2F%3E%3Cpath%20fill%3D%22%239558b2%22%20d%3D%22M23.691%2028.9A6.309%206.309%200%201%201%2030%2022.592a6.316%206.316%200%200%201-6.309%206.308m0-11.719a5.41%205.41%200%201%200%205.41%205.41a5.416%205.416%200%200%200-5.41-5.409Z%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%3Ccircle%20cx%3D%228.309%22%20cy%3D%2222.592%22%20r%3D%225.86%22%20fill%3D%22%23d5635c%22%2F%3E%3Cpath%20fill%3D%22%23cb3c33%22%20d%3D%22M8.309%2028.9a6.309%206.309%200%201%201%206.309-6.309A6.316%206.316%200%200%201%208.309%2028.9m0-11.719a5.41%205.41%200%201%200%205.41%205.41a5.416%205.416%200%200%200-5.41-5.409Z%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%229.408%22%20r%3D%225.86%22%20fill%3D%22%2360ad51%22%2F%3E%3Cpath%20fill%3D%22%23389826%22%20d%3D%22M16%2015.717a6.309%206.309%200%201%201%206.309-6.309A6.316%206.316%200%200%201%2016%2015.717M16%204a5.41%205.41%200%201%200%205.41%205.41A5.416%205.416%200%200%200%2016%204%22%2F%3E%3Ccircle%20cx%3D%2223.691%22%20cy%3D%2222.592%22%20r%3D%225.86%22%20fill%3D%22%23aa79c1%22%2F%3E%3Cpath%20fill%3D%22%239558b2%22%20d%3D%22M23.691%2028.9A6.309%206.309%200%201%201%2030%2022.592a6.316%206.316%200%200%201-6.309%206.308m0-11.719a5.41%205.41%200%201%200%205.41%205.41a5.416%205.416%200%200%200-5.41-5.409Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-julia.svg?color=%231a73e8&size=48