file type wasp logo
file-type-wasp from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-wasp
- 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 wasp logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f5c842" d="M2 2v28h28V2"/><path fill="#111" d="M6.6 11.76h9.22v2.95H6.6zm0 5.53h9.22v2.95H6.6zm13.95-9.76h-2.9l.02 2.62h1.58s.34.03.56.15c.25.13.27.2.4.37q.1.13.11.3l.03.18v2.66l.03.3c.03.16.06.35.1.48c.08.21.25.49.4.67q.27.3.65.5c.2.12.6.22.61.22v.04a2.4 2.4 0 0 0-1.26.72a3 3 0 0 0-.4.67c-.04.13-.08.32-.1.49l-.03.29v2.66l-.03.18a1 1 0 0 1-.11.3c-.13.17-.15.24-.4.37c-.22.12-.56.15-.56.15h-1.58l-.01 2.62h3.19l.46-.05a3 3 0 0 0 1.03-.37c.22-.12.45-.35.64-.6c.19-.23.34-.5.4-.68c.1-.38.11-.87.11-.87v-3.6l.04-.27l.1-.22q.08-.14.15-.2c.1-.08.24-.18.38-.2l.24-.03h1v-2.76h-1l-.24-.03c-.14-.02-.27-.12-.38-.2l-.15-.2l-.1-.22l-.03-.16l-.01-.11v-3.6s0-.49-.12-.87c-.05-.19-.2-.45-.4-.69a3 3 0 0 0-.63-.6l-.41-.2c-.25-.1-.49-.14-.62-.16a4 4 0 0 0-.76-.05"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeWasp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f5c842" d="M2 2v28h28V2"/><path fill="#111" d="M6.6 11.76h9.22v2.95H6.6zm0 5.53h9.22v2.95H6.6zm13.95-9.76h-2.9l.02 2.62h1.58s.34.03.56.15c.25.13.27.2.4.37q.1.13.11.3l.03.18v2.66l.03.3c.03.16.06.35.1.48c.08.21.25.49.4.67q.27.3.65.5c.2.12.6.22.61.22v.04a2.4 2.4 0 0 0-1.26.72a3 3 0 0 0-.4.67c-.04.13-.08.32-.1.49l-.03.29v2.66l-.03.18a1 1 0 0 1-.11.3c-.13.17-.15.24-.4.37c-.22.12-.56.15-.56.15h-1.58l-.01 2.62h3.19l.46-.05a3 3 0 0 0 1.03-.37c.22-.12.45-.35.64-.6c.19-.23.34-.5.4-.68c.1-.38.11-.87.11-.87v-3.6l.04-.27l.1-.22q.08-.14.15-.2c.1-.08.24-.18.38-.2l.24-.03h1v-2.76h-1l-.24-.03c-.14-.02-.27-.12-.38-.2l-.15-.2l-.1-.22l-.03-.16l-.01-.11v-3.6s0-.49-.12-.87c-.05-.19-.2-.45-.4-.69a3 3 0 0 0-.63-.6l-.41-.2c-.25-.1-.49-.14-.62-.16a4 4 0 0 0-.76-.05"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f5c842" d="M2 2v28h28V2"/><path fill="#111" d="M6.6 11.76h9.22v2.95H6.6zm0 5.53h9.22v2.95H6.6zm13.95-9.76h-2.9l.02 2.62h1.58s.34.03.56.15c.25.13.27.2.4.37q.1.13.11.3l.03.18v2.66l.03.3c.03.16.06.35.1.48c.08.21.25.49.4.67q.27.3.65.5c.2.12.6.22.61.22v.04a2.4 2.4 0 0 0-1.26.72a3 3 0 0 0-.4.67c-.04.13-.08.32-.1.49l-.03.29v2.66l-.03.18a1 1 0 0 1-.11.3c-.13.17-.15.24-.4.37c-.22.12-.56.15-.56.15h-1.58l-.01 2.62h3.19l.46-.05a3 3 0 0 0 1.03-.37c.22-.12.45-.35.64-.6c.19-.23.34-.5.4-.68c.1-.38.11-.87.11-.87v-3.6l.04-.27l.1-.22q.08-.14.15-.2c.1-.08.24-.18.38-.2l.24-.03h1v-2.76h-1l-.24-.03c-.14-.02-.27-.12-.38-.2l-.15-.2l-.1-.22l-.03-.16l-.01-.11v-3.6s0-.49-.12-.87c-.05-.19-.2-.45-.4-.69a3 3 0 0 0-.63-.6l-.41-.2c-.25-.1-.49-.14-.62-.16a4 4 0 0 0-.76-.05"/></svg> </template>
CSS
.icon-file-type-wasp {
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%23f5c842%22%20d%3D%22M2%202v28h28V2%22%2F%3E%3Cpath%20fill%3D%22%23111%22%20d%3D%22M6.6%2011.76h9.22v2.95H6.6zm0%205.53h9.22v2.95H6.6zm13.95-9.76h-2.9l.02%202.62h1.58s.34.03.56.15c.25.13.27.2.4.37q.1.13.11.3l.03.18v2.66l.03.3c.03.16.06.35.1.48c.08.21.25.49.4.67q.27.3.65.5c.2.12.6.22.61.22v.04a2.4%202.4%200%200%200-1.26.72a3%203%200%200%200-.4.67c-.04.13-.08.32-.1.49l-.03.29v2.66l-.03.18a1%201%200%200%201-.11.3c-.13.17-.15.24-.4.37c-.22.12-.56.15-.56.15h-1.58l-.01%202.62h3.19l.46-.05a3%203%200%200%200%201.03-.37c.22-.12.45-.35.64-.6c.19-.23.34-.5.4-.68c.1-.38.11-.87.11-.87v-3.6l.04-.27l.1-.22q.08-.14.15-.2c.1-.08.24-.18.38-.2l.24-.03h1v-2.76h-1l-.24-.03c-.14-.02-.27-.12-.38-.2l-.15-.2l-.1-.22l-.03-.16l-.01-.11v-3.6s0-.49-.12-.87c-.05-.19-.2-.45-.4-.69a3%203%200%200%200-.63-.6l-.41-.2c-.25-.1-.49-.14-.62-.16a4%204%200%200%200-.76-.05%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%23f5c842%22%20d%3D%22M2%202v28h28V2%22%2F%3E%3Cpath%20fill%3D%22%23111%22%20d%3D%22M6.6%2011.76h9.22v2.95H6.6zm0%205.53h9.22v2.95H6.6zm13.95-9.76h-2.9l.02%202.62h1.58s.34.03.56.15c.25.13.27.2.4.37q.1.13.11.3l.03.18v2.66l.03.3c.03.16.06.35.1.48c.08.21.25.49.4.67q.27.3.65.5c.2.12.6.22.61.22v.04a2.4%202.4%200%200%200-1.26.72a3%203%200%200%200-.4.67c-.04.13-.08.32-.1.49l-.03.29v2.66l-.03.18a1%201%200%200%201-.11.3c-.13.17-.15.24-.4.37c-.22.12-.56.15-.56.15h-1.58l-.01%202.62h3.19l.46-.05a3%203%200%200%200%201.03-.37c.22-.12.45-.35.64-.6c.19-.23.34-.5.4-.68c.1-.38.11-.87.11-.87v-3.6l.04-.27l.1-.22q.08-.14.15-.2c.1-.08.24-.18.38-.2l.24-.03h1v-2.76h-1l-.24-.03c-.14-.02-.27-.12-.38-.2l-.15-.2l-.1-.22l-.03-.16l-.01-.11v-3.6s0-.49-.12-.87c-.05-.19-.2-.45-.4-.69a3%203%200%200%200-.63-.6l-.41-.2c-.25-.1-.49-.14-.62-.16a4%204%200%200%200-.76-.05%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-wasp.svg?color=%231a73e8&size=48