folder type certificate logo

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

Name
folder-type-certificate
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the folder type certificate logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#574923" d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z"/><path fill="#af9347" d="M23.045 12.658a4.285 4.285 0 0 0-4.269 4.269v3.56h-2.135v9.257h12.813v-9.257H27.32V16.93a4.284 4.284 0 0 0-4.275-4.272m0 1.424a2.84 2.84 0 0 1 2.849 2.827v3.581H20.2v-3.56a2.837 2.837 0 0 1 2.822-2.851h.005Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeCertificate(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#574923" d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z"/><path fill="#af9347" d="M23.045 12.658a4.285 4.285 0 0 0-4.269 4.269v3.56h-2.135v9.257h12.813v-9.257H27.32V16.93a4.284 4.284 0 0 0-4.275-4.272m0 1.424a2.84 2.84 0 0 1 2.849 2.827v3.581H20.2v-3.56a2.837 2.837 0 0 1 2.822-2.851h.005Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#574923" d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z"/><path fill="#af9347" d="M23.045 12.658a4.285 4.285 0 0 0-4.269 4.269v3.56h-2.135v9.257h12.813v-9.257H27.32V16.93a4.284 4.284 0 0 0-4.275-4.272m0 1.424a2.84 2.84 0 0 1 2.849 2.827v3.581H20.2v-3.56a2.837 2.837 0 0 1 2.822-2.851h.005Z"/></svg>
</template>

CSS

.icon-folder-type-certificate {
  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%23574923%22%20d%3D%22M27.9%206h-9.8l-2%204H5v17h25V6Zm.1%204h-7.8l1-2H28Z%22%2F%3E%3Cpath%20fill%3D%22%23af9347%22%20d%3D%22M23.045%2012.658a4.285%204.285%200%200%200-4.269%204.269v3.56h-2.135v9.257h12.813v-9.257H27.32V16.93a4.284%204.284%200%200%200-4.275-4.272m0%201.424a2.84%202.84%200%200%201%202.849%202.827v3.581H20.2v-3.56a2.837%202.837%200%200%201%202.822-2.851h.005Z%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%23574923%22%20d%3D%22M27.9%206h-9.8l-2%204H5v17h25V6Zm.1%204h-7.8l1-2H28Z%22%2F%3E%3Cpath%20fill%3D%22%23af9347%22%20d%3D%22M23.045%2012.658a4.285%204.285%200%200%200-4.269%204.269v3.56h-2.135v9.257h12.813v-9.257H27.32V16.93a4.284%204.284%200%200%200-4.275-4.272m0%201.424a2.84%202.84%200%200%201%202.849%202.827v3.581H20.2v-3.56a2.837%202.837%200%200%201%202.822-2.851h.005Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/folder-type-certificate.svg?color=%231a73e8&size=48