folder type tauri opened logo

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

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

Related icons in VSCode Icons

Use the folder type tauri opened logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#465166" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#465166" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#ffc131" d="M25.36 17.64a2 2 0 1 1-2-2a2 2 0 0 1 2 2"/><circle cx="20" cy="23.36" r="2" fill="#24c8db"/><path fill="#ffc131" d="M27.5 24.05a7.8 7.8 0 0 1-2.64 1.07a5.24 5.24 0 0 0 .27-2.42a5.36 5.36 0 1 0-3.146-10.248q-.2.061-.394.138A5.28 5.28 0 0 0 19 14.52a8.8 8.8 0 0 0-2.93.85a7.632 7.632 0 1 1 14.58 4.52a7.72 7.72 0 0 1-3.15 4.16m-11.33-7.29L18 17a6.3 6.3 0 0 1 .24-1.06a7.7 7.7 0 0 0-2.07.82"/><path fill="#24c8db" d="M15.85 17a7.6 7.6 0 0 1 2.65-1.08a5.3 5.3 0 0 0-.3 2.43a5.35 5.35 0 1 0 6.15 8.17a8.8 8.8 0 0 0 2.92-.85A7.63 7.63 0 1 1 15.85 17m11.32 7.29"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeTauriOpened(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#465166" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#465166" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#ffc131" d="M25.36 17.64a2 2 0 1 1-2-2a2 2 0 0 1 2 2"/><circle cx="20" cy="23.36" r="2" fill="#24c8db"/><path fill="#ffc131" d="M27.5 24.05a7.8 7.8 0 0 1-2.64 1.07a5.24 5.24 0 0 0 .27-2.42a5.36 5.36 0 1 0-3.146-10.248q-.2.061-.394.138A5.28 5.28 0 0 0 19 14.52a8.8 8.8 0 0 0-2.93.85a7.632 7.632 0 1 1 14.58 4.52a7.72 7.72 0 0 1-3.15 4.16m-11.33-7.29L18 17a6.3 6.3 0 0 1 .24-1.06a7.7 7.7 0 0 0-2.07.82"/><path fill="#24c8db" d="M15.85 17a7.6 7.6 0 0 1 2.65-1.08a5.3 5.3 0 0 0-.3 2.43a5.35 5.35 0 1 0 6.15 8.17a8.8 8.8 0 0 0 2.92-.85A7.63 7.63 0 1 1 15.85 17m11.32 7.29"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#465166" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#465166" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#ffc131" d="M25.36 17.64a2 2 0 1 1-2-2a2 2 0 0 1 2 2"/><circle cx="20" cy="23.36" r="2" fill="#24c8db"/><path fill="#ffc131" d="M27.5 24.05a7.8 7.8 0 0 1-2.64 1.07a5.24 5.24 0 0 0 .27-2.42a5.36 5.36 0 1 0-3.146-10.248q-.2.061-.394.138A5.28 5.28 0 0 0 19 14.52a8.8 8.8 0 0 0-2.93.85a7.632 7.632 0 1 1 14.58 4.52a7.72 7.72 0 0 1-3.15 4.16m-11.33-7.29L18 17a6.3 6.3 0 0 1 .24-1.06a7.7 7.7 0 0 0-2.07.82"/><path fill="#24c8db" d="M15.85 17a7.6 7.6 0 0 1 2.65-1.08a5.3 5.3 0 0 0-.3 2.43a5.35 5.35 0 1 0 6.15 8.17a8.8 8.8 0 0 0 2.92-.85A7.63 7.63 0 1 1 15.85 17m11.32 7.29"/></svg>
</template>

CSS

.icon-folder-type-tauri-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%23465166%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v16.8h25.2v-21Zm0%2018.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z%22%2F%3E%3Cpath%20fill%3D%22%23465166%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%23ffc131%22%20d%3D%22M25.36%2017.64a2%202%200%201%201-2-2a2%202%200%200%201%202%202%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2223.36%22%20r%3D%222%22%20fill%3D%22%2324c8db%22%2F%3E%3Cpath%20fill%3D%22%23ffc131%22%20d%3D%22M27.5%2024.05a7.8%207.8%200%200%201-2.64%201.07a5.24%205.24%200%200%200%20.27-2.42a5.36%205.36%200%201%200-3.146-10.248q-.2.061-.394.138A5.28%205.28%200%200%200%2019%2014.52a8.8%208.8%200%200%200-2.93.85a7.632%207.632%200%201%201%2014.58%204.52a7.72%207.72%200%200%201-3.15%204.16m-11.33-7.29L18%2017a6.3%206.3%200%200%201%20.24-1.06a7.7%207.7%200%200%200-2.07.82%22%2F%3E%3Cpath%20fill%3D%22%2324c8db%22%20d%3D%22M15.85%2017a7.6%207.6%200%200%201%202.65-1.08a5.3%205.3%200%200%200-.3%202.43a5.35%205.35%200%201%200%206.15%208.17a8.8%208.8%200%200%200%202.92-.85A7.63%207.63%200%201%201%2015.85%2017m11.32%207.29%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%23465166%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v16.8h25.2v-21Zm0%2018.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z%22%2F%3E%3Cpath%20fill%3D%22%23465166%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%23ffc131%22%20d%3D%22M25.36%2017.64a2%202%200%201%201-2-2a2%202%200%200%201%202%202%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2223.36%22%20r%3D%222%22%20fill%3D%22%2324c8db%22%2F%3E%3Cpath%20fill%3D%22%23ffc131%22%20d%3D%22M27.5%2024.05a7.8%207.8%200%200%201-2.64%201.07a5.24%205.24%200%200%200%20.27-2.42a5.36%205.36%200%201%200-3.146-10.248q-.2.061-.394.138A5.28%205.28%200%200%200%2019%2014.52a8.8%208.8%200%200%200-2.93.85a7.632%207.632%200%201%201%2014.58%204.52a7.72%207.72%200%200%201-3.15%204.16m-11.33-7.29L18%2017a6.3%206.3%200%200%201%20.24-1.06a7.7%207.7%200%200%200-2.07.82%22%2F%3E%3Cpath%20fill%3D%22%2324c8db%22%20d%3D%22M15.85%2017a7.6%207.6%200%200%201%202.65-1.08a5.3%205.3%200%200%200-.3%202.43a5.35%205.35%200%201%200%206.15%208.17a8.8%208.8%200%200%200%202.92-.85A7.63%207.63%200%201%201%2015.85%2017m11.32%207.29%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-tauri-opened.svg?color=%231a73e8&size=48