file type juice logo

file-type-juice from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-juice
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type juice logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><ellipse cx="16" cy="16.054" fill="#fce494" rx="13.163" ry="13.109"/><circle cx="16.018" cy="16.018" r="13.516" fill="none" stroke="#ffc108" stroke-width=".976"/><g fill="#ffc108"><path d="M15.587 29.235h1.006V2.945h-1.006z"/><path d="M2.945 15.585v1.006l26.29.005V15.59z"/><path d="m7.155 6.436l-.711.71l18.581 18.599l.712-.711z"/><path d="m25.75 7.161l-.71-.712L6.428 25.02l.71.711z"/></g></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeJuice(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><ellipse cx="16" cy="16.054" fill="#fce494" rx="13.163" ry="13.109"/><circle cx="16.018" cy="16.018" r="13.516" fill="none" stroke="#ffc108" strokeWidth=".976"/><g fill="#ffc108"><path d="M15.587 29.235h1.006V2.945h-1.006z"/><path d="M2.945 15.585v1.006l26.29.005V15.59z"/><path d="m7.155 6.436l-.711.71l18.581 18.599l.712-.711z"/><path d="m25.75 7.161l-.71-.712L6.428 25.02l.71.711z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><ellipse cx="16" cy="16.054" fill="#fce494" rx="13.163" ry="13.109"/><circle cx="16.018" cy="16.018" r="13.516" fill="none" stroke="#ffc108" stroke-width=".976"/><g fill="#ffc108"><path d="M15.587 29.235h1.006V2.945h-1.006z"/><path d="M2.945 15.585v1.006l26.29.005V15.59z"/><path d="m7.155 6.436l-.711.71l18.581 18.599l.712-.711z"/><path d="m25.75 7.161l-.71-.712L6.428 25.02l.71.711z"/></g></svg>
</template>

CSS

.icon-file-type-juice {
  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%3Cellipse%20cx%3D%2216%22%20cy%3D%2216.054%22%20fill%3D%22%23fce494%22%20rx%3D%2213.163%22%20ry%3D%2213.109%22%2F%3E%3Ccircle%20cx%3D%2216.018%22%20cy%3D%2216.018%22%20r%3D%2213.516%22%20fill%3D%22none%22%20stroke%3D%22%23ffc108%22%20stroke-width%3D%22.976%22%2F%3E%3Cg%20fill%3D%22%23ffc108%22%3E%3Cpath%20d%3D%22M15.587%2029.235h1.006V2.945h-1.006z%22%2F%3E%3Cpath%20d%3D%22M2.945%2015.585v1.006l26.29.005V15.59z%22%2F%3E%3Cpath%20d%3D%22m7.155%206.436l-.711.71l18.581%2018.599l.712-.711z%22%2F%3E%3Cpath%20d%3D%22m25.75%207.161l-.71-.712L6.428%2025.02l.71.711z%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%2032%2032%22%3E%3Cellipse%20cx%3D%2216%22%20cy%3D%2216.054%22%20fill%3D%22%23fce494%22%20rx%3D%2213.163%22%20ry%3D%2213.109%22%2F%3E%3Ccircle%20cx%3D%2216.018%22%20cy%3D%2216.018%22%20r%3D%2213.516%22%20fill%3D%22none%22%20stroke%3D%22%23ffc108%22%20stroke-width%3D%22.976%22%2F%3E%3Cg%20fill%3D%22%23ffc108%22%3E%3Cpath%20d%3D%22M15.587%2029.235h1.006V2.945h-1.006z%22%2F%3E%3Cpath%20d%3D%22M2.945%2015.585v1.006l26.29.005V15.59z%22%2F%3E%3Cpath%20d%3D%22m7.155%206.436l-.711.71l18.581%2018.599l.712-.711z%22%2F%3E%3Cpath%20d%3D%22m25.75%207.161l-.71-.712L6.428%2025.02l.71.711z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-juice.svg?color=%231a73e8&size=48