file type nearly logo

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

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

Related icons in VSCode Icons

Use the file type nearly logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#559" d="M29.517 12.25a.477.477 0 0 0-.483.469v2.812h-.965v-2.812a.483.483 0 0 0-.966 0v2.812h-3.4A7.64 7.64 0 0 0 16 8.5a7.64 7.64 0 0 0-7.708 7.031H4.9v-2.812a.483.483 0 0 0-.966 0v2.812h-.968v-2.812a.483.483 0 0 0-.966 0v6.562a.483.483 0 0 0 .966 0v-2.812h.965v2.812a.483.483 0 0 0 .966 0v-2.812h3.395A7.64 7.64 0 0 0 16 23.5a7.64 7.64 0 0 0 7.708-7.031h3.4v2.812a.483.483 0 0 0 .966 0v-2.812h.965v2.812a.483.483 0 0 0 .966 0v-6.562a.476.476 0 0 0-.488-.469M16 22.563A6.67 6.67 0 0 1 9.241 16A6.67 6.67 0 0 1 16 9.438A6.67 6.67 0 0 1 22.759 16A6.67 6.67 0 0 1 16 22.563m3.611-9.7a.5.5 0 0 1 .01.092v3.516a.483.483 0 0 1-.966 0v-2.386L13.2 19.378a.49.49 0 0 1-.682 0a.46.46 0 0 1 0-.663l5.451-5.293h-2.452a.469.469 0 1 1 0-.938h3.627a.4.4 0 0 1 .088.009l.042.012l.049.014l.045.023l.038.02a1 1 0 0 1 .073.058a.4.4 0 0 1 .06.071l.021.036q.012.02.024.045c.012.025.01.031.015.047l.012.042Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeNearly(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#559" d="M29.517 12.25a.477.477 0 0 0-.483.469v2.812h-.965v-2.812a.483.483 0 0 0-.966 0v2.812h-3.4A7.64 7.64 0 0 0 16 8.5a7.64 7.64 0 0 0-7.708 7.031H4.9v-2.812a.483.483 0 0 0-.966 0v2.812h-.968v-2.812a.483.483 0 0 0-.966 0v6.562a.483.483 0 0 0 .966 0v-2.812h.965v2.812a.483.483 0 0 0 .966 0v-2.812h3.395A7.64 7.64 0 0 0 16 23.5a7.64 7.64 0 0 0 7.708-7.031h3.4v2.812a.483.483 0 0 0 .966 0v-2.812h.965v2.812a.483.483 0 0 0 .966 0v-6.562a.476.476 0 0 0-.488-.469M16 22.563A6.67 6.67 0 0 1 9.241 16A6.67 6.67 0 0 1 16 9.438A6.67 6.67 0 0 1 22.759 16A6.67 6.67 0 0 1 16 22.563m3.611-9.7a.5.5 0 0 1 .01.092v3.516a.483.483 0 0 1-.966 0v-2.386L13.2 19.378a.49.49 0 0 1-.682 0a.46.46 0 0 1 0-.663l5.451-5.293h-2.452a.469.469 0 1 1 0-.938h3.627a.4.4 0 0 1 .088.009l.042.012l.049.014l.045.023l.038.02a1 1 0 0 1 .073.058a.4.4 0 0 1 .06.071l.021.036q.012.02.024.045c.012.025.01.031.015.047l.012.042Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#559" d="M29.517 12.25a.477.477 0 0 0-.483.469v2.812h-.965v-2.812a.483.483 0 0 0-.966 0v2.812h-3.4A7.64 7.64 0 0 0 16 8.5a7.64 7.64 0 0 0-7.708 7.031H4.9v-2.812a.483.483 0 0 0-.966 0v2.812h-.968v-2.812a.483.483 0 0 0-.966 0v6.562a.483.483 0 0 0 .966 0v-2.812h.965v2.812a.483.483 0 0 0 .966 0v-2.812h3.395A7.64 7.64 0 0 0 16 23.5a7.64 7.64 0 0 0 7.708-7.031h3.4v2.812a.483.483 0 0 0 .966 0v-2.812h.965v2.812a.483.483 0 0 0 .966 0v-6.562a.476.476 0 0 0-.488-.469M16 22.563A6.67 6.67 0 0 1 9.241 16A6.67 6.67 0 0 1 16 9.438A6.67 6.67 0 0 1 22.759 16A6.67 6.67 0 0 1 16 22.563m3.611-9.7a.5.5 0 0 1 .01.092v3.516a.483.483 0 0 1-.966 0v-2.386L13.2 19.378a.49.49 0 0 1-.682 0a.46.46 0 0 1 0-.663l5.451-5.293h-2.452a.469.469 0 1 1 0-.938h3.627a.4.4 0 0 1 .088.009l.042.012l.049.014l.045.023l.038.02a1 1 0 0 1 .073.058a.4.4 0 0 1 .06.071l.021.036q.012.02.024.045c.012.025.01.031.015.047l.012.042Z"/></svg>
</template>

