folder type webpack logo

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

Name
folder-type-webpack
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the folder type webpack logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><radialGradient id="SVGjYUAB6ED" cx="-66.96" cy="-69.047" r=".004" gradientTransform="matrix(2074.534 0 0 -2395.464 138932.399 -165379.819)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#93b4e7"/><stop offset=".593" stop-color="#b9d1f8"/><stop offset="1" stop-color="#9cb6e0"/></radialGradient></defs><path fill="#5578bf" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="url(#SVGjYUAB6ED)" d="m21.9 10.032l-9.079 5.242v10.484L21.9 31l9.079-5.242V15.274Z"/><path fill="#6f95db" d="m21.9 15.35l-4.5 2.6v5.2l4.5 2.6l4.5-2.6v-5.2Z"/><path fill="#fff" fill-opacity=".1" d="m21.9 10l-9.1 5.278l9.1 4.954L31 15.31Zm0 10.911l-9.1 4.824l9.1 5.245l9.066-5.28z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeWebpack(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><radialGradient id="SVGjYUAB6ED" cx="-66.96" cy="-69.047" r=".004" gradientTransform="matrix(2074.534 0 0 -2395.464 138932.399 -165379.819)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#93b4e7"/><stop offset=".593" stopColor="#b9d1f8"/><stop offset="1" stopColor="#9cb6e0"/></radialGradient></defs><path fill="#5578bf" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="url(#SVGjYUAB6ED)" d="m21.9 10.032l-9.079 5.242v10.484L21.9 31l9.079-5.242V15.274Z"/><path fill="#6f95db" d="m21.9 15.35l-4.5 2.6v5.2l4.5 2.6l4.5-2.6v-5.2Z"/><path fill="#fff" fillOpacity=".1" d="m21.9 10l-9.1 5.278l9.1 4.954L31 15.31Zm0 10.911l-9.1 4.824l9.1 5.245l9.066-5.28z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><radialGradient id="SVGjYUAB6ED" cx="-66.96" cy="-69.047" r=".004" gradientTransform="matrix(2074.534 0 0 -2395.464 138932.399 -165379.819)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#93b4e7"/><stop offset=".593" stop-color="#b9d1f8"/><stop offset="1" stop-color="#9cb6e0"/></radialGradient></defs><path fill="#5578bf" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="url(#SVGjYUAB6ED)" d="m21.9 10.032l-9.079 5.242v10.484L21.9 31l9.079-5.242V15.274Z"/><path fill="#6f95db" d="m21.9 15.35l-4.5 2.6v5.2l4.5 2.6l4.5-2.6v-5.2Z"/><path fill="#fff" fill-opacity=".1" d="m21.9 10l-9.1 5.278l9.1 4.954L31 15.31Zm0 10.911l-9.1 4.824l9.1 5.245l9.066-5.28z"/></svg>
</template>

CSS

.icon-folder-type-webpack {
  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%3Cdefs%3E%3CradialGradient%20id%3D%22SVGjYUAB6ED%22%20cx%3D%22-66.96%22%20cy%3D%22-69.047%22%20r%3D%22.004%22%20gradientTransform%3D%22matrix(2074.534%200%200%20-2395.464%20138932.399%20-165379.819)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2393b4e7%22%2F%3E%3Cstop%20offset%3D%22.593%22%20stop-color%3D%22%23b9d1f8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239cb6e0%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%235578bf%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGjYUAB6ED)%22%20d%3D%22m21.9%2010.032l-9.079%205.242v10.484L21.9%2031l9.079-5.242V15.274Z%22%2F%3E%3Cpath%20fill%3D%22%236f95db%22%20d%3D%22m21.9%2015.35l-4.5%202.6v5.2l4.5%202.6l4.5-2.6v-5.2Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-opacity%3D%22.1%22%20d%3D%22m21.9%2010l-9.1%205.278l9.1%204.954L31%2015.31Zm0%2010.911l-9.1%204.824l9.1%205.245l9.066-5.28z%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%3Cdefs%3E%3CradialGradient%20id%3D%22SVGjYUAB6ED%22%20cx%3D%22-66.96%22%20cy%3D%22-69.047%22%20r%3D%22.004%22%20gradientTransform%3D%22matrix(2074.534%200%200%20-2395.464%20138932.399%20-165379.819)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2393b4e7%22%2F%3E%3Cstop%20offset%3D%22.593%22%20stop-color%3D%22%23b9d1f8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239cb6e0%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%235578bf%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGjYUAB6ED)%22%20d%3D%22m21.9%2010.032l-9.079%205.242v10.484L21.9%2031l9.079-5.242V15.274Z%22%2F%3E%3Cpath%20fill%3D%22%236f95db%22%20d%3D%22m21.9%2015.35l-4.5%202.6v5.2l4.5%202.6l4.5-2.6v-5.2Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-opacity%3D%22.1%22%20d%3D%22m21.9%2010l-9.1%205.278l9.1%204.954L31%2015.31Zm0%2010.911l-9.1%204.824l9.1%205.245l9.066-5.28z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/folder-type-webpack.svg?color=%231a73e8&size=48