file type edge logo

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

Name
file-type-edge
Set
VSCode Icons
Style
Color
Viewbox
512×512
License
MIT

Related icons in VSCode Icons

Use the file type edge logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#d8563a" d="M333.085 174.674c-.908-15.974-.972-32.987-.369-50.16H170.8c12.03 21.782 10.844 24.8 12.167 62.274v129.4c-.691 48.1-2.93 56.094-12.167 71.3h165.6c.915-19.388 2.523-40.337 4.795-62.7c-13.643 19.912-19.544 30.612-65.278 30.612h-39.465v-83.725h34.3c39.382-.676 45.53 11 53.849 16.966a454 454 0 0 1 0-65.282c-16.255 14.68-26.684 15.844-53.849 16.6h-34.3V156.6H279.6c25.516.3 40.131 4.474 53.485 18.074"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeEdge(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#d8563a" d="M333.085 174.674c-.908-15.974-.972-32.987-.369-50.16H170.8c12.03 21.782 10.844 24.8 12.167 62.274v129.4c-.691 48.1-2.93 56.094-12.167 71.3h165.6c.915-19.388 2.523-40.337 4.795-62.7c-13.643 19.912-19.544 30.612-65.278 30.612h-39.465v-83.725h34.3c39.382-.676 45.53 11 53.849 16.966a454 454 0 0 1 0-65.282c-16.255 14.68-26.684 15.844-53.849 16.6h-34.3V156.6H279.6c25.516.3 40.131 4.474 53.485 18.074"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#d8563a" d="M333.085 174.674c-.908-15.974-.972-32.987-.369-50.16H170.8c12.03 21.782 10.844 24.8 12.167 62.274v129.4c-.691 48.1-2.93 56.094-12.167 71.3h165.6c.915-19.388 2.523-40.337 4.795-62.7c-13.643 19.912-19.544 30.612-65.278 30.612h-39.465v-83.725h34.3c39.382-.676 45.53 11 53.849 16.966a454 454 0 0 1 0-65.282c-16.255 14.68-26.684 15.844-53.849 16.6h-34.3V156.6H279.6c25.516.3 40.131 4.474 53.485 18.074"/></svg>
</template>

CSS

.icon-file-type-edge {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%23d8563a%22%20d%3D%22M333.085%20174.674c-.908-15.974-.972-32.987-.369-50.16H170.8c12.03%2021.782%2010.844%2024.8%2012.167%2062.274v129.4c-.691%2048.1-2.93%2056.094-12.167%2071.3h165.6c.915-19.388%202.523-40.337%204.795-62.7c-13.643%2019.912-19.544%2030.612-65.278%2030.612h-39.465v-83.725h34.3c39.382-.676%2045.53%2011%2053.849%2016.966a454%20454%200%200%201%200-65.282c-16.255%2014.68-26.684%2015.844-53.849%2016.6h-34.3V156.6H279.6c25.516.3%2040.131%204.474%2053.485%2018.074%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23d8563a%22%20d%3D%22M333.085%20174.674c-.908-15.974-.972-32.987-.369-50.16H170.8c12.03%2021.782%2010.844%2024.8%2012.167%2062.274v129.4c-.691%2048.1-2.93%2056.094-12.167%2071.3h165.6c.915-19.388%202.523-40.337%204.795-62.7c-13.643%2019.912-19.544%2030.612-65.278%2030.612h-39.465v-83.725h34.3c39.382-.676%2045.53%2011%2053.849%2016.966a454%20454%200%200%201%200-65.282c-16.255%2014.68-26.684%2015.844-53.849%2016.6h-34.3V156.6H279.6c25.516.3%2040.131%204.474%2053.485%2018.074%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-edge.svg?color=%231a73e8&size=48