file type capnp logo

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

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

Related icons in VSCode Icons

Use the file type capnp logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c22626" d="M2 1.85h28v28H2z"/><path fill="#fff" stroke="#000" stroke-miterlimit="1.41" stroke-width=".36" d="m12.1 19.1l.26.24l3.05-.25l.21-.02v-.83l-.25-.24l-.58.04l-.17-.01c-.04 0-.05-.02-.05-.02h-.01l-.02-.04a.8.8 0 0 1-.02-.23v-3l2.35 4.07l.08.13l.15-.01l1.93-.16l.21-.01v-5.17c0-.27.03-.34.07-.38a.3.3 0 0 1 .13-.06c.09-.02.21-.04.39-.05l.25-.02l.21-.01v-.83l-.25-.23l-3.03.25l-.21.02v.82l.25.23l.4-.02l.1-.01h.26c.03 0 .05.02.06.03c.01.02.04.08.04.2v2.87l-2.27-3.9l-.08-.12l-.15.01l-3.09.3l-.21.01v.8l.24.23l.49-.02h.17l.1.03l.03.04c.02.02.03.06.04.15v3.92c0 .08-.01.17-.05.24c-.02.05-.07.1-.21.11l-.6.06l-.21.02v.2z"/><path fill="#fff" stroke="#000" stroke-miterlimit="1.41" stroke-width=".32" d="m7.8 13.27l-.06.29c-.1-.09-.23-.18-.37-.27a1.4 1.4 0 0 0-.52-.15a4.2 4.2 0 0 0-1.71.17a3.4 3.4 0 0 0-2.38 2.83c-.12 1.08.02 2.08.57 2.79c.56.72 1.5 1.08 2.86.97a2.96 2.96 0 0 0 2.26-1.15c.43-.57.57-1.23.57-1.67l-.25-.23l-.74.06l-.23.01l.02.23c.02.31-.1.82-.42 1.19c-.15.18-.34.32-.56.39c-.23.07-.5.09-.85-.01c-.49-.15-.76-.63-.88-1.28a5.6 5.6 0 0 1 .01-1.83v-.01c.03-.23.15-.59.39-.89a1.4 1.4 0 0 1 1.1-.53c.52-.01.81.2.98.47c.18.28.24.63.23.87l.25.23l.74-.07l.2-.02v-2.4l-.24-.22l-.76.05l-.17.02z"/><path fill="#fff" stroke="#000" stroke-miterlimit="1.41" stroke-width=".3" d="m9.88 12.47l-.15.04v.34l.25.2c.48-.15.9-.49 1.15-.93c.18-.3.22-.7.06-1.02c-.13-.26-.38-.46-.68-.46a.93.93 0 0 0-.9.8c-.03.33.23.69.58.7c.06 0 .19-.05.1.04a.76.76 0 0 1-.42.3z"/><path fill="#fff" stroke="#000" stroke-dashoffset="4.96" stroke-width=".34" d="m21.66 9.85l-.01 1.04s.91-.11 1.07-.02c.14.3 0 6.3-.03 6.6c-.37.09-.82.12-1.05.2l.02 1.04l4.19-.45l-.02-1.05s-.86.11-1.04 0c-.03-.1-.12-2.77-.12-2.77s1.12.03 2.71-.38c0 0 1.45-.47 1.54-2.45c-.05-1.93-1.39-2.4-1.96-2.42c-.22-.08-5 .64-5.3.66zm4 .74c.63 0 1.16.29 1.19 1.1c-.09 1.2-.8 1.45-1.91 1.44l-.03-2.42c.25-.07.5-.12.75-.12z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeCapnp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c22626" d="M2 1.85h28v28H2z"/><path fill="#fff" stroke="#000" strokeMiterlimit="1.41" strokeWidth=".36" d="m12.1 19.1l.26.24l3.05-.25l.21-.02v-.83l-.25-.24l-.58.04l-.17-.01c-.04 0-.05-.02-.05-.02h-.01l-.02-.04a.8.8 0 0 1-.02-.23v-3l2.35 4.07l.08.13l.15-.01l1.93-.16l.21-.01v-5.17c0-.27.03-.34.07-.38a.3.3 0 0 1 .13-.06c.09-.02.21-.04.39-.05l.25-.02l.21-.01v-.83l-.25-.23l-3.03.25l-.21.02v.82l.25.23l.4-.02l.1-.01h.26c.03 0 .05.02.06.03c.01.02.04.08.04.2v2.87l-2.27-3.9l-.08-.12l-.15.01l-3.09.3l-.21.01v.8l.24.23l.49-.02h.17l.1.03l.03.04c.02.02.03.06.04.15v3.92c0 .08-.01.17-.05.24c-.02.05-.07.1-.21.11l-.6.06l-.21.02v.2z"/><path fill="#fff" stroke="#000" strokeMiterlimit="1.41" strokeWidth=".32" d="m7.8 13.27l-.06.29c-.1-.09-.23-.18-.37-.27a1.4 1.4 0 0 0-.52-.15a4.2 4.2 0 0 0-1.71.17a3.4 3.4 0 0 0-2.38 2.83c-.12 1.08.02 2.08.57 2.79c.56.72 1.5 1.08 2.86.97a2.96 2.96 0 0 0 2.26-1.15c.43-.57.57-1.23.57-1.67l-.25-.23l-.74.06l-.23.01l.02.23c.02.31-.1.82-.42 1.19c-.15.18-.34.32-.56.39c-.23.07-.5.09-.85-.01c-.49-.15-.76-.63-.88-1.28a5.6 5.6 0 0 1 .01-1.83v-.01c.03-.23.15-.59.39-.89a1.4 1.4 0 0 1 1.1-.53c.52-.01.81.2.98.47c.18.28.24.63.23.87l.25.23l.74-.07l.2-.02v-2.4l-.24-.22l-.76.05l-.17.02z"/><path fill="#fff" stroke="#000" strokeMiterlimit="1.41" strokeWidth=".3" d="m9.88 12.47l-.15.04v.34l.25.2c.48-.15.9-.49 1.15-.93c.18-.3.22-.7.06-1.02c-.13-.26-.38-.46-.68-.46a.93.93 0 0 0-.9.8c-.03.33.23.69.58.7c.06 0 .19-.05.1.04a.76.76 0 0 1-.42.3z"/><path fill="#fff" stroke="#000" strokeDashoffset="4.96" strokeWidth=".34" d="m21.66 9.85l-.01 1.04s.91-.11 1.07-.02c.14.3 0 6.3-.03 6.6c-.37.09-.82.12-1.05.2l.02 1.04l4.19-.45l-.02-1.05s-.86.11-1.04 0c-.03-.1-.12-2.77-.12-2.77s1.12.03 2.71-.38c0 0 1.45-.47 1.54-2.45c-.05-1.93-1.39-2.4-1.96-2.42c-.22-.08-5 .64-5.3.66zm4 .74c.63 0 1.16.29 1.19 1.1c-.09 1.2-.8 1.45-1.91 1.44l-.03-2.42c.25-.07.5-.12.75-.12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c22626" d="M2 1.85h28v28H2z"/><path fill="#fff" stroke="#000" stroke-miterlimit="1.41" stroke-width=".36" d="m12.1 19.1l.26.24l3.05-.25l.21-.02v-.83l-.25-.24l-.58.04l-.17-.01c-.04 0-.05-.02-.05-.02h-.01l-.02-.04a.8.8 0 0 1-.02-.23v-3l2.35 4.07l.08.13l.15-.01l1.93-.16l.21-.01v-5.17c0-.27.03-.34.07-.38a.3.3 0 0 1 .13-.06c.09-.02.21-.04.39-.05l.25-.02l.21-.01v-.83l-.25-.23l-3.03.25l-.21.02v.82l.25.23l.4-.02l.1-.01h.26c.03 0 .05.02.06.03c.01.02.04.08.04.2v2.87l-2.27-3.9l-.08-.12l-.15.01l-3.09.3l-.21.01v.8l.24.23l.49-.02h.17l.1.03l.03.04c.02.02.03.06.04.15v3.92c0 .08-.01.17-.05.24c-.02.05-.07.1-.21.11l-.6.06l-.21.02v.2z"/><path fill="#fff" stroke="#000" stroke-miterlimit="1.41" stroke-width=".32" d="m7.8 13.27l-.06.29c-.1-.09-.23-.18-.37-.27a1.4 1.4 0 0 0-.52-.15a4.2 4.2 0 0 0-1.71.17a3.4 3.4 0 0 0-2.38 2.83c-.12 1.08.02 2.08.57 2.79c.56.72 1.5 1.08 2.86.97a2.96 2.96 0 0 0 2.26-1.15c.43-.57.57-1.23.57-1.67l-.25-.23l-.74.06l-.23.01l.02.23c.02.31-.1.82-.42 1.19c-.15.18-.34.32-.56.39c-.23.07-.5.09-.85-.01c-.49-.15-.76-.63-.88-1.28a5.6 5.6 0 0 1 .01-1.83v-.01c.03-.23.15-.59.39-.89a1.4 1.4 0 0 1 1.1-.53c.52-.01.81.2.98.47c.18.28.24.63.23.87l.25.23l.74-.07l.2-.02v-2.4l-.24-.22l-.76.05l-.17.02z"/><path fill="#fff" stroke="#000" stroke-miterlimit="1.41" stroke-width=".3" d="m9.88 12.47l-.15.04v.34l.25.2c.48-.15.9-.49 1.15-.93c.18-.3.22-.7.06-1.02c-.13-.26-.38-.46-.68-.46a.93.93 0 0 0-.9.8c-.03.33.23.69.58.7c.06 0 .19-.05.1.04a.76.76 0 0 1-.42.3z"/><path fill="#fff" stroke="#000" stroke-dashoffset="4.96" stroke-width=".34" d="m21.66 9.85l-.01 1.04s.91-.11 1.07-.02c.14.3 0 6.3-.03 6.6c-.37.09-.82.12-1.05.2l.02 1.04l4.19-.45l-.02-1.05s-.86.11-1.04 0c-.03-.1-.12-2.77-.12-2.77s1.12.03 2.71-.38c0 0 1.45-.47 1.54-2.45c-.05-1.93-1.39-2.4-1.96-2.42c-.22-.08-5 .64-5.3.66zm4 .74c.63 0 1.16.29 1.19 1.1c-.09 1.2-.8 1.45-1.91 1.44l-.03-2.42c.25-.07.5-.12.75-.12z"/></svg>
</template>

