Markdownr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Markdownr 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/328879.svg" alt="Markdownr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328879.svg" alt="Markdownr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328879.svg" alt="Markdownr icon" :width="24" :height="24" />
CSS background
.icon-markdownr {
background-image: url('https://proicons.com/icon/328879.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="5 32.597 5 15.403 13.597 32.597 22.195 15.403 22.195 32.597"/><path class="b" d="M26.3321,28.8418v3.7557H43V28.8418"/><path class="b" d="M28.2635,23.262l6.1343,6.1163L40.89,23.262H37.2056V16.3588H31.59V23.262Z"/></svg>
Copied!