file type meteor logo

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

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

Related icons in VSCode Icons

Use the file type meteor logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#df4f4f" d="m2 2.273l23.979 25.4a1.12 1.12 0 0 0 1.442-.1a1.064 1.064 0 0 0 .144-1.344zm7.593 2.401l18.26 19.686a1.12 1.12 0 0 0 1.442-.1a1.064 1.064 0 0 0 .144-1.344zM4.259 9.811L22.519 29.5a1.12 1.12 0 0 0 1.442-.1a1.064 1.064 0 0 0 .144-1.344zm11.752-3.073l12.758 13.754a.78.78 0 0 0 1.007-.067a.74.74 0 0 0 .1-.939zm-9.995 9.027l12.757 13.753a.78.78 0 0 0 1.007-.067a.74.74 0 0 0 .1-.939zm16.551-6.05l5.782 6.252a.4.4 0 0 0 .5-.031a.335.335 0 0 0 .05-.44l-6.33-5.781ZM9.208 22.1l5.782 6.252a.4.4 0 0 0 .5-.031a.335.335 0 0 0 .05-.44z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeMeteor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#df4f4f" d="m2 2.273l23.979 25.4a1.12 1.12 0 0 0 1.442-.1a1.064 1.064 0 0 0 .144-1.344zm7.593 2.401l18.26 19.686a1.12 1.12 0 0 0 1.442-.1a1.064 1.064 0 0 0 .144-1.344zM4.259 9.811L22.519 29.5a1.12 1.12 0 0 0 1.442-.1a1.064 1.064 0 0 0 .144-1.344zm11.752-3.073l12.758 13.754a.78.78 0 0 0 1.007-.067a.74.74 0 0 0 .1-.939zm-9.995 9.027l12.757 13.753a.78.78 0 0 0 1.007-.067a.74.74 0 0 0 .1-.939zm16.551-6.05l5.782 6.252a.4.4 0 0 0 .5-.031a.335.335 0 0 0 .05-.44l-6.33-5.781ZM9.208 22.1l5.782 6.252a.4.4 0 0 0 .5-.031a.335.335 0 0 0 .05-.44z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#df4f4f" d="m2 2.273l23.979 25.4a1.12 1.12 0 0 0 1.442-.1a1.064 1.064 0 0 0 .144-1.344zm7.593 2.401l18.26 19.686a1.12 1.12 0 0 0 1.442-.1a1.064 1.064 0 0 0 .144-1.344zM4.259 9.811L22.519 29.5a1.12 1.12 0 0 0 1.442-.1a1.064 1.064 0 0 0 .144-1.344zm11.752-3.073l12.758 13.754a.78.78 0 0 0 1.007-.067a.74.74 0 0 0 .1-.939zm-9.995 9.027l12.757 13.753a.78.78 0 0 0 1.007-.067a.74.74 0 0 0 .1-.939zm16.551-6.05l5.782 6.252a.4.4 0 0 0 .5-.031a.335.335 0 0 0 .05-.44l-6.33-5.781ZM9.208 22.1l5.782 6.252a.4.4 0 0 0 .5-.031a.335.335 0 0 0 .05-.44z"/></svg>
</template>

CSS

.icon-file-type-meteor {
  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%23df4f4f%22%20d%3D%22m2%202.273l23.979%2025.4a1.12%201.12%200%200%200%201.442-.1a1.064%201.064%200%200%200%20.144-1.344zm7.593%202.401l18.26%2019.686a1.12%201.12%200%200%200%201.442-.1a1.064%201.064%200%200%200%20.144-1.344zM4.259%209.811L22.519%2029.5a1.12%201.12%200%200%200%201.442-.1a1.064%201.064%200%200%200%20.144-1.344zm11.752-3.073l12.758%2013.754a.78.78%200%200%200%201.007-.067a.74.74%200%200%200%20.1-.939zm-9.995%209.027l12.757%2013.753a.78.78%200%200%200%201.007-.067a.74.74%200%200%200%20.1-.939zm16.551-6.05l5.782%206.252a.4.4%200%200%200%20.5-.031a.335.335%200%200%200%20.05-.44l-6.33-5.781ZM9.208%2022.1l5.782%206.252a.4.4%200%200%200%20.5-.031a.335.335%200%200%200%20.05-.44z%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%23df4f4f%22%20d%3D%22m2%202.273l23.979%2025.4a1.12%201.12%200%200%200%201.442-.1a1.064%201.064%200%200%200%20.144-1.344zm7.593%202.401l18.26%2019.686a1.12%201.12%200%200%200%201.442-.1a1.064%201.064%200%200%200%20.144-1.344zM4.259%209.811L22.519%2029.5a1.12%201.12%200%200%200%201.442-.1a1.064%201.064%200%200%200%20.144-1.344zm11.752-3.073l12.758%2013.754a.78.78%200%200%200%201.007-.067a.74.74%200%200%200%20.1-.939zm-9.995%209.027l12.757%2013.753a.78.78%200%200%200%201.007-.067a.74.74%200%200%200%20.1-.939zm16.551-6.05l5.782%206.252a.4.4%200%200%200%20.5-.031a.335.335%200%200%200%20.05-.44l-6.33-5.781ZM9.208%2022.1l5.782%206.252a.4.4%200%200%200%20.5-.031a.335.335%200%200%200%20.05-.44z%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-meteor.svg?color=%231a73e8&size=48