file type style logo
file-type-style from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-style
- 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 style logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1572b6" d="M5.902 27.201L3.656 2h24.688l-2.249 25.197L15.985 30z"/><path fill="#33a9dc" d="m16 27.858l8.17-2.265l1.922-21.532H16z"/><path fill="#ebebeb" d="M7.347 14.714c2.254 0 2.572-.913 2.572-1.734a10 10 0 0 0-.256-1.966a10 10 0 0 1-.253-1.945C9.409 6.913 11.314 6 14.013 6h.667v1.289h-.571c-1.874 0-2.507.749-2.507 2.014a7.5 7.5 0 0 0 .222 1.663a8.2 8.2 0 0 1 .222 1.779c.031 1.5-.858 2.248-2.288 2.531v.046a2.4 2.4 0 0 1 2.288 2.554a8 8 0 0 1-.222 1.779a7.7 7.7 0 0 0-.222 1.688c0 1.31.729 2.037 2.507 2.037h.571v1.287h-.667c-2.634 0-4.6-.843-4.6-3.208a10 10 0 0 1 .253-1.92a9.6 9.6 0 0 0 .256-1.9c0-.727-.318-1.734-2.572-1.734Z"/><path fill="#fff" d="M24.68 15.906c-2.254 0-2.572 1.007-2.572 1.733a10 10 0 0 0 .253 1.9a10 10 0 0 1 .256 1.92c0 2.365-2 3.209-4.6 3.209h-.667v-1.29h.54c1.778-.023 2.538-.727 2.538-2.037a10.5 10.5 0 0 0-.222-1.688a8 8 0 0 1-.253-1.779a2.445 2.445 0 0 1 2.285-2.553v-.046a2.44 2.44 0 0 1-2.285-2.53a8.2 8.2 0 0 1 .253-1.779a10 10 0 0 0 .219-1.666c0-1.264-.667-1.991-2.507-2.014h-.571V6h.636c2.7 0 4.635.913 4.635 3.068a10 10 0 0 1-.256 1.945a10.4 10.4 0 0 0-.253 1.966c0 .82.318 1.733 2.572 1.733Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeStyle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1572b6" d="M5.902 27.201L3.656 2h24.688l-2.249 25.197L15.985 30z"/><path fill="#33a9dc" d="m16 27.858l8.17-2.265l1.922-21.532H16z"/><path fill="#ebebeb" d="M7.347 14.714c2.254 0 2.572-.913 2.572-1.734a10 10 0 0 0-.256-1.966a10 10 0 0 1-.253-1.945C9.409 6.913 11.314 6 14.013 6h.667v1.289h-.571c-1.874 0-2.507.749-2.507 2.014a7.5 7.5 0 0 0 .222 1.663a8.2 8.2 0 0 1 .222 1.779c.031 1.5-.858 2.248-2.288 2.531v.046a2.4 2.4 0 0 1 2.288 2.554a8 8 0 0 1-.222 1.779a7.7 7.7 0 0 0-.222 1.688c0 1.31.729 2.037 2.507 2.037h.571v1.287h-.667c-2.634 0-4.6-.843-4.6-3.208a10 10 0 0 1 .253-1.92a9.6 9.6 0 0 0 .256-1.9c0-.727-.318-1.734-2.572-1.734Z"/><path fill="#fff" d="M24.68 15.906c-2.254 0-2.572 1.007-2.572 1.733a10 10 0 0 0 .253 1.9a10 10 0 0 1 .256 1.92c0 2.365-2 3.209-4.6 3.209h-.667v-1.29h.54c1.778-.023 2.538-.727 2.538-2.037a10.5 10.5 0 0 0-.222-1.688a8 8 0 0 1-.253-1.779a2.445 2.445 0 0 1 2.285-2.553v-.046a2.44 2.44 0 0 1-2.285-2.53a8.2 8.2 0 0 1 .253-1.779a10 10 0 0 0 .219-1.666c0-1.264-.667-1.991-2.507-2.014h-.571V6h.636c2.7 0 4.635.913 4.635 3.068a10 10 0 0 1-.256 1.945a10.4 10.4 0 0 0-.253 1.966c0 .82.318 1.733 2.572 1.733Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1572b6" d="M5.902 27.201L3.656 2h24.688l-2.249 25.197L15.985 30z"/><path fill="#33a9dc" d="m16 27.858l8.17-2.265l1.922-21.532H16z"/><path fill="#ebebeb" d="M7.347 14.714c2.254 0 2.572-.913 2.572-1.734a10 10 0 0 0-.256-1.966a10 10 0 0 1-.253-1.945C9.409 6.913 11.314 6 14.013 6h.667v1.289h-.571c-1.874 0-2.507.749-2.507 2.014a7.5 7.5 0 0 0 .222 1.663a8.2 8.2 0 0 1 .222 1.779c.031 1.5-.858 2.248-2.288 2.531v.046a2.4 2.4 0 0 1 2.288 2.554a8 8 0 0 1-.222 1.779a7.7 7.7 0 0 0-.222 1.688c0 1.31.729 2.037 2.507 2.037h.571v1.287h-.667c-2.634 0-4.6-.843-4.6-3.208a10 10 0 0 1 .253-1.92a9.6 9.6 0 0 0 .256-1.9c0-.727-.318-1.734-2.572-1.734Z"/><path fill="#fff" d="M24.68 15.906c-2.254 0-2.572 1.007-2.572 1.733a10 10 0 0 0 .253 1.9a10 10 0 0 1 .256 1.92c0 2.365-2 3.209-4.6 3.209h-.667v-1.29h.54c1.778-.023 2.538-.727 2.538-2.037a10.5 10.5 0 0 0-.222-1.688a8 8 0 0 1-.253-1.779a2.445 2.445 0 0 1 2.285-2.553v-.046a2.44 2.44 0 0 1-2.285-2.53a8.2 8.2 0 0 1 .253-1.779a10 10 0 0 0 .219-1.666c0-1.264-.667-1.991-2.507-2.014h-.571V6h.636c2.7 0 4.635.913 4.635 3.068a10 10 0 0 1-.256 1.945a10.4 10.4 0 0 0-.253 1.966c0 .82.318 1.733 2.572 1.733Z"/></svg> </template>
CSS
.icon-file-type-style {
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%231572b6%22%20d%3D%22M5.902%2027.201L3.656%202h24.688l-2.249%2025.197L15.985%2030z%22%2F%3E%3Cpath%20fill%3D%22%2333a9dc%22%20d%3D%22m16%2027.858l8.17-2.265l1.922-21.532H16z%22%2F%3E%3Cpath%20fill%3D%22%23ebebeb%22%20d%3D%22M7.347%2014.714c2.254%200%202.572-.913%202.572-1.734a10%2010%200%200%200-.256-1.966a10%2010%200%200%201-.253-1.945C9.409%206.913%2011.314%206%2014.013%206h.667v1.289h-.571c-1.874%200-2.507.749-2.507%202.014a7.5%207.5%200%200%200%20.222%201.663a8.2%208.2%200%200%201%20.222%201.779c.031%201.5-.858%202.248-2.288%202.531v.046a2.4%202.4%200%200%201%202.288%202.554a8%208%200%200%201-.222%201.779a7.7%207.7%200%200%200-.222%201.688c0%201.31.729%202.037%202.507%202.037h.571v1.287h-.667c-2.634%200-4.6-.843-4.6-3.208a10%2010%200%200%201%20.253-1.92a9.6%209.6%200%200%200%20.256-1.9c0-.727-.318-1.734-2.572-1.734Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.68%2015.906c-2.254%200-2.572%201.007-2.572%201.733a10%2010%200%200%200%20.253%201.9a10%2010%200%200%201%20.256%201.92c0%202.365-2%203.209-4.6%203.209h-.667v-1.29h.54c1.778-.023%202.538-.727%202.538-2.037a10.5%2010.5%200%200%200-.222-1.688a8%208%200%200%201-.253-1.779a2.445%202.445%200%200%201%202.285-2.553v-.046a2.44%202.44%200%200%201-2.285-2.53a8.2%208.2%200%200%201%20.253-1.779a10%2010%200%200%200%20.219-1.666c0-1.264-.667-1.991-2.507-2.014h-.571V6h.636c2.7%200%204.635.913%204.635%203.068a10%2010%200%200%201-.256%201.945a10.4%2010.4%200%200%200-.253%201.966c0%20.82.318%201.733%202.572%201.733Z%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%231572b6%22%20d%3D%22M5.902%2027.201L3.656%202h24.688l-2.249%2025.197L15.985%2030z%22%2F%3E%3Cpath%20fill%3D%22%2333a9dc%22%20d%3D%22m16%2027.858l8.17-2.265l1.922-21.532H16z%22%2F%3E%3Cpath%20fill%3D%22%23ebebeb%22%20d%3D%22M7.347%2014.714c2.254%200%202.572-.913%202.572-1.734a10%2010%200%200%200-.256-1.966a10%2010%200%200%201-.253-1.945C9.409%206.913%2011.314%206%2014.013%206h.667v1.289h-.571c-1.874%200-2.507.749-2.507%202.014a7.5%207.5%200%200%200%20.222%201.663a8.2%208.2%200%200%201%20.222%201.779c.031%201.5-.858%202.248-2.288%202.531v.046a2.4%202.4%200%200%201%202.288%202.554a8%208%200%200%201-.222%201.779a7.7%207.7%200%200%200-.222%201.688c0%201.31.729%202.037%202.507%202.037h.571v1.287h-.667c-2.634%200-4.6-.843-4.6-3.208a10%2010%200%200%201%20.253-1.92a9.6%209.6%200%200%200%20.256-1.9c0-.727-.318-1.734-2.572-1.734Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.68%2015.906c-2.254%200-2.572%201.007-2.572%201.733a10%2010%200%200%200%20.253%201.9a10%2010%200%200%201%20.256%201.92c0%202.365-2%203.209-4.6%203.209h-.667v-1.29h.54c1.778-.023%202.538-.727%202.538-2.037a10.5%2010.5%200%200%200-.222-1.688a8%208%200%200%201-.253-1.779a2.445%202.445%200%200%201%202.285-2.553v-.046a2.44%202.44%200%200%201-2.285-2.53a8.2%208.2%200%200%201%20.253-1.779a10%2010%200%200%200%20.219-1.666c0-1.264-.667-1.991-2.507-2.014h-.571V6h.636c2.7%200%204.635.913%204.635%203.068a10%2010%200%200%201-.256%201.945a10.4%2010.4%200%200%200-.253%201.966c0%20.82.318%201.733%202.572%201.733Z%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-style.svg?color=%231a73e8&size=48