file type haskell2 logo

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

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

Related icons in VSCode Icons

Use the file type haskell2 logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGfH8N5wXp" x1=".996" x2=".951" y1="-206.057" y2="-206.057" gradientTransform="matrix(259.941 0 0 -183.487 -237.941 -37792.788)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#faba09"/><stop offset="1" stop-color="#b42c01"/></linearGradient></defs><path fill="url(#SVGfH8N5wXp)" d="M2 25.882L8.588 16L2 6.118h4.941L13.529 16l-6.588 9.882Zm6.588 0L15.177 16L8.588 6.118h4.941l13.177 19.764h-4.941l-4.117-6.176l-4.118 6.176Zm15.922-5.764l-2.2-3.294H30v3.294Zm-3.294-4.941l-2.2-3.294H30v3.294Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeHaskell2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGfH8N5wXp" x1=".996" x2=".951" y1="-206.057" y2="-206.057" gradientTransform="matrix(259.941 0 0 -183.487 -237.941 -37792.788)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#faba09"/><stop offset="1" stopColor="#b42c01"/></linearGradient></defs><path fill="url(#SVGfH8N5wXp)" d="M2 25.882L8.588 16L2 6.118h4.941L13.529 16l-6.588 9.882Zm6.588 0L15.177 16L8.588 6.118h4.941l13.177 19.764h-4.941l-4.117-6.176l-4.118 6.176Zm15.922-5.764l-2.2-3.294H30v3.294Zm-3.294-4.941l-2.2-3.294H30v3.294Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGfH8N5wXp" x1=".996" x2=".951" y1="-206.057" y2="-206.057" gradientTransform="matrix(259.941 0 0 -183.487 -237.941 -37792.788)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#faba09"/><stop offset="1" stop-color="#b42c01"/></linearGradient></defs><path fill="url(#SVGfH8N5wXp)" d="M2 25.882L8.588 16L2 6.118h4.941L13.529 16l-6.588 9.882Zm6.588 0L15.177 16L8.588 6.118h4.941l13.177 19.764h-4.941l-4.117-6.176l-4.118 6.176Zm15.922-5.764l-2.2-3.294H30v3.294Zm-3.294-4.941l-2.2-3.294H30v3.294Z"/></svg>
</template>

CSS

.icon-file-type-haskell2 {
  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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGfH8N5wXp%22%20x1%3D%22.996%22%20x2%3D%22.951%22%20y1%3D%22-206.057%22%20y2%3D%22-206.057%22%20gradientTransform%3D%22matrix(259.941%200%200%20-183.487%20-237.941%20-37792.788)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23faba09%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b42c01%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGfH8N5wXp)%22%20d%3D%22M2%2025.882L8.588%2016L2%206.118h4.941L13.529%2016l-6.588%209.882Zm6.588%200L15.177%2016L8.588%206.118h4.941l13.177%2019.764h-4.941l-4.117-6.176l-4.118%206.176Zm15.922-5.764l-2.2-3.294H30v3.294Zm-3.294-4.941l-2.2-3.294H30v3.294Z%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGfH8N5wXp%22%20x1%3D%22.996%22%20x2%3D%22.951%22%20y1%3D%22-206.057%22%20y2%3D%22-206.057%22%20gradientTransform%3D%22matrix(259.941%200%200%20-183.487%20-237.941%20-37792.788)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23faba09%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b42c01%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGfH8N5wXp)%22%20d%3D%22M2%2025.882L8.588%2016L2%206.118h4.941L13.529%2016l-6.588%209.882Zm6.588%200L15.177%2016L8.588%206.118h4.941l13.177%2019.764h-4.941l-4.117-6.176l-4.118%206.176Zm15.922-5.764l-2.2-3.294H30v3.294Zm-3.294-4.941l-2.2-3.294H30v3.294Z%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-haskell2.svg?color=%231a73e8&size=48