file type formkit logo
file-type-formkit from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-formkit
- 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 formkit logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGCjm3ebVq" x1="217.28" x2="217.34" y1="987.61" y2="987.51" gradientTransform="matrix(300 0 0 -300 -65182 296286.64)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f79259"/><stop offset="1" stop-color="#f8ce68"/></linearGradient></defs><path fill="url(#SVGCjm3ebVq)" fill-rule="evenodd" d="M30.07 25.39v4.67h-14v-4.67ZM6.74 20.73v4.66H2.07v-4.66Zm4.66-4.67v4.67H6.74v-4.67Zm4.67-4.67v4.67H11.4v-4.67ZM11.4 6.73v4.66H6.74V6.73ZM6.74 2.06v4.67H2.07V2.06Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeFormkit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGCjm3ebVq" x1="217.28" x2="217.34" y1="987.61" y2="987.51" gradientTransform="matrix(300 0 0 -300 -65182 296286.64)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#f79259"/><stop offset="1" stopColor="#f8ce68"/></linearGradient></defs><path fill="url(#SVGCjm3ebVq)" fillRule="evenodd" d="M30.07 25.39v4.67h-14v-4.67ZM6.74 20.73v4.66H2.07v-4.66Zm4.66-4.67v4.67H6.74v-4.67Zm4.67-4.67v4.67H11.4v-4.67ZM11.4 6.73v4.66H6.74V6.73ZM6.74 2.06v4.67H2.07V2.06Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGCjm3ebVq" x1="217.28" x2="217.34" y1="987.61" y2="987.51" gradientTransform="matrix(300 0 0 -300 -65182 296286.64)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f79259"/><stop offset="1" stop-color="#f8ce68"/></linearGradient></defs><path fill="url(#SVGCjm3ebVq)" fill-rule="evenodd" d="M30.07 25.39v4.67h-14v-4.67ZM6.74 20.73v4.66H2.07v-4.66Zm4.66-4.67v4.67H6.74v-4.67Zm4.67-4.67v4.67H11.4v-4.67ZM11.4 6.73v4.66H6.74V6.73ZM6.74 2.06v4.67H2.07V2.06Z"/></svg> </template>
CSS
.icon-file-type-formkit {
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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGCjm3ebVq%22%20x1%3D%22217.28%22%20x2%3D%22217.34%22%20y1%3D%22987.61%22%20y2%3D%22987.51%22%20gradientTransform%3D%22matrix(300%200%200%20-300%20-65182%20296286.64)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f79259%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f8ce68%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGCjm3ebVq)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M30.07%2025.39v4.67h-14v-4.67ZM6.74%2020.73v4.66H2.07v-4.66Zm4.66-4.67v4.67H6.74v-4.67Zm4.67-4.67v4.67H11.4v-4.67ZM11.4%206.73v4.66H6.74V6.73ZM6.74%202.06v4.67H2.07V2.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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGCjm3ebVq%22%20x1%3D%22217.28%22%20x2%3D%22217.34%22%20y1%3D%22987.61%22%20y2%3D%22987.51%22%20gradientTransform%3D%22matrix(300%200%200%20-300%20-65182%20296286.64)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f79259%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f8ce68%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGCjm3ebVq)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M30.07%2025.39v4.67h-14v-4.67ZM6.74%2020.73v4.66H2.07v-4.66Zm4.66-4.67v4.67H6.74v-4.67Zm4.67-4.67v4.67H11.4v-4.67ZM11.4%206.73v4.66H6.74V6.73ZM6.74%202.06v4.67H2.07V2.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-formkit.svg?color=%231a73e8&size=48