file type grain logo

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

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

Related icons in VSCode Icons

Use the file type grain logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g stroke-width=".406"><path fill="#faa520" d="m16.056 2.024l-4.726 9.765l4.799 4.182l4.657-4.182z"/><path fill="#f78f28" d="m3.213 6.863l-.367 11.773l13.28 11.34l6.664-5.834z"/><path fill="#e18026" d="M29.153 18.64V6.726l-11.9 10.507l6.843 5.798z"/></g></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeGrain(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g strokeWidth=".406"><path fill="#faa520" d="m16.056 2.024l-4.726 9.765l4.799 4.182l4.657-4.182z"/><path fill="#f78f28" d="m3.213 6.863l-.367 11.773l13.28 11.34l6.664-5.834z"/><path fill="#e18026" d="M29.153 18.64V6.726l-11.9 10.507l6.843 5.798z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g stroke-width=".406"><path fill="#faa520" d="m16.056 2.024l-4.726 9.765l4.799 4.182l4.657-4.182z"/><path fill="#f78f28" d="m3.213 6.863l-.367 11.773l13.28 11.34l6.664-5.834z"/><path fill="#e18026" d="M29.153 18.64V6.726l-11.9 10.507l6.843 5.798z"/></g></svg>
</template>

CSS

.icon-file-type-grain {
  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%3Cg%20stroke-width%3D%22.406%22%3E%3Cpath%20fill%3D%22%23faa520%22%20d%3D%22m16.056%202.024l-4.726%209.765l4.799%204.182l4.657-4.182z%22%2F%3E%3Cpath%20fill%3D%22%23f78f28%22%20d%3D%22m3.213%206.863l-.367%2011.773l13.28%2011.34l6.664-5.834z%22%2F%3E%3Cpath%20fill%3D%22%23e18026%22%20d%3D%22M29.153%2018.64V6.726l-11.9%2010.507l6.843%205.798z%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%3Cg%20stroke-width%3D%22.406%22%3E%3Cpath%20fill%3D%22%23faa520%22%20d%3D%22m16.056%202.024l-4.726%209.765l4.799%204.182l4.657-4.182z%22%2F%3E%3Cpath%20fill%3D%22%23f78f28%22%20d%3D%22m3.213%206.863l-.367%2011.773l13.28%2011.34l6.664-5.834z%22%2F%3E%3Cpath%20fill%3D%22%23e18026%22%20d%3D%22M29.153%2018.64V6.726l-11.9%2010.507l6.843%205.798z%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-grain.svg?color=%231a73e8&size=48