file type gltf logo
file-type-gltf from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-gltf
- 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 gltf logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#86c540" d="M29.3 12.91v.62h-.2v-.8h.31l.14.53l.14-.54H30v.8h-.2v-.6l-.17.6h-.16zm-.74.62v-.63h-.24v-.18H29v.18h-.24v.63zm-13.62-2.44h1.07v8.1h-1.07zm9.62 8.11h-1.53v-6.49h4.73v1.32h-3.2v1.21h2.8v1.32h-2.8zm-4.26 0h-1.53v-5.17h-1.92V12.7h5.38v1.32H20.3zm-6.5 2.44a6.4 6.4 0 0 1-3.2 1.45c1 .18 2.05.27 3.14.27c4.22 0 7.92-1.47 9.99-3.57c-1.9 1.25-4.73 1.96-7.89 1.96c-.75 0-1.33-.02-2.03-.1zm-.49-.61c.49-.54.74-1.33.74-2.4v-5.95h-1.02v.93h-.01a1.9 1.9 0 0 0-.8-.81a2.89 2.89 0 0 0-2.55.05c-.39.21-.7.48-.93.82c-.24.34-.4.7-.5 1.1a4.9 4.9 0 0 0 .03 2.46q.18.6.54 1.05a2.62 2.62 0 0 0 2.18.98a2.54 2.54 0 0 0 1.18-.3a1.96 1.96 0 0 0 .84-.88h.02v.43c0 .37-.03.7-.1 1c-.08.3-.19.56-.35.78c-.16.21-.36.38-.6.5c-.25.12-.54.18-.9.18a2.9 2.9 0 0 1-.96-.18h-.02c-2.76-1.04-4.58-2.8-4.58-4.79c0-3.18 4.62-5.76 10.32-5.76c3.17 0 6.02.73 7.91 1.99c-2.06-2.11-5.77-3.6-10-3.6C7.26 8.64 2 11.94 2 16c0 2.77 2.45 5.19 6.07 6.44c2.9.1 4.37-.44 5.24-1.41m-.43-4.33c-.08.3-.19.58-.34.82a1.73 1.73 0 0 1-1.5.8c-.34 0-.64-.08-.87-.23a1.7 1.7 0 0 1-.57-.57a2.5 2.5 0 0 1-.3-.8a4.5 4.5 0 0 1 .02-1.78c.07-.28.18-.54.34-.76a1.71 1.71 0 0 1 1.48-.71c.33 0 .62.06.85.2c.23.13.43.31.57.53c.15.23.25.48.32.75a3.6 3.6 0 0 1 0 1.75"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeGltf(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#86c540" d="M29.3 12.91v.62h-.2v-.8h.31l.14.53l.14-.54H30v.8h-.2v-.6l-.17.6h-.16zm-.74.62v-.63h-.24v-.18H29v.18h-.24v.63zm-13.62-2.44h1.07v8.1h-1.07zm9.62 8.11h-1.53v-6.49h4.73v1.32h-3.2v1.21h2.8v1.32h-2.8zm-4.26 0h-1.53v-5.17h-1.92V12.7h5.38v1.32H20.3zm-6.5 2.44a6.4 6.4 0 0 1-3.2 1.45c1 .18 2.05.27 3.14.27c4.22 0 7.92-1.47 9.99-3.57c-1.9 1.25-4.73 1.96-7.89 1.96c-.75 0-1.33-.02-2.03-.1zm-.49-.61c.49-.54.74-1.33.74-2.4v-5.95h-1.02v.93h-.01a1.9 1.9 0 0 0-.8-.81a2.89 2.89 0 0 0-2.55.05c-.39.21-.7.48-.93.82c-.24.34-.4.7-.5 1.1a4.9 4.9 0 0 0 .03 2.46q.18.6.54 1.05a2.62 2.62 0 0 0 2.18.98a2.54 2.54 0 0 0 1.18-.3a1.96 1.96 0 0 0 .84-.88h.02v.43c0 .37-.03.7-.1 1c-.08.3-.19.56-.35.78c-.16.21-.36.38-.6.5c-.25.12-.54.18-.9.18a2.9 2.9 0 0 1-.96-.18h-.02c-2.76-1.04-4.58-2.8-4.58-4.79c0-3.18 4.62-5.76 10.32-5.76c3.17 0 6.02.73 7.91 1.99c-2.06-2.11-5.77-3.6-10-3.6C7.26 8.64 2 11.94 2 16c0 2.77 2.45 5.19 6.07 6.44c2.9.1 4.37-.44 5.24-1.41m-.43-4.33c-.08.3-.19.58-.34.82a1.73 1.73 0 0 1-1.5.8c-.34 0-.64-.08-.87-.23a1.7 1.7 0 0 1-.57-.57a2.5 2.5 0 0 1-.3-.8a4.5 4.5 0 0 1 .02-1.78c.07-.28.18-.54.34-.76a1.71 1.71 0 0 1 1.48-.71c.33 0 .62.06.85.2c.23.13.43.31.57.53c.15.23.25.48.32.75a3.6 3.6 0 0 1 0 1.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#86c540" d="M29.3 12.91v.62h-.2v-.8h.31l.14.53l.14-.54H30v.8h-.2v-.6l-.17.6h-.16zm-.74.62v-.63h-.24v-.18H29v.18h-.24v.63zm-13.62-2.44h1.07v8.1h-1.07zm9.62 8.11h-1.53v-6.49h4.73v1.32h-3.2v1.21h2.8v1.32h-2.8zm-4.26 0h-1.53v-5.17h-1.92V12.7h5.38v1.32H20.3zm-6.5 2.44a6.4 6.4 0 0 1-3.2 1.45c1 .18 2.05.27 3.14.27c4.22 0 7.92-1.47 9.99-3.57c-1.9 1.25-4.73 1.96-7.89 1.96c-.75 0-1.33-.02-2.03-.1zm-.49-.61c.49-.54.74-1.33.74-2.4v-5.95h-1.02v.93h-.01a1.9 1.9 0 0 0-.8-.81a2.89 2.89 0 0 0-2.55.05c-.39.21-.7.48-.93.82c-.24.34-.4.7-.5 1.1a4.9 4.9 0 0 0 .03 2.46q.18.6.54 1.05a2.62 2.62 0 0 0 2.18.98a2.54 2.54 0 0 0 1.18-.3a1.96 1.96 0 0 0 .84-.88h.02v.43c0 .37-.03.7-.1 1c-.08.3-.19.56-.35.78c-.16.21-.36.38-.6.5c-.25.12-.54.18-.9.18a2.9 2.9 0 0 1-.96-.18h-.02c-2.76-1.04-4.58-2.8-4.58-4.79c0-3.18 4.62-5.76 10.32-5.76c3.17 0 6.02.73 7.91 1.99c-2.06-2.11-5.77-3.6-10-3.6C7.26 8.64 2 11.94 2 16c0 2.77 2.45 5.19 6.07 6.44c2.9.1 4.37-.44 5.24-1.41m-.43-4.33c-.08.3-.19.58-.34.82a1.73 1.73 0 0 1-1.5.8c-.34 0-.64-.08-.87-.23a1.7 1.7 0 0 1-.57-.57a2.5 2.5 0 0 1-.3-.8a4.5 4.5 0 0 1 .02-1.78c.07-.28.18-.54.34-.76a1.71 1.71 0 0 1 1.48-.71c.33 0 .62.06.85.2c.23.13.43.31.57.53c.15.23.25.48.32.75a3.6 3.6 0 0 1 0 1.75"/></svg> </template>
CSS
.icon-file-type-gltf {
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%2386c540%22%20d%3D%22M29.3%2012.91v.62h-.2v-.8h.31l.14.53l.14-.54H30v.8h-.2v-.6l-.17.6h-.16zm-.74.62v-.63h-.24v-.18H29v.18h-.24v.63zm-13.62-2.44h1.07v8.1h-1.07zm9.62%208.11h-1.53v-6.49h4.73v1.32h-3.2v1.21h2.8v1.32h-2.8zm-4.26%200h-1.53v-5.17h-1.92V12.7h5.38v1.32H20.3zm-6.5%202.44a6.4%206.4%200%200%201-3.2%201.45c1%20.18%202.05.27%203.14.27c4.22%200%207.92-1.47%209.99-3.57c-1.9%201.25-4.73%201.96-7.89%201.96c-.75%200-1.33-.02-2.03-.1zm-.49-.61c.49-.54.74-1.33.74-2.4v-5.95h-1.02v.93h-.01a1.9%201.9%200%200%200-.8-.81a2.89%202.89%200%200%200-2.55.05c-.39.21-.7.48-.93.82c-.24.34-.4.7-.5%201.1a4.9%204.9%200%200%200%20.03%202.46q.18.6.54%201.05a2.62%202.62%200%200%200%202.18.98a2.54%202.54%200%200%200%201.18-.3a1.96%201.96%200%200%200%20.84-.88h.02v.43c0%20.37-.03.7-.1%201c-.08.3-.19.56-.35.78c-.16.21-.36.38-.6.5c-.25.12-.54.18-.9.18a2.9%202.9%200%200%201-.96-.18h-.02c-2.76-1.04-4.58-2.8-4.58-4.79c0-3.18%204.62-5.76%2010.32-5.76c3.17%200%206.02.73%207.91%201.99c-2.06-2.11-5.77-3.6-10-3.6C7.26%208.64%202%2011.94%202%2016c0%202.77%202.45%205.19%206.07%206.44c2.9.1%204.37-.44%205.24-1.41m-.43-4.33c-.08.3-.19.58-.34.82a1.73%201.73%200%200%201-1.5.8c-.34%200-.64-.08-.87-.23a1.7%201.7%200%200%201-.57-.57a2.5%202.5%200%200%201-.3-.8a4.5%204.5%200%200%201%20.02-1.78c.07-.28.18-.54.34-.76a1.71%201.71%200%200%201%201.48-.71c.33%200%20.62.06.85.2c.23.13.43.31.57.53c.15.23.25.48.32.75a3.6%203.6%200%200%201%200%201.75%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%2386c540%22%20d%3D%22M29.3%2012.91v.62h-.2v-.8h.31l.14.53l.14-.54H30v.8h-.2v-.6l-.17.6h-.16zm-.74.62v-.63h-.24v-.18H29v.18h-.24v.63zm-13.62-2.44h1.07v8.1h-1.07zm9.62%208.11h-1.53v-6.49h4.73v1.32h-3.2v1.21h2.8v1.32h-2.8zm-4.26%200h-1.53v-5.17h-1.92V12.7h5.38v1.32H20.3zm-6.5%202.44a6.4%206.4%200%200%201-3.2%201.45c1%20.18%202.05.27%203.14.27c4.22%200%207.92-1.47%209.99-3.57c-1.9%201.25-4.73%201.96-7.89%201.96c-.75%200-1.33-.02-2.03-.1zm-.49-.61c.49-.54.74-1.33.74-2.4v-5.95h-1.02v.93h-.01a1.9%201.9%200%200%200-.8-.81a2.89%202.89%200%200%200-2.55.05c-.39.21-.7.48-.93.82c-.24.34-.4.7-.5%201.1a4.9%204.9%200%200%200%20.03%202.46q.18.6.54%201.05a2.62%202.62%200%200%200%202.18.98a2.54%202.54%200%200%200%201.18-.3a1.96%201.96%200%200%200%20.84-.88h.02v.43c0%20.37-.03.7-.1%201c-.08.3-.19.56-.35.78c-.16.21-.36.38-.6.5c-.25.12-.54.18-.9.18a2.9%202.9%200%200%201-.96-.18h-.02c-2.76-1.04-4.58-2.8-4.58-4.79c0-3.18%204.62-5.76%2010.32-5.76c3.17%200%206.02.73%207.91%201.99c-2.06-2.11-5.77-3.6-10-3.6C7.26%208.64%202%2011.94%202%2016c0%202.77%202.45%205.19%206.07%206.44c2.9.1%204.37-.44%205.24-1.41m-.43-4.33c-.08.3-.19.58-.34.82a1.73%201.73%200%200%201-1.5.8c-.34%200-.64-.08-.87-.23a1.7%201.7%200%200%201-.57-.57a2.5%202.5%200%200%201-.3-.8a4.5%204.5%200%200%201%20.02-1.78c.07-.28.18-.54.34-.76a1.71%201.71%200%200%201%201.48-.71c.33%200%20.62.06.85.2c.23.13.43.31.57.53c.15.23.25.48.32.75a3.6%203.6%200%200%201%200%201.75%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-gltf.svg?color=%231a73e8&size=48