file type skill logo

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

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

Related icons in VSCode Icons

Use the file type skill logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#dedede"><path d="m16 2l12.12 7v14L16 30L3.88 23V9z"/><path stroke="#000" stroke-width="2.71" d="m16 6.97l7.82 4.51v9.04L16 25.03l-7.82-4.51v-9.04z"/></g></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeSkill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#dedede"><path d="m16 2l12.12 7v14L16 30L3.88 23V9z"/><path stroke="#000" strokeWidth="2.71" d="m16 6.97l7.82 4.51v9.04L16 25.03l-7.82-4.51v-9.04z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#dedede"><path d="m16 2l12.12 7v14L16 30L3.88 23V9z"/><path stroke="#000" stroke-width="2.71" d="m16 6.97l7.82 4.51v9.04L16 25.03l-7.82-4.51v-9.04z"/></g></svg>
</template>

CSS

.icon-file-type-skill {
  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%3Cg%20fill%3D%22%23dedede%22%3E%3Cpath%20d%3D%22m16%202l12.12%207v14L16%2030L3.88%2023V9z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%222.71%22%20d%3D%22m16%206.97l7.82%204.51v9.04L16%2025.03l-7.82-4.51v-9.04z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22%23dedede%22%3E%3Cpath%20d%3D%22m16%202l12.12%207v14L16%2030L3.88%2023V9z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%222.71%22%20d%3D%22m16%206.97l7.82%204.51v9.04L16%2025.03l-7.82-4.51v-9.04z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-skill.svg?color=%231a73e8&size=48