file type alloy logo

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

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

Related icons in VSCode Icons

Use the file type alloy logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff671d" d="M27.44 11.08c-1.23-2.12-2.8-4-4.6-5.5l-.03-.02c-.36-.3-.73-.58-1.1-.84A13.86 13.86 0 0 0 13.75 2c-3.42 0-6.51 1.82-8.72 5.14A17.97 17.97 0 0 0 3.4 23.38c1.58 3.8 5.7 6.26 11.02 6.58a19.1 19.1 0 0 0 8.27-1.32c2.74-1.14 4.85-2.87 6.07-5.02c1.83-3.2 1.33-8-1.3-12.55zm-12.42.7A4.38 4.38 0 0 1 18 19.42l-.1.09a4.4 4.4 0 0 1-5.22.39a6.1 6.1 0 0 1-1.28-1.24c-.26-.38-.46-.8-.58-1.22l-.03-.08v-.01a4.54 4.54 0 0 1 1.27-4.4l.1-.08a4.37 4.37 0 0 1 2.86-1.07zm-1.27-8.17c2.36 0 4.79.84 7.03 2.42c.34.25.68.5 1 .78l.54.49c4.14 3.84 5.43 7.58 5.1 11.46c-.2 2.55-1.83 4.58-4.15 6.15c-2.22 1.5-5.6 1.93-8.02 1.67c-2.38-.25-4.84-1.21-6.43-3.37a8.08 8.08 0 0 1-1.53-5.74c.18-2.05 1-3.96 2.33-5.29a6.3 6.3 0 0 1 4.05-1.85a5.97 5.97 0 0 0-4.57 6.78a5.6 5.6 0 0 0 1.44 3.06c.4.44.84.8 1.31 1.1c2.32 1.57 5.22 1.45 8.05-.43a6.83 6.83 0 0 0 2.85-4.86a8.92 8.92 0 0 0-2.2-7.04a9.98 9.98 0 0 0-7.17-3.49a8.8 8.8 0 0 0-6.63 2.82c-.57.59-1.08 1.22-1.55 1.9c.34-.75.73-1.47 1.18-2.14c1.9-2.85 4.51-4.42 7.37-4.42"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeAlloy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff671d" d="M27.44 11.08c-1.23-2.12-2.8-4-4.6-5.5l-.03-.02c-.36-.3-.73-.58-1.1-.84A13.86 13.86 0 0 0 13.75 2c-3.42 0-6.51 1.82-8.72 5.14A17.97 17.97 0 0 0 3.4 23.38c1.58 3.8 5.7 6.26 11.02 6.58a19.1 19.1 0 0 0 8.27-1.32c2.74-1.14 4.85-2.87 6.07-5.02c1.83-3.2 1.33-8-1.3-12.55zm-12.42.7A4.38 4.38 0 0 1 18 19.42l-.1.09a4.4 4.4 0 0 1-5.22.39a6.1 6.1 0 0 1-1.28-1.24c-.26-.38-.46-.8-.58-1.22l-.03-.08v-.01a4.54 4.54 0 0 1 1.27-4.4l.1-.08a4.37 4.37 0 0 1 2.86-1.07zm-1.27-8.17c2.36 0 4.79.84 7.03 2.42c.34.25.68.5 1 .78l.54.49c4.14 3.84 5.43 7.58 5.1 11.46c-.2 2.55-1.83 4.58-4.15 6.15c-2.22 1.5-5.6 1.93-8.02 1.67c-2.38-.25-4.84-1.21-6.43-3.37a8.08 8.08 0 0 1-1.53-5.74c.18-2.05 1-3.96 2.33-5.29a6.3 6.3 0 0 1 4.05-1.85a5.97 5.97 0 0 0-4.57 6.78a5.6 5.6 0 0 0 1.44 3.06c.4.44.84.8 1.31 1.1c2.32 1.57 5.22 1.45 8.05-.43a6.83 6.83 0 0 0 2.85-4.86a8.92 8.92 0 0 0-2.2-7.04a9.98 9.98 0 0 0-7.17-3.49a8.8 8.8 0 0 0-6.63 2.82c-.57.59-1.08 1.22-1.55 1.9c.34-.75.73-1.47 1.18-2.14c1.9-2.85 4.51-4.42 7.37-4.42"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff671d" d="M27.44 11.08c-1.23-2.12-2.8-4-4.6-5.5l-.03-.02c-.36-.3-.73-.58-1.1-.84A13.86 13.86 0 0 0 13.75 2c-3.42 0-6.51 1.82-8.72 5.14A17.97 17.97 0 0 0 3.4 23.38c1.58 3.8 5.7 6.26 11.02 6.58a19.1 19.1 0 0 0 8.27-1.32c2.74-1.14 4.85-2.87 6.07-5.02c1.83-3.2 1.33-8-1.3-12.55zm-12.42.7A4.38 4.38 0 0 1 18 19.42l-.1.09a4.4 4.4 0 0 1-5.22.39a6.1 6.1 0 0 1-1.28-1.24c-.26-.38-.46-.8-.58-1.22l-.03-.08v-.01a4.54 4.54 0 0 1 1.27-4.4l.1-.08a4.37 4.37 0 0 1 2.86-1.07zm-1.27-8.17c2.36 0 4.79.84 7.03 2.42c.34.25.68.5 1 .78l.54.49c4.14 3.84 5.43 7.58 5.1 11.46c-.2 2.55-1.83 4.58-4.15 6.15c-2.22 1.5-5.6 1.93-8.02 1.67c-2.38-.25-4.84-1.21-6.43-3.37a8.08 8.08 0 0 1-1.53-5.74c.18-2.05 1-3.96 2.33-5.29a6.3 6.3 0 0 1 4.05-1.85a5.97 5.97 0 0 0-4.57 6.78a5.6 5.6 0 0 0 1.44 3.06c.4.44.84.8 1.31 1.1c2.32 1.57 5.22 1.45 8.05-.43a6.83 6.83 0 0 0 2.85-4.86a8.92 8.92 0 0 0-2.2-7.04a9.98 9.98 0 0 0-7.17-3.49a8.8 8.8 0 0 0-6.63 2.82c-.57.59-1.08 1.22-1.55 1.9c.34-.75.73-1.47 1.18-2.14c1.9-2.85 4.51-4.42 7.37-4.42"/></svg>
</template>

