folder type chef logo
folder-type-chef from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-chef
- 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 chef logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#558dbf" 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="#3f5364" d="M17.344 23.685a4.58 4.58 0 0 0 3.2 1.33v-1.89a2.58 2.58 0 0 1-1.862-.77Zm4.843-7.385l-.7 1.75a2.83 2.83 0 0 1 1.338 1.12h2.037a4.56 4.56 0 0 0-2.675-2.87"/><path fill="#f18b21" d="M16.006 20.5a4.6 4.6 0 0 0 .385 1.82l1.725-.77a2.6 2.6 0 0 1-.21-1.05a2.65 2.65 0 0 1 2.632-2.625v-1.89a4.534 4.534 0 0 0-4.532 4.515m5.474 2.45l.7 1.75a4.54 4.54 0 0 0 2.7-2.9h-2.035a2.7 2.7 0 0 1-1.365 1.15"/><path fill="#3f5364" d="M20.535 25.225A4.725 4.725 0 1 1 25.1 19.2h1.827a6.493 6.493 0 1 0 0 2.625H25.1a4.725 4.725 0 0 1-4.565 3.4"/><path fill="#3f5364" d="M20.535 13.78V12a8.49 8.49 0 0 0-7.935 5.42l1.65.63a6.79 6.79 0 0 1 6.285-4.27m0 13.44V29a8.53 8.53 0 0 0 8.428-7.175h-1.827a6.7 6.7 0 0 1-6.601 5.395"/><path fill="#f18b21" d="M27.171 19.2h1.792a8.55 8.55 0 0 0-5.341-6.615l-.63 1.645a6.83 6.83 0 0 1 4.179 4.97m-13.376 1.3H12a8.52 8.52 0 0 0 5.376 7.91l.665-1.645a6.77 6.77 0 0 1-4.246-6.265"/><path fill="#3f5364" d="M29.173 19.2h1.792a10.85 10.85 0 0 0-1.512-4.235l-1.512.945a7.85 7.85 0 0 1 1.232 3.29M10 20.507a11.1 11.1 0 0 0 .931 4.536l1.736-.714a9.3 9.3 0 0 1-.861-3.825"/><path fill="#f18b21" d="M20.535 29.215a8.72 8.72 0 0 1-6.181-2.555l-1.267 1.26A10.38 10.38 0 0 0 20.535 31A10.56 10.56 0 0 0 31 21.8h-1.792a8.79 8.79 0 0 1-8.673 7.415m0-17.43a8.54 8.54 0 0 1 5.229 1.75l1.092-1.435A10.573 10.573 0 0 0 10.7 16.685l1.687.665a8.76 8.76 0 0 1 8.148-5.565"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeChef(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#558dbf" 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="#3f5364" d="M17.344 23.685a4.58 4.58 0 0 0 3.2 1.33v-1.89a2.58 2.58 0 0 1-1.862-.77Zm4.843-7.385l-.7 1.75a2.83 2.83 0 0 1 1.338 1.12h2.037a4.56 4.56 0 0 0-2.675-2.87"/><path fill="#f18b21" d="M16.006 20.5a4.6 4.6 0 0 0 .385 1.82l1.725-.77a2.6 2.6 0 0 1-.21-1.05a2.65 2.65 0 0 1 2.632-2.625v-1.89a4.534 4.534 0 0 0-4.532 4.515m5.474 2.45l.7 1.75a4.54 4.54 0 0 0 2.7-2.9h-2.035a2.7 2.7 0 0 1-1.365 1.15"/><path fill="#3f5364" d="M20.535 25.225A4.725 4.725 0 1 1 25.1 19.2h1.827a6.493 6.493 0 1 0 0 2.625H25.1a4.725 4.725 0 0 1-4.565 3.4"/><path fill="#3f5364" d="M20.535 13.78V12a8.49 8.49 0 0 0-7.935 5.42l1.65.63a6.79 6.79 0 0 1 6.285-4.27m0 13.44V29a8.53 8.53 0 0 0 8.428-7.175h-1.827a6.7 6.7 0 0 1-6.601 5.395"/><path fill="#f18b21" d="M27.171 19.2h1.792a8.55 8.55 0 0 0-5.341-6.615l-.63 1.645a6.83 6.83 0 0 1 4.179 4.97m-13.376 1.3H12a8.52 8.52 0 0 0 5.376 7.91l.665-1.645a6.77 6.77 0 0 1-4.246-6.265"/><path fill="#3f5364" d="M29.173 19.2h1.792a10.85 10.85 0 0 0-1.512-4.235l-1.512.945a7.85 7.85 0 0 1 1.232 3.29M10 20.507a11.1 11.1 0 0 0 .931 4.536l1.736-.714a9.3 9.3 0 0 1-.861-3.825"/><path fill="#f18b21" d="M20.535 29.215a8.72 8.72 0 0 1-6.181-2.555l-1.267 1.26A10.38 10.38 0 0 0 20.535 31A10.56 10.56 0 0 0 31 21.8h-1.792a8.79 8.79 0 0 1-8.673 7.415m0-17.43a8.54 8.54 0 0 1 5.229 1.75l1.092-1.435A10.573 10.573 0 0 0 10.7 16.685l1.687.665a8.76 8.76 0 0 1 8.148-5.565"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#558dbf" 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="#3f5364" d="M17.344 23.685a4.58 4.58 0 0 0 3.2 1.33v-1.89a2.58 2.58 0 0 1-1.862-.77Zm4.843-7.385l-.7 1.75a2.83 2.83 0 0 1 1.338 1.12h2.037a4.56 4.56 0 0 0-2.675-2.87"/><path fill="#f18b21" d="M16.006 20.5a4.6 4.6 0 0 0 .385 1.82l1.725-.77a2.6 2.6 0 0 1-.21-1.05a2.65 2.65 0 0 1 2.632-2.625v-1.89a4.534 4.534 0 0 0-4.532 4.515m5.474 2.45l.7 1.75a4.54 4.54 0 0 0 2.7-2.9h-2.035a2.7 2.7 0 0 1-1.365 1.15"/><path fill="#3f5364" d="M20.535 25.225A4.725 4.725 0 1 1 25.1 19.2h1.827a6.493 6.493 0 1 0 0 2.625H25.1a4.725 4.725 0 0 1-4.565 3.4"/><path fill="#3f5364" d="M20.535 13.78V12a8.49 8.49 0 0 0-7.935 5.42l1.65.63a6.79 6.79 0 0 1 6.285-4.27m0 13.44V29a8.53 8.53 0 0 0 8.428-7.175h-1.827a6.7 6.7 0 0 1-6.601 5.395"/><path fill="#f18b21" d="M27.171 19.2h1.792a8.55 8.55 0 0 0-5.341-6.615l-.63 1.645a6.83 6.83 0 0 1 4.179 4.97m-13.376 1.3H12a8.52 8.52 0 0 0 5.376 7.91l.665-1.645a6.77 6.77 0 0 1-4.246-6.265"/><path fill="#3f5364" d="M29.173 19.2h1.792a10.85 10.85 0 0 0-1.512-4.235l-1.512.945a7.85 7.85 0 0 1 1.232 3.29M10 20.507a11.1 11.1 0 0 0 .931 4.536l1.736-.714a9.3 9.3 0 0 1-.861-3.825"/><path fill="#f18b21" d="M20.535 29.215a8.72 8.72 0 0 1-6.181-2.555l-1.267 1.26A10.38 10.38 0 0 0 20.535 31A10.56 10.56 0 0 0 31 21.8h-1.792a8.79 8.79 0 0 1-8.673 7.415m0-17.43a8.54 8.54 0 0 1 5.229 1.75l1.092-1.435A10.573 10.573 0 0 0 10.7 16.685l1.687.665a8.76 8.76 0 0 1 8.148-5.565"/></svg> </template>
CSS
.icon-folder-type-chef {
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%23558dbf%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%22%233f5364%22%20d%3D%22M17.344%2023.685a4.58%204.58%200%200%200%203.2%201.33v-1.89a2.58%202.58%200%200%201-1.862-.77Zm4.843-7.385l-.7%201.75a2.83%202.83%200%200%201%201.338%201.12h2.037a4.56%204.56%200%200%200-2.675-2.87%22%2F%3E%3Cpath%20fill%3D%22%23f18b21%22%20d%3D%22M16.006%2020.5a4.6%204.6%200%200%200%20.385%201.82l1.725-.77a2.6%202.6%200%200%201-.21-1.05a2.65%202.65%200%200%201%202.632-2.625v-1.89a4.534%204.534%200%200%200-4.532%204.515m5.474%202.45l.7%201.75a4.54%204.54%200%200%200%202.7-2.9h-2.035a2.7%202.7%200%200%201-1.365%201.15%22%2F%3E%3Cpath%20fill%3D%22%233f5364%22%20d%3D%22M20.535%2025.225A4.725%204.725%200%201%201%2025.1%2019.2h1.827a6.493%206.493%200%201%200%200%202.625H25.1a4.725%204.725%200%200%201-4.565%203.4%22%2F%3E%3Cpath%20fill%3D%22%233f5364%22%20d%3D%22M20.535%2013.78V12a8.49%208.49%200%200%200-7.935%205.42l1.65.63a6.79%206.79%200%200%201%206.285-4.27m0%2013.44V29a8.53%208.53%200%200%200%208.428-7.175h-1.827a6.7%206.7%200%200%201-6.601%205.395%22%2F%3E%3Cpath%20fill%3D%22%23f18b21%22%20d%3D%22M27.171%2019.2h1.792a8.55%208.55%200%200%200-5.341-6.615l-.63%201.645a6.83%206.83%200%200%201%204.179%204.97m-13.376%201.3H12a8.52%208.52%200%200%200%205.376%207.91l.665-1.645a6.77%206.77%200%200%201-4.246-6.265%22%2F%3E%3Cpath%20fill%3D%22%233f5364%22%20d%3D%22M29.173%2019.2h1.792a10.85%2010.85%200%200%200-1.512-4.235l-1.512.945a7.85%207.85%200%200%201%201.232%203.29M10%2020.507a11.1%2011.1%200%200%200%20.931%204.536l1.736-.714a9.3%209.3%200%200%201-.861-3.825%22%2F%3E%3Cpath%20fill%3D%22%23f18b21%22%20d%3D%22M20.535%2029.215a8.72%208.72%200%200%201-6.181-2.555l-1.267%201.26A10.38%2010.38%200%200%200%2020.535%2031A10.56%2010.56%200%200%200%2031%2021.8h-1.792a8.79%208.79%200%200%201-8.673%207.415m0-17.43a8.54%208.54%200%200%201%205.229%201.75l1.092-1.435A10.573%2010.573%200%200%200%2010.7%2016.685l1.687.665a8.76%208.76%200%200%201%208.148-5.565%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%23558dbf%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%22%233f5364%22%20d%3D%22M17.344%2023.685a4.58%204.58%200%200%200%203.2%201.33v-1.89a2.58%202.58%200%200%201-1.862-.77Zm4.843-7.385l-.7%201.75a2.83%202.83%200%200%201%201.338%201.12h2.037a4.56%204.56%200%200%200-2.675-2.87%22%2F%3E%3Cpath%20fill%3D%22%23f18b21%22%20d%3D%22M16.006%2020.5a4.6%204.6%200%200%200%20.385%201.82l1.725-.77a2.6%202.6%200%200%201-.21-1.05a2.65%202.65%200%200%201%202.632-2.625v-1.89a4.534%204.534%200%200%200-4.532%204.515m5.474%202.45l.7%201.75a4.54%204.54%200%200%200%202.7-2.9h-2.035a2.7%202.7%200%200%201-1.365%201.15%22%2F%3E%3Cpath%20fill%3D%22%233f5364%22%20d%3D%22M20.535%2025.225A4.725%204.725%200%201%201%2025.1%2019.2h1.827a6.493%206.493%200%201%200%200%202.625H25.1a4.725%204.725%200%200%201-4.565%203.4%22%2F%3E%3Cpath%20fill%3D%22%233f5364%22%20d%3D%22M20.535%2013.78V12a8.49%208.49%200%200%200-7.935%205.42l1.65.63a6.79%206.79%200%200%201%206.285-4.27m0%2013.44V29a8.53%208.53%200%200%200%208.428-7.175h-1.827a6.7%206.7%200%200%201-6.601%205.395%22%2F%3E%3Cpath%20fill%3D%22%23f18b21%22%20d%3D%22M27.171%2019.2h1.792a8.55%208.55%200%200%200-5.341-6.615l-.63%201.645a6.83%206.83%200%200%201%204.179%204.97m-13.376%201.3H12a8.52%208.52%200%200%200%205.376%207.91l.665-1.645a6.77%206.77%200%200%201-4.246-6.265%22%2F%3E%3Cpath%20fill%3D%22%233f5364%22%20d%3D%22M29.173%2019.2h1.792a10.85%2010.85%200%200%200-1.512-4.235l-1.512.945a7.85%207.85%200%200%201%201.232%203.29M10%2020.507a11.1%2011.1%200%200%200%20.931%204.536l1.736-.714a9.3%209.3%200%200%201-.861-3.825%22%2F%3E%3Cpath%20fill%3D%22%23f18b21%22%20d%3D%22M20.535%2029.215a8.72%208.72%200%200%201-6.181-2.555l-1.267%201.26A10.38%2010.38%200%200%200%2020.535%2031A10.56%2010.56%200%200%200%2031%2021.8h-1.792a8.79%208.79%200%200%201-8.673%207.415m0-17.43a8.54%208.54%200%200%201%205.229%201.75l1.092-1.435A10.573%2010.573%200%200%200%2010.7%2016.685l1.687.665a8.76%208.76%200%200%201%208.148-5.565%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-chef.svg?color=%231a73e8&size=48