Markdown Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Markdown icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/315119.svg" alt="Markdown icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315119.svg" alt="Markdown icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315119.svg" alt="Markdown icon" :width="24" :height="24" />
CSS background
.icon-markdown {
background-image: url('https://proicons.com/icon/315119.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Markdown</title><path d="M22.27 19.385H1.73A1.73 1.73 0 010 17.655V6.345a1.73 1.73 0 011.73-1.73h20.54A1.73 1.73 0 0124 6.345v11.308a1.73 1.73 0 01-1.73 1.731zM5.769 15.923v-4.5l2.308 2.885 2.307-2.885v4.5h2.308V8.078h-2.308l-2.307 2.885-2.308-2.885H3.46v7.847zM21.232 12h-2.309V8.077h-2.307V12h-2.308l3.461 4.039z"/></svg>
Markdown in other icon packs
Copied!