CSS

.icon-file-type-alloy {
  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%23ff671d%22%20d%3D%22M27.44%2011.08c-1.23-2.12-2.8-4-4.6-5.5l-.03-.02c-.36-.3-.73-.58-1.1-.84A13.86%2013.86%200%200%200%2013.75%202c-3.42%200-6.51%201.82-8.72%205.14A17.97%2017.97%200%200%200%203.4%2023.38c1.58%203.8%205.7%206.26%2011.02%206.58a19.1%2019.1%200%200%200%208.27-1.32c2.74-1.14%204.85-2.87%206.07-5.02c1.83-3.2%201.33-8-1.3-12.55zm-12.42.7A4.38%204.38%200%200%201%2018%2019.42l-.1.09a4.4%204.4%200%200%201-5.22.39a6.1%206.1%200%200%201-1.28-1.24c-.26-.38-.46-.8-.58-1.22l-.03-.08v-.01a4.54%204.54%200%200%201%201.27-4.4l.1-.08a4.37%204.37%200%200%201%202.86-1.07zm-1.27-8.17c2.36%200%204.79.84%207.03%202.42c.34.25.68.5%201%20.78l.54.49c4.14%203.84%205.43%207.58%205.1%2011.46c-.2%202.55-1.83%204.58-4.15%206.15c-2.22%201.5-5.6%201.93-8.02%201.67c-2.38-.25-4.84-1.21-6.43-3.37a8.08%208.08%200%200%201-1.53-5.74c.18-2.05%201-3.96%202.33-5.29a6.3%206.3%200%200%201%204.05-1.85a5.97%205.97%200%200%200-4.57%206.78a5.6%205.6%200%200%200%201.44%203.06c.4.44.84.8%201.31%201.1c2.32%201.57%205.22%201.45%208.05-.43a6.83%206.83%200%200%200%202.85-4.86a8.92%208.92%200%200%200-2.2-7.04a9.98%209.98%200%200%200-7.17-3.49a8.8%208.8%200%200%200-6.63%202.82c-.57.59-1.08%201.22-1.55%201.9c.34-.75.73-1.47%201.18-2.14c1.9-2.85%204.51-4.42%207.37-4.42%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%23ff671d%22%20d%3D%22M27.44%2011.08c-1.23-2.12-2.8-4-4.6-5.5l-.03-.02c-.36-.3-.73-.58-1.1-.84A13.86%2013.86%200%200%200%2013.75%202c-3.42%200-6.51%201.82-8.72%205.14A17.97%2017.97%200%200%200%203.4%2023.38c1.58%203.8%205.7%206.26%2011.02%206.58a19.1%2019.1%200%200%200%208.27-1.32c2.74-1.14%204.85-2.87%206.07-5.02c1.83-3.2%201.33-8-1.3-12.55zm-12.42.7A4.38%204.38%200%200%201%2018%2019.42l-.1.09a4.4%204.4%200%200%201-5.22.39a6.1%206.1%200%200%201-1.28-1.24c-.26-.38-.46-.8-.58-1.22l-.03-.08v-.01a4.54%204.54%200%200%201%201.27-4.4l.1-.08a4.37%204.37%200%200%201%202.86-1.07zm-1.27-8.17c2.36%200%204.79.84%207.03%202.42c.34.25.68.5%201%20.78l.54.49c4.14%203.84%205.43%207.58%205.1%2011.46c-.2%202.55-1.83%204.58-4.15%206.15c-2.22%201.5-5.6%201.93-8.02%201.67c-2.38-.25-4.84-1.21-6.43-3.37a8.08%208.08%200%200%201-1.53-5.74c.18-2.05%201-3.96%202.33-5.29a6.3%206.3%200%200%201%204.05-1.85a5.97%205.97%200%200%200-4.57%206.78a5.6%205.6%200%200%200%201.44%203.06c.4.44.84.8%201.31%201.1c2.32%201.57%205.22%201.45%208.05-.43a6.83%206.83%200%200%200%202.85-4.86a8.92%208.92%200%200%200-2.2-7.04a9.98%209.98%200%200%200-7.17-3.49a8.8%208.8%200%200%200-6.63%202.82c-.57.59-1.08%201.22-1.55%201.9c.34-.75.73-1.47%201.18-2.14c1.9-2.85%204.51-4.42%207.37-4.42%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-alloy.svg?color=%231a73e8&size=48