file type django logo
file-type-django from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-django
- 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 django logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#44b78b" d="M14.135 4H18.1v18.169a26 26 0 0 1-5.143.535c-4.842-.005-7.362-2.168-7.362-6.322c0-4 2.673-6.6 6.816-6.6a6.5 6.5 0 0 1 1.724.2zm0 9.142a4 4 0 0 0-1.337-.2c-2 0-3.163 1.223-3.163 3.366c0 2.087 1.107 3.239 3.138 3.239a9 9 0 0 0 1.362-.1v-6.3Z"/><path fill="#44b78b" d="M24.4 10.059v9.1c0 3.133-.235 4.639-.923 5.938A6.32 6.32 0 0 1 20.237 28l-3.678-1.733a5.7 5.7 0 0 0 3.141-2.629c.566-1.121.745-2.42.745-5.837v-7.742ZM20.441 4.02h3.964v4.028h-3.964z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeDjango(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#44b78b" d="M14.135 4H18.1v18.169a26 26 0 0 1-5.143.535c-4.842-.005-7.362-2.168-7.362-6.322c0-4 2.673-6.6 6.816-6.6a6.5 6.5 0 0 1 1.724.2zm0 9.142a4 4 0 0 0-1.337-.2c-2 0-3.163 1.223-3.163 3.366c0 2.087 1.107 3.239 3.138 3.239a9 9 0 0 0 1.362-.1v-6.3Z"/><path fill="#44b78b" d="M24.4 10.059v9.1c0 3.133-.235 4.639-.923 5.938A6.32 6.32 0 0 1 20.237 28l-3.678-1.733a5.7 5.7 0 0 0 3.141-2.629c.566-1.121.745-2.42.745-5.837v-7.742ZM20.441 4.02h3.964v4.028h-3.964z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#44b78b" d="M14.135 4H18.1v18.169a26 26 0 0 1-5.143.535c-4.842-.005-7.362-2.168-7.362-6.322c0-4 2.673-6.6 6.816-6.6a6.5 6.5 0 0 1 1.724.2zm0 9.142a4 4 0 0 0-1.337-.2c-2 0-3.163 1.223-3.163 3.366c0 2.087 1.107 3.239 3.138 3.239a9 9 0 0 0 1.362-.1v-6.3Z"/><path fill="#44b78b" d="M24.4 10.059v9.1c0 3.133-.235 4.639-.923 5.938A6.32 6.32 0 0 1 20.237 28l-3.678-1.733a5.7 5.7 0 0 0 3.141-2.629c.566-1.121.745-2.42.745-5.837v-7.742ZM20.441 4.02h3.964v4.028h-3.964z"/></svg> </template>
CSS
.icon-file-type-django {
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%2344b78b%22%20d%3D%22M14.135%204H18.1v18.169a26%2026%200%200%201-5.143.535c-4.842-.005-7.362-2.168-7.362-6.322c0-4%202.673-6.6%206.816-6.6a6.5%206.5%200%200%201%201.724.2zm0%209.142a4%204%200%200%200-1.337-.2c-2%200-3.163%201.223-3.163%203.366c0%202.087%201.107%203.239%203.138%203.239a9%209%200%200%200%201.362-.1v-6.3Z%22%2F%3E%3Cpath%20fill%3D%22%2344b78b%22%20d%3D%22M24.4%2010.059v9.1c0%203.133-.235%204.639-.923%205.938A6.32%206.32%200%200%201%2020.237%2028l-3.678-1.733a5.7%205.7%200%200%200%203.141-2.629c.566-1.121.745-2.42.745-5.837v-7.742ZM20.441%204.02h3.964v4.028h-3.964z%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%2344b78b%22%20d%3D%22M14.135%204H18.1v18.169a26%2026%200%200%201-5.143.535c-4.842-.005-7.362-2.168-7.362-6.322c0-4%202.673-6.6%206.816-6.6a6.5%206.5%200%200%201%201.724.2zm0%209.142a4%204%200%200%200-1.337-.2c-2%200-3.163%201.223-3.163%203.366c0%202.087%201.107%203.239%203.138%203.239a9%209%200%200%200%201.362-.1v-6.3Z%22%2F%3E%3Cpath%20fill%3D%22%2344b78b%22%20d%3D%22M24.4%2010.059v9.1c0%203.133-.235%204.639-.923%205.938A6.32%206.32%200%200%201%2020.237%2028l-3.678-1.733a5.7%205.7%200%200%200%203.141-2.629c.566-1.121.745-2.42.745-5.837v-7.742ZM20.441%204.02h3.964v4.028h-3.964z%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-django.svg?color=%231a73e8&size=48