file type antlr logo
file-type-antlr from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-antlr
- 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 antlr logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fefefe" d="M14.177 7.278a2.08 2.08 0 0 1 3.041-.8a3.6 3.6 0 0 1 .982 1.544c1.356 3.122 2.9 6.165 4.119 9.345c.645 1.5 1.429 2.938 1.994 4.468a1.455 1.455 0 0 1-2.258 1.376c-2.8-1.572-5.628-3.094-8.385-4.731c2.009.008 4.018-.008 6.025.013a20 20 0 0 0-1.288-2.918c-.781-1.858-1.6-3.7-2.358-5.565a9.8 9.8 0 0 0-1.032 2.125c-1.3 3.182-2.87 6.241-4.136 9.435c-.281.59-.424 1.344-1.035 1.69a1.447 1.447 0 0 1-2.094-.738c-.241-.61.151-1.2.382-1.743c.779-1.725 1.645-3.413 2.283-5.2c1.233-2.779 2.499-5.538 3.76-8.301"/><path fill="#e44a32" d="M13.817 2.2a13.923 13.923 0 0 1 15.709 10.349a13.73 13.73 0 0 1-2.082 11.519a14.074 14.074 0 0 1-19.706 3.225a13.85 13.85 0 0 1-5.615-9.483a14.15 14.15 0 0 1 1.328-7.96A13.96 13.96 0 0 1 13.817 2.2m.359 5.08c-1.261 2.762-2.526 5.525-3.762 8.3c-.638 1.786-1.5 3.473-2.283 5.2c-.231.542-.623 1.133-.382 1.743a1.447 1.447 0 0 0 2.094.738c.61-.347.753-1.1 1.035-1.69c1.266-3.194 2.833-6.253 4.136-9.435a9.8 9.8 0 0 1 1.032-2.125c.756 1.868 1.577 3.707 2.358 5.565a20 20 0 0 1 1.288 2.918c-2.007-.02-4.016-.005-6.025-.013c2.757 1.637 5.588 3.159 8.385 4.731a1.455 1.455 0 0 0 2.258-1.376c-.565-1.529-1.349-2.971-1.994-4.468c-1.22-3.179-2.762-6.223-4.119-9.345a3.6 3.6 0 0 0-.982-1.544a2.08 2.08 0 0 0-3.038.799Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeAntlr(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fefefe" d="M14.177 7.278a2.08 2.08 0 0 1 3.041-.8a3.6 3.6 0 0 1 .982 1.544c1.356 3.122 2.9 6.165 4.119 9.345c.645 1.5 1.429 2.938 1.994 4.468a1.455 1.455 0 0 1-2.258 1.376c-2.8-1.572-5.628-3.094-8.385-4.731c2.009.008 4.018-.008 6.025.013a20 20 0 0 0-1.288-2.918c-.781-1.858-1.6-3.7-2.358-5.565a9.8 9.8 0 0 0-1.032 2.125c-1.3 3.182-2.87 6.241-4.136 9.435c-.281.59-.424 1.344-1.035 1.69a1.447 1.447 0 0 1-2.094-.738c-.241-.61.151-1.2.382-1.743c.779-1.725 1.645-3.413 2.283-5.2c1.233-2.779 2.499-5.538 3.76-8.301"/><path fill="#e44a32" d="M13.817 2.2a13.923 13.923 0 0 1 15.709 10.349a13.73 13.73 0 0 1-2.082 11.519a14.074 14.074 0 0 1-19.706 3.225a13.85 13.85 0 0 1-5.615-9.483a14.15 14.15 0 0 1 1.328-7.96A13.96 13.96 0 0 1 13.817 2.2m.359 5.08c-1.261 2.762-2.526 5.525-3.762 8.3c-.638 1.786-1.5 3.473-2.283 5.2c-.231.542-.623 1.133-.382 1.743a1.447 1.447 0 0 0 2.094.738c.61-.347.753-1.1 1.035-1.69c1.266-3.194 2.833-6.253 4.136-9.435a9.8 9.8 0 0 1 1.032-2.125c.756 1.868 1.577 3.707 2.358 5.565a20 20 0 0 1 1.288 2.918c-2.007-.02-4.016-.005-6.025-.013c2.757 1.637 5.588 3.159 8.385 4.731a1.455 1.455 0 0 0 2.258-1.376c-.565-1.529-1.349-2.971-1.994-4.468c-1.22-3.179-2.762-6.223-4.119-9.345a3.6 3.6 0 0 0-.982-1.544a2.08 2.08 0 0 0-3.038.799Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fefefe" d="M14.177 7.278a2.08 2.08 0 0 1 3.041-.8a3.6 3.6 0 0 1 .982 1.544c1.356 3.122 2.9 6.165 4.119 9.345c.645 1.5 1.429 2.938 1.994 4.468a1.455 1.455 0 0 1-2.258 1.376c-2.8-1.572-5.628-3.094-8.385-4.731c2.009.008 4.018-.008 6.025.013a20 20 0 0 0-1.288-2.918c-.781-1.858-1.6-3.7-2.358-5.565a9.8 9.8 0 0 0-1.032 2.125c-1.3 3.182-2.87 6.241-4.136 9.435c-.281.59-.424 1.344-1.035 1.69a1.447 1.447 0 0 1-2.094-.738c-.241-.61.151-1.2.382-1.743c.779-1.725 1.645-3.413 2.283-5.2c1.233-2.779 2.499-5.538 3.76-8.301"/><path fill="#e44a32" d="M13.817 2.2a13.923 13.923 0 0 1 15.709 10.349a13.73 13.73 0 0 1-2.082 11.519a14.074 14.074 0 0 1-19.706 3.225a13.85 13.85 0 0 1-5.615-9.483a14.15 14.15 0 0 1 1.328-7.96A13.96 13.96 0 0 1 13.817 2.2m.359 5.08c-1.261 2.762-2.526 5.525-3.762 8.3c-.638 1.786-1.5 3.473-2.283 5.2c-.231.542-.623 1.133-.382 1.743a1.447 1.447 0 0 0 2.094.738c.61-.347.753-1.1 1.035-1.69c1.266-3.194 2.833-6.253 4.136-9.435a9.8 9.8 0 0 1 1.032-2.125c.756 1.868 1.577 3.707 2.358 5.565a20 20 0 0 1 1.288 2.918c-2.007-.02-4.016-.005-6.025-.013c2.757 1.637 5.588 3.159 8.385 4.731a1.455 1.455 0 0 0 2.258-1.376c-.565-1.529-1.349-2.971-1.994-4.468c-1.22-3.179-2.762-6.223-4.119-9.345a3.6 3.6 0 0 0-.982-1.544a2.08 2.08 0 0 0-3.038.799Z"/></svg> </template>
CSS
.icon-file-type-antlr {
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%23fefefe%22%20d%3D%22M14.177%207.278a2.08%202.08%200%200%201%203.041-.8a3.6%203.6%200%200%201%20.982%201.544c1.356%203.122%202.9%206.165%204.119%209.345c.645%201.5%201.429%202.938%201.994%204.468a1.455%201.455%200%200%201-2.258%201.376c-2.8-1.572-5.628-3.094-8.385-4.731c2.009.008%204.018-.008%206.025.013a20%2020%200%200%200-1.288-2.918c-.781-1.858-1.6-3.7-2.358-5.565a9.8%209.8%200%200%200-1.032%202.125c-1.3%203.182-2.87%206.241-4.136%209.435c-.281.59-.424%201.344-1.035%201.69a1.447%201.447%200%200%201-2.094-.738c-.241-.61.151-1.2.382-1.743c.779-1.725%201.645-3.413%202.283-5.2c1.233-2.779%202.499-5.538%203.76-8.301%22%2F%3E%3Cpath%20fill%3D%22%23e44a32%22%20d%3D%22M13.817%202.2a13.923%2013.923%200%200%201%2015.709%2010.349a13.73%2013.73%200%200%201-2.082%2011.519a14.074%2014.074%200%200%201-19.706%203.225a13.85%2013.85%200%200%201-5.615-9.483a14.15%2014.15%200%200%201%201.328-7.96A13.96%2013.96%200%200%201%2013.817%202.2m.359%205.08c-1.261%202.762-2.526%205.525-3.762%208.3c-.638%201.786-1.5%203.473-2.283%205.2c-.231.542-.623%201.133-.382%201.743a1.447%201.447%200%200%200%202.094.738c.61-.347.753-1.1%201.035-1.69c1.266-3.194%202.833-6.253%204.136-9.435a9.8%209.8%200%200%201%201.032-2.125c.756%201.868%201.577%203.707%202.358%205.565a20%2020%200%200%201%201.288%202.918c-2.007-.02-4.016-.005-6.025-.013c2.757%201.637%205.588%203.159%208.385%204.731a1.455%201.455%200%200%200%202.258-1.376c-.565-1.529-1.349-2.971-1.994-4.468c-1.22-3.179-2.762-6.223-4.119-9.345a3.6%203.6%200%200%200-.982-1.544a2.08%202.08%200%200%200-3.038.799Z%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%23fefefe%22%20d%3D%22M14.177%207.278a2.08%202.08%200%200%201%203.041-.8a3.6%203.6%200%200%201%20.982%201.544c1.356%203.122%202.9%206.165%204.119%209.345c.645%201.5%201.429%202.938%201.994%204.468a1.455%201.455%200%200%201-2.258%201.376c-2.8-1.572-5.628-3.094-8.385-4.731c2.009.008%204.018-.008%206.025.013a20%2020%200%200%200-1.288-2.918c-.781-1.858-1.6-3.7-2.358-5.565a9.8%209.8%200%200%200-1.032%202.125c-1.3%203.182-2.87%206.241-4.136%209.435c-.281.59-.424%201.344-1.035%201.69a1.447%201.447%200%200%201-2.094-.738c-.241-.61.151-1.2.382-1.743c.779-1.725%201.645-3.413%202.283-5.2c1.233-2.779%202.499-5.538%203.76-8.301%22%2F%3E%3Cpath%20fill%3D%22%23e44a32%22%20d%3D%22M13.817%202.2a13.923%2013.923%200%200%201%2015.709%2010.349a13.73%2013.73%200%200%201-2.082%2011.519a14.074%2014.074%200%200%201-19.706%203.225a13.85%2013.85%200%200%201-5.615-9.483a14.15%2014.15%200%200%201%201.328-7.96A13.96%2013.96%200%200%201%2013.817%202.2m.359%205.08c-1.261%202.762-2.526%205.525-3.762%208.3c-.638%201.786-1.5%203.473-2.283%205.2c-.231.542-.623%201.133-.382%201.743a1.447%201.447%200%200%200%202.094.738c.61-.347.753-1.1%201.035-1.69c1.266-3.194%202.833-6.253%204.136-9.435a9.8%209.8%200%200%201%201.032-2.125c.756%201.868%201.577%203.707%202.358%205.565a20%2020%200%200%201%201.288%202.918c-2.007-.02-4.016-.005-6.025-.013c2.757%201.637%205.588%203.159%208.385%204.731a1.455%201.455%200%200%200%202.258-1.376c-.565-1.529-1.349-2.971-1.994-4.468c-1.22-3.179-2.762-6.223-4.119-9.345a3.6%203.6%200%200%200-.982-1.544a2.08%202.08%200%200%200-3.038.799Z%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-antlr.svg?color=%231a73e8&size=48