folder type controller opened logo
folder-type-controller-opened from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-controller-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 controller opened logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#dbc27b" d="M27.9 6h-9.7l-2 4H5v17h25V6Zm.1 18H7V12h21Zm.1-14h-7.8l1-2H28Z"/><path fill="#dbc27b" d="M25.9 14H.3l3.8 13h25.6z"/><path fill="#509ff7" d="M7.438 11.219a2.315 2.315 0 0 1 4.25.418a2.36 2.36 0 0 1 .013 1.309a2.313 2.313 0 1 1-4.263-1.727m1.9.1a1 1 0 0 0-.6 1.665a1 1 0 0 0 1.512-1.316a1.01 1.01 0 0 0-.917-.348Zm-1.829 7.939a2.314 2.314 0 0 1 4.185.562a2.36 2.36 0 0 1 0 1.309a2.313 2.313 0 1 1-4.186-1.871m1.729.243a1 1 0 1 0 1 .32a1.01 1.01 0 0 0-.999-.321ZM7.429 27.61a2.313 2.313 0 0 1 4.263.416a2.35 2.35 0 0 1 0 1.309a2.313 2.313 0 1 1-4.263-1.725m1.826.1a1 1 0 1 0 .863.21a1 1 0 0 0-.863-.211Z"/><path fill="#014798" d="M11.688 11.637a8.5 8.5 0 0 1 1.325.056A3.6 3.6 0 0 1 16 15.2a2.293 2.293 0 0 0 2.177 2.312c.352.01.7 0 1.056 0v1.308a7.5 7.5 0 0 1-1.828-.112A3.6 3.6 0 0 1 14.7 15.3a2.37 2.37 0 0 0-.332-1.245a2.3 2.3 0 0 0-1.454-1.049a6.3 6.3 0 0 0-1.208-.06a2.36 2.36 0 0 0-.018-1.309m16.22 6.39a.655.655 0 0 1 .916.014q.988.979 1.968 1.967a.66.66 0 0 1 .024.932q-.993 1-1.993 1.993a.652.652 0 0 1-.948-.894c.29-.3.591-.594.886-.891c-2.035-.017-4.071 0-6.107-.008v-1.306c2.036-.006 4.072 0 6.108 0c-.289-.3-.6-.59-.885-.894a.654.654 0 0 1 .031-.913M11.694 19.82h7.539v1.311c-2.512-.005-5.025 0-7.537 0a2.36 2.36 0 0 0-.002-1.311m5.967 2.38a10.6 10.6 0 0 1 1.571-.059v1.31c-.4.01-.808-.019-1.21.018a2.29 2.29 0 0 0-1.8 1.28A2.5 2.5 0 0 0 16 25.831a3.593 3.593 0 0 1-3.3 3.487c-.334.026-.669.013-1 .017a2.35 2.35 0 0 0 0-1.309a4.5 4.5 0 0 0 1.453-.125a2.3 2.3 0 0 0 1.544-2.111a3.64 3.64 0 0 1 .685-2.15a3.6 3.6 0 0 1 2.279-1.44"/><path fill="#f7b61a" d="M19.235 16.326a.65.65 0 0 1 .424-.589a1.2 1.2 0 0 1 .4-.044h1.939a.66.66 0 0 1 .579.355a1.1 1.1 0 0 1 .073.531v8.027a.657.657 0 0 1-.649.668c-.646.006-1.292 0-1.938 0a1.04 1.04 0 0 1-.457-.066a.65.65 0 0 1-.373-.563c-.009-.4 0-.8 0-1.2v-7.128m1.308.683v6.967h.8c.011-2.322 0-4.646 0-6.969q-.397.002-.8.002"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeControllerOpened(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#dbc27b" d="M27.9 6h-9.7l-2 4H5v17h25V6Zm.1 18H7V12h21Zm.1-14h-7.8l1-2H28Z"/><path fill="#dbc27b" d="M25.9 14H.3l3.8 13h25.6z"/><path fill="#509ff7" d="M7.438 11.219a2.315 2.315 0 0 1 4.25.418a2.36 2.36 0 0 1 .013 1.309a2.313 2.313 0 1 1-4.263-1.727m1.9.1a1 1 0 0 0-.6 1.665a1 1 0 0 0 1.512-1.316a1.01 1.01 0 0 0-.917-.348Zm-1.829 7.939a2.314 2.314 0 0 1 4.185.562a2.36 2.36 0 0 1 0 1.309a2.313 2.313 0 1 1-4.186-1.871m1.729.243a1 1 0 1 0 1 .32a1.01 1.01 0 0 0-.999-.321ZM7.429 27.61a2.313 2.313 0 0 1 4.263.416a2.35 2.35 0 0 1 0 1.309a2.313 2.313 0 1 1-4.263-1.725m1.826.1a1 1 0 1 0 .863.21a1 1 0 0 0-.863-.211Z"/><path fill="#014798" d="M11.688 11.637a8.5 8.5 0 0 1 1.325.056A3.6 3.6 0 0 1 16 15.2a2.293 2.293 0 0 0 2.177 2.312c.352.01.7 0 1.056 0v1.308a7.5 7.5 0 0 1-1.828-.112A3.6 3.6 0 0 1 14.7 15.3a2.37 2.37 0 0 0-.332-1.245a2.3 2.3 0 0 0-1.454-1.049a6.3 6.3 0 0 0-1.208-.06a2.36 2.36 0 0 0-.018-1.309m16.22 6.39a.655.655 0 0 1 .916.014q.988.979 1.968 1.967a.66.66 0 0 1 .024.932q-.993 1-1.993 1.993a.652.652 0 0 1-.948-.894c.29-.3.591-.594.886-.891c-2.035-.017-4.071 0-6.107-.008v-1.306c2.036-.006 4.072 0 6.108 0c-.289-.3-.6-.59-.885-.894a.654.654 0 0 1 .031-.913M11.694 19.82h7.539v1.311c-2.512-.005-5.025 0-7.537 0a2.36 2.36 0 0 0-.002-1.311m5.967 2.38a10.6 10.6 0 0 1 1.571-.059v1.31c-.4.01-.808-.019-1.21.018a2.29 2.29 0 0 0-1.8 1.28A2.5 2.5 0 0 0 16 25.831a3.593 3.593 0 0 1-3.3 3.487c-.334.026-.669.013-1 .017a2.35 2.35 0 0 0 0-1.309a4.5 4.5 0 0 0 1.453-.125a2.3 2.3 0 0 0 1.544-2.111a3.64 3.64 0 0 1 .685-2.15a3.6 3.6 0 0 1 2.279-1.44"/><path fill="#f7b61a" d="M19.235 16.326a.65.65 0 0 1 .424-.589a1.2 1.2 0 0 1 .4-.044h1.939a.66.66 0 0 1 .579.355a1.1 1.1 0 0 1 .073.531v8.027a.657.657 0 0 1-.649.668c-.646.006-1.292 0-1.938 0a1.04 1.04 0 0 1-.457-.066a.65.65 0 0 1-.373-.563c-.009-.4 0-.8 0-1.2v-7.128m1.308.683v6.967h.8c.011-2.322 0-4.646 0-6.969q-.397.002-.8.002"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#dbc27b" d="M27.9 6h-9.7l-2 4H5v17h25V6Zm.1 18H7V12h21Zm.1-14h-7.8l1-2H28Z"/><path fill="#dbc27b" d="M25.9 14H.3l3.8 13h25.6z"/><path fill="#509ff7" d="M7.438 11.219a2.315 2.315 0 0 1 4.25.418a2.36 2.36 0 0 1 .013 1.309a2.313 2.313 0 1 1-4.263-1.727m1.9.1a1 1 0 0 0-.6 1.665a1 1 0 0 0 1.512-1.316a1.01 1.01 0 0 0-.917-.348Zm-1.829 7.939a2.314 2.314 0 0 1 4.185.562a2.36 2.36 0 0 1 0 1.309a2.313 2.313 0 1 1-4.186-1.871m1.729.243a1 1 0 1 0 1 .32a1.01 1.01 0 0 0-.999-.321ZM7.429 27.61a2.313 2.313 0 0 1 4.263.416a2.35 2.35 0 0 1 0 1.309a2.313 2.313 0 1 1-4.263-1.725m1.826.1a1 1 0 1 0 .863.21a1 1 0 0 0-.863-.211Z"/><path fill="#014798" d="M11.688 11.637a8.5 8.5 0 0 1 1.325.056A3.6 3.6 0 0 1 16 15.2a2.293 2.293 0 0 0 2.177 2.312c.352.01.7 0 1.056 0v1.308a7.5 7.5 0 0 1-1.828-.112A3.6 3.6 0 0 1 14.7 15.3a2.37 2.37 0 0 0-.332-1.245a2.3 2.3 0 0 0-1.454-1.049a6.3 6.3 0 0 0-1.208-.06a2.36 2.36 0 0 0-.018-1.309m16.22 6.39a.655.655 0 0 1 .916.014q.988.979 1.968 1.967a.66.66 0 0 1 .024.932q-.993 1-1.993 1.993a.652.652 0 0 1-.948-.894c.29-.3.591-.594.886-.891c-2.035-.017-4.071 0-6.107-.008v-1.306c2.036-.006 4.072 0 6.108 0c-.289-.3-.6-.59-.885-.894a.654.654 0 0 1 .031-.913M11.694 19.82h7.539v1.311c-2.512-.005-5.025 0-7.537 0a2.36 2.36 0 0 0-.002-1.311m5.967 2.38a10.6 10.6 0 0 1 1.571-.059v1.31c-.4.01-.808-.019-1.21.018a2.29 2.29 0 0 0-1.8 1.28A2.5 2.5 0 0 0 16 25.831a3.593 3.593 0 0 1-3.3 3.487c-.334.026-.669.013-1 .017a2.35 2.35 0 0 0 0-1.309a4.5 4.5 0 0 0 1.453-.125a2.3 2.3 0 0 0 1.544-2.111a3.64 3.64 0 0 1 .685-2.15a3.6 3.6 0 0 1 2.279-1.44"/><path fill="#f7b61a" d="M19.235 16.326a.65.65 0 0 1 .424-.589a1.2 1.2 0 0 1 .4-.044h1.939a.66.66 0 0 1 .579.355a1.1 1.1 0 0 1 .073.531v8.027a.657.657 0 0 1-.649.668c-.646.006-1.292 0-1.938 0a1.04 1.04 0 0 1-.457-.066a.65.65 0 0 1-.373-.563c-.009-.4 0-.8 0-1.2v-7.128m1.308.683v6.967h.8c.011-2.322 0-4.646 0-6.969q-.397.002-.8.002"/></svg> </template>
CSS
.icon-folder-type-controller-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%23dbc27b%22%20d%3D%22M27.9%206h-9.7l-2%204H5v17h25V6Zm.1%2018H7V12h21Zm.1-14h-7.8l1-2H28Z%22%2F%3E%3Cpath%20fill%3D%22%23dbc27b%22%20d%3D%22M25.9%2014H.3l3.8%2013h25.6z%22%2F%3E%3Cpath%20fill%3D%22%23509ff7%22%20d%3D%22M7.438%2011.219a2.315%202.315%200%200%201%204.25.418a2.36%202.36%200%200%201%20.013%201.309a2.313%202.313%200%201%201-4.263-1.727m1.9.1a1%201%200%200%200-.6%201.665a1%201%200%200%200%201.512-1.316a1.01%201.01%200%200%200-.917-.348Zm-1.829%207.939a2.314%202.314%200%200%201%204.185.562a2.36%202.36%200%200%201%200%201.309a2.313%202.313%200%201%201-4.186-1.871m1.729.243a1%201%200%201%200%201%20.32a1.01%201.01%200%200%200-.999-.321ZM7.429%2027.61a2.313%202.313%200%200%201%204.263.416a2.35%202.35%200%200%201%200%201.309a2.313%202.313%200%201%201-4.263-1.725m1.826.1a1%201%200%201%200%20.863.21a1%201%200%200%200-.863-.211Z%22%2F%3E%3Cpath%20fill%3D%22%23014798%22%20d%3D%22M11.688%2011.637a8.5%208.5%200%200%201%201.325.056A3.6%203.6%200%200%201%2016%2015.2a2.293%202.293%200%200%200%202.177%202.312c.352.01.7%200%201.056%200v1.308a7.5%207.5%200%200%201-1.828-.112A3.6%203.6%200%200%201%2014.7%2015.3a2.37%202.37%200%200%200-.332-1.245a2.3%202.3%200%200%200-1.454-1.049a6.3%206.3%200%200%200-1.208-.06a2.36%202.36%200%200%200-.018-1.309m16.22%206.39a.655.655%200%200%201%20.916.014q.988.979%201.968%201.967a.66.66%200%200%201%20.024.932q-.993%201-1.993%201.993a.652.652%200%200%201-.948-.894c.29-.3.591-.594.886-.891c-2.035-.017-4.071%200-6.107-.008v-1.306c2.036-.006%204.072%200%206.108%200c-.289-.3-.6-.59-.885-.894a.654.654%200%200%201%20.031-.913M11.694%2019.82h7.539v1.311c-2.512-.005-5.025%200-7.537%200a2.36%202.36%200%200%200-.002-1.311m5.967%202.38a10.6%2010.6%200%200%201%201.571-.059v1.31c-.4.01-.808-.019-1.21.018a2.29%202.29%200%200%200-1.8%201.28A2.5%202.5%200%200%200%2016%2025.831a3.593%203.593%200%200%201-3.3%203.487c-.334.026-.669.013-1%20.017a2.35%202.35%200%200%200%200-1.309a4.5%204.5%200%200%200%201.453-.125a2.3%202.3%200%200%200%201.544-2.111a3.64%203.64%200%200%201%20.685-2.15a3.6%203.6%200%200%201%202.279-1.44%22%2F%3E%3Cpath%20fill%3D%22%23f7b61a%22%20d%3D%22M19.235%2016.326a.65.65%200%200%201%20.424-.589a1.2%201.2%200%200%201%20.4-.044h1.939a.66.66%200%200%201%20.579.355a1.1%201.1%200%200%201%20.073.531v8.027a.657.657%200%200%201-.649.668c-.646.006-1.292%200-1.938%200a1.04%201.04%200%200%201-.457-.066a.65.65%200%200%201-.373-.563c-.009-.4%200-.8%200-1.2v-7.128m1.308.683v6.967h.8c.011-2.322%200-4.646%200-6.969q-.397.002-.8.002%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%23dbc27b%22%20d%3D%22M27.9%206h-9.7l-2%204H5v17h25V6Zm.1%2018H7V12h21Zm.1-14h-7.8l1-2H28Z%22%2F%3E%3Cpath%20fill%3D%22%23dbc27b%22%20d%3D%22M25.9%2014H.3l3.8%2013h25.6z%22%2F%3E%3Cpath%20fill%3D%22%23509ff7%22%20d%3D%22M7.438%2011.219a2.315%202.315%200%200%201%204.25.418a2.36%202.36%200%200%201%20.013%201.309a2.313%202.313%200%201%201-4.263-1.727m1.9.1a1%201%200%200%200-.6%201.665a1%201%200%200%200%201.512-1.316a1.01%201.01%200%200%200-.917-.348Zm-1.829%207.939a2.314%202.314%200%200%201%204.185.562a2.36%202.36%200%200%201%200%201.309a2.313%202.313%200%201%201-4.186-1.871m1.729.243a1%201%200%201%200%201%20.32a1.01%201.01%200%200%200-.999-.321ZM7.429%2027.61a2.313%202.313%200%200%201%204.263.416a2.35%202.35%200%200%201%200%201.309a2.313%202.313%200%201%201-4.263-1.725m1.826.1a1%201%200%201%200%20.863.21a1%201%200%200%200-.863-.211Z%22%2F%3E%3Cpath%20fill%3D%22%23014798%22%20d%3D%22M11.688%2011.637a8.5%208.5%200%200%201%201.325.056A3.6%203.6%200%200%201%2016%2015.2a2.293%202.293%200%200%200%202.177%202.312c.352.01.7%200%201.056%200v1.308a7.5%207.5%200%200%201-1.828-.112A3.6%203.6%200%200%201%2014.7%2015.3a2.37%202.37%200%200%200-.332-1.245a2.3%202.3%200%200%200-1.454-1.049a6.3%206.3%200%200%200-1.208-.06a2.36%202.36%200%200%200-.018-1.309m16.22%206.39a.655.655%200%200%201%20.916.014q.988.979%201.968%201.967a.66.66%200%200%201%20.024.932q-.993%201-1.993%201.993a.652.652%200%200%201-.948-.894c.29-.3.591-.594.886-.891c-2.035-.017-4.071%200-6.107-.008v-1.306c2.036-.006%204.072%200%206.108%200c-.289-.3-.6-.59-.885-.894a.654.654%200%200%201%20.031-.913M11.694%2019.82h7.539v1.311c-2.512-.005-5.025%200-7.537%200a2.36%202.36%200%200%200-.002-1.311m5.967%202.38a10.6%2010.6%200%200%201%201.571-.059v1.31c-.4.01-.808-.019-1.21.018a2.29%202.29%200%200%200-1.8%201.28A2.5%202.5%200%200%200%2016%2025.831a3.593%203.593%200%200%201-3.3%203.487c-.334.026-.669.013-1%20.017a2.35%202.35%200%200%200%200-1.309a4.5%204.5%200%200%200%201.453-.125a2.3%202.3%200%200%200%201.544-2.111a3.64%203.64%200%200%201%20.685-2.15a3.6%203.6%200%200%201%202.279-1.44%22%2F%3E%3Cpath%20fill%3D%22%23f7b61a%22%20d%3D%22M19.235%2016.326a.65.65%200%200%201%20.424-.589a1.2%201.2%200%200%201%20.4-.044h1.939a.66.66%200%200%201%20.579.355a1.1%201.1%200%200%201%20.073.531v8.027a.657.657%200%200%201-.649.668c-.646.006-1.292%200-1.938%200a1.04%201.04%200%200%201-.457-.066a.65.65%200%200%201-.373-.563c-.009-.4%200-.8%200-1.2v-7.128m1.308.683v6.967h.8c.011-2.322%200-4.646%200-6.969q-.397.002-.8.002%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-controller-opened.svg?color=%231a73e8&size=48