file type falcon logo

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

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

Related icons in VSCode Icons

Use the file type falcon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e24329" d="M20.81 4.58c-1.24.78-3 2-5.37 3.51a60 60 0 0 0-5.83 4.18c-.81.84-1.45 3-2.94 4.82a23.7 23.7 0 0 1-3.2 3.29a9.8 9.8 0 0 0 3.2-1.23a12.6 12.6 0 0 0 3.33-2.8a18 18 0 0 1 1.35-1.86c1.18-1.12 5.31-2.8 7.83-3.6s3.1-.31 5.6-.78a9.7 9.7 0 0 0 3.37-1L30 3.4l-9.19 3.39Z"/><path fill="#fc6d26" d="m30 10.55l-3.51 6.12h-2.8L16 15.12v-1L19.57 12l2.62-.42Zm-17.12 6.18l-.31 3.09l-1.63.48l-1.71-.57Z"/><path fill="#fca326" d="M3.47 21a2.34 2.34 0 0 0-.28 1c0 .45-1.19.7-1.19 2.11a3.65 3.65 0 0 0 1.87 2.9l2.47 1.59A3.5 3.5 0 0 1 6 26.87a1.5 1.5 0 0 1 .79-1.35c.67-.53 6.77-1.59 8.59-1.33a5.92 5.92 0 0 1 3.37 1.87L27 20l-2.13-1.94h-1.4l-1.94-.93h-5.61l-2.36 4.93q-4.72-.23-5.67-.34c-.64-.08-2.1-.29-4.42-.72"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeFalcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e24329" d="M20.81 4.58c-1.24.78-3 2-5.37 3.51a60 60 0 0 0-5.83 4.18c-.81.84-1.45 3-2.94 4.82a23.7 23.7 0 0 1-3.2 3.29a9.8 9.8 0 0 0 3.2-1.23a12.6 12.6 0 0 0 3.33-2.8a18 18 0 0 1 1.35-1.86c1.18-1.12 5.31-2.8 7.83-3.6s3.1-.31 5.6-.78a9.7 9.7 0 0 0 3.37-1L30 3.4l-9.19 3.39Z"/><path fill="#fc6d26" d="m30 10.55l-3.51 6.12h-2.8L16 15.12v-1L19.57 12l2.62-.42Zm-17.12 6.18l-.31 3.09l-1.63.48l-1.71-.57Z"/><path fill="#fca326" d="M3.47 21a2.34 2.34 0 0 0-.28 1c0 .45-1.19.7-1.19 2.11a3.65 3.65 0 0 0 1.87 2.9l2.47 1.59A3.5 3.5 0 0 1 6 26.87a1.5 1.5 0 0 1 .79-1.35c.67-.53 6.77-1.59 8.59-1.33a5.92 5.92 0 0 1 3.37 1.87L27 20l-2.13-1.94h-1.4l-1.94-.93h-5.61l-2.36 4.93q-4.72-.23-5.67-.34c-.64-.08-2.1-.29-4.42-.72"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e24329" d="M20.81 4.58c-1.24.78-3 2-5.37 3.51a60 60 0 0 0-5.83 4.18c-.81.84-1.45 3-2.94 4.82a23.7 23.7 0 0 1-3.2 3.29a9.8 9.8 0 0 0 3.2-1.23a12.6 12.6 0 0 0 3.33-2.8a18 18 0 0 1 1.35-1.86c1.18-1.12 5.31-2.8 7.83-3.6s3.1-.31 5.6-.78a9.7 9.7 0 0 0 3.37-1L30 3.4l-9.19 3.39Z"/><path fill="#fc6d26" d="m30 10.55l-3.51 6.12h-2.8L16 15.12v-1L19.57 12l2.62-.42Zm-17.12 6.18l-.31 3.09l-1.63.48l-1.71-.57Z"/><path fill="#fca326" d="M3.47 21a2.34 2.34 0 0 0-.28 1c0 .45-1.19.7-1.19 2.11a3.65 3.65 0 0 0 1.87 2.9l2.47 1.59A3.5 3.5 0 0 1 6 26.87a1.5 1.5 0 0 1 .79-1.35c.67-.53 6.77-1.59 8.59-1.33a5.92 5.92 0 0 1 3.37 1.87L27 20l-2.13-1.94h-1.4l-1.94-.93h-5.61l-2.36 4.93q-4.72-.23-5.67-.34c-.64-.08-2.1-.29-4.42-.72"/></svg>
</template>

