file type vlang logo

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

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

Related icons in VSCode Icons

Use the file type vlang logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#536b8a" d="m20.467 29.288l9.485-26.375a.5.5 0 0 0-.566-.728l-7.459.715a1.46 1.46 0 0 0-1.141.9l-8.779 25.206a.573.573 0 0 0 .578.813h7.26a.66.66 0 0 0 .577-.4Z"/><path fill="#5d87bf" d="m2.614 2.185l7.459.719a1.47 1.47 0 0 1 1.142.9l8.965 25.609a.286.286 0 0 1-.289.406h-7.306a1.31 1.31 0 0 1-1.152-.81L2.048 2.913a.5.5 0 0 1 .566-.728"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeVlang(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#536b8a" d="m20.467 29.288l9.485-26.375a.5.5 0 0 0-.566-.728l-7.459.715a1.46 1.46 0 0 0-1.141.9l-8.779 25.206a.573.573 0 0 0 .578.813h7.26a.66.66 0 0 0 .577-.4Z"/><path fill="#5d87bf" d="m2.614 2.185l7.459.719a1.47 1.47 0 0 1 1.142.9l8.965 25.609a.286.286 0 0 1-.289.406h-7.306a1.31 1.31 0 0 1-1.152-.81L2.048 2.913a.5.5 0 0 1 .566-.728"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#536b8a" d="m20.467 29.288l9.485-26.375a.5.5 0 0 0-.566-.728l-7.459.715a1.46 1.46 0 0 0-1.141.9l-8.779 25.206a.573.573 0 0 0 .578.813h7.26a.66.66 0 0 0 .577-.4Z"/><path fill="#5d87bf" d="m2.614 2.185l7.459.719a1.47 1.47 0 0 1 1.142.9l8.965 25.609a.286.286 0 0 1-.289.406h-7.306a1.31 1.31 0 0 1-1.152-.81L2.048 2.913a.5.5 0 0 1 .566-.728"/></svg>
</template>

CSS

.icon-file-type-vlang {
  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%23536b8a%22%20d%3D%22m20.467%2029.288l9.485-26.375a.5.5%200%200%200-.566-.728l-7.459.715a1.46%201.46%200%200%200-1.141.9l-8.779%2025.206a.573.573%200%200%200%20.578.813h7.26a.66.66%200%200%200%20.577-.4Z%22%2F%3E%3Cpath%20fill%3D%22%235d87bf%22%20d%3D%22m2.614%202.185l7.459.719a1.47%201.47%200%200%201%201.142.9l8.965%2025.609a.286.286%200%200%201-.289.406h-7.306a1.31%201.31%200%200%201-1.152-.81L2.048%202.913a.5.5%200%200%201%20.566-.728%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%23536b8a%22%20d%3D%22m20.467%2029.288l9.485-26.375a.5.5%200%200%200-.566-.728l-7.459.715a1.46%201.46%200%200%200-1.141.9l-8.779%2025.206a.573.573%200%200%200%20.578.813h7.26a.66.66%200%200%200%20.577-.4Z%22%2F%3E%3Cpath%20fill%3D%22%235d87bf%22%20d%3D%22m2.614%202.185l7.459.719a1.47%201.47%200%200%201%201.142.9l8.965%2025.609a.286.286%200%200%201-.289.406h-7.306a1.31%201.31%200%200%201-1.152-.81L2.048%202.913a.5.5%200%200%201%20.566-.728%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-vlang.svg?color=%231a73e8&size=48