folder type flutter opened logo

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

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

Related icons in VSCode Icons

Use the folder type flutter opened logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#786fe7" 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="#40d0fd" d="m21.612 21.646l2.442-2.379h6.067l-5.374 5.374z"/><path fill="#41d0fd" d="M17.051 23.178L30.121 10h-6.067L14 20.054z"/><path fill="#1fbcfd" d="m21.65 27.72l3.097-3.079l-3.135-2.995l-3.057 3.025z"/><path fill="#095a9d" d="M24.747 24.641L30.045 30h-6.1l-2.295-2.28z"/><path fill="#0e5199" d="M23.563 25.818L21.65 27.72l2.885-.96z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeFlutterOpened(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#786fe7" 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="#40d0fd" d="m21.612 21.646l2.442-2.379h6.067l-5.374 5.374z"/><path fill="#41d0fd" d="M17.051 23.178L30.121 10h-6.067L14 20.054z"/><path fill="#1fbcfd" d="m21.65 27.72l3.097-3.079l-3.135-2.995l-3.057 3.025z"/><path fill="#095a9d" d="M24.747 24.641L30.045 30h-6.1l-2.295-2.28z"/><path fill="#0e5199" d="M23.563 25.818L21.65 27.72l2.885-.96z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#786fe7" 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="#40d0fd" d="m21.612 21.646l2.442-2.379h6.067l-5.374 5.374z"/><path fill="#41d0fd" d="M17.051 23.178L30.121 10h-6.067L14 20.054z"/><path fill="#1fbcfd" d="m21.65 27.72l3.097-3.079l-3.135-2.995l-3.057 3.025z"/><path fill="#095a9d" d="M24.747 24.641L30.045 30h-6.1l-2.295-2.28z"/><path fill="#0e5199" d="M23.563 25.818L21.65 27.72l2.885-.96z"/></svg>
</template>

CSS

.icon-folder-type-flutter-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%23786fe7%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%2340d0fd%22%20d%3D%22m21.612%2021.646l2.442-2.379h6.067l-5.374%205.374z%22%2F%3E%3Cpath%20fill%3D%22%2341d0fd%22%20d%3D%22M17.051%2023.178L30.121%2010h-6.067L14%2020.054z%22%2F%3E%3Cpath%20fill%3D%22%231fbcfd%22%20d%3D%22m21.65%2027.72l3.097-3.079l-3.135-2.995l-3.057%203.025z%22%2F%3E%3Cpath%20fill%3D%22%23095a9d%22%20d%3D%22M24.747%2024.641L30.045%2030h-6.1l-2.295-2.28z%22%2F%3E%3Cpath%20fill%3D%22%230e5199%22%20d%3D%22M23.563%2025.818L21.65%2027.72l2.885-.96z%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%23786fe7%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%2340d0fd%22%20d%3D%22m21.612%2021.646l2.442-2.379h6.067l-5.374%205.374z%22%2F%3E%3Cpath%20fill%3D%22%2341d0fd%22%20d%3D%22M17.051%2023.178L30.121%2010h-6.067L14%2020.054z%22%2F%3E%3Cpath%20fill%3D%22%231fbcfd%22%20d%3D%22m21.65%2027.72l3.097-3.079l-3.135-2.995l-3.057%203.025z%22%2F%3E%3Cpath%20fill%3D%22%23095a9d%22%20d%3D%22M24.747%2024.641L30.045%2030h-6.1l-2.295-2.28z%22%2F%3E%3Cpath%20fill%3D%22%230e5199%22%20d%3D%22M23.563%2025.818L21.65%2027.72l2.885-.96z%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-flutter-opened.svg?color=%231a73e8&size=48