file type galen logo

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

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

Related icons in VSCode Icons

Use the file type galen logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#338abd" d="m29.879 10.793l-3.973-3.979a.515.515 0 0 0-.729 0l-3.926 3.937a.515.515 0 0 0 0 .727L25.752 16s3.986-3.7 4.224-4.91a.33.33 0 0 0-.097-.297"/><path fill="#97d4f9" d="M29.985 10.982c0 1.105-4.233 5.018-4.233 5.018L16 25.754s-4.766 4.588-5.515 3.822l.187.192a.9.9 0 0 0 .69.232h9.3a1.03 1.03 0 0 0 .729-.3l8.309-8.309a.95.95 0 0 0 .3-.729Z"/><path fill="#338abd" d="M16 25.754L6.242 16c-1.877 1.77-4.65 4.68-3.866 5.465l8.109 8.114c.759.764 5.515-3.825 5.515-3.825"/><path fill="#97d4f9" d="M6.242 16L20.064 2.176A.1.1 0 0 0 19.991 2h-8.666a1.03 1.03 0 0 0-.729.3L2.3 10.6a1.03 1.03 0 0 0-.3.729v9.51a.46.46 0 0 0 .17.4l.21.223c-.807-.836 2.13-3.723 3.862-5.462"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeGalen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#338abd" d="m29.879 10.793l-3.973-3.979a.515.515 0 0 0-.729 0l-3.926 3.937a.515.515 0 0 0 0 .727L25.752 16s3.986-3.7 4.224-4.91a.33.33 0 0 0-.097-.297"/><path fill="#97d4f9" d="M29.985 10.982c0 1.105-4.233 5.018-4.233 5.018L16 25.754s-4.766 4.588-5.515 3.822l.187.192a.9.9 0 0 0 .69.232h9.3a1.03 1.03 0 0 0 .729-.3l8.309-8.309a.95.95 0 0 0 .3-.729Z"/><path fill="#338abd" d="M16 25.754L6.242 16c-1.877 1.77-4.65 4.68-3.866 5.465l8.109 8.114c.759.764 5.515-3.825 5.515-3.825"/><path fill="#97d4f9" d="M6.242 16L20.064 2.176A.1.1 0 0 0 19.991 2h-8.666a1.03 1.03 0 0 0-.729.3L2.3 10.6a1.03 1.03 0 0 0-.3.729v9.51a.46.46 0 0 0 .17.4l.21.223c-.807-.836 2.13-3.723 3.862-5.462"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#338abd" d="m29.879 10.793l-3.973-3.979a.515.515 0 0 0-.729 0l-3.926 3.937a.515.515 0 0 0 0 .727L25.752 16s3.986-3.7 4.224-4.91a.33.33 0 0 0-.097-.297"/><path fill="#97d4f9" d="M29.985 10.982c0 1.105-4.233 5.018-4.233 5.018L16 25.754s-4.766 4.588-5.515 3.822l.187.192a.9.9 0 0 0 .69.232h9.3a1.03 1.03 0 0 0 .729-.3l8.309-8.309a.95.95 0 0 0 .3-.729Z"/><path fill="#338abd" d="M16 25.754L6.242 16c-1.877 1.77-4.65 4.68-3.866 5.465l8.109 8.114c.759.764 5.515-3.825 5.515-3.825"/><path fill="#97d4f9" d="M6.242 16L20.064 2.176A.1.1 0 0 0 19.991 2h-8.666a1.03 1.03 0 0 0-.729.3L2.3 10.6a1.03 1.03 0 0 0-.3.729v9.51a.46.46 0 0 0 .17.4l.21.223c-.807-.836 2.13-3.723 3.862-5.462"/></svg>
</template>

CSS

.icon-file-type-galen {
  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%23338abd%22%20d%3D%22m29.879%2010.793l-3.973-3.979a.515.515%200%200%200-.729%200l-3.926%203.937a.515.515%200%200%200%200%20.727L25.752%2016s3.986-3.7%204.224-4.91a.33.33%200%200%200-.097-.297%22%2F%3E%3Cpath%20fill%3D%22%2397d4f9%22%20d%3D%22M29.985%2010.982c0%201.105-4.233%205.018-4.233%205.018L16%2025.754s-4.766%204.588-5.515%203.822l.187.192a.9.9%200%200%200%20.69.232h9.3a1.03%201.03%200%200%200%20.729-.3l8.309-8.309a.95.95%200%200%200%20.3-.729Z%22%2F%3E%3Cpath%20fill%3D%22%23338abd%22%20d%3D%22M16%2025.754L6.242%2016c-1.877%201.77-4.65%204.68-3.866%205.465l8.109%208.114c.759.764%205.515-3.825%205.515-3.825%22%2F%3E%3Cpath%20fill%3D%22%2397d4f9%22%20d%3D%22M6.242%2016L20.064%202.176A.1.1%200%200%200%2019.991%202h-8.666a1.03%201.03%200%200%200-.729.3L2.3%2010.6a1.03%201.03%200%200%200-.3.729v9.51a.46.46%200%200%200%20.17.4l.21.223c-.807-.836%202.13-3.723%203.862-5.462%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%23338abd%22%20d%3D%22m29.879%2010.793l-3.973-3.979a.515.515%200%200%200-.729%200l-3.926%203.937a.515.515%200%200%200%200%20.727L25.752%2016s3.986-3.7%204.224-4.91a.33.33%200%200%200-.097-.297%22%2F%3E%3Cpath%20fill%3D%22%2397d4f9%22%20d%3D%22M29.985%2010.982c0%201.105-4.233%205.018-4.233%205.018L16%2025.754s-4.766%204.588-5.515%203.822l.187.192a.9.9%200%200%200%20.69.232h9.3a1.03%201.03%200%200%200%20.729-.3l8.309-8.309a.95.95%200%200%200%20.3-.729Z%22%2F%3E%3Cpath%20fill%3D%22%23338abd%22%20d%3D%22M16%2025.754L6.242%2016c-1.877%201.77-4.65%204.68-3.866%205.465l8.109%208.114c.759.764%205.515-3.825%205.515-3.825%22%2F%3E%3Cpath%20fill%3D%22%2397d4f9%22%20d%3D%22M6.242%2016L20.064%202.176A.1.1%200%200%200%2019.991%202h-8.666a1.03%201.03%200%200%200-.729.3L2.3%2010.6a1.03%201.03%200%200%200-.3.729v9.51a.46.46%200%200%200%20.17.4l.21.223c-.807-.836%202.13-3.723%203.862-5.462%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-galen.svg?color=%231a73e8&size=48