file type fortran logo
file-type-fortran from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-fortran
- 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 fortran logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="27.33" height="27.33" x="2.34" y="2.34" fill="#734f96" rx="5.08"/><path fill="#fff" d="M6.06 25.5c0-1.09 0-1.19.1-1.19l1.25-.06c1 0 1.18-.06 1.42-.19a.74.74 0 0 0 .39-.37c.12-.23.12-.29.12-7.72c0-7 0-7.5-.1-7.67a1.06 1.06 0 0 0-.63-.5a10 10 0 0 0-1.38-.1H6.06V5.32h19.88v8.82h-1.05a9 9 0 0 1-1.2-.05c-.14 0-.15-.05-.22-.95a12.7 12.7 0 0 0-.35-2.43a3.22 3.22 0 0 0-2.63-2.81c-.57-.1-3.1-.2-5.19-.2h-1.43v6.63h.75a6.3 6.3 0 0 0 1.87-.33a1.88 1.88 0 0 0 .89-.91a5.9 5.9 0 0 0 .39-1.75c0-.33.08-.66.1-.73s0-.13 1.18-.13h1.15v10.58h-2.35v-.61a7.9 7.9 0 0 0-.54-2.66c-.36-.68-1.05-1-2.45-1.08l-.76-.07h-.2v3.34c0 3.51 0 3.65.3 3.94s.43.32 3.22.42c.05 0 .07.28.07 1.19v1.18H6.06Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeFortran(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="27.33" height="27.33" x="2.34" y="2.34" fill="#734f96" rx="5.08"/><path fill="#fff" d="M6.06 25.5c0-1.09 0-1.19.1-1.19l1.25-.06c1 0 1.18-.06 1.42-.19a.74.74 0 0 0 .39-.37c.12-.23.12-.29.12-7.72c0-7 0-7.5-.1-7.67a1.06 1.06 0 0 0-.63-.5a10 10 0 0 0-1.38-.1H6.06V5.32h19.88v8.82h-1.05a9 9 0 0 1-1.2-.05c-.14 0-.15-.05-.22-.95a12.7 12.7 0 0 0-.35-2.43a3.22 3.22 0 0 0-2.63-2.81c-.57-.1-3.1-.2-5.19-.2h-1.43v6.63h.75a6.3 6.3 0 0 0 1.87-.33a1.88 1.88 0 0 0 .89-.91a5.9 5.9 0 0 0 .39-1.75c0-.33.08-.66.1-.73s0-.13 1.18-.13h1.15v10.58h-2.35v-.61a7.9 7.9 0 0 0-.54-2.66c-.36-.68-1.05-1-2.45-1.08l-.76-.07h-.2v3.34c0 3.51 0 3.65.3 3.94s.43.32 3.22.42c.05 0 .07.28.07 1.19v1.18H6.06Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="27.33" height="27.33" x="2.34" y="2.34" fill="#734f96" rx="5.08"/><path fill="#fff" d="M6.06 25.5c0-1.09 0-1.19.1-1.19l1.25-.06c1 0 1.18-.06 1.42-.19a.74.74 0 0 0 .39-.37c.12-.23.12-.29.12-7.72c0-7 0-7.5-.1-7.67a1.06 1.06 0 0 0-.63-.5a10 10 0 0 0-1.38-.1H6.06V5.32h19.88v8.82h-1.05a9 9 0 0 1-1.2-.05c-.14 0-.15-.05-.22-.95a12.7 12.7 0 0 0-.35-2.43a3.22 3.22 0 0 0-2.63-2.81c-.57-.1-3.1-.2-5.19-.2h-1.43v6.63h.75a6.3 6.3 0 0 0 1.87-.33a1.88 1.88 0 0 0 .89-.91a5.9 5.9 0 0 0 .39-1.75c0-.33.08-.66.1-.73s0-.13 1.18-.13h1.15v10.58h-2.35v-.61a7.9 7.9 0 0 0-.54-2.66c-.36-.68-1.05-1-2.45-1.08l-.76-.07h-.2v3.34c0 3.51 0 3.65.3 3.94s.43.32 3.22.42c.05 0 .07.28.07 1.19v1.18H6.06Z"/></svg> </template>
CSS
.icon-file-type-fortran {
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%3Crect%20width%3D%2227.33%22%20height%3D%2227.33%22%20x%3D%222.34%22%20y%3D%222.34%22%20fill%3D%22%23734f96%22%20rx%3D%225.08%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.06%2025.5c0-1.09%200-1.19.1-1.19l1.25-.06c1%200%201.18-.06%201.42-.19a.74.74%200%200%200%20.39-.37c.12-.23.12-.29.12-7.72c0-7%200-7.5-.1-7.67a1.06%201.06%200%200%200-.63-.5a10%2010%200%200%200-1.38-.1H6.06V5.32h19.88v8.82h-1.05a9%209%200%200%201-1.2-.05c-.14%200-.15-.05-.22-.95a12.7%2012.7%200%200%200-.35-2.43a3.22%203.22%200%200%200-2.63-2.81c-.57-.1-3.1-.2-5.19-.2h-1.43v6.63h.75a6.3%206.3%200%200%200%201.87-.33a1.88%201.88%200%200%200%20.89-.91a5.9%205.9%200%200%200%20.39-1.75c0-.33.08-.66.1-.73s0-.13%201.18-.13h1.15v10.58h-2.35v-.61a7.9%207.9%200%200%200-.54-2.66c-.36-.68-1.05-1-2.45-1.08l-.76-.07h-.2v3.34c0%203.51%200%203.65.3%203.94s.43.32%203.22.42c.05%200%20.07.28.07%201.19v1.18H6.06Z%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%3Crect%20width%3D%2227.33%22%20height%3D%2227.33%22%20x%3D%222.34%22%20y%3D%222.34%22%20fill%3D%22%23734f96%22%20rx%3D%225.08%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.06%2025.5c0-1.09%200-1.19.1-1.19l1.25-.06c1%200%201.18-.06%201.42-.19a.74.74%200%200%200%20.39-.37c.12-.23.12-.29.12-7.72c0-7%200-7.5-.1-7.67a1.06%201.06%200%200%200-.63-.5a10%2010%200%200%200-1.38-.1H6.06V5.32h19.88v8.82h-1.05a9%209%200%200%201-1.2-.05c-.14%200-.15-.05-.22-.95a12.7%2012.7%200%200%200-.35-2.43a3.22%203.22%200%200%200-2.63-2.81c-.57-.1-3.1-.2-5.19-.2h-1.43v6.63h.75a6.3%206.3%200%200%200%201.87-.33a1.88%201.88%200%200%200%20.89-.91a5.9%205.9%200%200%200%20.39-1.75c0-.33.08-.66.1-.73s0-.13%201.18-.13h1.15v10.58h-2.35v-.61a7.9%207.9%200%200%200-.54-2.66c-.36-.68-1.05-1-2.45-1.08l-.76-.07h-.2v3.34c0%203.51%200%203.65.3%203.94s.43.32%203.22.42c.05%200%20.07.28.07%201.19v1.18H6.06Z%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-fortran.svg?color=%231a73e8&size=48