file type cppheader logo
file-type-cppheader from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-cppheader
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type cppheader logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#984c93" d="M2.395 25.5v-19h2.332v6.817a5.21 5.21 0 0 1 4.121-1.892a5.56 5.56 0 0 1 2.657.6a3.54 3.54 0 0 1 1.614 1.665a7.7 7.7 0 0 1 .486 3.085V25.5h-2.332v-8.722a3.6 3.6 0 0 0-.758-2.547a2.82 2.82 0 0 0-2.145-.8a3.8 3.8 0 0 0-1.951.538a3.04 3.04 0 0 0-1.3 1.458a6.7 6.7 0 0 0-.389 2.54V25.5Zm14.332-10.671v-2.344h2.344v2.344h2.344v2.343h-2.344v2.343h-2.344v-2.343h-2.342v-2.344zm8.201 0v-2.344h2.344v2.344h2.343v2.343h-2.343v2.343h-2.344v-2.343h-2.343v-2.344z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeCppheader(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#984c93" d="M2.395 25.5v-19h2.332v6.817a5.21 5.21 0 0 1 4.121-1.892a5.56 5.56 0 0 1 2.657.6a3.54 3.54 0 0 1 1.614 1.665a7.7 7.7 0 0 1 .486 3.085V25.5h-2.332v-8.722a3.6 3.6 0 0 0-.758-2.547a2.82 2.82 0 0 0-2.145-.8a3.8 3.8 0 0 0-1.951.538a3.04 3.04 0 0 0-1.3 1.458a6.7 6.7 0 0 0-.389 2.54V25.5Zm14.332-10.671v-2.344h2.344v2.344h2.344v2.343h-2.344v2.343h-2.344v-2.343h-2.342v-2.344zm8.201 0v-2.344h2.344v2.344h2.343v2.343h-2.343v2.343h-2.344v-2.343h-2.343v-2.344z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#984c93" d="M2.395 25.5v-19h2.332v6.817a5.21 5.21 0 0 1 4.121-1.892a5.56 5.56 0 0 1 2.657.6a3.54 3.54 0 0 1 1.614 1.665a7.7 7.7 0 0 1 .486 3.085V25.5h-2.332v-8.722a3.6 3.6 0 0 0-.758-2.547a2.82 2.82 0 0 0-2.145-.8a3.8 3.8 0 0 0-1.951.538a3.04 3.04 0 0 0-1.3 1.458a6.7 6.7 0 0 0-.389 2.54V25.5Zm14.332-10.671v-2.344h2.344v2.344h2.344v2.343h-2.344v2.343h-2.344v-2.343h-2.342v-2.344zm8.201 0v-2.344h2.344v2.344h2.343v2.343h-2.343v2.343h-2.344v-2.343h-2.343v-2.344z"/></svg> </template>
CSS
.icon-file-type-cppheader {
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%23984c93%22%20d%3D%22M2.395%2025.5v-19h2.332v6.817a5.21%205.21%200%200%201%204.121-1.892a5.56%205.56%200%200%201%202.657.6a3.54%203.54%200%200%201%201.614%201.665a7.7%207.7%200%200%201%20.486%203.085V25.5h-2.332v-8.722a3.6%203.6%200%200%200-.758-2.547a2.82%202.82%200%200%200-2.145-.8a3.8%203.8%200%200%200-1.951.538a3.04%203.04%200%200%200-1.3%201.458a6.7%206.7%200%200%200-.389%202.54V25.5Zm14.332-10.671v-2.344h2.344v2.344h2.344v2.343h-2.344v2.343h-2.344v-2.343h-2.342v-2.344zm8.201%200v-2.344h2.344v2.344h2.343v2.343h-2.343v2.343h-2.344v-2.343h-2.343v-2.344z%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%23984c93%22%20d%3D%22M2.395%2025.5v-19h2.332v6.817a5.21%205.21%200%200%201%204.121-1.892a5.56%205.56%200%200%201%202.657.6a3.54%203.54%200%200%201%201.614%201.665a7.7%207.7%200%200%201%20.486%203.085V25.5h-2.332v-8.722a3.6%203.6%200%200%200-.758-2.547a2.82%202.82%200%200%200-2.145-.8a3.8%203.8%200%200%200-1.951.538a3.04%203.04%200%200%200-1.3%201.458a6.7%206.7%200%200%200-.389%202.54V25.5Zm14.332-10.671v-2.344h2.344v2.344h2.344v2.343h-2.344v2.343h-2.344v-2.343h-2.342v-2.344zm8.201%200v-2.344h2.344v2.344h2.343v2.343h-2.343v2.343h-2.344v-2.343h-2.343v-2.344z%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-cppheader.svg?color=%231a73e8&size=48