CSS

.icon-file-type-capnp {
  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%23c22626%22%20d%3D%22M2%201.85h28v28H2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%221.41%22%20stroke-width%3D%22.36%22%20d%3D%22m12.1%2019.1l.26.24l3.05-.25l.21-.02v-.83l-.25-.24l-.58.04l-.17-.01c-.04%200-.05-.02-.05-.02h-.01l-.02-.04a.8.8%200%200%201-.02-.23v-3l2.35%204.07l.08.13l.15-.01l1.93-.16l.21-.01v-5.17c0-.27.03-.34.07-.38a.3.3%200%200%201%20.13-.06c.09-.02.21-.04.39-.05l.25-.02l.21-.01v-.83l-.25-.23l-3.03.25l-.21.02v.82l.25.23l.4-.02l.1-.01h.26c.03%200%20.05.02.06.03c.01.02.04.08.04.2v2.87l-2.27-3.9l-.08-.12l-.15.01l-3.09.3l-.21.01v.8l.24.23l.49-.02h.17l.1.03l.03.04c.02.02.03.06.04.15v3.92c0%20.08-.01.17-.05.24c-.02.05-.07.1-.21.11l-.6.06l-.21.02v.2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%221.41%22%20stroke-width%3D%22.32%22%20d%3D%22m7.8%2013.27l-.06.29c-.1-.09-.23-.18-.37-.27a1.4%201.4%200%200%200-.52-.15a4.2%204.2%200%200%200-1.71.17a3.4%203.4%200%200%200-2.38%202.83c-.12%201.08.02%202.08.57%202.79c.56.72%201.5%201.08%202.86.97a2.96%202.96%200%200%200%202.26-1.15c.43-.57.57-1.23.57-1.67l-.25-.23l-.74.06l-.23.01l.02.23c.02.31-.1.82-.42%201.19c-.15.18-.34.32-.56.39c-.23.07-.5.09-.85-.01c-.49-.15-.76-.63-.88-1.28a5.6%205.6%200%200%201%20.01-1.83v-.01c.03-.23.15-.59.39-.89a1.4%201.4%200%200%201%201.1-.53c.52-.01.81.2.98.47c.18.28.24.63.23.87l.25.23l.74-.07l.2-.02v-2.4l-.24-.22l-.76.05l-.17.02z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%221.41%22%20stroke-width%3D%22.3%22%20d%3D%22m9.88%2012.47l-.15.04v.34l.25.2c.48-.15.9-.49%201.15-.93c.18-.3.22-.7.06-1.02c-.13-.26-.38-.46-.68-.46a.93.93%200%200%200-.9.8c-.03.33.23.69.58.7c.06%200%20.19-.05.1.04a.76.76%200%200%201-.42.3z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-dashoffset%3D%224.96%22%20stroke-width%3D%22.34%22%20d%3D%22m21.66%209.85l-.01%201.04s.91-.11%201.07-.02c.14.3%200%206.3-.03%206.6c-.37.09-.82.12-1.05.2l.02%201.04l4.19-.45l-.02-1.05s-.86.11-1.04%200c-.03-.1-.12-2.77-.12-2.77s1.12.03%202.71-.38c0%200%201.45-.47%201.54-2.45c-.05-1.93-1.39-2.4-1.96-2.42c-.22-.08-5%20.64-5.3.66zm4%20.74c.63%200%201.16.29%201.19%201.1c-.09%201.2-.8%201.45-1.91%201.44l-.03-2.42c.25-.07.5-.12.75-.12z%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%23c22626%22%20d%3D%22M2%201.85h28v28H2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%221.41%22%20stroke-width%3D%22.36%22%20d%3D%22m12.1%2019.1l.26.24l3.05-.25l.21-.02v-.83l-.25-.24l-.58.04l-.17-.01c-.04%200-.05-.02-.05-.02h-.01l-.02-.04a.8.8%200%200%201-.02-.23v-3l2.35%204.07l.08.13l.15-.01l1.93-.16l.21-.01v-5.17c0-.27.03-.34.07-.38a.3.3%200%200%201%20.13-.06c.09-.02.21-.04.39-.05l.25-.02l.21-.01v-.83l-.25-.23l-3.03.25l-.21.02v.82l.25.23l.4-.02l.1-.01h.26c.03%200%20.05.02.06.03c.01.02.04.08.04.2v2.87l-2.27-3.9l-.08-.12l-.15.01l-3.09.3l-.21.01v.8l.24.23l.49-.02h.17l.1.03l.03.04c.02.02.03.06.04.15v3.92c0%20.08-.01.17-.05.24c-.02.05-.07.1-.21.11l-.6.06l-.21.02v.2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%221.41%22%20stroke-width%3D%22.32%22%20d%3D%22m7.8%2013.27l-.06.29c-.1-.09-.23-.18-.37-.27a1.4%201.4%200%200%200-.52-.15a4.2%204.2%200%200%200-1.71.17a3.4%203.4%200%200%200-2.38%202.83c-.12%201.08.02%202.08.57%202.79c.56.72%201.5%201.08%202.86.97a2.96%202.96%200%200%200%202.26-1.15c.43-.57.57-1.23.57-1.67l-.25-.23l-.74.06l-.23.01l.02.23c.02.31-.1.82-.42%201.19c-.15.18-.34.32-.56.39c-.23.07-.5.09-.85-.01c-.49-.15-.76-.63-.88-1.28a5.6%205.6%200%200%201%20.01-1.83v-.01c.03-.23.15-.59.39-.89a1.4%201.4%200%200%201%201.1-.53c.52-.01.81.2.98.47c.18.28.24.63.23.87l.25.23l.74-.07l.2-.02v-2.4l-.24-.22l-.76.05l-.17.02z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%221.41%22%20stroke-width%3D%22.3%22%20d%3D%22m9.88%2012.47l-.15.04v.34l.25.2c.48-.15.9-.49%201.15-.93c.18-.3.22-.7.06-1.02c-.13-.26-.38-.46-.68-.46a.93.93%200%200%200-.9.8c-.03.33.23.69.58.7c.06%200%20.19-.05.1.04a.76.76%200%200%201-.42.3z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%20stroke-dashoffset%3D%224.96%22%20stroke-width%3D%22.34%22%20d%3D%22m21.66%209.85l-.01%201.04s.91-.11%201.07-.02c.14.3%200%206.3-.03%206.6c-.37.09-.82.12-1.05.2l.02%201.04l4.19-.45l-.02-1.05s-.86.11-1.04%200c-.03-.1-.12-2.77-.12-2.77s1.12.03%202.71-.38c0%200%201.45-.47%201.54-2.45c-.05-1.93-1.39-2.4-1.96-2.42c-.22-.08-5%20.64-5.3.66zm4%20.74c.63%200%201.16.29%201.19%201.1c-.09%201.2-.8%201.45-1.91%201.44l-.03-2.42c.25-.07.5-.12.75-.12z%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-capnp.svg?color=%231a73e8&size=48