file type luau logo
file-type-luau from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-luau
- 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 luau logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00a2ff" d="M2.377 23.747L8.206 1.994l21.752 5.829l-5.828 21.753z"/><path fill="#fff" d="m20.993 13.001l1.165-4.346l4.346 1.164l-1.164 4.347zM6.77 21.34l2.75.73l-.17.63l-3.52-.94L7.39 16l.76.2Zm5.93 1.8a1.6 1.6 0 0 1-1.39.17a1.4 1.4 0 0 1-1-.68a1.77 1.77 0 0 1 0-1.28l.75-2.81l.74.2l-.75 2.78c-.18.66 0 1.05.53 1.2a1.15 1.15 0 0 0 1.3-.33l.84-3.14l.73.2l-1.15 4.31l-.7-.19Zm4.39 1.63a1.7 1.7 0 0 1 0-.48a1.7 1.7 0 0 1-1.37.21a1.64 1.64 0 0 1-1-.64a1.21 1.21 0 0 1-.16-1a1.23 1.23 0 0 1 .79-.9a2.44 2.44 0 0 1 1.54 0l.72.19l.09-.34a.84.84 0 0 0-.07-.67a.94.94 0 0 0-.62-.42a1.07 1.07 0 0 0-.71 0a.59.59 0 0 0-.4.41l-.74-.2a1.07 1.07 0 0 1 .39-.56a1.6 1.6 0 0 1 .75-.31a2.2 2.2 0 0 1 .91.05a1.7 1.7 0 0 1 1.07.69a1.35 1.35 0 0 1 .23 1.2l-.53 2a2.6 2.6 0 0 0-.1 1v.06ZM16 23.89a1.3 1.3 0 0 0 .7 0a1.13 1.13 0 0 0 .58-.34l.24-.89l-.52-.16c-.9-.24-1.43-.1-1.57.43a.69.69 0 0 0 .09.6a1 1 0 0 0 .48.36m5.62 1.65a1.62 1.62 0 0 1-1.4.16a1.4 1.4 0 0 1-.92-.7a1.77 1.77 0 0 1 0-1.28l.75-2.8l.73.19l-.78 2.81c-.18.65 0 1 .53 1.19a1.14 1.14 0 0 0 1.29-.33l.84-3.13l.74.2l-1.15 4.31l-.71-.16Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeLuau(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00a2ff" d="M2.377 23.747L8.206 1.994l21.752 5.829l-5.828 21.753z"/><path fill="#fff" d="m20.993 13.001l1.165-4.346l4.346 1.164l-1.164 4.347zM6.77 21.34l2.75.73l-.17.63l-3.52-.94L7.39 16l.76.2Zm5.93 1.8a1.6 1.6 0 0 1-1.39.17a1.4 1.4 0 0 1-1-.68a1.77 1.77 0 0 1 0-1.28l.75-2.81l.74.2l-.75 2.78c-.18.66 0 1.05.53 1.2a1.15 1.15 0 0 0 1.3-.33l.84-3.14l.73.2l-1.15 4.31l-.7-.19Zm4.39 1.63a1.7 1.7 0 0 1 0-.48a1.7 1.7 0 0 1-1.37.21a1.64 1.64 0 0 1-1-.64a1.21 1.21 0 0 1-.16-1a1.23 1.23 0 0 1 .79-.9a2.44 2.44 0 0 1 1.54 0l.72.19l.09-.34a.84.84 0 0 0-.07-.67a.94.94 0 0 0-.62-.42a1.07 1.07 0 0 0-.71 0a.59.59 0 0 0-.4.41l-.74-.2a1.07 1.07 0 0 1 .39-.56a1.6 1.6 0 0 1 .75-.31a2.2 2.2 0 0 1 .91.05a1.7 1.7 0 0 1 1.07.69a1.35 1.35 0 0 1 .23 1.2l-.53 2a2.6 2.6 0 0 0-.1 1v.06ZM16 23.89a1.3 1.3 0 0 0 .7 0a1.13 1.13 0 0 0 .58-.34l.24-.89l-.52-.16c-.9-.24-1.43-.1-1.57.43a.69.69 0 0 0 .09.6a1 1 0 0 0 .48.36m5.62 1.65a1.62 1.62 0 0 1-1.4.16a1.4 1.4 0 0 1-.92-.7a1.77 1.77 0 0 1 0-1.28l.75-2.8l.73.19l-.78 2.81c-.18.65 0 1 .53 1.19a1.14 1.14 0 0 0 1.29-.33l.84-3.13l.74.2l-1.15 4.31l-.71-.16Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00a2ff" d="M2.377 23.747L8.206 1.994l21.752 5.829l-5.828 21.753z"/><path fill="#fff" d="m20.993 13.001l1.165-4.346l4.346 1.164l-1.164 4.347zM6.77 21.34l2.75.73l-.17.63l-3.52-.94L7.39 16l.76.2Zm5.93 1.8a1.6 1.6 0 0 1-1.39.17a1.4 1.4 0 0 1-1-.68a1.77 1.77 0 0 1 0-1.28l.75-2.81l.74.2l-.75 2.78c-.18.66 0 1.05.53 1.2a1.15 1.15 0 0 0 1.3-.33l.84-3.14l.73.2l-1.15 4.31l-.7-.19Zm4.39 1.63a1.7 1.7 0 0 1 0-.48a1.7 1.7 0 0 1-1.37.21a1.64 1.64 0 0 1-1-.64a1.21 1.21 0 0 1-.16-1a1.23 1.23 0 0 1 .79-.9a2.44 2.44 0 0 1 1.54 0l.72.19l.09-.34a.84.84 0 0 0-.07-.67a.94.94 0 0 0-.62-.42a1.07 1.07 0 0 0-.71 0a.59.59 0 0 0-.4.41l-.74-.2a1.07 1.07 0 0 1 .39-.56a1.6 1.6 0 0 1 .75-.31a2.2 2.2 0 0 1 .91.05a1.7 1.7 0 0 1 1.07.69a1.35 1.35 0 0 1 .23 1.2l-.53 2a2.6 2.6 0 0 0-.1 1v.06ZM16 23.89a1.3 1.3 0 0 0 .7 0a1.13 1.13 0 0 0 .58-.34l.24-.89l-.52-.16c-.9-.24-1.43-.1-1.57.43a.69.69 0 0 0 .09.6a1 1 0 0 0 .48.36m5.62 1.65a1.62 1.62 0 0 1-1.4.16a1.4 1.4 0 0 1-.92-.7a1.77 1.77 0 0 1 0-1.28l.75-2.8l.73.19l-.78 2.81c-.18.65 0 1 .53 1.19a1.14 1.14 0 0 0 1.29-.33l.84-3.13l.74.2l-1.15 4.31l-.71-.16Z"/></svg> </template>
CSS
.icon-file-type-luau {
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%2300a2ff%22%20d%3D%22M2.377%2023.747L8.206%201.994l21.752%205.829l-5.828%2021.753z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m20.993%2013.001l1.165-4.346l4.346%201.164l-1.164%204.347zM6.77%2021.34l2.75.73l-.17.63l-3.52-.94L7.39%2016l.76.2Zm5.93%201.8a1.6%201.6%200%200%201-1.39.17a1.4%201.4%200%200%201-1-.68a1.77%201.77%200%200%201%200-1.28l.75-2.81l.74.2l-.75%202.78c-.18.66%200%201.05.53%201.2a1.15%201.15%200%200%200%201.3-.33l.84-3.14l.73.2l-1.15%204.31l-.7-.19Zm4.39%201.63a1.7%201.7%200%200%201%200-.48a1.7%201.7%200%200%201-1.37.21a1.64%201.64%200%200%201-1-.64a1.21%201.21%200%200%201-.16-1a1.23%201.23%200%200%201%20.79-.9a2.44%202.44%200%200%201%201.54%200l.72.19l.09-.34a.84.84%200%200%200-.07-.67a.94.94%200%200%200-.62-.42a1.07%201.07%200%200%200-.71%200a.59.59%200%200%200-.4.41l-.74-.2a1.07%201.07%200%200%201%20.39-.56a1.6%201.6%200%200%201%20.75-.31a2.2%202.2%200%200%201%20.91.05a1.7%201.7%200%200%201%201.07.69a1.35%201.35%200%200%201%20.23%201.2l-.53%202a2.6%202.6%200%200%200-.1%201v.06ZM16%2023.89a1.3%201.3%200%200%200%20.7%200a1.13%201.13%200%200%200%20.58-.34l.24-.89l-.52-.16c-.9-.24-1.43-.1-1.57.43a.69.69%200%200%200%20.09.6a1%201%200%200%200%20.48.36m5.62%201.65a1.62%201.62%200%200%201-1.4.16a1.4%201.4%200%200%201-.92-.7a1.77%201.77%200%200%201%200-1.28l.75-2.8l.73.19l-.78%202.81c-.18.65%200%201%20.53%201.19a1.14%201.14%200%200%200%201.29-.33l.84-3.13l.74.2l-1.15%204.31l-.71-.16Z%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%2300a2ff%22%20d%3D%22M2.377%2023.747L8.206%201.994l21.752%205.829l-5.828%2021.753z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m20.993%2013.001l1.165-4.346l4.346%201.164l-1.164%204.347zM6.77%2021.34l2.75.73l-.17.63l-3.52-.94L7.39%2016l.76.2Zm5.93%201.8a1.6%201.6%200%200%201-1.39.17a1.4%201.4%200%200%201-1-.68a1.77%201.77%200%200%201%200-1.28l.75-2.81l.74.2l-.75%202.78c-.18.66%200%201.05.53%201.2a1.15%201.15%200%200%200%201.3-.33l.84-3.14l.73.2l-1.15%204.31l-.7-.19Zm4.39%201.63a1.7%201.7%200%200%201%200-.48a1.7%201.7%200%200%201-1.37.21a1.64%201.64%200%200%201-1-.64a1.21%201.21%200%200%201-.16-1a1.23%201.23%200%200%201%20.79-.9a2.44%202.44%200%200%201%201.54%200l.72.19l.09-.34a.84.84%200%200%200-.07-.67a.94.94%200%200%200-.62-.42a1.07%201.07%200%200%200-.71%200a.59.59%200%200%200-.4.41l-.74-.2a1.07%201.07%200%200%201%20.39-.56a1.6%201.6%200%200%201%20.75-.31a2.2%202.2%200%200%201%20.91.05a1.7%201.7%200%200%201%201.07.69a1.35%201.35%200%200%201%20.23%201.2l-.53%202a2.6%202.6%200%200%200-.1%201v.06ZM16%2023.89a1.3%201.3%200%200%200%20.7%200a1.13%201.13%200%200%200%20.58-.34l.24-.89l-.52-.16c-.9-.24-1.43-.1-1.57.43a.69.69%200%200%200%20.09.6a1%201%200%200%200%20.48.36m5.62%201.65a1.62%201.62%200%200%201-1.4.16a1.4%201.4%200%200%201-.92-.7a1.77%201.77%200%200%201%200-1.28l.75-2.8l.73.19l-.78%202.81c-.18.65%200%201%20.53%201.19a1.14%201.14%200%200%200%201.29-.33l.84-3.13l.74.2l-1.15%204.31l-.71-.16Z%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-luau.svg?color=%231a73e8&size=48