file type gleam logo
file-type-gleam from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-gleam
- 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 gleam logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ffaff3" d="M14.68 3.91a1.51 1.51 0 0 1 2.64 0l3.05 5.4a2.64 2.64 0 0 0 1.78 1.29l6.08 1.23a1.51 1.51 0 0 1 .82 2.51l-4.2 4.57a2.62 2.62 0 0 0-.68 2.09l.71 6.15a1.52 1.52 0 0 1-2.14 1.56l-5.64-2.58a2.64 2.64 0 0 0-2.2 0l-5.64 2.58a1.52 1.52 0 0 1-2.14-1.56L7.83 21a2.62 2.62 0 0 0-.68-2.09L3 14.34a1.51 1.51 0 0 1 .82-2.51l6.03-1.23a2.64 2.64 0 0 0 1.78-1.29Z"/><path fill="#151515" d="M16 2.6a2 2 0 0 0-1.81 1l-3 5.4a2.1 2.1 0 0 1-1.4 1l-6.13 1.28a2.09 2.09 0 0 0-1.12 3.44l4.2 4.57a2.1 2.1 0 0 1 .53 1.64l-.71 6.16a2.1 2.1 0 0 0 2.93 2.13l5.64-2.58a2.1 2.1 0 0 1 1.74 0l5.64 2.58a2.1 2.1 0 0 0 2.93-2.13l-.71-6.16a2.1 2.1 0 0 1 .53-1.64l4.2-4.57a2.09 2.09 0 0 0-1.12-3.44l-6.08-1.23a2.1 2.1 0 0 1-1.4-1l-3.05-5.4A2 2 0 0 0 16 2.6m0 1.08a1 1 0 0 1 .84.51l3 5.4A3.2 3.2 0 0 0 22 11.15l6.08 1.23a.94.94 0 0 1 .56 1.62l-4.2 4.57a3.18 3.18 0 0 0-.82 2.53l.71 6.16a.94.94 0 0 1-1.35 1l-5.65-2.58a3.17 3.17 0 0 0-2.66 0L9 28.2a.94.94 0 0 1-1.35-1l.71-6.16a3.18 3.18 0 0 0-.82-2.53L3.36 14a.94.94 0 0 1 .52-1.58L10 11.15a3.2 3.2 0 0 0 2.16-1.56l3-5.4a1 1 0 0 1 .84-.51"/><circle cx="11.5" cy="16.69" r="1.1" fill="#151515"/><circle cx="20.5" cy="16.69" r="1.1" fill="#151515"/><path fill="#151515" d="M15 18.17a.55.55 0 0 0-.44.65a1.4 1.4 0 0 0 .21.53a1.6 1.6 0 0 0 .41.41a1.6 1.6 0 0 0 .52.22a1.8 1.8 0 0 0 .57 0a1.5 1.5 0 0 0 .53-.22a1.4 1.4 0 0 0 .4-.4a1.3 1.3 0 0 0 .22-.53a.56.56 0 0 0-.44-.66a.57.57 0 0 0-.66.44a.18.18 0 0 1 0 .12a.3.3 0 0 1-.09.1l-.12.05a.7.7 0 0 1-.14 0l-.12-.05a.2.2 0 0 1-.09-.09a.3.3 0 0 1-.05-.12a.56.56 0 0 0-.66-.44"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeGleam(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ffaff3" d="M14.68 3.91a1.51 1.51 0 0 1 2.64 0l3.05 5.4a2.64 2.64 0 0 0 1.78 1.29l6.08 1.23a1.51 1.51 0 0 1 .82 2.51l-4.2 4.57a2.62 2.62 0 0 0-.68 2.09l.71 6.15a1.52 1.52 0 0 1-2.14 1.56l-5.64-2.58a2.64 2.64 0 0 0-2.2 0l-5.64 2.58a1.52 1.52 0 0 1-2.14-1.56L7.83 21a2.62 2.62 0 0 0-.68-2.09L3 14.34a1.51 1.51 0 0 1 .82-2.51l6.03-1.23a2.64 2.64 0 0 0 1.78-1.29Z"/><path fill="#151515" d="M16 2.6a2 2 0 0 0-1.81 1l-3 5.4a2.1 2.1 0 0 1-1.4 1l-6.13 1.28a2.09 2.09 0 0 0-1.12 3.44l4.2 4.57a2.1 2.1 0 0 1 .53 1.64l-.71 6.16a2.1 2.1 0 0 0 2.93 2.13l5.64-2.58a2.1 2.1 0 0 1 1.74 0l5.64 2.58a2.1 2.1 0 0 0 2.93-2.13l-.71-6.16a2.1 2.1 0 0 1 .53-1.64l4.2-4.57a2.09 2.09 0 0 0-1.12-3.44l-6.08-1.23a2.1 2.1 0 0 1-1.4-1l-3.05-5.4A2 2 0 0 0 16 2.6m0 1.08a1 1 0 0 1 .84.51l3 5.4A3.2 3.2 0 0 0 22 11.15l6.08 1.23a.94.94 0 0 1 .56 1.62l-4.2 4.57a3.18 3.18 0 0 0-.82 2.53l.71 6.16a.94.94 0 0 1-1.35 1l-5.65-2.58a3.17 3.17 0 0 0-2.66 0L9 28.2a.94.94 0 0 1-1.35-1l.71-6.16a3.18 3.18 0 0 0-.82-2.53L3.36 14a.94.94 0 0 1 .52-1.58L10 11.15a3.2 3.2 0 0 0 2.16-1.56l3-5.4a1 1 0 0 1 .84-.51"/><circle cx="11.5" cy="16.69" r="1.1" fill="#151515"/><circle cx="20.5" cy="16.69" r="1.1" fill="#151515"/><path fill="#151515" d="M15 18.17a.55.55 0 0 0-.44.65a1.4 1.4 0 0 0 .21.53a1.6 1.6 0 0 0 .41.41a1.6 1.6 0 0 0 .52.22a1.8 1.8 0 0 0 .57 0a1.5 1.5 0 0 0 .53-.22a1.4 1.4 0 0 0 .4-.4a1.3 1.3 0 0 0 .22-.53a.56.56 0 0 0-.44-.66a.57.57 0 0 0-.66.44a.18.18 0 0 1 0 .12a.3.3 0 0 1-.09.1l-.12.05a.7.7 0 0 1-.14 0l-.12-.05a.2.2 0 0 1-.09-.09a.3.3 0 0 1-.05-.12a.56.56 0 0 0-.66-.44"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ffaff3" d="M14.68 3.91a1.51 1.51 0 0 1 2.64 0l3.05 5.4a2.64 2.64 0 0 0 1.78 1.29l6.08 1.23a1.51 1.51 0 0 1 .82 2.51l-4.2 4.57a2.62 2.62 0 0 0-.68 2.09l.71 6.15a1.52 1.52 0 0 1-2.14 1.56l-5.64-2.58a2.64 2.64 0 0 0-2.2 0l-5.64 2.58a1.52 1.52 0 0 1-2.14-1.56L7.83 21a2.62 2.62 0 0 0-.68-2.09L3 14.34a1.51 1.51 0 0 1 .82-2.51l6.03-1.23a2.64 2.64 0 0 0 1.78-1.29Z"/><path fill="#151515" d="M16 2.6a2 2 0 0 0-1.81 1l-3 5.4a2.1 2.1 0 0 1-1.4 1l-6.13 1.28a2.09 2.09 0 0 0-1.12 3.44l4.2 4.57a2.1 2.1 0 0 1 .53 1.64l-.71 6.16a2.1 2.1 0 0 0 2.93 2.13l5.64-2.58a2.1 2.1 0 0 1 1.74 0l5.64 2.58a2.1 2.1 0 0 0 2.93-2.13l-.71-6.16a2.1 2.1 0 0 1 .53-1.64l4.2-4.57a2.09 2.09 0 0 0-1.12-3.44l-6.08-1.23a2.1 2.1 0 0 1-1.4-1l-3.05-5.4A2 2 0 0 0 16 2.6m0 1.08a1 1 0 0 1 .84.51l3 5.4A3.2 3.2 0 0 0 22 11.15l6.08 1.23a.94.94 0 0 1 .56 1.62l-4.2 4.57a3.18 3.18 0 0 0-.82 2.53l.71 6.16a.94.94 0 0 1-1.35 1l-5.65-2.58a3.17 3.17 0 0 0-2.66 0L9 28.2a.94.94 0 0 1-1.35-1l.71-6.16a3.18 3.18 0 0 0-.82-2.53L3.36 14a.94.94 0 0 1 .52-1.58L10 11.15a3.2 3.2 0 0 0 2.16-1.56l3-5.4a1 1 0 0 1 .84-.51"/><circle cx="11.5" cy="16.69" r="1.1" fill="#151515"/><circle cx="20.5" cy="16.69" r="1.1" fill="#151515"/><path fill="#151515" d="M15 18.17a.55.55 0 0 0-.44.65a1.4 1.4 0 0 0 .21.53a1.6 1.6 0 0 0 .41.41a1.6 1.6 0 0 0 .52.22a1.8 1.8 0 0 0 .57 0a1.5 1.5 0 0 0 .53-.22a1.4 1.4 0 0 0 .4-.4a1.3 1.3 0 0 0 .22-.53a.56.56 0 0 0-.44-.66a.57.57 0 0 0-.66.44a.18.18 0 0 1 0 .12a.3.3 0 0 1-.09.1l-.12.05a.7.7 0 0 1-.14 0l-.12-.05a.2.2 0 0 1-.09-.09a.3.3 0 0 1-.05-.12a.56.56 0 0 0-.66-.44"/></svg> </template>
CSS
.icon-file-type-gleam {
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%3Cpath%20fill%3D%22%23ffaff3%22%20d%3D%22M14.68%203.91a1.51%201.51%200%200%201%202.64%200l3.05%205.4a2.64%202.64%200%200%200%201.78%201.29l6.08%201.23a1.51%201.51%200%200%201%20.82%202.51l-4.2%204.57a2.62%202.62%200%200%200-.68%202.09l.71%206.15a1.52%201.52%200%200%201-2.14%201.56l-5.64-2.58a2.64%202.64%200%200%200-2.2%200l-5.64%202.58a1.52%201.52%200%200%201-2.14-1.56L7.83%2021a2.62%202.62%200%200%200-.68-2.09L3%2014.34a1.51%201.51%200%200%201%20.82-2.51l6.03-1.23a2.64%202.64%200%200%200%201.78-1.29Z%22%2F%3E%3Cpath%20fill%3D%22%23151515%22%20d%3D%22M16%202.6a2%202%200%200%200-1.81%201l-3%205.4a2.1%202.1%200%200%201-1.4%201l-6.13%201.28a2.09%202.09%200%200%200-1.12%203.44l4.2%204.57a2.1%202.1%200%200%201%20.53%201.64l-.71%206.16a2.1%202.1%200%200%200%202.93%202.13l5.64-2.58a2.1%202.1%200%200%201%201.74%200l5.64%202.58a2.1%202.1%200%200%200%202.93-2.13l-.71-6.16a2.1%202.1%200%200%201%20.53-1.64l4.2-4.57a2.09%202.09%200%200%200-1.12-3.44l-6.08-1.23a2.1%202.1%200%200%201-1.4-1l-3.05-5.4A2%202%200%200%200%2016%202.6m0%201.08a1%201%200%200%201%20.84.51l3%205.4A3.2%203.2%200%200%200%2022%2011.15l6.08%201.23a.94.94%200%200%201%20.56%201.62l-4.2%204.57a3.18%203.18%200%200%200-.82%202.53l.71%206.16a.94.94%200%200%201-1.35%201l-5.65-2.58a3.17%203.17%200%200%200-2.66%200L9%2028.2a.94.94%200%200%201-1.35-1l.71-6.16a3.18%203.18%200%200%200-.82-2.53L3.36%2014a.94.94%200%200%201%20.52-1.58L10%2011.15a3.2%203.2%200%200%200%202.16-1.56l3-5.4a1%201%200%200%201%20.84-.51%22%2F%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2216.69%22%20r%3D%221.1%22%20fill%3D%22%23151515%22%2F%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2216.69%22%20r%3D%221.1%22%20fill%3D%22%23151515%22%2F%3E%3Cpath%20fill%3D%22%23151515%22%20d%3D%22M15%2018.17a.55.55%200%200%200-.44.65a1.4%201.4%200%200%200%20.21.53a1.6%201.6%200%200%200%20.41.41a1.6%201.6%200%200%200%20.52.22a1.8%201.8%200%200%200%20.57%200a1.5%201.5%200%200%200%20.53-.22a1.4%201.4%200%200%200%20.4-.4a1.3%201.3%200%200%200%20.22-.53a.56.56%200%200%200-.44-.66a.57.57%200%200%200-.66.44a.18.18%200%200%201%200%20.12a.3.3%200%200%201-.09.1l-.12.05a.7.7%200%200%201-.14%200l-.12-.05a.2.2%200%200%201-.09-.09a.3.3%200%200%201-.05-.12a.56.56%200%200%200-.66-.44%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%3Cpath%20fill%3D%22%23ffaff3%22%20d%3D%22M14.68%203.91a1.51%201.51%200%200%201%202.64%200l3.05%205.4a2.64%202.64%200%200%200%201.78%201.29l6.08%201.23a1.51%201.51%200%200%201%20.82%202.51l-4.2%204.57a2.62%202.62%200%200%200-.68%202.09l.71%206.15a1.52%201.52%200%200%201-2.14%201.56l-5.64-2.58a2.64%202.64%200%200%200-2.2%200l-5.64%202.58a1.52%201.52%200%200%201-2.14-1.56L7.83%2021a2.62%202.62%200%200%200-.68-2.09L3%2014.34a1.51%201.51%200%200%201%20.82-2.51l6.03-1.23a2.64%202.64%200%200%200%201.78-1.29Z%22%2F%3E%3Cpath%20fill%3D%22%23151515%22%20d%3D%22M16%202.6a2%202%200%200%200-1.81%201l-3%205.4a2.1%202.1%200%200%201-1.4%201l-6.13%201.28a2.09%202.09%200%200%200-1.12%203.44l4.2%204.57a2.1%202.1%200%200%201%20.53%201.64l-.71%206.16a2.1%202.1%200%200%200%202.93%202.13l5.64-2.58a2.1%202.1%200%200%201%201.74%200l5.64%202.58a2.1%202.1%200%200%200%202.93-2.13l-.71-6.16a2.1%202.1%200%200%201%20.53-1.64l4.2-4.57a2.09%202.09%200%200%200-1.12-3.44l-6.08-1.23a2.1%202.1%200%200%201-1.4-1l-3.05-5.4A2%202%200%200%200%2016%202.6m0%201.08a1%201%200%200%201%20.84.51l3%205.4A3.2%203.2%200%200%200%2022%2011.15l6.08%201.23a.94.94%200%200%201%20.56%201.62l-4.2%204.57a3.18%203.18%200%200%200-.82%202.53l.71%206.16a.94.94%200%200%201-1.35%201l-5.65-2.58a3.17%203.17%200%200%200-2.66%200L9%2028.2a.94.94%200%200%201-1.35-1l.71-6.16a3.18%203.18%200%200%200-.82-2.53L3.36%2014a.94.94%200%200%201%20.52-1.58L10%2011.15a3.2%203.2%200%200%200%202.16-1.56l3-5.4a1%201%200%200%201%20.84-.51%22%2F%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2216.69%22%20r%3D%221.1%22%20fill%3D%22%23151515%22%2F%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2216.69%22%20r%3D%221.1%22%20fill%3D%22%23151515%22%2F%3E%3Cpath%20fill%3D%22%23151515%22%20d%3D%22M15%2018.17a.55.55%200%200%200-.44.65a1.4%201.4%200%200%200%20.21.53a1.6%201.6%200%200%200%20.41.41a1.6%201.6%200%200%200%20.52.22a1.8%201.8%200%200%200%20.57%200a1.5%201.5%200%200%200%20.53-.22a1.4%201.4%200%200%200%20.4-.4a1.3%201.3%200%200%200%20.22-.53a.56.56%200%200%200-.44-.66a.57.57%200%200%200-.66.44a.18.18%200%200%201%200%20.12a.3.3%200%200%201-.09.1l-.12.05a.7.7%200%200%201-.14%200l-.12-.05a.2.2%200%200%201-.09-.09a.3.3%200%200%201-.05-.12a.56.56%200%200%200-.66-.44%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-gleam.svg?color=%231a73e8&size=48