file type wurst logo
file-type-wurst from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-wurst
- 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 wurst logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#6d6d6d" d="M6.219 6.472c.786.078.954.91 1.583 1.256c.527.291 1.349-.051 1.719.605a3.25 3.25 0 0 0-1.988.843a3.42 3.42 0 0 1 1.2 2.255a21 21 0 0 1-.377 2.769c-.181 1.433-.322 3.82 1.542 4.312c1.465.387 2.568-2.357 3.462-3.216c1.3-1.25 2.878-1.814 4.479-.751a7.8 7.8 0 0 1 1.7 1.662c.5.629.944 1.71 1.656 2.139c1.553.934 2.65-1.352 2.7-2.569c.066-1.519-.669-3.09-.52-4.568a2.4 2.4 0 0 1 .329-.986c.089-.153.853-.8.852-.93c-.006-.7-1.6-.936-2.014-1.029a6.2 6.2 0 0 0 2.09-.831c.605-.518 1.073-1.105 1.735-1.59c-.211.525-1.294 2.313-.776 2.877c.274.3 1.027.05 1.406.115a2.2 2.2 0 0 1 1.293.668c1.523 1.583 1.8 4.692 1.676 6.743c-.273 4.329-3.037 9.68-7.98 9.874a4.26 4.26 0 0 1-2.814-.82c-.926-.75-1.3-2.184-2.276-2.815c-1.917-1.233-2.974 2-4.142 2.931c-1.764 1.4-4.674.564-6.328-.613a11.16 11.16 0 0 1-3.856-5.5a12.12 12.12 0 0 1 .143-7.8c.453-1.218 1.038-2.457 2.437-2.65c.789-.109 1.214.3 1.342-.636c.084-.615-.435-1.133-.278-1.748"/><path fill="#8e4747" d="M6.77 7.208c-.141.938.244 1.827-1.036 1.919a2.27 2.27 0 0 0-2.2 1.2a11.08 11.08 0 0 0-1.139 6.69c.456 4.121 3.525 8.8 8.1 8.717a3.15 3.15 0 0 0 2.562-1.141c.681-.782 1.2-2.037 2.151-2.521c2.135-1.084 2.992 2.163 4.349 3.106c1.787 1.243 4.543.37 6.121-.816A10.84 10.84 0 0 0 29.23 19a12.12 12.12 0 0 0-.333-7.782c-.4-.971-.9-1.981-2.043-2.1c-.388-.04-.882.1-1.237-.124c-.605-.382-.327-1.072-.236-1.63a2.5 2.5 0 0 0-1.288.744c-.131.518.729.675.549 1.312c-.125.445-.649.7-.819 1.136a5.6 5.6 0 0 0 .154 2.743c.229 1.466.486 3.255-.5 4.511c-1.069 1.367-2.313 1.174-3.281-.134a10.3 10.3 0 0 0-2.773-3.044c-1.455-.858-2.849-.181-3.947.9c-.885.869-1.655 2.883-2.9 3.251c-1.517.448-2.647-1.6-2.724-2.839c-.1-1.692.967-3.887.281-5.48c-.326-.764-1.033-.934-.586-1.73c.265-.47.472-.342.108-.78a5.2 5.2 0 0 0-.885-.746"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeWurst(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#6d6d6d" d="M6.219 6.472c.786.078.954.91 1.583 1.256c.527.291 1.349-.051 1.719.605a3.25 3.25 0 0 0-1.988.843a3.42 3.42 0 0 1 1.2 2.255a21 21 0 0 1-.377 2.769c-.181 1.433-.322 3.82 1.542 4.312c1.465.387 2.568-2.357 3.462-3.216c1.3-1.25 2.878-1.814 4.479-.751a7.8 7.8 0 0 1 1.7 1.662c.5.629.944 1.71 1.656 2.139c1.553.934 2.65-1.352 2.7-2.569c.066-1.519-.669-3.09-.52-4.568a2.4 2.4 0 0 1 .329-.986c.089-.153.853-.8.852-.93c-.006-.7-1.6-.936-2.014-1.029a6.2 6.2 0 0 0 2.09-.831c.605-.518 1.073-1.105 1.735-1.59c-.211.525-1.294 2.313-.776 2.877c.274.3 1.027.05 1.406.115a2.2 2.2 0 0 1 1.293.668c1.523 1.583 1.8 4.692 1.676 6.743c-.273 4.329-3.037 9.68-7.98 9.874a4.26 4.26 0 0 1-2.814-.82c-.926-.75-1.3-2.184-2.276-2.815c-1.917-1.233-2.974 2-4.142 2.931c-1.764 1.4-4.674.564-6.328-.613a11.16 11.16 0 0 1-3.856-5.5a12.12 12.12 0 0 1 .143-7.8c.453-1.218 1.038-2.457 2.437-2.65c.789-.109 1.214.3 1.342-.636c.084-.615-.435-1.133-.278-1.748"/><path fill="#8e4747" d="M6.77 7.208c-.141.938.244 1.827-1.036 1.919a2.27 2.27 0 0 0-2.2 1.2a11.08 11.08 0 0 0-1.139 6.69c.456 4.121 3.525 8.8 8.1 8.717a3.15 3.15 0 0 0 2.562-1.141c.681-.782 1.2-2.037 2.151-2.521c2.135-1.084 2.992 2.163 4.349 3.106c1.787 1.243 4.543.37 6.121-.816A10.84 10.84 0 0 0 29.23 19a12.12 12.12 0 0 0-.333-7.782c-.4-.971-.9-1.981-2.043-2.1c-.388-.04-.882.1-1.237-.124c-.605-.382-.327-1.072-.236-1.63a2.5 2.5 0 0 0-1.288.744c-.131.518.729.675.549 1.312c-.125.445-.649.7-.819 1.136a5.6 5.6 0 0 0 .154 2.743c.229 1.466.486 3.255-.5 4.511c-1.069 1.367-2.313 1.174-3.281-.134a10.3 10.3 0 0 0-2.773-3.044c-1.455-.858-2.849-.181-3.947.9c-.885.869-1.655 2.883-2.9 3.251c-1.517.448-2.647-1.6-2.724-2.839c-.1-1.692.967-3.887.281-5.48c-.326-.764-1.033-.934-.586-1.73c.265-.47.472-.342.108-.78a5.2 5.2 0 0 0-.885-.746"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#6d6d6d" d="M6.219 6.472c.786.078.954.91 1.583 1.256c.527.291 1.349-.051 1.719.605a3.25 3.25 0 0 0-1.988.843a3.42 3.42 0 0 1 1.2 2.255a21 21 0 0 1-.377 2.769c-.181 1.433-.322 3.82 1.542 4.312c1.465.387 2.568-2.357 3.462-3.216c1.3-1.25 2.878-1.814 4.479-.751a7.8 7.8 0 0 1 1.7 1.662c.5.629.944 1.71 1.656 2.139c1.553.934 2.65-1.352 2.7-2.569c.066-1.519-.669-3.09-.52-4.568a2.4 2.4 0 0 1 .329-.986c.089-.153.853-.8.852-.93c-.006-.7-1.6-.936-2.014-1.029a6.2 6.2 0 0 0 2.09-.831c.605-.518 1.073-1.105 1.735-1.59c-.211.525-1.294 2.313-.776 2.877c.274.3 1.027.05 1.406.115a2.2 2.2 0 0 1 1.293.668c1.523 1.583 1.8 4.692 1.676 6.743c-.273 4.329-3.037 9.68-7.98 9.874a4.26 4.26 0 0 1-2.814-.82c-.926-.75-1.3-2.184-2.276-2.815c-1.917-1.233-2.974 2-4.142 2.931c-1.764 1.4-4.674.564-6.328-.613a11.16 11.16 0 0 1-3.856-5.5a12.12 12.12 0 0 1 .143-7.8c.453-1.218 1.038-2.457 2.437-2.65c.789-.109 1.214.3 1.342-.636c.084-.615-.435-1.133-.278-1.748"/><path fill="#8e4747" d="M6.77 7.208c-.141.938.244 1.827-1.036 1.919a2.27 2.27 0 0 0-2.2 1.2a11.08 11.08 0 0 0-1.139 6.69c.456 4.121 3.525 8.8 8.1 8.717a3.15 3.15 0 0 0 2.562-1.141c.681-.782 1.2-2.037 2.151-2.521c2.135-1.084 2.992 2.163 4.349 3.106c1.787 1.243 4.543.37 6.121-.816A10.84 10.84 0 0 0 29.23 19a12.12 12.12 0 0 0-.333-7.782c-.4-.971-.9-1.981-2.043-2.1c-.388-.04-.882.1-1.237-.124c-.605-.382-.327-1.072-.236-1.63a2.5 2.5 0 0 0-1.288.744c-.131.518.729.675.549 1.312c-.125.445-.649.7-.819 1.136a5.6 5.6 0 0 0 .154 2.743c.229 1.466.486 3.255-.5 4.511c-1.069 1.367-2.313 1.174-3.281-.134a10.3 10.3 0 0 0-2.773-3.044c-1.455-.858-2.849-.181-3.947.9c-.885.869-1.655 2.883-2.9 3.251c-1.517.448-2.647-1.6-2.724-2.839c-.1-1.692.967-3.887.281-5.48c-.326-.764-1.033-.934-.586-1.73c.265-.47.472-.342.108-.78a5.2 5.2 0 0 0-.885-.746"/></svg> </template>
CSS
.icon-file-type-wurst {
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%236d6d6d%22%20d%3D%22M6.219%206.472c.786.078.954.91%201.583%201.256c.527.291%201.349-.051%201.719.605a3.25%203.25%200%200%200-1.988.843a3.42%203.42%200%200%201%201.2%202.255a21%2021%200%200%201-.377%202.769c-.181%201.433-.322%203.82%201.542%204.312c1.465.387%202.568-2.357%203.462-3.216c1.3-1.25%202.878-1.814%204.479-.751a7.8%207.8%200%200%201%201.7%201.662c.5.629.944%201.71%201.656%202.139c1.553.934%202.65-1.352%202.7-2.569c.066-1.519-.669-3.09-.52-4.568a2.4%202.4%200%200%201%20.329-.986c.089-.153.853-.8.852-.93c-.006-.7-1.6-.936-2.014-1.029a6.2%206.2%200%200%200%202.09-.831c.605-.518%201.073-1.105%201.735-1.59c-.211.525-1.294%202.313-.776%202.877c.274.3%201.027.05%201.406.115a2.2%202.2%200%200%201%201.293.668c1.523%201.583%201.8%204.692%201.676%206.743c-.273%204.329-3.037%209.68-7.98%209.874a4.26%204.26%200%200%201-2.814-.82c-.926-.75-1.3-2.184-2.276-2.815c-1.917-1.233-2.974%202-4.142%202.931c-1.764%201.4-4.674.564-6.328-.613a11.16%2011.16%200%200%201-3.856-5.5a12.12%2012.12%200%200%201%20.143-7.8c.453-1.218%201.038-2.457%202.437-2.65c.789-.109%201.214.3%201.342-.636c.084-.615-.435-1.133-.278-1.748%22%2F%3E%3Cpath%20fill%3D%22%238e4747%22%20d%3D%22M6.77%207.208c-.141.938.244%201.827-1.036%201.919a2.27%202.27%200%200%200-2.2%201.2a11.08%2011.08%200%200%200-1.139%206.69c.456%204.121%203.525%208.8%208.1%208.717a3.15%203.15%200%200%200%202.562-1.141c.681-.782%201.2-2.037%202.151-2.521c2.135-1.084%202.992%202.163%204.349%203.106c1.787%201.243%204.543.37%206.121-.816A10.84%2010.84%200%200%200%2029.23%2019a12.12%2012.12%200%200%200-.333-7.782c-.4-.971-.9-1.981-2.043-2.1c-.388-.04-.882.1-1.237-.124c-.605-.382-.327-1.072-.236-1.63a2.5%202.5%200%200%200-1.288.744c-.131.518.729.675.549%201.312c-.125.445-.649.7-.819%201.136a5.6%205.6%200%200%200%20.154%202.743c.229%201.466.486%203.255-.5%204.511c-1.069%201.367-2.313%201.174-3.281-.134a10.3%2010.3%200%200%200-2.773-3.044c-1.455-.858-2.849-.181-3.947.9c-.885.869-1.655%202.883-2.9%203.251c-1.517.448-2.647-1.6-2.724-2.839c-.1-1.692.967-3.887.281-5.48c-.326-.764-1.033-.934-.586-1.73c.265-.47.472-.342.108-.78a5.2%205.2%200%200%200-.885-.746%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%236d6d6d%22%20d%3D%22M6.219%206.472c.786.078.954.91%201.583%201.256c.527.291%201.349-.051%201.719.605a3.25%203.25%200%200%200-1.988.843a3.42%203.42%200%200%201%201.2%202.255a21%2021%200%200%201-.377%202.769c-.181%201.433-.322%203.82%201.542%204.312c1.465.387%202.568-2.357%203.462-3.216c1.3-1.25%202.878-1.814%204.479-.751a7.8%207.8%200%200%201%201.7%201.662c.5.629.944%201.71%201.656%202.139c1.553.934%202.65-1.352%202.7-2.569c.066-1.519-.669-3.09-.52-4.568a2.4%202.4%200%200%201%20.329-.986c.089-.153.853-.8.852-.93c-.006-.7-1.6-.936-2.014-1.029a6.2%206.2%200%200%200%202.09-.831c.605-.518%201.073-1.105%201.735-1.59c-.211.525-1.294%202.313-.776%202.877c.274.3%201.027.05%201.406.115a2.2%202.2%200%200%201%201.293.668c1.523%201.583%201.8%204.692%201.676%206.743c-.273%204.329-3.037%209.68-7.98%209.874a4.26%204.26%200%200%201-2.814-.82c-.926-.75-1.3-2.184-2.276-2.815c-1.917-1.233-2.974%202-4.142%202.931c-1.764%201.4-4.674.564-6.328-.613a11.16%2011.16%200%200%201-3.856-5.5a12.12%2012.12%200%200%201%20.143-7.8c.453-1.218%201.038-2.457%202.437-2.65c.789-.109%201.214.3%201.342-.636c.084-.615-.435-1.133-.278-1.748%22%2F%3E%3Cpath%20fill%3D%22%238e4747%22%20d%3D%22M6.77%207.208c-.141.938.244%201.827-1.036%201.919a2.27%202.27%200%200%200-2.2%201.2a11.08%2011.08%200%200%200-1.139%206.69c.456%204.121%203.525%208.8%208.1%208.717a3.15%203.15%200%200%200%202.562-1.141c.681-.782%201.2-2.037%202.151-2.521c2.135-1.084%202.992%202.163%204.349%203.106c1.787%201.243%204.543.37%206.121-.816A10.84%2010.84%200%200%200%2029.23%2019a12.12%2012.12%200%200%200-.333-7.782c-.4-.971-.9-1.981-2.043-2.1c-.388-.04-.882.1-1.237-.124c-.605-.382-.327-1.072-.236-1.63a2.5%202.5%200%200%200-1.288.744c-.131.518.729.675.549%201.312c-.125.445-.649.7-.819%201.136a5.6%205.6%200%200%200%20.154%202.743c.229%201.466.486%203.255-.5%204.511c-1.069%201.367-2.313%201.174-3.281-.134a10.3%2010.3%200%200%200-2.773-3.044c-1.455-.858-2.849-.181-3.947.9c-.885.869-1.655%202.883-2.9%203.251c-1.517.448-2.647-1.6-2.724-2.839c-.1-1.692.967-3.887.281-5.48c-.326-.764-1.033-.934-.586-1.73c.265-.47.472-.342.108-.78a5.2%205.2%200%200%200-.885-.746%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-wurst.svg?color=%231a73e8&size=48