file type flareact logo

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

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

Related icons in VSCode Icons

Use the file type flareact logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGIwk4Sc5y" x1="305.289" x2="307.299" y1="875.967" y2="848.006" gradientTransform="translate(-290 -846)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffebc8"/><stop offset="1" stop-color="#ffa95f"/></linearGradient><linearGradient id="SVGqAn69dfI" x1="305.465" x2="306.435" y1="873.262" y2="859.512" gradientTransform="translate(-290 -846)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fab743"/><stop offset="1" stop-color="#ee6f05"/></linearGradient></defs><path fill="url(#SVGIwk4Sc5y)" d="M26.614 20.792c-.41 5.46-5.52 9.56-11.39 9.17s-10.27-5.13-9.84-10.58c.57-7.52 12-17.37 12-17.37c-3.66 10 10 8.82 9.23 18.78"/><path fill="url(#SVGqAn69dfI)" d="M10.554 22.742a5 5 0 0 0 4.8 5.189h.026a5.1 5.1 0 0 0 5.58-4.49c.29-3.7-4.52-9.2-4.52-9.2c1.034 5.101-5.506 3.631-5.886 8.501"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeFlareact(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="SVGIwk4Sc5y" x1="305.289" x2="307.299" y1="875.967" y2="848.006" gradientTransform="translate(-290 -846)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#ffebc8"/><stop offset="1" stopColor="#ffa95f"/></linearGradient><linearGradient id="SVGqAn69dfI" x1="305.465" x2="306.435" y1="873.262" y2="859.512" gradientTransform="translate(-290 -846)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#fab743"/><stop offset="1" stopColor="#ee6f05"/></linearGradient></defs><path fill="url(#SVGIwk4Sc5y)" d="M26.614 20.792c-.41 5.46-5.52 9.56-11.39 9.17s-10.27-5.13-9.84-10.58c.57-7.52 12-17.37 12-17.37c-3.66 10 10 8.82 9.23 18.78"/><path fill="url(#SVGqAn69dfI)" d="M10.554 22.742a5 5 0 0 0 4.8 5.189h.026a5.1 5.1 0 0 0 5.58-4.49c.29-3.7-4.52-9.2-4.52-9.2c1.034 5.101-5.506 3.631-5.886 8.501"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGIwk4Sc5y" x1="305.289" x2="307.299" y1="875.967" y2="848.006" gradientTransform="translate(-290 -846)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffebc8"/><stop offset="1" stop-color="#ffa95f"/></linearGradient><linearGradient id="SVGqAn69dfI" x1="305.465" x2="306.435" y1="873.262" y2="859.512" gradientTransform="translate(-290 -846)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fab743"/><stop offset="1" stop-color="#ee6f05"/></linearGradient></defs><path fill="url(#SVGIwk4Sc5y)" d="M26.614 20.792c-.41 5.46-5.52 9.56-11.39 9.17s-10.27-5.13-9.84-10.58c.57-7.52 12-17.37 12-17.37c-3.66 10 10 8.82 9.23 18.78"/><path fill="url(#SVGqAn69dfI)" d="M10.554 22.742a5 5 0 0 0 4.8 5.189h.026a5.1 5.1 0 0 0 5.58-4.49c.29-3.7-4.52-9.2-4.52-9.2c1.034 5.101-5.506 3.631-5.886 8.501"/></svg>
</template>

CSS

.icon-file-type-flareact {
  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%22SVGIwk4Sc5y%22%20x1%3D%22305.289%22%20x2%3D%22307.299%22%20y1%3D%22875.967%22%20y2%3D%22848.006%22%20gradientTransform%3D%22translate(-290%20-846)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffebc8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffa95f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGqAn69dfI%22%20x1%3D%22305.465%22%20x2%3D%22306.435%22%20y1%3D%22873.262%22%20y2%3D%22859.512%22%20gradientTransform%3D%22translate(-290%20-846)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fab743%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ee6f05%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGIwk4Sc5y)%22%20d%3D%22M26.614%2020.792c-.41%205.46-5.52%209.56-11.39%209.17s-10.27-5.13-9.84-10.58c.57-7.52%2012-17.37%2012-17.37c-3.66%2010%2010%208.82%209.23%2018.78%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqAn69dfI)%22%20d%3D%22M10.554%2022.742a5%205%200%200%200%204.8%205.189h.026a5.1%205.1%200%200%200%205.58-4.49c.29-3.7-4.52-9.2-4.52-9.2c1.034%205.101-5.506%203.631-5.886%208.501%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%22SVGIwk4Sc5y%22%20x1%3D%22305.289%22%20x2%3D%22307.299%22%20y1%3D%22875.967%22%20y2%3D%22848.006%22%20gradientTransform%3D%22translate(-290%20-846)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffebc8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffa95f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGqAn69dfI%22%20x1%3D%22305.465%22%20x2%3D%22306.435%22%20y1%3D%22873.262%22%20y2%3D%22859.512%22%20gradientTransform%3D%22translate(-290%20-846)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fab743%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ee6f05%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGIwk4Sc5y)%22%20d%3D%22M26.614%2020.792c-.41%205.46-5.52%209.56-11.39%209.17s-10.27-5.13-9.84-10.58c.57-7.52%2012-17.37%2012-17.37c-3.66%2010%2010%208.82%209.23%2018.78%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqAn69dfI)%22%20d%3D%22M10.554%2022.742a5%205%200%200%200%204.8%205.189h.026a5.1%205.1%200%200%200%205.58-4.49c.29-3.7-4.52-9.2-4.52-9.2c1.034%205.101-5.506%203.631-5.886%208.501%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-flareact.svg?color=%231a73e8&size=48