file type light io logo

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

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

Related icons in VSCode Icons

Use the file type light io logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M2 2.887h5.075V7.51H2Zm.052 6.83H7.04v18.909H2.052Zm11.219 16.737a9.8 9.8 0 0 1-2.616-7.178a10.15 10.15 0 0 1 2.616-7.343a9.32 9.32 0 0 1 7.047-2.72a9.34 9.34 0 0 1 7.075 2.72A10.17 10.17 0 0 1 30 19.276a9.8 9.8 0 0 1-2.607 7.178a9.46 9.46 0 0 1-7.075 2.659a9.44 9.44 0 0 1-7.047-2.659m10.436-2.972a6.7 6.7 0 0 0 1.166-4.258a6.94 6.94 0 0 0-1.166-4.354a4.05 4.05 0 0 0-3.389-1.486a4.02 4.02 0 0 0-3.38 1.486a7 7 0 0 0-1.156 4.354a6.74 6.74 0 0 0 1.156 4.258a4.05 4.05 0 0 0 3.38 1.46a4.08 4.08 0 0 0 3.389-1.46"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeLightIo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M2 2.887h5.075V7.51H2Zm.052 6.83H7.04v18.909H2.052Zm11.219 16.737a9.8 9.8 0 0 1-2.616-7.178a10.15 10.15 0 0 1 2.616-7.343a9.32 9.32 0 0 1 7.047-2.72a9.34 9.34 0 0 1 7.075 2.72A10.17 10.17 0 0 1 30 19.276a9.8 9.8 0 0 1-2.607 7.178a9.46 9.46 0 0 1-7.075 2.659a9.44 9.44 0 0 1-7.047-2.659m10.436-2.972a6.7 6.7 0 0 0 1.166-4.258a6.94 6.94 0 0 0-1.166-4.354a4.05 4.05 0 0 0-3.389-1.486a4.02 4.02 0 0 0-3.38 1.486a7 7 0 0 0-1.156 4.354a6.74 6.74 0 0 0 1.156 4.258a4.05 4.05 0 0 0 3.38 1.46a4.08 4.08 0 0 0 3.389-1.46"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M2 2.887h5.075V7.51H2Zm.052 6.83H7.04v18.909H2.052Zm11.219 16.737a9.8 9.8 0 0 1-2.616-7.178a10.15 10.15 0 0 1 2.616-7.343a9.32 9.32 0 0 1 7.047-2.72a9.34 9.34 0 0 1 7.075 2.72A10.17 10.17 0 0 1 30 19.276a9.8 9.8 0 0 1-2.607 7.178a9.46 9.46 0 0 1-7.075 2.659a9.44 9.44 0 0 1-7.047-2.659m10.436-2.972a6.7 6.7 0 0 0 1.166-4.258a6.94 6.94 0 0 0-1.166-4.354a4.05 4.05 0 0 0-3.389-1.486a4.02 4.02 0 0 0-3.38 1.486a7 7 0 0 0-1.156 4.354a6.74 6.74 0 0 0 1.156 4.258a4.05 4.05 0 0 0 3.38 1.46a4.08 4.08 0 0 0 3.389-1.46"/></svg>
</template>

CSS

.icon-file-type-light-io {
  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%22M2%202.887h5.075V7.51H2Zm.052%206.83H7.04v18.909H2.052Zm11.219%2016.737a9.8%209.8%200%200%201-2.616-7.178a10.15%2010.15%200%200%201%202.616-7.343a9.32%209.32%200%200%201%207.047-2.72a9.34%209.34%200%200%201%207.075%202.72A10.17%2010.17%200%200%201%2030%2019.276a9.8%209.8%200%200%201-2.607%207.178a9.46%209.46%200%200%201-7.075%202.659a9.44%209.44%200%200%201-7.047-2.659m10.436-2.972a6.7%206.7%200%200%200%201.166-4.258a6.94%206.94%200%200%200-1.166-4.354a4.05%204.05%200%200%200-3.389-1.486a4.02%204.02%200%200%200-3.38%201.486a7%207%200%200%200-1.156%204.354a6.74%206.74%200%200%200%201.156%204.258a4.05%204.05%200%200%200%203.38%201.46a4.08%204.08%200%200%200%203.389-1.46%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%22M2%202.887h5.075V7.51H2Zm.052%206.83H7.04v18.909H2.052Zm11.219%2016.737a9.8%209.8%200%200%201-2.616-7.178a10.15%2010.15%200%200%201%202.616-7.343a9.32%209.32%200%200%201%207.047-2.72a9.34%209.34%200%200%201%207.075%202.72A10.17%2010.17%200%200%201%2030%2019.276a9.8%209.8%200%200%201-2.607%207.178a9.46%209.46%200%200%201-7.075%202.659a9.44%209.44%200%200%201-7.047-2.659m10.436-2.972a6.7%206.7%200%200%200%201.166-4.258a6.94%206.94%200%200%200-1.166-4.354a4.05%204.05%200%200%200-3.389-1.486a4.02%204.02%200%200%200-3.38%201.486a7%207%200%200%200-1.156%204.354a6.74%206.74%200%200%200%201.156%204.258a4.05%204.05%200%200%200%203.38%201.46a4.08%204.08%200%200%200%203.389-1.46%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-io.svg?color=%231a73e8&size=48