file type werf logo
file-type-werf from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-werf
- 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 werf logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#06f" d="m24 17.31l1.06 3.18l1.85-3.18zm-.2-6.87v5.88h3.15zm-1 3.32V9.01h-1.58zM19.34 3.41l1.54 4.6h1.62l-2.63-4.9l-.4.22zm-2.17 25.6h2.36l-.89-1.65l-.3.32q-.51.64-1.17 1.33m-1.15-1.5l.04-9.58q-.4.23-1.05.68c.04 1.18.23 5.2 1 8.9m-2.7-7.58c.04.75.26 3.47 1.66 6.43a60 60 0 0 1-.75-7.18zM12.46 29h2.46l-.19-.23a22 22 0 0 1-1.32-1.53zm-.79-7.44c.1.53.78 2.55 2.5 4.94a19 19 0 0 1-1.6-5.9a15 15 0 0 0-.9.96m1.25-4.94v2.28a15 15 0 0 1 1.25-.97c1.1-.82 1.55-.98 1.83-1v-.3zm-7.84.68l1.98 3.4l1.37-3.4zm3.59-5.39l-3.44 4.4h3.44zm1-1.27v3.6l2.41-6.02l-.32-.26zm16.04 10.7h2l.5.49v7.66l-.5.5H4.29l-.5-.5v-7.66l.5-.5h2l-2.5-4.27l.04-.56l7.47-9.56l.68-.07v-.02l3.36 2.52l-.6.8l-1.8-1.37l-5.23 13l3.9 6.68l1.16-2.13c-1.95-2.85-2.1-4.8-2.1-4.92l.11-.35a20 20 0 0 1 1.15-1.25v-3.7l.5-.5h7.16l.5.5v3.58q.6.6 1.26 1.37l.11.35c0 .12-.15 2.12-2.17 5.01l1.1 2.04l4.01-6.85L18.45 3.9l-1.62.9l-.48-.87L19.83 2l.68.2l7.7 14.38v.49z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeWerf(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#06f" d="m24 17.31l1.06 3.18l1.85-3.18zm-.2-6.87v5.88h3.15zm-1 3.32V9.01h-1.58zM19.34 3.41l1.54 4.6h1.62l-2.63-4.9l-.4.22zm-2.17 25.6h2.36l-.89-1.65l-.3.32q-.51.64-1.17 1.33m-1.15-1.5l.04-9.58q-.4.23-1.05.68c.04 1.18.23 5.2 1 8.9m-2.7-7.58c.04.75.26 3.47 1.66 6.43a60 60 0 0 1-.75-7.18zM12.46 29h2.46l-.19-.23a22 22 0 0 1-1.32-1.53zm-.79-7.44c.1.53.78 2.55 2.5 4.94a19 19 0 0 1-1.6-5.9a15 15 0 0 0-.9.96m1.25-4.94v2.28a15 15 0 0 1 1.25-.97c1.1-.82 1.55-.98 1.83-1v-.3zm-7.84.68l1.98 3.4l1.37-3.4zm3.59-5.39l-3.44 4.4h3.44zm1-1.27v3.6l2.41-6.02l-.32-.26zm16.04 10.7h2l.5.49v7.66l-.5.5H4.29l-.5-.5v-7.66l.5-.5h2l-2.5-4.27l.04-.56l7.47-9.56l.68-.07v-.02l3.36 2.52l-.6.8l-1.8-1.37l-5.23 13l3.9 6.68l1.16-2.13c-1.95-2.85-2.1-4.8-2.1-4.92l.11-.35a20 20 0 0 1 1.15-1.25v-3.7l.5-.5h7.16l.5.5v3.58q.6.6 1.26 1.37l.11.35c0 .12-.15 2.12-2.17 5.01l1.1 2.04l4.01-6.85L18.45 3.9l-1.62.9l-.48-.87L19.83 2l.68.2l7.7 14.38v.49z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#06f" d="m24 17.31l1.06 3.18l1.85-3.18zm-.2-6.87v5.88h3.15zm-1 3.32V9.01h-1.58zM19.34 3.41l1.54 4.6h1.62l-2.63-4.9l-.4.22zm-2.17 25.6h2.36l-.89-1.65l-.3.32q-.51.64-1.17 1.33m-1.15-1.5l.04-9.58q-.4.23-1.05.68c.04 1.18.23 5.2 1 8.9m-2.7-7.58c.04.75.26 3.47 1.66 6.43a60 60 0 0 1-.75-7.18zM12.46 29h2.46l-.19-.23a22 22 0 0 1-1.32-1.53zm-.79-7.44c.1.53.78 2.55 2.5 4.94a19 19 0 0 1-1.6-5.9a15 15 0 0 0-.9.96m1.25-4.94v2.28a15 15 0 0 1 1.25-.97c1.1-.82 1.55-.98 1.83-1v-.3zm-7.84.68l1.98 3.4l1.37-3.4zm3.59-5.39l-3.44 4.4h3.44zm1-1.27v3.6l2.41-6.02l-.32-.26zm16.04 10.7h2l.5.49v7.66l-.5.5H4.29l-.5-.5v-7.66l.5-.5h2l-2.5-4.27l.04-.56l7.47-9.56l.68-.07v-.02l3.36 2.52l-.6.8l-1.8-1.37l-5.23 13l3.9 6.68l1.16-2.13c-1.95-2.85-2.1-4.8-2.1-4.92l.11-.35a20 20 0 0 1 1.15-1.25v-3.7l.5-.5h7.16l.5.5v3.58q.6.6 1.26 1.37l.11.35c0 .12-.15 2.12-2.17 5.01l1.1 2.04l4.01-6.85L18.45 3.9l-1.62.9l-.48-.87L19.83 2l.68.2l7.7 14.38v.49z"/></svg> </template>
CSS
.icon-file-type-werf {
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%2306f%22%20d%3D%22m24%2017.31l1.06%203.18l1.85-3.18zm-.2-6.87v5.88h3.15zm-1%203.32V9.01h-1.58zM19.34%203.41l1.54%204.6h1.62l-2.63-4.9l-.4.22zm-2.17%2025.6h2.36l-.89-1.65l-.3.32q-.51.64-1.17%201.33m-1.15-1.5l.04-9.58q-.4.23-1.05.68c.04%201.18.23%205.2%201%208.9m-2.7-7.58c.04.75.26%203.47%201.66%206.43a60%2060%200%200%201-.75-7.18zM12.46%2029h2.46l-.19-.23a22%2022%200%200%201-1.32-1.53zm-.79-7.44c.1.53.78%202.55%202.5%204.94a19%2019%200%200%201-1.6-5.9a15%2015%200%200%200-.9.96m1.25-4.94v2.28a15%2015%200%200%201%201.25-.97c1.1-.82%201.55-.98%201.83-1v-.3zm-7.84.68l1.98%203.4l1.37-3.4zm3.59-5.39l-3.44%204.4h3.44zm1-1.27v3.6l2.41-6.02l-.32-.26zm16.04%2010.7h2l.5.49v7.66l-.5.5H4.29l-.5-.5v-7.66l.5-.5h2l-2.5-4.27l.04-.56l7.47-9.56l.68-.07v-.02l3.36%202.52l-.6.8l-1.8-1.37l-5.23%2013l3.9%206.68l1.16-2.13c-1.95-2.85-2.1-4.8-2.1-4.92l.11-.35a20%2020%200%200%201%201.15-1.25v-3.7l.5-.5h7.16l.5.5v3.58q.6.6%201.26%201.37l.11.35c0%20.12-.15%202.12-2.17%205.01l1.1%202.04l4.01-6.85L18.45%203.9l-1.62.9l-.48-.87L19.83%202l.68.2l7.7%2014.38v.49z%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%2306f%22%20d%3D%22m24%2017.31l1.06%203.18l1.85-3.18zm-.2-6.87v5.88h3.15zm-1%203.32V9.01h-1.58zM19.34%203.41l1.54%204.6h1.62l-2.63-4.9l-.4.22zm-2.17%2025.6h2.36l-.89-1.65l-.3.32q-.51.64-1.17%201.33m-1.15-1.5l.04-9.58q-.4.23-1.05.68c.04%201.18.23%205.2%201%208.9m-2.7-7.58c.04.75.26%203.47%201.66%206.43a60%2060%200%200%201-.75-7.18zM12.46%2029h2.46l-.19-.23a22%2022%200%200%201-1.32-1.53zm-.79-7.44c.1.53.78%202.55%202.5%204.94a19%2019%200%200%201-1.6-5.9a15%2015%200%200%200-.9.96m1.25-4.94v2.28a15%2015%200%200%201%201.25-.97c1.1-.82%201.55-.98%201.83-1v-.3zm-7.84.68l1.98%203.4l1.37-3.4zm3.59-5.39l-3.44%204.4h3.44zm1-1.27v3.6l2.41-6.02l-.32-.26zm16.04%2010.7h2l.5.49v7.66l-.5.5H4.29l-.5-.5v-7.66l.5-.5h2l-2.5-4.27l.04-.56l7.47-9.56l.68-.07v-.02l3.36%202.52l-.6.8l-1.8-1.37l-5.23%2013l3.9%206.68l1.16-2.13c-1.95-2.85-2.1-4.8-2.1-4.92l.11-.35a20%2020%200%200%201%201.15-1.25v-3.7l.5-.5h7.16l.5.5v3.58q.6.6%201.26%201.37l.11.35c0%20.12-.15%202.12-2.17%205.01l1.1%202.04l4.01-6.85L18.45%203.9l-1.62.9l-.48-.87L19.83%202l.68.2l7.7%2014.38v.49z%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-werf.svg?color=%231a73e8&size=48