file type view logo

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

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

Related icons in VSCode Icons

Use the file type view logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e44f26" d="M5.902 27.201L3.655 2h24.69l-2.25 25.197L15.985 30z"/><path fill="#f1662a" d="m16 27.858l8.17-2.265l1.922-21.532H16z"/><path fill="#fff" d="m15 20.681l-8-4.809v-1.743l8-4.81v2.697L9.897 15L15 17.986zm2-.003v-2.694L22.14 15L17 12.017V9.322l8 4.787v1.782z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeView(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e44f26" d="M5.902 27.201L3.655 2h24.69l-2.25 25.197L15.985 30z"/><path fill="#f1662a" d="m16 27.858l8.17-2.265l1.922-21.532H16z"/><path fill="#fff" d="m15 20.681l-8-4.809v-1.743l8-4.81v2.697L9.897 15L15 17.986zm2-.003v-2.694L22.14 15L17 12.017V9.322l8 4.787v1.782z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e44f26" d="M5.902 27.201L3.655 2h24.69l-2.25 25.197L15.985 30z"/><path fill="#f1662a" d="m16 27.858l8.17-2.265l1.922-21.532H16z"/><path fill="#fff" d="m15 20.681l-8-4.809v-1.743l8-4.81v2.697L9.897 15L15 17.986zm2-.003v-2.694L22.14 15L17 12.017V9.322l8 4.787v1.782z"/></svg>
</template>

CSS

.icon-file-type-view {
  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%23e44f26%22%20d%3D%22M5.902%2027.201L3.655%202h24.69l-2.25%2025.197L15.985%2030z%22%2F%3E%3Cpath%20fill%3D%22%23f1662a%22%20d%3D%22m16%2027.858l8.17-2.265l1.922-21.532H16z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15%2020.681l-8-4.809v-1.743l8-4.81v2.697L9.897%2015L15%2017.986zm2-.003v-2.694L22.14%2015L17%2012.017V9.322l8%204.787v1.782z%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%23e44f26%22%20d%3D%22M5.902%2027.201L3.655%202h24.69l-2.25%2025.197L15.985%2030z%22%2F%3E%3Cpath%20fill%3D%22%23f1662a%22%20d%3D%22m16%2027.858l8.17-2.265l1.922-21.532H16z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m15%2020.681l-8-4.809v-1.743l8-4.81v2.697L9.897%2015L15%2017.986zm2-.003v-2.694L22.14%2015L17%2012.017V9.322l8%204.787v1.782z%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-view.svg?color=%231a73e8&size=48