file type just logo

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

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

Related icons in VSCode Icons

Use the file type just logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14"/><ellipse cx="16" cy="8.7" fill="#fff" rx="3.8" ry="3.9"/><ellipse cx="16" cy="23.3" fill="#fff" rx="3.8" ry="3.9"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeJust(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14"/><ellipse cx="16" cy="8.7" fill="#fff" rx="3.8" ry="3.9"/><ellipse cx="16" cy="23.3" fill="#fff" rx="3.8" ry="3.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14"/><ellipse cx="16" cy="8.7" fill="#fff" rx="3.8" ry="3.9"/><ellipse cx="16" cy="23.3" fill="#fff" rx="3.8" ry="3.9"/></svg>
</template>

CSS

.icon-file-type-just {
  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%2216%22%20cy%3D%2216%22%20r%3D%2214%22%2F%3E%3Cellipse%20cx%3D%2216%22%20cy%3D%228.7%22%20fill%3D%22%23fff%22%20rx%3D%223.8%22%20ry%3D%223.9%22%2F%3E%3Cellipse%20cx%3D%2216%22%20cy%3D%2223.3%22%20fill%3D%22%23fff%22%20rx%3D%223.8%22%20ry%3D%223.9%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%2216%22%20cy%3D%2216%22%20r%3D%2214%22%2F%3E%3Cellipse%20cx%3D%2216%22%20cy%3D%228.7%22%20fill%3D%22%23fff%22%20rx%3D%223.8%22%20ry%3D%223.9%22%2F%3E%3Cellipse%20cx%3D%2216%22%20cy%3D%2223.3%22%20fill%3D%22%23fff%22%20rx%3D%223.8%22%20ry%3D%223.9%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-just.svg?color=%231a73e8&size=48