file type gamemaker logo
file-type-gamemaker from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-gamemaker
- 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 gamemaker logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8bc34a" d="M14.216 24.167h-.989a3.24 3.24 0 0 1-2.811-1.649L6.667 16l4.681-8.167H16.2l-4.34 8.176l.057.032l2.019 3.459h2.884ZM8.455 10.535l-1.27-2.21a1 1 0 0 0-.859-.492H2l4 6.992ZM21.54 9.482a3.24 3.24 0 0 0-2.812-1.649h-1.205L15.045 12.5h2.975l2.063 3.5l-4.531 8.167h5.056L25.333 16Zm4.46 7.69l-2.47 4.27l1.283 2.233a1 1 0 0 0 .859.492H30Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeGamemaker(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8bc34a" d="M14.216 24.167h-.989a3.24 3.24 0 0 1-2.811-1.649L6.667 16l4.681-8.167H16.2l-4.34 8.176l.057.032l2.019 3.459h2.884ZM8.455 10.535l-1.27-2.21a1 1 0 0 0-.859-.492H2l4 6.992ZM21.54 9.482a3.24 3.24 0 0 0-2.812-1.649h-1.205L15.045 12.5h2.975l2.063 3.5l-4.531 8.167h5.056L25.333 16Zm4.46 7.69l-2.47 4.27l1.283 2.233a1 1 0 0 0 .859.492H30Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8bc34a" d="M14.216 24.167h-.989a3.24 3.24 0 0 1-2.811-1.649L6.667 16l4.681-8.167H16.2l-4.34 8.176l.057.032l2.019 3.459h2.884ZM8.455 10.535l-1.27-2.21a1 1 0 0 0-.859-.492H2l4 6.992ZM21.54 9.482a3.24 3.24 0 0 0-2.812-1.649h-1.205L15.045 12.5h2.975l2.063 3.5l-4.531 8.167h5.056L25.333 16Zm4.46 7.69l-2.47 4.27l1.283 2.233a1 1 0 0 0 .859.492H30Z"/></svg> </template>
CSS
.icon-file-type-gamemaker {
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%238bc34a%22%20d%3D%22M14.216%2024.167h-.989a3.24%203.24%200%200%201-2.811-1.649L6.667%2016l4.681-8.167H16.2l-4.34%208.176l.057.032l2.019%203.459h2.884ZM8.455%2010.535l-1.27-2.21a1%201%200%200%200-.859-.492H2l4%206.992ZM21.54%209.482a3.24%203.24%200%200%200-2.812-1.649h-1.205L15.045%2012.5h2.975l2.063%203.5l-4.531%208.167h5.056L25.333%2016Zm4.46%207.69l-2.47%204.27l1.283%202.233a1%201%200%200%200%20.859.492H30Z%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%238bc34a%22%20d%3D%22M14.216%2024.167h-.989a3.24%203.24%200%200%201-2.811-1.649L6.667%2016l4.681-8.167H16.2l-4.34%208.176l.057.032l2.019%203.459h2.884ZM8.455%2010.535l-1.27-2.21a1%201%200%200%200-.859-.492H2l4%206.992ZM21.54%209.482a3.24%203.24%200%200%200-2.812-1.649h-1.205L15.045%2012.5h2.975l2.063%203.5l-4.531%208.167h5.056L25.333%2016Zm4.46%207.69l-2.47%204.27l1.283%202.233a1%201%200%200%200%20.859.492H30Z%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-gamemaker.svg?color=%231a73e8&size=48