file type cheader logo

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

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

Related icons in VSCode Icons

Use the file type cheader logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#005f91" d="M8.329 29V3h3.192v9.329a7.13 7.13 0 0 1 5.64-2.589a7.6 7.6 0 0 1 3.636.825a4.84 4.84 0 0 1 2.208 2.279a10.5 10.5 0 0 1 .665 4.221V29h-3.192V17.064a4.93 4.93 0 0 0-1.038-3.485a3.86 3.86 0 0 0-2.935-1.091a5.2 5.2 0 0 0-2.669.736a4.16 4.16 0 0 0-1.782 2a9.2 9.2 0 0 0-.532 3.476V29Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeCheader(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#005f91" d="M8.329 29V3h3.192v9.329a7.13 7.13 0 0 1 5.64-2.589a7.6 7.6 0 0 1 3.636.825a4.84 4.84 0 0 1 2.208 2.279a10.5 10.5 0 0 1 .665 4.221V29h-3.192V17.064a4.93 4.93 0 0 0-1.038-3.485a3.86 3.86 0 0 0-2.935-1.091a5.2 5.2 0 0 0-2.669.736a4.16 4.16 0 0 0-1.782 2a9.2 9.2 0 0 0-.532 3.476V29Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#005f91" d="M8.329 29V3h3.192v9.329a7.13 7.13 0 0 1 5.64-2.589a7.6 7.6 0 0 1 3.636.825a4.84 4.84 0 0 1 2.208 2.279a10.5 10.5 0 0 1 .665 4.221V29h-3.192V17.064a4.93 4.93 0 0 0-1.038-3.485a3.86 3.86 0 0 0-2.935-1.091a5.2 5.2 0 0 0-2.669.736a4.16 4.16 0 0 0-1.782 2a9.2 9.2 0 0 0-.532 3.476V29Z"/></svg>
</template>

CSS

.icon-file-type-cheader {
  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%23005f91%22%20d%3D%22M8.329%2029V3h3.192v9.329a7.13%207.13%200%200%201%205.64-2.589a7.6%207.6%200%200%201%203.636.825a4.84%204.84%200%200%201%202.208%202.279a10.5%2010.5%200%200%201%20.665%204.221V29h-3.192V17.064a4.93%204.93%200%200%200-1.038-3.485a3.86%203.86%200%200%200-2.935-1.091a5.2%205.2%200%200%200-2.669.736a4.16%204.16%200%200%200-1.782%202a9.2%209.2%200%200%200-.532%203.476V29Z%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%23005f91%22%20d%3D%22M8.329%2029V3h3.192v9.329a7.13%207.13%200%200%201%205.64-2.589a7.6%207.6%200%200%201%203.636.825a4.84%204.84%200%200%201%202.208%202.279a10.5%2010.5%200%200%201%20.665%204.221V29h-3.192V17.064a4.93%204.93%200%200%200-1.038-3.485a3.86%203.86%200%200%200-2.935-1.091a5.2%205.2%200%200%200-2.669.736a4.16%204.16%200%200%200-1.782%202a9.2%209.2%200%200%200-.532%203.476V29Z%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-cheader.svg?color=%231a73e8&size=48