file type funding logo

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

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

Related icons in VSCode Icons

Use the file type funding logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#db61a2" d="M9.446 6.39a5.045 5.045 0 0 0-4.8 5.242c0 3.754 2.762 7.24 5.88 9.93A36 36 0 0 0 16 25.42a36 36 0 0 0 5.479-3.858c3.118-2.69 5.878-6.176 5.878-9.93a5.043 5.043 0 0 0-4.8-5.242a5.65 5.65 0 0 0-5.293 4.292a1.311 1.311 0 0 1-2.521 0A5.65 5.65 0 0 0 9.446 6.39M16 26.921l-.6 1.162h-.012l-.035-.018a38.4 38.4 0 0 1-6.541-4.513C5.598 20.78 2.027 16.62 2.027 11.639a7.66 7.66 0 0 1 7.419-7.868A7.98 7.98 0 0 1 16 7.3a7.99 7.99 0 0 1 6.555-3.528a7.66 7.66 0 0 1 7.423 7.861c0 4.981-3.573 9.141-6.787 11.913a38.7 38.7 0 0 1-6.541 4.513l-.033.018h-.012Zm0 0l.6 1.162a1.3 1.3 0 0 1-1.2 0Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeFunding(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#db61a2" d="M9.446 6.39a5.045 5.045 0 0 0-4.8 5.242c0 3.754 2.762 7.24 5.88 9.93A36 36 0 0 0 16 25.42a36 36 0 0 0 5.479-3.858c3.118-2.69 5.878-6.176 5.878-9.93a5.043 5.043 0 0 0-4.8-5.242a5.65 5.65 0 0 0-5.293 4.292a1.311 1.311 0 0 1-2.521 0A5.65 5.65 0 0 0 9.446 6.39M16 26.921l-.6 1.162h-.012l-.035-.018a38.4 38.4 0 0 1-6.541-4.513C5.598 20.78 2.027 16.62 2.027 11.639a7.66 7.66 0 0 1 7.419-7.868A7.98 7.98 0 0 1 16 7.3a7.99 7.99 0 0 1 6.555-3.528a7.66 7.66 0 0 1 7.423 7.861c0 4.981-3.573 9.141-6.787 11.913a38.7 38.7 0 0 1-6.541 4.513l-.033.018h-.012Zm0 0l.6 1.162a1.3 1.3 0 0 1-1.2 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#db61a2" d="M9.446 6.39a5.045 5.045 0 0 0-4.8 5.242c0 3.754 2.762 7.24 5.88 9.93A36 36 0 0 0 16 25.42a36 36 0 0 0 5.479-3.858c3.118-2.69 5.878-6.176 5.878-9.93a5.043 5.043 0 0 0-4.8-5.242a5.65 5.65 0 0 0-5.293 4.292a1.311 1.311 0 0 1-2.521 0A5.65 5.65 0 0 0 9.446 6.39M16 26.921l-.6 1.162h-.012l-.035-.018a38.4 38.4 0 0 1-6.541-4.513C5.598 20.78 2.027 16.62 2.027 11.639a7.66 7.66 0 0 1 7.419-7.868A7.98 7.98 0 0 1 16 7.3a7.99 7.99 0 0 1 6.555-3.528a7.66 7.66 0 0 1 7.423 7.861c0 4.981-3.573 9.141-6.787 11.913a38.7 38.7 0 0 1-6.541 4.513l-.033.018h-.012Zm0 0l.6 1.162a1.3 1.3 0 0 1-1.2 0Z"/></svg>
</template>

CSS

.icon-file-type-funding {
  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%23db61a2%22%20d%3D%22M9.446%206.39a5.045%205.045%200%200%200-4.8%205.242c0%203.754%202.762%207.24%205.88%209.93A36%2036%200%200%200%2016%2025.42a36%2036%200%200%200%205.479-3.858c3.118-2.69%205.878-6.176%205.878-9.93a5.043%205.043%200%200%200-4.8-5.242a5.65%205.65%200%200%200-5.293%204.292a1.311%201.311%200%200%201-2.521%200A5.65%205.65%200%200%200%209.446%206.39M16%2026.921l-.6%201.162h-.012l-.035-.018a38.4%2038.4%200%200%201-6.541-4.513C5.598%2020.78%202.027%2016.62%202.027%2011.639a7.66%207.66%200%200%201%207.419-7.868A7.98%207.98%200%200%201%2016%207.3a7.99%207.99%200%200%201%206.555-3.528a7.66%207.66%200%200%201%207.423%207.861c0%204.981-3.573%209.141-6.787%2011.913a38.7%2038.7%200%200%201-6.541%204.513l-.033.018h-.012Zm0%200l.6%201.162a1.3%201.3%200%200%201-1.2%200Z%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%23db61a2%22%20d%3D%22M9.446%206.39a5.045%205.045%200%200%200-4.8%205.242c0%203.754%202.762%207.24%205.88%209.93A36%2036%200%200%200%2016%2025.42a36%2036%200%200%200%205.479-3.858c3.118-2.69%205.878-6.176%205.878-9.93a5.043%205.043%200%200%200-4.8-5.242a5.65%205.65%200%200%200-5.293%204.292a1.311%201.311%200%200%201-2.521%200A5.65%205.65%200%200%200%209.446%206.39M16%2026.921l-.6%201.162h-.012l-.035-.018a38.4%2038.4%200%200%201-6.541-4.513C5.598%2020.78%202.027%2016.62%202.027%2011.639a7.66%207.66%200%200%201%207.419-7.868A7.98%207.98%200%200%201%2016%207.3a7.99%207.99%200%200%201%206.555-3.528a7.66%207.66%200%200%201%207.423%207.861c0%204.981-3.573%209.141-6.787%2011.913a38.7%2038.7%200%200%201-6.541%204.513l-.033.018h-.012Zm0%200l.6%201.162a1.3%201.3%200%200%201-1.2%200Z%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-funding.svg?color=%231a73e8&size=48