folder type husky opened logo
folder-type-husky-opened from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-husky-opened
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
folder-type-androidfolder-type-android-openedfolder-type-angularfolder-type-angular-openedfolder-type-apachefolder-type-apache-openedfolder-type-apifolder-type-api-openedfolder-type-appfolder-type-app-openedfolder-type-arangodbfolder-type-arangodb-openedfolder-type-assetfolder-type-asset-openedfolder-type-astrofolder-type-astro-openedfolder-type-audiofolder-type-audio-openedfolder-type-aureliafolder-type-aurelia-openedfolder-type-awsfolder-type-aws-openedfolder-type-azurefolder-type-azure-opened
Use the folder type husky opened logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#7bd7db" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z"/><path fill="#d2d2d2" d="M28.922 23.857c-.018.671-1.313 1.137-.786 1.8c1.165.164.635.935 1.273 1.2c-1.128 1.836-2.947 2.065-4.678.916a2.06 2.06 0 0 0-1.535-.3c-.264.423.13.472.381.534c1.214.242 2.444 2.123 6.561.331c.549-.231.465-.91.228-1.444c.456-.194.484-.7.551-1.354c.449-1.468-1.017-1.34-1.995-1.683m-6.473-3.19a5.5 5.5 0 0 0-1.73.723c.689.405.963.888 1.73.737s.752-.643.45-1.218a.45.45 0 0 0-.45-.242M25.689 11c-.937.043-1.743 2.553-2.7 4.332c-2.747 1.143-3.435-.339-4.332-.1c-1.528-3.114-3.8-6.237-4.409-2.522c.135 2.8-.985 3.035-.885 7.037c0 0-2 4.019-1.183 7.575A4.75 4.75 0 0 0 16.131 31c.143-1.025 1.749-3.336 1.309-3.876c-1.1-1.345-.753-4.642 2.029-4.982c.38-2.774 2.267-2.252 2.071-3.054c-.605-2.513 2-1.34 2.442-.516a19 19 0 0 0 1.984 3.2a6.6 6.6 0 0 0 1.993 1.22a10.8 10.8 0 0 1-2.82-3.2a9 9 0 0 1-.316-2.659c1.015-.159 1.424 1.549 2.526 3.1a.32.32 0 0 1 0 .276c-.151-.08-.2-.282-.387-.306c-.166 0-.3.236-.3.526s.22.395.522.531a2.54 2.54 0 0 0 1.28 1.2l-1.357-3.97c-.05-2.487.214-4.974-1.228-7.461a.6.6 0 0 0-.19-.029m.013.793c.075 0 .143.05.207.165c.752 1.414.78 4.732.774 5.906a3.82 3.82 0 0 0-2.579-2.6s.985-3.464 1.596-3.471Zm-10.102.316c.343 0 .733.2 1.184 1.024c.724 1.319 1.242 2.2 1.494 2.653c.516.929-.225.194-.457 2.579a1.13 1.13 0 0 1-.572.937a7.76 7.76 0 0 1-1.659-3.622c-.72 1.072.467 2.724.487 4.139a3.04 3.04 0 0 1-1.615.02c-.371-.186-.493-2.45.2-4.208c.572-1.464.3-3.326.556-3.407c.171-.056.172-.114.382-.115"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeHuskyOpened(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#7bd7db" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z"/><path fill="#d2d2d2" d="M28.922 23.857c-.018.671-1.313 1.137-.786 1.8c1.165.164.635.935 1.273 1.2c-1.128 1.836-2.947 2.065-4.678.916a2.06 2.06 0 0 0-1.535-.3c-.264.423.13.472.381.534c1.214.242 2.444 2.123 6.561.331c.549-.231.465-.91.228-1.444c.456-.194.484-.7.551-1.354c.449-1.468-1.017-1.34-1.995-1.683m-6.473-3.19a5.5 5.5 0 0 0-1.73.723c.689.405.963.888 1.73.737s.752-.643.45-1.218a.45.45 0 0 0-.45-.242M25.689 11c-.937.043-1.743 2.553-2.7 4.332c-2.747 1.143-3.435-.339-4.332-.1c-1.528-3.114-3.8-6.237-4.409-2.522c.135 2.8-.985 3.035-.885 7.037c0 0-2 4.019-1.183 7.575A4.75 4.75 0 0 0 16.131 31c.143-1.025 1.749-3.336 1.309-3.876c-1.1-1.345-.753-4.642 2.029-4.982c.38-2.774 2.267-2.252 2.071-3.054c-.605-2.513 2-1.34 2.442-.516a19 19 0 0 0 1.984 3.2a6.6 6.6 0 0 0 1.993 1.22a10.8 10.8 0 0 1-2.82-3.2a9 9 0 0 1-.316-2.659c1.015-.159 1.424 1.549 2.526 3.1a.32.32 0 0 1 0 .276c-.151-.08-.2-.282-.387-.306c-.166 0-.3.236-.3.526s.22.395.522.531a2.54 2.54 0 0 0 1.28 1.2l-1.357-3.97c-.05-2.487.214-4.974-1.228-7.461a.6.6 0 0 0-.19-.029m.013.793c.075 0 .143.05.207.165c.752 1.414.78 4.732.774 5.906a3.82 3.82 0 0 0-2.579-2.6s.985-3.464 1.596-3.471Zm-10.102.316c.343 0 .733.2 1.184 1.024c.724 1.319 1.242 2.2 1.494 2.653c.516.929-.225.194-.457 2.579a1.13 1.13 0 0 1-.572.937a7.76 7.76 0 0 1-1.659-3.622c-.72 1.072.467 2.724.487 4.139a3.04 3.04 0 0 1-1.615.02c-.371-.186-.493-2.45.2-4.208c.572-1.464.3-3.326.556-3.407c.171-.056.172-.114.382-.115"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#7bd7db" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z"/><path fill="#d2d2d2" d="M28.922 23.857c-.018.671-1.313 1.137-.786 1.8c1.165.164.635.935 1.273 1.2c-1.128 1.836-2.947 2.065-4.678.916a2.06 2.06 0 0 0-1.535-.3c-.264.423.13.472.381.534c1.214.242 2.444 2.123 6.561.331c.549-.231.465-.91.228-1.444c.456-.194.484-.7.551-1.354c.449-1.468-1.017-1.34-1.995-1.683m-6.473-3.19a5.5 5.5 0 0 0-1.73.723c.689.405.963.888 1.73.737s.752-.643.45-1.218a.45.45 0 0 0-.45-.242M25.689 11c-.937.043-1.743 2.553-2.7 4.332c-2.747 1.143-3.435-.339-4.332-.1c-1.528-3.114-3.8-6.237-4.409-2.522c.135 2.8-.985 3.035-.885 7.037c0 0-2 4.019-1.183 7.575A4.75 4.75 0 0 0 16.131 31c.143-1.025 1.749-3.336 1.309-3.876c-1.1-1.345-.753-4.642 2.029-4.982c.38-2.774 2.267-2.252 2.071-3.054c-.605-2.513 2-1.34 2.442-.516a19 19 0 0 0 1.984 3.2a6.6 6.6 0 0 0 1.993 1.22a10.8 10.8 0 0 1-2.82-3.2a9 9 0 0 1-.316-2.659c1.015-.159 1.424 1.549 2.526 3.1a.32.32 0 0 1 0 .276c-.151-.08-.2-.282-.387-.306c-.166 0-.3.236-.3.526s.22.395.522.531a2.54 2.54 0 0 0 1.28 1.2l-1.357-3.97c-.05-2.487.214-4.974-1.228-7.461a.6.6 0 0 0-.19-.029m.013.793c.075 0 .143.05.207.165c.752 1.414.78 4.732.774 5.906a3.82 3.82 0 0 0-2.579-2.6s.985-3.464 1.596-3.471Zm-10.102.316c.343 0 .733.2 1.184 1.024c.724 1.319 1.242 2.2 1.494 2.653c.516.929-.225.194-.457 2.579a1.13 1.13 0 0 1-.572.937a7.76 7.76 0 0 1-1.659-3.622c-.72 1.072.467 2.724.487 4.139a3.04 3.04 0 0 1-1.615.02c-.371-.186-.493-2.45.2-4.208c.572-1.464.3-3.326.556-3.407c.171-.056.172-.114.382-.115"/></svg> </template>
CSS
.icon-folder-type-husky-opened {
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%237bd7db%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v4H.5l3.8%2012.8h25.2v-21Zm-7.2%202.1h7.1v2.1h-8.1Zm5.5%206.1H6.6v-1.9h20.8v7.626Z%22%2F%3E%3Cpath%20fill%3D%22%23d2d2d2%22%20d%3D%22M28.922%2023.857c-.018.671-1.313%201.137-.786%201.8c1.165.164.635.935%201.273%201.2c-1.128%201.836-2.947%202.065-4.678.916a2.06%202.06%200%200%200-1.535-.3c-.264.423.13.472.381.534c1.214.242%202.444%202.123%206.561.331c.549-.231.465-.91.228-1.444c.456-.194.484-.7.551-1.354c.449-1.468-1.017-1.34-1.995-1.683m-6.473-3.19a5.5%205.5%200%200%200-1.73.723c.689.405.963.888%201.73.737s.752-.643.45-1.218a.45.45%200%200%200-.45-.242M25.689%2011c-.937.043-1.743%202.553-2.7%204.332c-2.747%201.143-3.435-.339-4.332-.1c-1.528-3.114-3.8-6.237-4.409-2.522c.135%202.8-.985%203.035-.885%207.037c0%200-2%204.019-1.183%207.575A4.75%204.75%200%200%200%2016.131%2031c.143-1.025%201.749-3.336%201.309-3.876c-1.1-1.345-.753-4.642%202.029-4.982c.38-2.774%202.267-2.252%202.071-3.054c-.605-2.513%202-1.34%202.442-.516a19%2019%200%200%200%201.984%203.2a6.6%206.6%200%200%200%201.993%201.22a10.8%2010.8%200%200%201-2.82-3.2a9%209%200%200%201-.316-2.659c1.015-.159%201.424%201.549%202.526%203.1a.32.32%200%200%201%200%20.276c-.151-.08-.2-.282-.387-.306c-.166%200-.3.236-.3.526s.22.395.522.531a2.54%202.54%200%200%200%201.28%201.2l-1.357-3.97c-.05-2.487.214-4.974-1.228-7.461a.6.6%200%200%200-.19-.029m.013.793c.075%200%20.143.05.207.165c.752%201.414.78%204.732.774%205.906a3.82%203.82%200%200%200-2.579-2.6s.985-3.464%201.596-3.471Zm-10.102.316c.343%200%20.733.2%201.184%201.024c.724%201.319%201.242%202.2%201.494%202.653c.516.929-.225.194-.457%202.579a1.13%201.13%200%200%201-.572.937a7.76%207.76%200%200%201-1.659-3.622c-.72%201.072.467%202.724.487%204.139a3.04%203.04%200%200%201-1.615.02c-.371-.186-.493-2.45.2-4.208c.572-1.464.3-3.326.556-3.407c.171-.056.172-.114.382-.115%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%237bd7db%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v4H.5l3.8%2012.8h25.2v-21Zm-7.2%202.1h7.1v2.1h-8.1Zm5.5%206.1H6.6v-1.9h20.8v7.626Z%22%2F%3E%3Cpath%20fill%3D%22%23d2d2d2%22%20d%3D%22M28.922%2023.857c-.018.671-1.313%201.137-.786%201.8c1.165.164.635.935%201.273%201.2c-1.128%201.836-2.947%202.065-4.678.916a2.06%202.06%200%200%200-1.535-.3c-.264.423.13.472.381.534c1.214.242%202.444%202.123%206.561.331c.549-.231.465-.91.228-1.444c.456-.194.484-.7.551-1.354c.449-1.468-1.017-1.34-1.995-1.683m-6.473-3.19a5.5%205.5%200%200%200-1.73.723c.689.405.963.888%201.73.737s.752-.643.45-1.218a.45.45%200%200%200-.45-.242M25.689%2011c-.937.043-1.743%202.553-2.7%204.332c-2.747%201.143-3.435-.339-4.332-.1c-1.528-3.114-3.8-6.237-4.409-2.522c.135%202.8-.985%203.035-.885%207.037c0%200-2%204.019-1.183%207.575A4.75%204.75%200%200%200%2016.131%2031c.143-1.025%201.749-3.336%201.309-3.876c-1.1-1.345-.753-4.642%202.029-4.982c.38-2.774%202.267-2.252%202.071-3.054c-.605-2.513%202-1.34%202.442-.516a19%2019%200%200%200%201.984%203.2a6.6%206.6%200%200%200%201.993%201.22a10.8%2010.8%200%200%201-2.82-3.2a9%209%200%200%201-.316-2.659c1.015-.159%201.424%201.549%202.526%203.1a.32.32%200%200%201%200%20.276c-.151-.08-.2-.282-.387-.306c-.166%200-.3.236-.3.526s.22.395.522.531a2.54%202.54%200%200%200%201.28%201.2l-1.357-3.97c-.05-2.487.214-4.974-1.228-7.461a.6.6%200%200%200-.19-.029m.013.793c.075%200%20.143.05.207.165c.752%201.414.78%204.732.774%205.906a3.82%203.82%200%200%200-2.579-2.6s.985-3.464%201.596-3.471Zm-10.102.316c.343%200%20.733.2%201.184%201.024c.724%201.319%201.242%202.2%201.494%202.653c.516.929-.225.194-.457%202.579a1.13%201.13%200%200%201-.572.937a7.76%207.76%200%200%201-1.659-3.622c-.72%201.072.467%202.724.487%204.139a3.04%203.04%200%200%201-1.615.02c-.371-.186-.493-2.45.2-4.208c.572-1.464.3-3.326.556-3.407c.171-.056.172-.114.382-.115%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-husky-opened.svg?color=%231a73e8&size=48