file type gpg logo

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

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

Related icons in VSCode Icons

Use the file type gpg logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0093dd" d="M16.14 2c-6.76.05-9.3 6.27-9.34 7.7v5.9H5.35v14.25h21.19V15.59h-1.42V9.78h-.04c-.07-.36-1.69-7.83-8.95-7.78zm-.2 4.22a4.75 4.75 0 0 1 4.59 3.56v5.81h-9.2V9.8a4.75 4.75 0 0 1 4.6-3.57z"/><path fill="#fff" d="M15.6 3.2a7.65 7.65 0 0 0-3.25.77c-3.48 1.7-3.88 5.66-3.88 5.66c3.45-7.05 8.3-6.07 11.1-5.63c0 0-1.74-.84-3.98-.8zm11.12 12.21s-1.4-.02-1.63.1c-2.7 1.4-3.26 1.84-5.03 2.2c-5.01 1-8.04.71-10.52 1.62c-1.9.7-4.26 3.33-4.26 3.33L5.32 30l3.35-.1s.88-.7 1.97-.79c0 0 10.4.64 13.22-4.03c0 0-5.03 2.52-11.22.83c0 0 10.67.32 13.68-6.07c-1.3.2-4.47 3.28-10.42 2.48c.58.03 7.62-1.78 10.7-5.02z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeGpg(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0093dd" d="M16.14 2c-6.76.05-9.3 6.27-9.34 7.7v5.9H5.35v14.25h21.19V15.59h-1.42V9.78h-.04c-.07-.36-1.69-7.83-8.95-7.78zm-.2 4.22a4.75 4.75 0 0 1 4.59 3.56v5.81h-9.2V9.8a4.75 4.75 0 0 1 4.6-3.57z"/><path fill="#fff" d="M15.6 3.2a7.65 7.65 0 0 0-3.25.77c-3.48 1.7-3.88 5.66-3.88 5.66c3.45-7.05 8.3-6.07 11.1-5.63c0 0-1.74-.84-3.98-.8zm11.12 12.21s-1.4-.02-1.63.1c-2.7 1.4-3.26 1.84-5.03 2.2c-5.01 1-8.04.71-10.52 1.62c-1.9.7-4.26 3.33-4.26 3.33L5.32 30l3.35-.1s.88-.7 1.97-.79c0 0 10.4.64 13.22-4.03c0 0-5.03 2.52-11.22.83c0 0 10.67.32 13.68-6.07c-1.3.2-4.47 3.28-10.42 2.48c.58.03 7.62-1.78 10.7-5.02z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0093dd" d="M16.14 2c-6.76.05-9.3 6.27-9.34 7.7v5.9H5.35v14.25h21.19V15.59h-1.42V9.78h-.04c-.07-.36-1.69-7.83-8.95-7.78zm-.2 4.22a4.75 4.75 0 0 1 4.59 3.56v5.81h-9.2V9.8a4.75 4.75 0 0 1 4.6-3.57z"/><path fill="#fff" d="M15.6 3.2a7.65 7.65 0 0 0-3.25.77c-3.48 1.7-3.88 5.66-3.88 5.66c3.45-7.05 8.3-6.07 11.1-5.63c0 0-1.74-.84-3.98-.8zm11.12 12.21s-1.4-.02-1.63.1c-2.7 1.4-3.26 1.84-5.03 2.2c-5.01 1-8.04.71-10.52 1.62c-1.9.7-4.26 3.33-4.26 3.33L5.32 30l3.35-.1s.88-.7 1.97-.79c0 0 10.4.64 13.22-4.03c0 0-5.03 2.52-11.22.83c0 0 10.67.32 13.68-6.07c-1.3.2-4.47 3.28-10.42 2.48c.58.03 7.62-1.78 10.7-5.02z"/></svg>
</template>

CSS

.icon-file-type-gpg {
  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%230093dd%22%20d%3D%22M16.14%202c-6.76.05-9.3%206.27-9.34%207.7v5.9H5.35v14.25h21.19V15.59h-1.42V9.78h-.04c-.07-.36-1.69-7.83-8.95-7.78zm-.2%204.22a4.75%204.75%200%200%201%204.59%203.56v5.81h-9.2V9.8a4.75%204.75%200%200%201%204.6-3.57z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.6%203.2a7.65%207.65%200%200%200-3.25.77c-3.48%201.7-3.88%205.66-3.88%205.66c3.45-7.05%208.3-6.07%2011.1-5.63c0%200-1.74-.84-3.98-.8zm11.12%2012.21s-1.4-.02-1.63.1c-2.7%201.4-3.26%201.84-5.03%202.2c-5.01%201-8.04.71-10.52%201.62c-1.9.7-4.26%203.33-4.26%203.33L5.32%2030l3.35-.1s.88-.7%201.97-.79c0%200%2010.4.64%2013.22-4.03c0%200-5.03%202.52-11.22.83c0%200%2010.67.32%2013.68-6.07c-1.3.2-4.47%203.28-10.42%202.48c.58.03%207.62-1.78%2010.7-5.02z%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%230093dd%22%20d%3D%22M16.14%202c-6.76.05-9.3%206.27-9.34%207.7v5.9H5.35v14.25h21.19V15.59h-1.42V9.78h-.04c-.07-.36-1.69-7.83-8.95-7.78zm-.2%204.22a4.75%204.75%200%200%201%204.59%203.56v5.81h-9.2V9.8a4.75%204.75%200%200%201%204.6-3.57z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.6%203.2a7.65%207.65%200%200%200-3.25.77c-3.48%201.7-3.88%205.66-3.88%205.66c3.45-7.05%208.3-6.07%2011.1-5.63c0%200-1.74-.84-3.98-.8zm11.12%2012.21s-1.4-.02-1.63.1c-2.7%201.4-3.26%201.84-5.03%202.2c-5.01%201-8.04.71-10.52%201.62c-1.9.7-4.26%203.33-4.26%203.33L5.32%2030l3.35-.1s.88-.7%201.97-.79c0%200%2010.4.64%2013.22-4.03c0%200-5.03%202.52-11.22.83c0%200%2010.67.32%2013.68-6.07c-1.3.2-4.47%203.28-10.42%202.48c.58.03%207.62-1.78%2010.7-5.02z%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-gpg.svg?color=%231a73e8&size=48