file type markdown logo

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

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

Related icons in VSCode Icons

Use the file type markdown logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" stroke="#755838" d="M2.5 7.955h27v16.091h-27z"/><path fill="#755838" d="M5.909 20.636v-9.272h2.727l2.728 3.409l2.727-3.409h2.727v9.272h-2.727v-5.318l-2.727 3.409l-2.728-3.409v5.318zm17.046 0l-4.091-4.5h2.727v-4.772h2.727v4.772h2.727z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeMarkdown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" stroke="#755838" d="M2.5 7.955h27v16.091h-27z"/><path fill="#755838" d="M5.909 20.636v-9.272h2.727l2.728 3.409l2.727-3.409h2.727v9.272h-2.727v-5.318l-2.727 3.409l-2.728-3.409v5.318zm17.046 0l-4.091-4.5h2.727v-4.772h2.727v4.772h2.727z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" stroke="#755838" d="M2.5 7.955h27v16.091h-27z"/><path fill="#755838" d="M5.909 20.636v-9.272h2.727l2.728 3.409l2.727-3.409h2.727v9.272h-2.727v-5.318l-2.727 3.409l-2.728-3.409v5.318zm17.046 0l-4.091-4.5h2.727v-4.772h2.727v4.772h2.727z"/></svg>
</template>

CSS

.icon-file-type-markdown {
  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%22none%22%20stroke%3D%22%23755838%22%20d%3D%22M2.5%207.955h27v16.091h-27z%22%2F%3E%3Cpath%20fill%3D%22%23755838%22%20d%3D%22M5.909%2020.636v-9.272h2.727l2.728%203.409l2.727-3.409h2.727v9.272h-2.727v-5.318l-2.727%203.409l-2.728-3.409v5.318zm17.046%200l-4.091-4.5h2.727v-4.772h2.727v4.772h2.727z%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%22none%22%20stroke%3D%22%23755838%22%20d%3D%22M2.5%207.955h27v16.091h-27z%22%2F%3E%3Cpath%20fill%3D%22%23755838%22%20d%3D%22M5.909%2020.636v-9.272h2.727l2.728%203.409l2.727-3.409h2.727v9.272h-2.727v-5.318l-2.727%203.409l-2.728-3.409v5.318zm17.046%200l-4.091-4.5h2.727v-4.772h2.727v4.772h2.727z%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-markdown.svg?color=%231a73e8&size=48