file type nunjucks logo

file-type-nunjucks from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-nunjucks
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type nunjucks logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1c4913" d="M2 2h28v28H2zm3.609 3.434v20.253h3.479v-8.815l2.536 8.815h3.474V5.434h-3.5v8.278q-1.266-4.14-2.539-8.278zm17.255 4.8v11.94h-2.528v-3.675c-1.17.274-2.342.542-3.513.814v3.688a4.2 4.2 0 0 0 .077 1.1a2.2 2.2 0 0 0 .863 1.219a2.1 2.1 0 0 0 1.193.371h4.763a4 4 0 0 0 1.08-.08a2.22 2.22 0 0 0 1.247-.931a2.14 2.14 0 0 0 .336-1.209V10.237Z"/><path fill="#fefffc" d="M5.609 5.434h3.45q1.271 4.139 2.538 8.279c-.007-2.759 0-5.518 0-8.278h3.5v20.253h-3.474q-1.27-4.407-2.536-8.815v8.815H5.609zm17.256 4.799h3.514v13.234a2.14 2.14 0 0 1-.336 1.209a2.22 2.22 0 0 1-1.247.931a4 4 0 0 1-1.08.08h-4.763a2.1 2.1 0 0 1-1.193-.371a2.2 2.2 0 0 1-.86-1.216a4.2 4.2 0 0 1-.077-1.1v-3.688c1.171-.273 2.343-.541 3.513-.814v3.675h2.529z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeNunjucks(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1c4913" d="M2 2h28v28H2zm3.609 3.434v20.253h3.479v-8.815l2.536 8.815h3.474V5.434h-3.5v8.278q-1.266-4.14-2.539-8.278zm17.255 4.8v11.94h-2.528v-3.675c-1.17.274-2.342.542-3.513.814v3.688a4.2 4.2 0 0 0 .077 1.1a2.2 2.2 0 0 0 .863 1.219a2.1 2.1 0 0 0 1.193.371h4.763a4 4 0 0 0 1.08-.08a2.22 2.22 0 0 0 1.247-.931a2.14 2.14 0 0 0 .336-1.209V10.237Z"/><path fill="#fefffc" d="M5.609 5.434h3.45q1.271 4.139 2.538 8.279c-.007-2.759 0-5.518 0-8.278h3.5v20.253h-3.474q-1.27-4.407-2.536-8.815v8.815H5.609zm17.256 4.799h3.514v13.234a2.14 2.14 0 0 1-.336 1.209a2.22 2.22 0 0 1-1.247.931a4 4 0 0 1-1.08.08h-4.763a2.1 2.1 0 0 1-1.193-.371a2.2 2.2 0 0 1-.86-1.216a4.2 4.2 0 0 1-.077-1.1v-3.688c1.171-.273 2.343-.541 3.513-.814v3.675h2.529z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1c4913" d="M2 2h28v28H2zm3.609 3.434v20.253h3.479v-8.815l2.536 8.815h3.474V5.434h-3.5v8.278q-1.266-4.14-2.539-8.278zm17.255 4.8v11.94h-2.528v-3.675c-1.17.274-2.342.542-3.513.814v3.688a4.2 4.2 0 0 0 .077 1.1a2.2 2.2 0 0 0 .863 1.219a2.1 2.1 0 0 0 1.193.371h4.763a4 4 0 0 0 1.08-.08a2.22 2.22 0 0 0 1.247-.931a2.14 2.14 0 0 0 .336-1.209V10.237Z"/><path fill="#fefffc" d="M5.609 5.434h3.45q1.271 4.139 2.538 8.279c-.007-2.759 0-5.518 0-8.278h3.5v20.253h-3.474q-1.27-4.407-2.536-8.815v8.815H5.609zm17.256 4.799h3.514v13.234a2.14 2.14 0 0 1-.336 1.209a2.22 2.22 0 0 1-1.247.931a4 4 0 0 1-1.08.08h-4.763a2.1 2.1 0 0 1-1.193-.371a2.2 2.2 0 0 1-.86-1.216a4.2 4.2 0 0 1-.077-1.1v-3.688c1.171-.273 2.343-.541 3.513-.814v3.675h2.529z"/></svg>
</template>

CSS

.icon-file-type-nunjucks {
  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%231c4913%22%20d%3D%22M2%202h28v28H2zm3.609%203.434v20.253h3.479v-8.815l2.536%208.815h3.474V5.434h-3.5v8.278q-1.266-4.14-2.539-8.278zm17.255%204.8v11.94h-2.528v-3.675c-1.17.274-2.342.542-3.513.814v3.688a4.2%204.2%200%200%200%20.077%201.1a2.2%202.2%200%200%200%20.863%201.219a2.1%202.1%200%200%200%201.193.371h4.763a4%204%200%200%200%201.08-.08a2.22%202.22%200%200%200%201.247-.931a2.14%202.14%200%200%200%20.336-1.209V10.237Z%22%2F%3E%3Cpath%20fill%3D%22%23fefffc%22%20d%3D%22M5.609%205.434h3.45q1.271%204.139%202.538%208.279c-.007-2.759%200-5.518%200-8.278h3.5v20.253h-3.474q-1.27-4.407-2.536-8.815v8.815H5.609zm17.256%204.799h3.514v13.234a2.14%202.14%200%200%201-.336%201.209a2.22%202.22%200%200%201-1.247.931a4%204%200%200%201-1.08.08h-4.763a2.1%202.1%200%200%201-1.193-.371a2.2%202.2%200%200%201-.86-1.216a4.2%204.2%200%200%201-.077-1.1v-3.688c1.171-.273%202.343-.541%203.513-.814v3.675h2.529z%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%231c4913%22%20d%3D%22M2%202h28v28H2zm3.609%203.434v20.253h3.479v-8.815l2.536%208.815h3.474V5.434h-3.5v8.278q-1.266-4.14-2.539-8.278zm17.255%204.8v11.94h-2.528v-3.675c-1.17.274-2.342.542-3.513.814v3.688a4.2%204.2%200%200%200%20.077%201.1a2.2%202.2%200%200%200%20.863%201.219a2.1%202.1%200%200%200%201.193.371h4.763a4%204%200%200%200%201.08-.08a2.22%202.22%200%200%200%201.247-.931a2.14%202.14%200%200%200%20.336-1.209V10.237Z%22%2F%3E%3Cpath%20fill%3D%22%23fefffc%22%20d%3D%22M5.609%205.434h3.45q1.271%204.139%202.538%208.279c-.007-2.759%200-5.518%200-8.278h3.5v20.253h-3.474q-1.27-4.407-2.536-8.815v8.815H5.609zm17.256%204.799h3.514v13.234a2.14%202.14%200%200%201-.336%201.209a2.22%202.22%200%200%201-1.247.931a4%204%200%200%201-1.08.08h-4.763a2.1%202.1%200%200%201-1.193-.371a2.2%202.2%200%200%201-.86-1.216a4.2%204.2%200%200%201-.077-1.1v-3.688c1.171-.273%202.343-.541%203.513-.814v3.675h2.529z%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-nunjucks.svg?color=%231a73e8&size=48