file type light mlang logo

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

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

Related icons in VSCode Icons

Use the file type light mlang logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M30 25.583h-4.243V15.378a8.27 8.27 0 0 0-.832-4.261A3.06 3.06 0 0 0 22.118 9.8a3.38 3.38 0 0 0-2.826 1.664a6.8 6.8 0 0 0-1.161 3.987v10.132h-4.262V15.031q0-5.231-3.694-5.231a3.33 3.33 0 0 0-2.826 1.573a6.94 6.94 0 0 0-1.106 4.078v10.132H2V6.856h4.243v2.962h.073a6.49 6.49 0 0 1 5.907-3.4a5.57 5.57 0 0 1 3.393 1.07a5.33 5.33 0 0 1 1.984 2.806a6.68 6.68 0 0 1 6.218-3.877Q30 6.417 30 14.043Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeLightMlang(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M30 25.583h-4.243V15.378a8.27 8.27 0 0 0-.832-4.261A3.06 3.06 0 0 0 22.118 9.8a3.38 3.38 0 0 0-2.826 1.664a6.8 6.8 0 0 0-1.161 3.987v10.132h-4.262V15.031q0-5.231-3.694-5.231a3.33 3.33 0 0 0-2.826 1.573a6.94 6.94 0 0 0-1.106 4.078v10.132H2V6.856h4.243v2.962h.073a6.49 6.49 0 0 1 5.907-3.4a5.57 5.57 0 0 1 3.393 1.07a5.33 5.33 0 0 1 1.984 2.806a6.68 6.68 0 0 1 6.218-3.877Q30 6.417 30 14.043Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M30 25.583h-4.243V15.378a8.27 8.27 0 0 0-.832-4.261A3.06 3.06 0 0 0 22.118 9.8a3.38 3.38 0 0 0-2.826 1.664a6.8 6.8 0 0 0-1.161 3.987v10.132h-4.262V15.031q0-5.231-3.694-5.231a3.33 3.33 0 0 0-2.826 1.573a6.94 6.94 0 0 0-1.106 4.078v10.132H2V6.856h4.243v2.962h.073a6.49 6.49 0 0 1 5.907-3.4a5.57 5.57 0 0 1 3.393 1.07a5.33 5.33 0 0 1 1.984 2.806a6.68 6.68 0 0 1 6.218-3.877Q30 6.417 30 14.043Z"/></svg>
</template>

CSS

.icon-file-type-light-mlang {
  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%20d%3D%22M30%2025.583h-4.243V15.378a8.27%208.27%200%200%200-.832-4.261A3.06%203.06%200%200%200%2022.118%209.8a3.38%203.38%200%200%200-2.826%201.664a6.8%206.8%200%200%200-1.161%203.987v10.132h-4.262V15.031q0-5.231-3.694-5.231a3.33%203.33%200%200%200-2.826%201.573a6.94%206.94%200%200%200-1.106%204.078v10.132H2V6.856h4.243v2.962h.073a6.49%206.49%200%200%201%205.907-3.4a5.57%205.57%200%200%201%203.393%201.07a5.33%205.33%200%200%201%201.984%202.806a6.68%206.68%200%200%201%206.218-3.877Q30%206.417%2030%2014.043Z%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%20d%3D%22M30%2025.583h-4.243V15.378a8.27%208.27%200%200%200-.832-4.261A3.06%203.06%200%200%200%2022.118%209.8a3.38%203.38%200%200%200-2.826%201.664a6.8%206.8%200%200%200-1.161%203.987v10.132h-4.262V15.031q0-5.231-3.694-5.231a3.33%203.33%200%200%200-2.826%201.573a6.94%206.94%200%200%200-1.106%204.078v10.132H2V6.856h4.243v2.962h.073a6.49%206.49%200%200%201%205.907-3.4a5.57%205.57%200%200%201%203.393%201.07a5.33%205.33%200%200%201%201.984%202.806a6.68%206.68%200%200%201%206.218-3.877Q30%206.417%2030%2014.043Z%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-light-mlang.svg?color=%231a73e8&size=48