file type noc logo

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

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

Related icons in VSCode Icons

Use the file type noc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g stroke-width=".155"><path fill="#6fa0bb" d="M4.542 16.148V3.588l4.21.042l4.21.04l2.93 4.304c1.613 2.367 2.997 4.264 3.076 4.215c.083-.051.144-1.895.144-4.345V3.588l4.146.041l4.146.042v24.955l-4.146.041l-4.146.041v-.436c0-.31-.846-1.678-2.95-4.769c-1.622-2.383-3.016-4.355-3.097-4.383c-.092-.032-.164 1.77-.19 4.727l-.04 4.779l-4.147.041l-4.146.041z"/><path fill="#5c59be" d="M18.297 26.262c-.292-.405-1.556-2.25-2.808-4.101s-2.344-3.407-2.427-3.458c-.201-.124-.205-14.335-.004-14.335c.08 0 1.313 1.727 2.74 3.837c1.425 2.11 2.754 4.033 2.953 4.274l.36.438v7.04c0 4.154-.057 7.041-.141 7.041c-.078 0-.38-.331-.673-.736"/></g></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeNoc(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g strokeWidth=".155"><path fill="#6fa0bb" d="M4.542 16.148V3.588l4.21.042l4.21.04l2.93 4.304c1.613 2.367 2.997 4.264 3.076 4.215c.083-.051.144-1.895.144-4.345V3.588l4.146.041l4.146.042v24.955l-4.146.041l-4.146.041v-.436c0-.31-.846-1.678-2.95-4.769c-1.622-2.383-3.016-4.355-3.097-4.383c-.092-.032-.164 1.77-.19 4.727l-.04 4.779l-4.147.041l-4.146.041z"/><path fill="#5c59be" d="M18.297 26.262c-.292-.405-1.556-2.25-2.808-4.101s-2.344-3.407-2.427-3.458c-.201-.124-.205-14.335-.004-14.335c.08 0 1.313 1.727 2.74 3.837c1.425 2.11 2.754 4.033 2.953 4.274l.36.438v7.04c0 4.154-.057 7.041-.141 7.041c-.078 0-.38-.331-.673-.736"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g stroke-width=".155"><path fill="#6fa0bb" d="M4.542 16.148V3.588l4.21.042l4.21.04l2.93 4.304c1.613 2.367 2.997 4.264 3.076 4.215c.083-.051.144-1.895.144-4.345V3.588l4.146.041l4.146.042v24.955l-4.146.041l-4.146.041v-.436c0-.31-.846-1.678-2.95-4.769c-1.622-2.383-3.016-4.355-3.097-4.383c-.092-.032-.164 1.77-.19 4.727l-.04 4.779l-4.147.041l-4.146.041z"/><path fill="#5c59be" d="M18.297 26.262c-.292-.405-1.556-2.25-2.808-4.101s-2.344-3.407-2.427-3.458c-.201-.124-.205-14.335-.004-14.335c.08 0 1.313 1.727 2.74 3.837c1.425 2.11 2.754 4.033 2.953 4.274l.36.438v7.04c0 4.154-.057 7.041-.141 7.041c-.078 0-.38-.331-.673-.736"/></g></svg>
</template>

CSS

.icon-file-type-noc {
  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%20stroke-width%3D%22.155%22%3E%3Cpath%20fill%3D%22%236fa0bb%22%20d%3D%22M4.542%2016.148V3.588l4.21.042l4.21.04l2.93%204.304c1.613%202.367%202.997%204.264%203.076%204.215c.083-.051.144-1.895.144-4.345V3.588l4.146.041l4.146.042v24.955l-4.146.041l-4.146.041v-.436c0-.31-.846-1.678-2.95-4.769c-1.622-2.383-3.016-4.355-3.097-4.383c-.092-.032-.164%201.77-.19%204.727l-.04%204.779l-4.147.041l-4.146.041z%22%2F%3E%3Cpath%20fill%3D%22%235c59be%22%20d%3D%22M18.297%2026.262c-.292-.405-1.556-2.25-2.808-4.101s-2.344-3.407-2.427-3.458c-.201-.124-.205-14.335-.004-14.335c.08%200%201.313%201.727%202.74%203.837c1.425%202.11%202.754%204.033%202.953%204.274l.36.438v7.04c0%204.154-.057%207.041-.141%207.041c-.078%200-.38-.331-.673-.736%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%20stroke-width%3D%22.155%22%3E%3Cpath%20fill%3D%22%236fa0bb%22%20d%3D%22M4.542%2016.148V3.588l4.21.042l4.21.04l2.93%204.304c1.613%202.367%202.997%204.264%203.076%204.215c.083-.051.144-1.895.144-4.345V3.588l4.146.041l4.146.042v24.955l-4.146.041l-4.146.041v-.436c0-.31-.846-1.678-2.95-4.769c-1.622-2.383-3.016-4.355-3.097-4.383c-.092-.032-.164%201.77-.19%204.727l-.04%204.779l-4.147.041l-4.146.041z%22%2F%3E%3Cpath%20fill%3D%22%235c59be%22%20d%3D%22M18.297%2026.262c-.292-.405-1.556-2.25-2.808-4.101s-2.344-3.407-2.427-3.458c-.201-.124-.205-14.335-.004-14.335c.08%200%201.313%201.727%202.74%203.837c1.425%202.11%202.754%204.033%202.953%204.274l.36.438v7.04c0%204.154-.057%207.041-.141%207.041c-.078%200-.38-.331-.673-.736%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-noc.svg?color=%231a73e8&size=48