file type qsharp logo

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

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

Related icons in VSCode Icons

Use the file type qsharp logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#33c" d="M19.451 6.218h2.638v2.638h2.637V6.218h2.637v2.638H30V11.5h-2.636v2.636H30v2.634h-2.636v2.637h-2.637v-2.638h-2.636v2.637h-2.638v-2.638h-2.638v-2.641h2.638V11.5h-2.638V8.853h2.639Zm2.638 7.914h2.637V11.5h-2.637Zm-8.071 7.392a11.44 11.44 0 0 0 1.572-6.192a10.88 10.88 0 0 0-1.858-6.6a5.89 5.89 0 0 0-4.924-2.579a5.92 5.92 0 0 0-4.94 2.581A10.84 10.84 0 0 0 2 15.333a10.85 10.85 0 0 0 1.868 6.592a5.92 5.92 0 0 0 4.941 2.588a5.74 5.74 0 0 0 3.26-.987l2.306 2.321l1.577-2.4Zm-5.17-1.218l1.117 1.121a3.2 3.2 0 0 1-1.174.217a3.34 3.34 0 0 1-2.837-1.593a8.13 8.13 0 0 1-1.18-4.719a8.1 8.1 0 0 1 1.184-4.724a3.37 3.37 0 0 1 2.87-1.588a3.31 3.31 0 0 1 2.819 1.585a8.2 8.2 0 0 1 1.172 4.726a9.1 9.1 0 0 1-.833 4.15l-1.56-1.571Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeQsharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#33c" d="M19.451 6.218h2.638v2.638h2.637V6.218h2.637v2.638H30V11.5h-2.636v2.636H30v2.634h-2.636v2.637h-2.637v-2.638h-2.636v2.637h-2.638v-2.638h-2.638v-2.641h2.638V11.5h-2.638V8.853h2.639Zm2.638 7.914h2.637V11.5h-2.637Zm-8.071 7.392a11.44 11.44 0 0 0 1.572-6.192a10.88 10.88 0 0 0-1.858-6.6a5.89 5.89 0 0 0-4.924-2.579a5.92 5.92 0 0 0-4.94 2.581A10.84 10.84 0 0 0 2 15.333a10.85 10.85 0 0 0 1.868 6.592a5.92 5.92 0 0 0 4.941 2.588a5.74 5.74 0 0 0 3.26-.987l2.306 2.321l1.577-2.4Zm-5.17-1.218l1.117 1.121a3.2 3.2 0 0 1-1.174.217a3.34 3.34 0 0 1-2.837-1.593a8.13 8.13 0 0 1-1.18-4.719a8.1 8.1 0 0 1 1.184-4.724a3.37 3.37 0 0 1 2.87-1.588a3.31 3.31 0 0 1 2.819 1.585a8.2 8.2 0 0 1 1.172 4.726a9.1 9.1 0 0 1-.833 4.15l-1.56-1.571Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#33c" d="M19.451 6.218h2.638v2.638h2.637V6.218h2.637v2.638H30V11.5h-2.636v2.636H30v2.634h-2.636v2.637h-2.637v-2.638h-2.636v2.637h-2.638v-2.638h-2.638v-2.641h2.638V11.5h-2.638V8.853h2.639Zm2.638 7.914h2.637V11.5h-2.637Zm-8.071 7.392a11.44 11.44 0 0 0 1.572-6.192a10.88 10.88 0 0 0-1.858-6.6a5.89 5.89 0 0 0-4.924-2.579a5.92 5.92 0 0 0-4.94 2.581A10.84 10.84 0 0 0 2 15.333a10.85 10.85 0 0 0 1.868 6.592a5.92 5.92 0 0 0 4.941 2.588a5.74 5.74 0 0 0 3.26-.987l2.306 2.321l1.577-2.4Zm-5.17-1.218l1.117 1.121a3.2 3.2 0 0 1-1.174.217a3.34 3.34 0 0 1-2.837-1.593a8.13 8.13 0 0 1-1.18-4.719a8.1 8.1 0 0 1 1.184-4.724a3.37 3.37 0 0 1 2.87-1.588a3.31 3.31 0 0 1 2.819 1.585a8.2 8.2 0 0 1 1.172 4.726a9.1 9.1 0 0 1-.833 4.15l-1.56-1.571Z"/></svg>
</template>

CSS

.icon-file-type-qsharp {
  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%2333c%22%20d%3D%22M19.451%206.218h2.638v2.638h2.637V6.218h2.637v2.638H30V11.5h-2.636v2.636H30v2.634h-2.636v2.637h-2.637v-2.638h-2.636v2.637h-2.638v-2.638h-2.638v-2.641h2.638V11.5h-2.638V8.853h2.639Zm2.638%207.914h2.637V11.5h-2.637Zm-8.071%207.392a11.44%2011.44%200%200%200%201.572-6.192a10.88%2010.88%200%200%200-1.858-6.6a5.89%205.89%200%200%200-4.924-2.579a5.92%205.92%200%200%200-4.94%202.581A10.84%2010.84%200%200%200%202%2015.333a10.85%2010.85%200%200%200%201.868%206.592a5.92%205.92%200%200%200%204.941%202.588a5.74%205.74%200%200%200%203.26-.987l2.306%202.321l1.577-2.4Zm-5.17-1.218l1.117%201.121a3.2%203.2%200%200%201-1.174.217a3.34%203.34%200%200%201-2.837-1.593a8.13%208.13%200%200%201-1.18-4.719a8.1%208.1%200%200%201%201.184-4.724a3.37%203.37%200%200%201%202.87-1.588a3.31%203.31%200%200%201%202.819%201.585a8.2%208.2%200%200%201%201.172%204.726a9.1%209.1%200%200%201-.833%204.15l-1.56-1.571Z%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%2333c%22%20d%3D%22M19.451%206.218h2.638v2.638h2.637V6.218h2.637v2.638H30V11.5h-2.636v2.636H30v2.634h-2.636v2.637h-2.637v-2.638h-2.636v2.637h-2.638v-2.638h-2.638v-2.641h2.638V11.5h-2.638V8.853h2.639Zm2.638%207.914h2.637V11.5h-2.637Zm-8.071%207.392a11.44%2011.44%200%200%200%201.572-6.192a10.88%2010.88%200%200%200-1.858-6.6a5.89%205.89%200%200%200-4.924-2.579a5.92%205.92%200%200%200-4.94%202.581A10.84%2010.84%200%200%200%202%2015.333a10.85%2010.85%200%200%200%201.868%206.592a5.92%205.92%200%200%200%204.941%202.588a5.74%205.74%200%200%200%203.26-.987l2.306%202.321l1.577-2.4Zm-5.17-1.218l1.117%201.121a3.2%203.2%200%200%201-1.174.217a3.34%203.34%200%200%201-2.837-1.593a8.13%208.13%200%200%201-1.18-4.719a8.1%208.1%200%200%201%201.184-4.724a3.37%203.37%200%200%201%202.87-1.588a3.31%203.31%200%200%201%202.819%201.585a8.2%208.2%200%200%201%201.172%204.726a9.1%209.1%200%200%201-.833%204.15l-1.56-1.571Z%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-qsharp.svg?color=%231a73e8&size=48