markdown-dark from Skill Icons by tandpfun · Dark · MIT Free for personal and commercial use.

Name
markdown-dark
Set
Skill Icons
Style
Dark
Viewbox
256×256
License
MIT

1 other variant in Skill Icons

The same logo in other sets

Use the markdown logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path stroke="#fff" stroke-width="10" d="M217 69H39c-5.523 0-10 4.477-10 10v98c0 5.523 4.477 10 10 10h178c5.523 0 10-4.477 10-10V79c0-5.523-4.477-10-10-10Z"/><path fill="#fff" d="M54 162V94h20l20 25l20-25h20v68h-20v-39l-20 25l-20-25v39zm125 0l-30-33h20V94h20v35h20z"/></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsMarkdownDark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path stroke="#fff" strokeWidth="10" d="M217 69H39c-5.523 0-10 4.477-10 10v98c0 5.523 4.477 10 10 10h178c5.523 0 10-4.477 10-10V79c0-5.523-4.477-10-10-10Z"/><path fill="#fff" d="M54 162V94h20l20 25l20-25h20v68h-20v-39l-20 25l-20-25v39zm125 0l-30-33h20V94h20v35h20z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path stroke="#fff" stroke-width="10" d="M217 69H39c-5.523 0-10 4.477-10 10v98c0 5.523 4.477 10 10 10h178c5.523 0 10-4.477 10-10V79c0-5.523-4.477-10-10-10Z"/><path fill="#fff" d="M54 162V94h20l20 25l20-25h20v68h-20v-39l-20 25l-20-25v39zm125 0l-30-33h20V94h20v35h20z"/></g></svg>
</template>

CSS

.icon-markdown-dark {
  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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20d%3D%22M217%2069H39c-5.523%200-10%204.477-10%2010v98c0%205.523%204.477%2010%2010%2010h178c5.523%200%2010-4.477%2010-10V79c0-5.523-4.477-10-10-10Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M54%20162V94h20l20%2025l20-25h20v68h-20v-39l-20%2025l-20-25v39zm125%200l-30-33h20V94h20v35h20z%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20d%3D%22M217%2069H39c-5.523%200-10%204.477-10%2010v98c0%205.523%204.477%2010%2010%2010h178c5.523%200%2010-4.477%2010-10V79c0-5.523-4.477-10-10-10Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M54%20162V94h20l20%2025l20-25h20v68h-20v-39l-20%2025l-20-25v39zm125%200l-30-33h20V94h20v35h20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/markdown-dark.svg?color=%231a73e8&size=48