file type webpack logo
file-type-webpack from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-webpack
- 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 webpack logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><radialGradient id="SVGhEfk9dUr" cx="-236.884" cy="-171.086" r=".006" gradientTransform="matrix(2157.515 0 0 -2491.283 511096.688 -426208.482)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#93b4e7"/><stop offset=".593" stop-color="#b9d1f8"/><stop offset="1" stop-color="#9cb6e0"/></radialGradient></defs><path fill="url(#SVGhEfk9dUr)" d="M16 2.043L3.9 9.032v13.979L16 30l12.106-6.989V9.032Z"/><path fill="#6f95db" d="M16 9.133L10 12.6v6.932L16 23l6-3.466V12.6Z"/><path fill="#fff" fill-opacity=".1" d="M16 2L3.869 9.037L16 15.642L28.131 9.08Zm0 14.548L3.869 22.981L16 29.974l12.088-7.037z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeWebpack(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="SVGhEfk9dUr" cx="-236.884" cy="-171.086" r=".006" gradientTransform="matrix(2157.515 0 0 -2491.283 511096.688 -426208.482)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#93b4e7"/><stop offset=".593" stopColor="#b9d1f8"/><stop offset="1" stopColor="#9cb6e0"/></radialGradient></defs><path fill="url(#SVGhEfk9dUr)" d="M16 2.043L3.9 9.032v13.979L16 30l12.106-6.989V9.032Z"/><path fill="#6f95db" d="M16 9.133L10 12.6v6.932L16 23l6-3.466V12.6Z"/><path fill="#fff" fillOpacity=".1" d="M16 2L3.869 9.037L16 15.642L28.131 9.08Zm0 14.548L3.869 22.981L16 29.974l12.088-7.037z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><radialGradient id="SVGhEfk9dUr" cx="-236.884" cy="-171.086" r=".006" gradientTransform="matrix(2157.515 0 0 -2491.283 511096.688 -426208.482)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#93b4e7"/><stop offset=".593" stop-color="#b9d1f8"/><stop offset="1" stop-color="#9cb6e0"/></radialGradient></defs><path fill="url(#SVGhEfk9dUr)" d="M16 2.043L3.9 9.032v13.979L16 30l12.106-6.989V9.032Z"/><path fill="#6f95db" d="M16 9.133L10 12.6v6.932L16 23l6-3.466V12.6Z"/><path fill="#fff" fill-opacity=".1" d="M16 2L3.869 9.037L16 15.642L28.131 9.08Zm0 14.548L3.869 22.981L16 29.974l12.088-7.037z"/></svg> </template>
CSS
.icon-file-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%22SVGhEfk9dUr%22%20cx%3D%22-236.884%22%20cy%3D%22-171.086%22%20r%3D%22.006%22%20gradientTransform%3D%22matrix(2157.515%200%200%20-2491.283%20511096.688%20-426208.482)%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%22url(%23SVGhEfk9dUr)%22%20d%3D%22M16%202.043L3.9%209.032v13.979L16%2030l12.106-6.989V9.032Z%22%2F%3E%3Cpath%20fill%3D%22%236f95db%22%20d%3D%22M16%209.133L10%2012.6v6.932L16%2023l6-3.466V12.6Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-opacity%3D%22.1%22%20d%3D%22M16%202L3.869%209.037L16%2015.642L28.131%209.08Zm0%2014.548L3.869%2022.981L16%2029.974l12.088-7.037z%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%22SVGhEfk9dUr%22%20cx%3D%22-236.884%22%20cy%3D%22-171.086%22%20r%3D%22.006%22%20gradientTransform%3D%22matrix(2157.515%200%200%20-2491.283%20511096.688%20-426208.482)%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%22url(%23SVGhEfk9dUr)%22%20d%3D%22M16%202.043L3.9%209.032v13.979L16%2030l12.106-6.989V9.032Z%22%2F%3E%3Cpath%20fill%3D%22%236f95db%22%20d%3D%22M16%209.133L10%2012.6v6.932L16%2023l6-3.466V12.6Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-opacity%3D%22.1%22%20d%3D%22M16%202L3.869%209.037L16%2015.642L28.131%209.08Zm0%2014.548L3.869%2022.981L16%2029.974l12.088-7.037z%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-webpack.svg?color=%231a73e8&size=48