file type mise logo

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

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

Related icons in VSCode Icons

Use the file type mise logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGUyEhLdAt" x1="2.7" x2="25.2" y1="7.1" y2="29.5" gradientTransform="matrix(1.245 0 0 .9459 -1.4 -1.3)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00d9ff"/><stop offset=".5" stop-color="#52e892"/><stop offset="1" stop-color="#ff9100"/></linearGradient></defs><rect width="27" height="20.3" x="2.5" y="5.9" fill="#1a1a1a" stroke="url(#SVGUyEhLdAt)" rx="2.7"/><g stroke-width="1.1"><rect width="26.1" height="5.4" x="2.9" y="6.3" fill="#2a2a2a" rx="2.1"/><circle cx="6.5" cy="8.9" r="1" fill="#ff5252"/><circle cx="10.5" cy="8.9" r="1" fill="#ffbd2e"/><circle cx="14.5" cy="8.9" r="1" fill="#52e892"/></g><path fill="none" stroke="#52e892" stroke-linecap="round" stroke-linejoin="round" stroke-width=".9" d="m5 15.5l2.3 1.6L5 18.8m3.8 0H12"/><g stroke-width="1.1"><rect width="11.8" height=".9" x="13.2" y="14.5" fill="#00d9ff" opacity=".7" rx=".4"/><rect width="8.5" height=".9" x="5.1" y="20.6" fill="#52e892" opacity=".6" rx=".4"/><rect width="6.1" height=".9" x="14.6" y="20.6" fill="#ff9100" opacity=".6" rx=".4"/><rect width="12.8" height=".9" x="5.1" y="23.3" fill="#00d9ff" opacity=".4" rx=".4"/></g></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeMise(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="SVGUyEhLdAt" x1="2.7" x2="25.2" y1="7.1" y2="29.5" gradientTransform="matrix(1.245 0 0 .9459 -1.4 -1.3)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#00d9ff"/><stop offset=".5" stopColor="#52e892"/><stop offset="1" stopColor="#ff9100"/></linearGradient></defs><rect width="27" height="20.3" x="2.5" y="5.9" fill="#1a1a1a" stroke="url(#SVGUyEhLdAt)" rx="2.7"/><g strokeWidth="1.1"><rect width="26.1" height="5.4" x="2.9" y="6.3" fill="#2a2a2a" rx="2.1"/><circle cx="6.5" cy="8.9" r="1" fill="#ff5252"/><circle cx="10.5" cy="8.9" r="1" fill="#ffbd2e"/><circle cx="14.5" cy="8.9" r="1" fill="#52e892"/></g><path fill="none" stroke="#52e892" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".9" d="m5 15.5l2.3 1.6L5 18.8m3.8 0H12"/><g strokeWidth="1.1"><rect width="11.8" height=".9" x="13.2" y="14.5" fill="#00d9ff" opacity=".7" rx=".4"/><rect width="8.5" height=".9" x="5.1" y="20.6" fill="#52e892" opacity=".6" rx=".4"/><rect width="6.1" height=".9" x="14.6" y="20.6" fill="#ff9100" opacity=".6" rx=".4"/><rect width="12.8" height=".9" x="5.1" y="23.3" fill="#00d9ff" opacity=".4" rx=".4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGUyEhLdAt" x1="2.7" x2="25.2" y1="7.1" y2="29.5" gradientTransform="matrix(1.245 0 0 .9459 -1.4 -1.3)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00d9ff"/><stop offset=".5" stop-color="#52e892"/><stop offset="1" stop-color="#ff9100"/></linearGradient></defs><rect width="27" height="20.3" x="2.5" y="5.9" fill="#1a1a1a" stroke="url(#SVGUyEhLdAt)" rx="2.7"/><g stroke-width="1.1"><rect width="26.1" height="5.4" x="2.9" y="6.3" fill="#2a2a2a" rx="2.1"/><circle cx="6.5" cy="8.9" r="1" fill="#ff5252"/><circle cx="10.5" cy="8.9" r="1" fill="#ffbd2e"/><circle cx="14.5" cy="8.9" r="1" fill="#52e892"/></g><path fill="none" stroke="#52e892" stroke-linecap="round" stroke-linejoin="round" stroke-width=".9" d="m5 15.5l2.3 1.6L5 18.8m3.8 0H12"/><g stroke-width="1.1"><rect width="11.8" height=".9" x="13.2" y="14.5" fill="#00d9ff" opacity=".7" rx=".4"/><rect width="8.5" height=".9" x="5.1" y="20.6" fill="#52e892" opacity=".6" rx=".4"/><rect width="6.1" height=".9" x="14.6" y="20.6" fill="#ff9100" opacity=".6" rx=".4"/><rect width="12.8" height=".9" x="5.1" y="23.3" fill="#00d9ff" opacity=".4" rx=".4"/></g></svg>
</template>

CSS

