folder type yarn logo

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

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

Related icons in VSCode Icons

Use the folder type yarn logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#539dc0" 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="#2188b6" d="M30.42 26.27a5.2 5.2 0 0 0-2 .91a11.7 11.7 0 0 1-2.91 1.32a.82.82 0 0 1-.49.28a32 32 0 0 1-3.22.29c-.58 0-.94-.15-1-.39a.78.78 0 0 1 .41-1a1.6 1.6 0 0 1-.26-.19c-.08-.08-.17-.25-.2-.19c-.11.27-.17.95-.47 1.25a1.51 1.51 0 0 1-1.66 0c-.51-.28 0-.91 0-.91a.36.36 0 0 1-.49-.16a2.5 2.5 0 0 1-.29-1.48a2.68 2.68 0 0 1 .88-1.44a4.6 4.6 0 0 1 .33-2.2a5.2 5.2 0 0 1 1.57-1.84s-1-1.07-.6-2c.23-.63.33-.63.4-.66a1.8 1.8 0 0 0 .73-.43a2.64 2.64 0 0 1 2.2-.85s.58-1.77 1.12-1.43a9.6 9.6 0 0 1 .77 1.45s.63-.38.71-.24a5.83 5.83 0 0 1 .26 3.07a7 7 0 0 1-1.3 2.7A5.8 5.8 0 0 1 26.22 24a5.7 5.7 0 0 1 .13 2.6a3.2 3.2 0 0 0 1.7-.65a4.2 4.2 0 0 1 2.13-.8a.54.54 0 0 1 .23 1.05Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeYarn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#539dc0" 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="#2188b6" d="M30.42 26.27a5.2 5.2 0 0 0-2 .91a11.7 11.7 0 0 1-2.91 1.32a.82.82 0 0 1-.49.28a32 32 0 0 1-3.22.29c-.58 0-.94-.15-1-.39a.78.78 0 0 1 .41-1a1.6 1.6 0 0 1-.26-.19c-.08-.08-.17-.25-.2-.19c-.11.27-.17.95-.47 1.25a1.51 1.51 0 0 1-1.66 0c-.51-.28 0-.91 0-.91a.36.36 0 0 1-.49-.16a2.5 2.5 0 0 1-.29-1.48a2.68 2.68 0 0 1 .88-1.44a4.6 4.6 0 0 1 .33-2.2a5.2 5.2 0 0 1 1.57-1.84s-1-1.07-.6-2c.23-.63.33-.63.4-.66a1.8 1.8 0 0 0 .73-.43a2.64 2.64 0 0 1 2.2-.85s.58-1.77 1.12-1.43a9.6 9.6 0 0 1 .77 1.45s.63-.38.71-.24a5.83 5.83 0 0 1 .26 3.07a7 7 0 0 1-1.3 2.7A5.8 5.8 0 0 1 26.22 24a5.7 5.7 0 0 1 .13 2.6a3.2 3.2 0 0 0 1.7-.65a4.2 4.2 0 0 1 2.13-.8a.54.54 0 0 1 .23 1.05Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#539dc0" 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="#2188b6" d="M30.42 26.27a5.2 5.2 0 0 0-2 .91a11.7 11.7 0 0 1-2.91 1.32a.82.82 0 0 1-.49.28a32 32 0 0 1-3.22.29c-.58 0-.94-.15-1-.39a.78.78 0 0 1 .41-1a1.6 1.6 0 0 1-.26-.19c-.08-.08-.17-.25-.2-.19c-.11.27-.17.95-.47 1.25a1.51 1.51 0 0 1-1.66 0c-.51-.28 0-.91 0-.91a.36.36 0 0 1-.49-.16a2.5 2.5 0 0 1-.29-1.48a2.68 2.68 0 0 1 .88-1.44a4.6 4.6 0 0 1 .33-2.2a5.2 5.2 0 0 1 1.57-1.84s-1-1.07-.6-2c.23-.63.33-.63.4-.66a1.8 1.8 0 0 0 .73-.43a2.64 2.64 0 0 1 2.2-.85s.58-1.77 1.12-1.43a9.6 9.6 0 0 1 .77 1.45s.63-.38.71-.24a5.83 5.83 0 0 1 .26 3.07a7 7 0 0 1-1.3 2.7A5.8 5.8 0 0 1 26.22 24a5.7 5.7 0 0 1 .13 2.6a3.2 3.2 0 0 0 1.7-.65a4.2 4.2 0 0 1 2.13-.8a.54.54 0 0 1 .23 1.05Z"/></svg>
</template>

CSS

.icon-folder-type-yarn {
  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%23539dc0%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%232188b6%22%20d%3D%22M30.42%2026.27a5.2%205.2%200%200%200-2%20.91a11.7%2011.7%200%200%201-2.91%201.32a.82.82%200%200%201-.49.28a32%2032%200%200%201-3.22.29c-.58%200-.94-.15-1-.39a.78.78%200%200%201%20.41-1a1.6%201.6%200%200%201-.26-.19c-.08-.08-.17-.25-.2-.19c-.11.27-.17.95-.47%201.25a1.51%201.51%200%200%201-1.66%200c-.51-.28%200-.91%200-.91a.36.36%200%200%201-.49-.16a2.5%202.5%200%200%201-.29-1.48a2.68%202.68%200%200%201%20.88-1.44a4.6%204.6%200%200%201%20.33-2.2a5.2%205.2%200%200%201%201.57-1.84s-1-1.07-.6-2c.23-.63.33-.63.4-.66a1.8%201.8%200%200%200%20.73-.43a2.64%202.64%200%200%201%202.2-.85s.58-1.77%201.12-1.43a9.6%209.6%200%200%201%20.77%201.45s.63-.38.71-.24a5.83%205.83%200%200%201%20.26%203.07a7%207%200%200%201-1.3%202.7A5.8%205.8%200%200%201%2026.22%2024a5.7%205.7%200%200%201%20.13%202.6a3.2%203.2%200%200%200%201.7-.65a4.2%204.2%200%200%201%202.13-.8a.54.54%200%200%201%20.23%201.05Z%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%23539dc0%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%232188b6%22%20d%3D%22M30.42%2026.27a5.2%205.2%200%200%200-2%20.91a11.7%2011.7%200%200%201-2.91%201.32a.82.82%200%200%201-.49.28a32%2032%200%200%201-3.22.29c-.58%200-.94-.15-1-.39a.78.78%200%200%201%20.41-1a1.6%201.6%200%200%201-.26-.19c-.08-.08-.17-.25-.2-.19c-.11.27-.17.95-.47%201.25a1.51%201.51%200%200%201-1.66%200c-.51-.28%200-.91%200-.91a.36.36%200%200%201-.49-.16a2.5%202.5%200%200%201-.29-1.48a2.68%202.68%200%200%201%20.88-1.44a4.6%204.6%200%200%201%20.33-2.2a5.2%205.2%200%200%201%201.57-1.84s-1-1.07-.6-2c.23-.63.33-.63.4-.66a1.8%201.8%200%200%200%20.73-.43a2.64%202.64%200%200%201%202.2-.85s.58-1.77%201.12-1.43a9.6%209.6%200%200%201%20.77%201.45s.63-.38.71-.24a5.83%205.83%200%200%201%20.26%203.07a7%207%200%200%201-1.3%202.7A5.8%205.8%200%200%201%2026.22%2024a5.7%205.7%200%200%201%20.13%202.6a3.2%203.2%200%200%200%201.7-.65a4.2%204.2%200%200%201%202.13-.8a.54.54%200%200%201%20.23%201.05Z%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-yarn.svg?color=%231a73e8&size=48