file type image logo

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

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

Related icons in VSCode Icons

Use the file type image logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#2dcc9f" d="M30 5.851v20.298H2V5.851z"/><path fill="#fff" d="M24.232 8.541a2.2 2.2 0 1 0 1.127.623a2.2 2.2 0 0 0-1.127-.623M18.111 20.1q-2.724-3.788-5.45-7.575L4.579 23.766h10.9q1.316-1.832 2.634-3.663M22.057 16q-2.793 3.882-5.584 7.765h11.169Q24.851 19.882 22.057 16"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeImage(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#2dcc9f" d="M30 5.851v20.298H2V5.851z"/><path fill="#fff" d="M24.232 8.541a2.2 2.2 0 1 0 1.127.623a2.2 2.2 0 0 0-1.127-.623M18.111 20.1q-2.724-3.788-5.45-7.575L4.579 23.766h10.9q1.316-1.832 2.634-3.663M22.057 16q-2.793 3.882-5.584 7.765h11.169Q24.851 19.882 22.057 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#2dcc9f" d="M30 5.851v20.298H2V5.851z"/><path fill="#fff" d="M24.232 8.541a2.2 2.2 0 1 0 1.127.623a2.2 2.2 0 0 0-1.127-.623M18.111 20.1q-2.724-3.788-5.45-7.575L4.579 23.766h10.9q1.316-1.832 2.634-3.663M22.057 16q-2.793 3.882-5.584 7.765h11.169Q24.851 19.882 22.057 16"/></svg>
</template>

CSS

.icon-file-type-image {
  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%232dcc9f%22%20d%3D%22M30%205.851v20.298H2V5.851z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.232%208.541a2.2%202.2%200%201%200%201.127.623a2.2%202.2%200%200%200-1.127-.623M18.111%2020.1q-2.724-3.788-5.45-7.575L4.579%2023.766h10.9q1.316-1.832%202.634-3.663M22.057%2016q-2.793%203.882-5.584%207.765h11.169Q24.851%2019.882%2022.057%2016%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%232dcc9f%22%20d%3D%22M30%205.851v20.298H2V5.851z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.232%208.541a2.2%202.2%200%201%200%201.127.623a2.2%202.2%200%200%200-1.127-.623M18.111%2020.1q-2.724-3.788-5.45-7.575L4.579%2023.766h10.9q1.316-1.832%202.634-3.663M22.057%2016q-2.793%203.882-5.584%207.765h11.169Q24.851%2019.882%2022.057%2016%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-image.svg?color=%231a73e8&size=48