file type slashup logo

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

Name
file-type-slashup
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type slashup logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M6.06 25H2L9.64 2.35h4.06Z"/><path fill="#29abe2" d="M12.56 22a4.84 4.84 0 0 1-1.44 1.74a3.43 3.43 0 0 1-2 .61a3.57 3.57 0 0 1-3.07-1.55A8.37 8.37 0 0 1 4.93 18V9.6H8.7V18a6.6 6.6 0 0 0 .38 2.68a1.27 1.27 0 0 0 1.2.75a2.6 2.6 0 0 0 1.15-.25a2.46 2.46 0 0 0 .85-.73V9.6h3.79v14.48H13ZM30 17.2a9.4 9.4 0 0 1-1.28 5.2a4 4 0 0 1-3.58 2a3.56 3.56 0 0 1-1.63-.4a3.5 3.5 0 0 1-1.23-1.08v6.73h-3.77V9.6H22l.16 1.49a4 4 0 0 1 1.27-1.3a3.13 3.13 0 0 1 1.71-.46a4 4 0 0 1 3.61 2.09a10.46 10.46 0 0 1 1.25 5.5Zm-3.77-.28a9.1 9.1 0 0 0-.51-3.34a1.7 1.7 0 0 0-1.58-1.28a1.87 1.87 0 0 0-1.11.33a2.2 2.2 0 0 0-.75.92v6.83a1.86 1.86 0 0 0 .75.77a2.2 2.2 0 0 0 1.12.27a1.65 1.65 0 0 0 1.59-1.12a8 8 0 0 0 .49-3.1Z"/><path fill="#0071bc" d="M8.71 9.62H7.19l-2.25 6.65V18a8.4 8.4 0 0 0 1.12 4.85a4.4 4.4 0 0 0 .52.6l2.13-6.3Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeSlashup(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M6.06 25H2L9.64 2.35h4.06Z"/><path fill="#29abe2" d="M12.56 22a4.84 4.84 0 0 1-1.44 1.74a3.43 3.43 0 0 1-2 .61a3.57 3.57 0 0 1-3.07-1.55A8.37 8.37 0 0 1 4.93 18V9.6H8.7V18a6.6 6.6 0 0 0 .38 2.68a1.27 1.27 0 0 0 1.2.75a2.6 2.6 0 0 0 1.15-.25a2.46 2.46 0 0 0 .85-.73V9.6h3.79v14.48H13ZM30 17.2a9.4 9.4 0 0 1-1.28 5.2a4 4 0 0 1-3.58 2a3.56 3.56 0 0 1-1.63-.4a3.5 3.5 0 0 1-1.23-1.08v6.73h-3.77V9.6H22l.16 1.49a4 4 0 0 1 1.27-1.3a3.13 3.13 0 0 1 1.71-.46a4 4 0 0 1 3.61 2.09a10.46 10.46 0 0 1 1.25 5.5Zm-3.77-.28a9.1 9.1 0 0 0-.51-3.34a1.7 1.7 0 0 0-1.58-1.28a1.87 1.87 0 0 0-1.11.33a2.2 2.2 0 0 0-.75.92v6.83a1.86 1.86 0 0 0 .75.77a2.2 2.2 0 0 0 1.12.27a1.65 1.65 0 0 0 1.59-1.12a8 8 0 0 0 .49-3.1Z"/><path fill="#0071bc" d="M8.71 9.62H7.19l-2.25 6.65V18a8.4 8.4 0 0 0 1.12 4.85a4.4 4.4 0 0 0 .52.6l2.13-6.3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M6.06 25H2L9.64 2.35h4.06Z"/><path fill="#29abe2" d="M12.56 22a4.84 4.84 0 0 1-1.44 1.74a3.43 3.43 0 0 1-2 .61a3.57 3.57 0 0 1-3.07-1.55A8.37 8.37 0 0 1 4.93 18V9.6H8.7V18a6.6 6.6 0 0 0 .38 2.68a1.27 1.27 0 0 0 1.2.75a2.6 2.6 0 0 0 1.15-.25a2.46 2.46 0 0 0 .85-.73V9.6h3.79v14.48H13ZM30 17.2a9.4 9.4 0 0 1-1.28 5.2a4 4 0 0 1-3.58 2a3.56 3.56 0 0 1-1.63-.4a3.5 3.5 0 0 1-1.23-1.08v6.73h-3.77V9.6H22l.16 1.49a4 4 0 0 1 1.27-1.3a3.13 3.13 0 0 1 1.71-.46a4 4 0 0 1 3.61 2.09a10.46 10.46 0 0 1 1.25 5.5Zm-3.77-.28a9.1 9.1 0 0 0-.51-3.34a1.7 1.7 0 0 0-1.58-1.28a1.87 1.87 0 0 0-1.11.33a2.2 2.2 0 0 0-.75.92v6.83a1.86 1.86 0 0 0 .75.77a2.2 2.2 0 0 0 1.12.27a1.65 1.65 0 0 0 1.59-1.12a8 8 0 0 0 .49-3.1Z"/><path fill="#0071bc" d="M8.71 9.62H7.19l-2.25 6.65V18a8.4 8.4 0 0 0 1.12 4.85a4.4 4.4 0 0 0 .52.6l2.13-6.3Z"/></svg>
</template>

