markdown emoji
markdown from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- markdown
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
markdownBootstrap IconsmarkdownBoxicons BrandsmarkdownCatppuccin IconsmarkdownDeviconmarkdownFont Awesome 6 Brandsmarkdown-16-filledFluent UI System IconsmarkdownLine AwesomemarkdownSVG LogosmarkdownMaterial Symbolsmarkdown-fillMingCute Iconmarkdown-16Octiconsmarkdown-fillRemix IconmarkdownSimple Iconsmarkdown-darkSkill IconsmarkdownTabler Iconsmarkdown-outlineTeenyicons
More extras openmoji icons from OpenMoji
Use the markdown emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M61 22.61H11v26.77h50z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M61.26 22.35H10.75v27.29h50.51z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.36" d="m46.537 44.84l8.833-9.874h-6.48l-.11-7.806h-4.616l.013 7.806h-6.473z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="4.231" d="M30.76 43.41V28.6l-6.347 12.69l-6.347-12.69v14.81" clip-rule="evenodd"/><path d="m46.537 44.84l8.833-9.874h-6.48l-.11-7.806h-4.616l.013 7.806h-6.473z"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiMarkdown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M61 22.61H11v26.77h50z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="3" d="M61.26 22.35H10.75v27.29h50.51z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.36" d="m46.537 44.84l8.833-9.874h-6.48l-.11-7.806h-4.616l.013 7.806h-6.473z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="4.231" d="M30.76 43.41V28.6l-6.347 12.69l-6.347-12.69v14.81" clipRule="evenodd"/><path d="m46.537 44.84l8.833-9.874h-6.48l-.11-7.806h-4.616l.013 7.806h-6.473z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M61 22.61H11v26.77h50z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M61.26 22.35H10.75v27.29h50.51z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.36" d="m46.537 44.84l8.833-9.874h-6.48l-.11-7.806h-4.616l.013 7.806h-6.473z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="4.231" d="M30.76 43.41V28.6l-6.347 12.69l-6.347-12.69v14.81" clip-rule="evenodd"/><path d="m46.537 44.84l8.833-9.874h-6.48l-.11-7.806h-4.616l.013 7.806h-6.473z"/></svg> </template>
CSS
.icon-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M61%2022.61H11v26.77h50z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M61.26%2022.35H10.75v27.29h50.51z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.36%22%20d%3D%22m46.537%2044.84l8.833-9.874h-6.48l-.11-7.806h-4.616l.013%207.806h-6.473z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224.231%22%20d%3D%22M30.76%2043.41V28.6l-6.347%2012.69l-6.347-12.69v14.81%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m46.537%2044.84l8.833-9.874h-6.48l-.11-7.806h-4.616l.013%207.806h-6.473z%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M61%2022.61H11v26.77h50z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M61.26%2022.35H10.75v27.29h50.51z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.36%22%20d%3D%22m46.537%2044.84l8.833-9.874h-6.48l-.11-7.806h-4.616l.013%207.806h-6.473z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224.231%22%20d%3D%22M30.76%2043.41V28.6l-6.347%2012.69l-6.347-12.69v14.81%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m46.537%2044.84l8.833-9.874h-6.48l-.11-7.806h-4.616l.013%207.806h-6.473z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/markdown.svg?color=%231a73e8&size=48