CSS

.icon-file-type-nearly {
  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%23559%22%20d%3D%22M29.517%2012.25a.477.477%200%200%200-.483.469v2.812h-.965v-2.812a.483.483%200%200%200-.966%200v2.812h-3.4A7.64%207.64%200%200%200%2016%208.5a7.64%207.64%200%200%200-7.708%207.031H4.9v-2.812a.483.483%200%200%200-.966%200v2.812h-.968v-2.812a.483.483%200%200%200-.966%200v6.562a.483.483%200%200%200%20.966%200v-2.812h.965v2.812a.483.483%200%200%200%20.966%200v-2.812h3.395A7.64%207.64%200%200%200%2016%2023.5a7.64%207.64%200%200%200%207.708-7.031h3.4v2.812a.483.483%200%200%200%20.966%200v-2.812h.965v2.812a.483.483%200%200%200%20.966%200v-6.562a.476.476%200%200%200-.488-.469M16%2022.563A6.67%206.67%200%200%201%209.241%2016A6.67%206.67%200%200%201%2016%209.438A6.67%206.67%200%200%201%2022.759%2016A6.67%206.67%200%200%201%2016%2022.563m3.611-9.7a.5.5%200%200%201%20.01.092v3.516a.483.483%200%200%201-.966%200v-2.386L13.2%2019.378a.49.49%200%200%201-.682%200a.46.46%200%200%201%200-.663l5.451-5.293h-2.452a.469.469%200%201%201%200-.938h3.627a.4.4%200%200%201%20.088.009l.042.012l.049.014l.045.023l.038.02a1%201%200%200%201%20.073.058a.4.4%200%200%201%20.06.071l.021.036q.012.02.024.045c.012.025.01.031.015.047l.012.042Z%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%23559%22%20d%3D%22M29.517%2012.25a.477.477%200%200%200-.483.469v2.812h-.965v-2.812a.483.483%200%200%200-.966%200v2.812h-3.4A7.64%207.64%200%200%200%2016%208.5a7.64%207.64%200%200%200-7.708%207.031H4.9v-2.812a.483.483%200%200%200-.966%200v2.812h-.968v-2.812a.483.483%200%200%200-.966%200v6.562a.483.483%200%200%200%20.966%200v-2.812h.965v2.812a.483.483%200%200%200%20.966%200v-2.812h3.395A7.64%207.64%200%200%200%2016%2023.5a7.64%207.64%200%200%200%207.708-7.031h3.4v2.812a.483.483%200%200%200%20.966%200v-2.812h.965v2.812a.483.483%200%200%200%20.966%200v-6.562a.476.476%200%200%200-.488-.469M16%2022.563A6.67%206.67%200%200%201%209.241%2016A6.67%206.67%200%200%201%2016%209.438A6.67%206.67%200%200%201%2022.759%2016A6.67%206.67%200%200%201%2016%2022.563m3.611-9.7a.5.5%200%200%201%20.01.092v3.516a.483.483%200%200%201-.966%200v-2.386L13.2%2019.378a.49.49%200%200%201-.682%200a.46.46%200%200%201%200-.663l5.451-5.293h-2.452a.469.469%200%201%201%200-.938h3.627a.4.4%200%200%201%20.088.009l.042.012l.049.014l.045.023l.038.02a1%201%200%200%201%20.073.058a.4.4%200%200%201%20.06.071l.021.036q.012.02.024.045c.012.025.01.031.015.047l.012.042Z%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-nearly.svg?color=%231a73e8&size=48