.icon-file-type-mise {
  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%22SVGUyEhLdAt%22%20x1%3D%222.7%22%20x2%3D%2225.2%22%20y1%3D%227.1%22%20y2%3D%2229.5%22%20gradientTransform%3D%22matrix(1.245%200%200%20.9459%20-1.4%20-1.3)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300d9ff%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%2352e892%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff9100%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%2227%22%20height%3D%2220.3%22%20x%3D%222.5%22%20y%3D%225.9%22%20fill%3D%22%231a1a1a%22%20stroke%3D%22url(%23SVGUyEhLdAt)%22%20rx%3D%222.7%22%2F%3E%3Cg%20stroke-width%3D%221.1%22%3E%3Crect%20width%3D%2226.1%22%20height%3D%225.4%22%20x%3D%222.9%22%20y%3D%226.3%22%20fill%3D%22%232a2a2a%22%20rx%3D%222.1%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%228.9%22%20r%3D%221%22%20fill%3D%22%23ff5252%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%228.9%22%20r%3D%221%22%20fill%3D%22%23ffbd2e%22%2F%3E%3Ccircle%20cx%3D%2214.5%22%20cy%3D%228.9%22%20r%3D%221%22%20fill%3D%22%2352e892%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2352e892%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.9%22%20d%3D%22m5%2015.5l2.3%201.6L5%2018.8m3.8%200H12%22%2F%3E%3Cg%20stroke-width%3D%221.1%22%3E%3Crect%20width%3D%2211.8%22%20height%3D%22.9%22%20x%3D%2213.2%22%20y%3D%2214.5%22%20fill%3D%22%2300d9ff%22%20opacity%3D%22.7%22%20rx%3D%22.4%22%2F%3E%3Crect%20width%3D%228.5%22%20height%3D%22.9%22%20x%3D%225.1%22%20y%3D%2220.6%22%20fill%3D%22%2352e892%22%20opacity%3D%22.6%22%20rx%3D%22.4%22%2F%3E%3Crect%20width%3D%226.1%22%20height%3D%22.9%22%20x%3D%2214.6%22%20y%3D%2220.6%22%20fill%3D%22%23ff9100%22%20opacity%3D%22.6%22%20rx%3D%22.4%22%2F%3E%3Crect%20width%3D%2212.8%22%20height%3D%22.9%22%20x%3D%225.1%22%20y%3D%2223.3%22%20fill%3D%22%2300d9ff%22%20opacity%3D%22.4%22%20rx%3D%22.4%22%2F%3E%3C%2Fg%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%22SVGUyEhLdAt%22%20x1%3D%222.7%22%20x2%3D%2225.2%22%20y1%3D%227.1%22%20y2%3D%2229.5%22%20gradientTransform%3D%22matrix(1.245%200%200%20.9459%20-1.4%20-1.3)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300d9ff%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%2352e892%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff9100%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%2227%22%20height%3D%2220.3%22%20x%3D%222.5%22%20y%3D%225.9%22%20fill%3D%22%231a1a1a%22%20stroke%3D%22url(%23SVGUyEhLdAt)%22%20rx%3D%222.7%22%2F%3E%3Cg%20stroke-width%3D%221.1%22%3E%3Crect%20width%3D%2226.1%22%20height%3D%225.4%22%20x%3D%222.9%22%20y%3D%226.3%22%20fill%3D%22%232a2a2a%22%20rx%3D%222.1%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%228.9%22%20r%3D%221%22%20fill%3D%22%23ff5252%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%228.9%22%20r%3D%221%22%20fill%3D%22%23ffbd2e%22%2F%3E%3Ccircle%20cx%3D%2214.5%22%20cy%3D%228.9%22%20r%3D%221%22%20fill%3D%22%2352e892%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2352e892%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.9%22%20d%3D%22m5%2015.5l2.3%201.6L5%2018.8m3.8%200H12%22%2F%3E%3Cg%20stroke-width%3D%221.1%22%3E%3Crect%20width%3D%2211.8%22%20height%3D%22.9%22%20x%3D%2213.2%22%20y%3D%2214.5%22%20fill%3D%22%2300d9ff%22%20opacity%3D%22.7%22%20rx%3D%22.4%22%2F%3E%3Crect%20width%3D%228.5%22%20height%3D%22.9%22%20x%3D%225.1%22%20y%3D%2220.6%22%20fill%3D%22%2352e892%22%20opacity%3D%22.6%22%20rx%3D%22.4%22%2F%3E%3Crect%20width%3D%226.1%22%20height%3D%22.9%22%20x%3D%2214.6%22%20y%3D%2220.6%22%20fill%3D%22%23ff9100%22%20opacity%3D%22.6%22%20rx%3D%22.4%22%2F%3E%3Crect%20width%3D%2212.8%22%20height%3D%22.9%22%20x%3D%225.1%22%20y%3D%2223.3%22%20fill%3D%22%2300d9ff%22%20opacity%3D%22.4%22%20rx%3D%22.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-mise.svg?color=%231a73e8&size=48