file type lex logo
file-type-lex from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-lex
- 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 lex logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#795548" d="M24.861 8.27a3.494 3.494 0 0 1 4.18 2.09a2.1 2.1 0 0 1 0 1.045c-1.085 4.3-15.788 17.167-20.9 17.766a5 5 0 0 1-1.045 0c-2.288-.246-4.439-2.112-4.18-3.135c.175-.693 1.432-.9 2.09-1.045c7.739-1.677 17.086-12.408 18.811-15.676a2.26 2.26 0 0 1 1.044-1.045"/><path fill="#b50000" d="M15.743 24.948c.675.617 1.414 1.314 2.3 2.025c3.946 3.168 6.523 3.166 7.231 2.943a1.02 1.02 0 0 0 .581-.4a1.76 1.76 0 0 0-.29-1.744c-.519-.748-1.314-.955-1.236-1.272a.35.35 0 0 1 .255-.218c.562-.142.938 1.226 1.853 1.344c.66.086 1.4-.5 1.381-.908c-.015-.324-.508-.349-.727-.909c-.155-.4.049-.5-.073-.981c-.156-.619-.542-.656-.69-1.235c-.108-.422.067-.516.072-1.09a6.3 6.3 0 0 0-.508-1.781a19 19 0 0 0-.654-1.853c-.341-.8-.529-1.027-1.054-2.035c-.572-1.1-.853-1.794-1.017-2.143c-1.026-2.177-3.847-4.235-6.178-5.378c-2.445-1.2-3.978-1.208-4.687-2.725c-.339-.727-.084-.933-.545-1.89c-.077-.158-1.252-2.518-3.235-2.688a4.1 4.1 0 0 0-1.344.146a3.9 3.9 0 0 0-1.127.544c-.234.158-.8.538-1.368.96a.3.3 0 0 0-.049-.234a.465.465 0 0 0-.617 0c-.139.155-.069.466.054.7c-.6.479-1.066.933-.963 1.113c.195.343 2.054-.976 3.343-.181a1.8 1.8 0 0 1 .48.44a8.3 8.3 0 0 1-.371 2.689a9.2 9.2 0 0 1-1.126 2.58c-.134.2-.4.586-.364.618c.058.046.721-.718.968-.906a3 3 0 0 0-.1.365c-.409.685-1.319 2.007-1.159 2.14c.1.081.506-.344.617-.255c.231.185-1.2 2.26-1.017 2.4c.113.085.734-.644.872-.545c.181.13-.684 1.54-.545 1.635s1.334-1.535 1.6-1.381c.215.125-.352 1.324-.182 1.417c.1.057.455-.318.811-.789a5.5 5.5 0 0 0 .352 1.734a10 10 0 0 0 .872 1.49c.927 1.579.761 1.914 1.417 2.543a6.1 6.1 0 0 0 1.526.945a13 13 0 0 0 1.781.763A6 6 0 0 1 14.663 24"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeLex(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#795548" d="M24.861 8.27a3.494 3.494 0 0 1 4.18 2.09a2.1 2.1 0 0 1 0 1.045c-1.085 4.3-15.788 17.167-20.9 17.766a5 5 0 0 1-1.045 0c-2.288-.246-4.439-2.112-4.18-3.135c.175-.693 1.432-.9 2.09-1.045c7.739-1.677 17.086-12.408 18.811-15.676a2.26 2.26 0 0 1 1.044-1.045"/><path fill="#b50000" d="M15.743 24.948c.675.617 1.414 1.314 2.3 2.025c3.946 3.168 6.523 3.166 7.231 2.943a1.02 1.02 0 0 0 .581-.4a1.76 1.76 0 0 0-.29-1.744c-.519-.748-1.314-.955-1.236-1.272a.35.35 0 0 1 .255-.218c.562-.142.938 1.226 1.853 1.344c.66.086 1.4-.5 1.381-.908c-.015-.324-.508-.349-.727-.909c-.155-.4.049-.5-.073-.981c-.156-.619-.542-.656-.69-1.235c-.108-.422.067-.516.072-1.09a6.3 6.3 0 0 0-.508-1.781a19 19 0 0 0-.654-1.853c-.341-.8-.529-1.027-1.054-2.035c-.572-1.1-.853-1.794-1.017-2.143c-1.026-2.177-3.847-4.235-6.178-5.378c-2.445-1.2-3.978-1.208-4.687-2.725c-.339-.727-.084-.933-.545-1.89c-.077-.158-1.252-2.518-3.235-2.688a4.1 4.1 0 0 0-1.344.146a3.9 3.9 0 0 0-1.127.544c-.234.158-.8.538-1.368.96a.3.3 0 0 0-.049-.234a.465.465 0 0 0-.617 0c-.139.155-.069.466.054.7c-.6.479-1.066.933-.963 1.113c.195.343 2.054-.976 3.343-.181a1.8 1.8 0 0 1 .48.44a8.3 8.3 0 0 1-.371 2.689a9.2 9.2 0 0 1-1.126 2.58c-.134.2-.4.586-.364.618c.058.046.721-.718.968-.906a3 3 0 0 0-.1.365c-.409.685-1.319 2.007-1.159 2.14c.1.081.506-.344.617-.255c.231.185-1.2 2.26-1.017 2.4c.113.085.734-.644.872-.545c.181.13-.684 1.54-.545 1.635s1.334-1.535 1.6-1.381c.215.125-.352 1.324-.182 1.417c.1.057.455-.318.811-.789a5.5 5.5 0 0 0 .352 1.734a10 10 0 0 0 .872 1.49c.927 1.579.761 1.914 1.417 2.543a6.1 6.1 0 0 0 1.526.945a13 13 0 0 0 1.781.763A6 6 0 0 1 14.663 24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#795548" d="M24.861 8.27a3.494 3.494 0 0 1 4.18 2.09a2.1 2.1 0 0 1 0 1.045c-1.085 4.3-15.788 17.167-20.9 17.766a5 5 0 0 1-1.045 0c-2.288-.246-4.439-2.112-4.18-3.135c.175-.693 1.432-.9 2.09-1.045c7.739-1.677 17.086-12.408 18.811-15.676a2.26 2.26 0 0 1 1.044-1.045"/><path fill="#b50000" d="M15.743 24.948c.675.617 1.414 1.314 2.3 2.025c3.946 3.168 6.523 3.166 7.231 2.943a1.02 1.02 0 0 0 .581-.4a1.76 1.76 0 0 0-.29-1.744c-.519-.748-1.314-.955-1.236-1.272a.35.35 0 0 1 .255-.218c.562-.142.938 1.226 1.853 1.344c.66.086 1.4-.5 1.381-.908c-.015-.324-.508-.349-.727-.909c-.155-.4.049-.5-.073-.981c-.156-.619-.542-.656-.69-1.235c-.108-.422.067-.516.072-1.09a6.3 6.3 0 0 0-.508-1.781a19 19 0 0 0-.654-1.853c-.341-.8-.529-1.027-1.054-2.035c-.572-1.1-.853-1.794-1.017-2.143c-1.026-2.177-3.847-4.235-6.178-5.378c-2.445-1.2-3.978-1.208-4.687-2.725c-.339-.727-.084-.933-.545-1.89c-.077-.158-1.252-2.518-3.235-2.688a4.1 4.1 0 0 0-1.344.146a3.9 3.9 0 0 0-1.127.544c-.234.158-.8.538-1.368.96a.3.3 0 0 0-.049-.234a.465.465 0 0 0-.617 0c-.139.155-.069.466.054.7c-.6.479-1.066.933-.963 1.113c.195.343 2.054-.976 3.343-.181a1.8 1.8 0 0 1 .48.44a8.3 8.3 0 0 1-.371 2.689a9.2 9.2 0 0 1-1.126 2.58c-.134.2-.4.586-.364.618c.058.046.721-.718.968-.906a3 3 0 0 0-.1.365c-.409.685-1.319 2.007-1.159 2.14c.1.081.506-.344.617-.255c.231.185-1.2 2.26-1.017 2.4c.113.085.734-.644.872-.545c.181.13-.684 1.54-.545 1.635s1.334-1.535 1.6-1.381c.215.125-.352 1.324-.182 1.417c.1.057.455-.318.811-.789a5.5 5.5 0 0 0 .352 1.734a10 10 0 0 0 .872 1.49c.927 1.579.761 1.914 1.417 2.543a6.1 6.1 0 0 0 1.526.945a13 13 0 0 0 1.781.763A6 6 0 0 1 14.663 24"/></svg> </template>
CSS
.icon-file-type-lex {
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%23795548%22%20d%3D%22M24.861%208.27a3.494%203.494%200%200%201%204.18%202.09a2.1%202.1%200%200%201%200%201.045c-1.085%204.3-15.788%2017.167-20.9%2017.766a5%205%200%200%201-1.045%200c-2.288-.246-4.439-2.112-4.18-3.135c.175-.693%201.432-.9%202.09-1.045c7.739-1.677%2017.086-12.408%2018.811-15.676a2.26%202.26%200%200%201%201.044-1.045%22%2F%3E%3Cpath%20fill%3D%22%23b50000%22%20d%3D%22M15.743%2024.948c.675.617%201.414%201.314%202.3%202.025c3.946%203.168%206.523%203.166%207.231%202.943a1.02%201.02%200%200%200%20.581-.4a1.76%201.76%200%200%200-.29-1.744c-.519-.748-1.314-.955-1.236-1.272a.35.35%200%200%201%20.255-.218c.562-.142.938%201.226%201.853%201.344c.66.086%201.4-.5%201.381-.908c-.015-.324-.508-.349-.727-.909c-.155-.4.049-.5-.073-.981c-.156-.619-.542-.656-.69-1.235c-.108-.422.067-.516.072-1.09a6.3%206.3%200%200%200-.508-1.781a19%2019%200%200%200-.654-1.853c-.341-.8-.529-1.027-1.054-2.035c-.572-1.1-.853-1.794-1.017-2.143c-1.026-2.177-3.847-4.235-6.178-5.378c-2.445-1.2-3.978-1.208-4.687-2.725c-.339-.727-.084-.933-.545-1.89c-.077-.158-1.252-2.518-3.235-2.688a4.1%204.1%200%200%200-1.344.146a3.9%203.9%200%200%200-1.127.544c-.234.158-.8.538-1.368.96a.3.3%200%200%200-.049-.234a.465.465%200%200%200-.617%200c-.139.155-.069.466.054.7c-.6.479-1.066.933-.963%201.113c.195.343%202.054-.976%203.343-.181a1.8%201.8%200%200%201%20.48.44a8.3%208.3%200%200%201-.371%202.689a9.2%209.2%200%200%201-1.126%202.58c-.134.2-.4.586-.364.618c.058.046.721-.718.968-.906a3%203%200%200%200-.1.365c-.409.685-1.319%202.007-1.159%202.14c.1.081.506-.344.617-.255c.231.185-1.2%202.26-1.017%202.4c.113.085.734-.644.872-.545c.181.13-.684%201.54-.545%201.635s1.334-1.535%201.6-1.381c.215.125-.352%201.324-.182%201.417c.1.057.455-.318.811-.789a5.5%205.5%200%200%200%20.352%201.734a10%2010%200%200%200%20.872%201.49c.927%201.579.761%201.914%201.417%202.543a6.1%206.1%200%200%200%201.526.945a13%2013%200%200%200%201.781.763A6%206%200%200%201%2014.663%2024%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%23795548%22%20d%3D%22M24.861%208.27a3.494%203.494%200%200%201%204.18%202.09a2.1%202.1%200%200%201%200%201.045c-1.085%204.3-15.788%2017.167-20.9%2017.766a5%205%200%200%201-1.045%200c-2.288-.246-4.439-2.112-4.18-3.135c.175-.693%201.432-.9%202.09-1.045c7.739-1.677%2017.086-12.408%2018.811-15.676a2.26%202.26%200%200%201%201.044-1.045%22%2F%3E%3Cpath%20fill%3D%22%23b50000%22%20d%3D%22M15.743%2024.948c.675.617%201.414%201.314%202.3%202.025c3.946%203.168%206.523%203.166%207.231%202.943a1.02%201.02%200%200%200%20.581-.4a1.76%201.76%200%200%200-.29-1.744c-.519-.748-1.314-.955-1.236-1.272a.35.35%200%200%201%20.255-.218c.562-.142.938%201.226%201.853%201.344c.66.086%201.4-.5%201.381-.908c-.015-.324-.508-.349-.727-.909c-.155-.4.049-.5-.073-.981c-.156-.619-.542-.656-.69-1.235c-.108-.422.067-.516.072-1.09a6.3%206.3%200%200%200-.508-1.781a19%2019%200%200%200-.654-1.853c-.341-.8-.529-1.027-1.054-2.035c-.572-1.1-.853-1.794-1.017-2.143c-1.026-2.177-3.847-4.235-6.178-5.378c-2.445-1.2-3.978-1.208-4.687-2.725c-.339-.727-.084-.933-.545-1.89c-.077-.158-1.252-2.518-3.235-2.688a4.1%204.1%200%200%200-1.344.146a3.9%203.9%200%200%200-1.127.544c-.234.158-.8.538-1.368.96a.3.3%200%200%200-.049-.234a.465.465%200%200%200-.617%200c-.139.155-.069.466.054.7c-.6.479-1.066.933-.963%201.113c.195.343%202.054-.976%203.343-.181a1.8%201.8%200%200%201%20.48.44a8.3%208.3%200%200%201-.371%202.689a9.2%209.2%200%200%201-1.126%202.58c-.134.2-.4.586-.364.618c.058.046.721-.718.968-.906a3%203%200%200%200-.1.365c-.409.685-1.319%202.007-1.159%202.14c.1.081.506-.344.617-.255c.231.185-1.2%202.26-1.017%202.4c.113.085.734-.644.872-.545c.181.13-.684%201.54-.545%201.635s1.334-1.535%201.6-1.381c.215.125-.352%201.324-.182%201.417c.1.057.455-.318.811-.789a5.5%205.5%200%200%200%20.352%201.734a10%2010%200%200%200%20.872%201.49c.927%201.579.761%201.914%201.417%202.543a6.1%206.1%200%200%200%201.526.945a13%2013%200%200%200%201.781.763A6%206%200%200%201%2014.663%2024%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-lex.svg?color=%231a73e8&size=48