CSS

.icon-file-type-slashup {
  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%20d%3D%22M6.06%2025H2L9.64%202.35h4.06Z%22%2F%3E%3Cpath%20fill%3D%22%2329abe2%22%20d%3D%22M12.56%2022a4.84%204.84%200%200%201-1.44%201.74a3.43%203.43%200%200%201-2%20.61a3.57%203.57%200%200%201-3.07-1.55A8.37%208.37%200%200%201%204.93%2018V9.6H8.7V18a6.6%206.6%200%200%200%20.38%202.68a1.27%201.27%200%200%200%201.2.75a2.6%202.6%200%200%200%201.15-.25a2.46%202.46%200%200%200%20.85-.73V9.6h3.79v14.48H13ZM30%2017.2a9.4%209.4%200%200%201-1.28%205.2a4%204%200%200%201-3.58%202a3.56%203.56%200%200%201-1.63-.4a3.5%203.5%200%200%201-1.23-1.08v6.73h-3.77V9.6H22l.16%201.49a4%204%200%200%201%201.27-1.3a3.13%203.13%200%200%201%201.71-.46a4%204%200%200%201%203.61%202.09a10.46%2010.46%200%200%201%201.25%205.5Zm-3.77-.28a9.1%209.1%200%200%200-.51-3.34a1.7%201.7%200%200%200-1.58-1.28a1.87%201.87%200%200%200-1.11.33a2.2%202.2%200%200%200-.75.92v6.83a1.86%201.86%200%200%200%20.75.77a2.2%202.2%200%200%200%201.12.27a1.65%201.65%200%200%200%201.59-1.12a8%208%200%200%200%20.49-3.1Z%22%2F%3E%3Cpath%20fill%3D%22%230071bc%22%20d%3D%22M8.71%209.62H7.19l-2.25%206.65V18a8.4%208.4%200%200%200%201.12%204.85a4.4%204.4%200%200%200%20.52.6l2.13-6.3Z%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%20d%3D%22M6.06%2025H2L9.64%202.35h4.06Z%22%2F%3E%3Cpath%20fill%3D%22%2329abe2%22%20d%3D%22M12.56%2022a4.84%204.84%200%200%201-1.44%201.74a3.43%203.43%200%200%201-2%20.61a3.57%203.57%200%200%201-3.07-1.55A8.37%208.37%200%200%201%204.93%2018V9.6H8.7V18a6.6%206.6%200%200%200%20.38%202.68a1.27%201.27%200%200%200%201.2.75a2.6%202.6%200%200%200%201.15-.25a2.46%202.46%200%200%200%20.85-.73V9.6h3.79v14.48H13ZM30%2017.2a9.4%209.4%200%200%201-1.28%205.2a4%204%200%200%201-3.58%202a3.56%203.56%200%200%201-1.63-.4a3.5%203.5%200%200%201-1.23-1.08v6.73h-3.77V9.6H22l.16%201.49a4%204%200%200%201%201.27-1.3a3.13%203.13%200%200%201%201.71-.46a4%204%200%200%201%203.61%202.09a10.46%2010.46%200%200%201%201.25%205.5Zm-3.77-.28a9.1%209.1%200%200%200-.51-3.34a1.7%201.7%200%200%200-1.58-1.28a1.87%201.87%200%200%200-1.11.33a2.2%202.2%200%200%200-.75.92v6.83a1.86%201.86%200%200%200%20.75.77a2.2%202.2%200%200%200%201.12.27a1.65%201.65%200%200%200%201.59-1.12a8%208%200%200%200%20.49-3.1Z%22%2F%3E%3Cpath%20fill%3D%22%230071bc%22%20d%3D%22M8.71%209.62H7.19l-2.25%206.65V18a8.4%208.4%200%200%200%201.12%204.85a4.4%204.4%200%200%200%20.52.6l2.13-6.3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-slashup.svg?color=%231a73e8&size=48