CSS

.icon-file-type-falcon {
  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%23e24329%22%20d%3D%22M20.81%204.58c-1.24.78-3%202-5.37%203.51a60%2060%200%200%200-5.83%204.18c-.81.84-1.45%203-2.94%204.82a23.7%2023.7%200%200%201-3.2%203.29a9.8%209.8%200%200%200%203.2-1.23a12.6%2012.6%200%200%200%203.33-2.8a18%2018%200%200%201%201.35-1.86c1.18-1.12%205.31-2.8%207.83-3.6s3.1-.31%205.6-.78a9.7%209.7%200%200%200%203.37-1L30%203.4l-9.19%203.39Z%22%2F%3E%3Cpath%20fill%3D%22%23fc6d26%22%20d%3D%22m30%2010.55l-3.51%206.12h-2.8L16%2015.12v-1L19.57%2012l2.62-.42Zm-17.12%206.18l-.31%203.09l-1.63.48l-1.71-.57Z%22%2F%3E%3Cpath%20fill%3D%22%23fca326%22%20d%3D%22M3.47%2021a2.34%202.34%200%200%200-.28%201c0%20.45-1.19.7-1.19%202.11a3.65%203.65%200%200%200%201.87%202.9l2.47%201.59A3.5%203.5%200%200%201%206%2026.87a1.5%201.5%200%200%201%20.79-1.35c.67-.53%206.77-1.59%208.59-1.33a5.92%205.92%200%200%201%203.37%201.87L27%2020l-2.13-1.94h-1.4l-1.94-.93h-5.61l-2.36%204.93q-4.72-.23-5.67-.34c-.64-.08-2.1-.29-4.42-.72%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%23e24329%22%20d%3D%22M20.81%204.58c-1.24.78-3%202-5.37%203.51a60%2060%200%200%200-5.83%204.18c-.81.84-1.45%203-2.94%204.82a23.7%2023.7%200%200%201-3.2%203.29a9.8%209.8%200%200%200%203.2-1.23a12.6%2012.6%200%200%200%203.33-2.8a18%2018%200%200%201%201.35-1.86c1.18-1.12%205.31-2.8%207.83-3.6s3.1-.31%205.6-.78a9.7%209.7%200%200%200%203.37-1L30%203.4l-9.19%203.39Z%22%2F%3E%3Cpath%20fill%3D%22%23fc6d26%22%20d%3D%22m30%2010.55l-3.51%206.12h-2.8L16%2015.12v-1L19.57%2012l2.62-.42Zm-17.12%206.18l-.31%203.09l-1.63.48l-1.71-.57Z%22%2F%3E%3Cpath%20fill%3D%22%23fca326%22%20d%3D%22M3.47%2021a2.34%202.34%200%200%200-.28%201c0%20.45-1.19.7-1.19%202.11a3.65%203.65%200%200%200%201.87%202.9l2.47%201.59A3.5%203.5%200%200%201%206%2026.87a1.5%201.5%200%200%201%20.79-1.35c.67-.53%206.77-1.59%208.59-1.33a5.92%205.92%200%200%201%203.37%201.87L27%2020l-2.13-1.94h-1.4l-1.94-.93h-5.61l-2.36%204.93q-4.72-.23-5.67-.34c-.64-.08-2.1-.29-4.42-.72%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-falcon.svg?color=%231a73e8&size=48