markdown icon
markdown-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.
- Name
- markdown-solid
- Set
- Teenyicons
- Style
- Solid
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
The same icon in other sets
markdownBootstrap IconsmarkdownBoxicons BrandsmarkdownCatppuccin IconsmarkdownCoreUI BrandsmarkdownCodiconsmarkdownDeviconmarkdownFont Awesome 6 BrandsmarkdownFont Awesome Brandsmarkdown-16-filledFluent UI System IconsmarkdownLine AwesomemarkdownSVG LogosmarkdownMaterial Icon ThememarkdownMaterial SymbolsmarkdownMaterial Symbols Lightmarkdown-fillMingCute Iconmarkdown-16OcticonsmarkdownOpenMojimarkdown-fillRemix IconmarkdownSimple Iconsmarkdown-darkSkill IconsmarkdownTabler Icons
Use the markdown icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M0 3.5A1.5 1.5 0 0 1 1.5 2h12A1.5 1.5 0 0 1 15 3.5v8a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 0 11.5zM10 5v3.293L8.854 7.146l-.708.708l2 2a.5.5 0 0 0 .708 0l2-2l-.707-.708L11 8.293V5zm-7.146.146A.5.5 0 0 0 2 5.5V10h1V6.707l1.5 1.5l1.5-1.5V10h1V5.5a.5.5 0 0 0-.854-.354L4.5 6.793z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsMarkdownSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fillRule="evenodd" d="M0 3.5A1.5 1.5 0 0 1 1.5 2h12A1.5 1.5 0 0 1 15 3.5v8a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 0 11.5zM10 5v3.293L8.854 7.146l-.708.708l2 2a.5.5 0 0 0 .708 0l2-2l-.707-.708L11 8.293V5zm-7.146.146A.5.5 0 0 0 2 5.5V10h1V6.707l1.5 1.5l1.5-1.5V10h1V5.5a.5.5 0 0 0-.854-.354L4.5 6.793z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M0 3.5A1.5 1.5 0 0 1 1.5 2h12A1.5 1.5 0 0 1 15 3.5v8a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 0 11.5zM10 5v3.293L8.854 7.146l-.708.708l2 2a.5.5 0 0 0 .708 0l2-2l-.707-.708L11 8.293V5zm-7.146.146A.5.5 0 0 0 2 5.5V10h1V6.707l1.5 1.5l1.5-1.5V10h1V5.5a.5.5 0 0 0-.854-.354L4.5 6.793z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-markdown-solid {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%203.5A1.5%201.5%200%200%201%201.5%202h12A1.5%201.5%200%200%201%2015%203.5v8a1.5%201.5%200%200%201-1.5%201.5h-12A1.5%201.5%200%200%201%200%2011.5zM10%205v3.293L8.854%207.146l-.708.708l2%202a.5.5%200%200%200%20.708%200l2-2l-.707-.708L11%208.293V5zm-7.146.146A.5.5%200%200%200%202%205.5V10h1V6.707l1.5%201.5l1.5-1.5V10h1V5.5a.5.5%200%200%200-.854-.354L4.5%206.793z%22%20clip-rule%3D%22evenodd%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%203.5A1.5%201.5%200%200%201%201.5%202h12A1.5%201.5%200%200%201%2015%203.5v8a1.5%201.5%200%200%201-1.5%201.5h-12A1.5%201.5%200%200%201%200%2011.5zM10%205v3.293L8.854%207.146l-.708.708l2%202a.5.5%200%200%200%20.708%200l2-2l-.707-.708L11%208.293V5zm-7.146.146A.5.5%200%200%200%202%205.5V10h1V6.707l1.5%201.5l1.5-1.5V10h1V5.5a.5.5%200%200%200-.854-.354L4.5%206.793z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/markdown-solid.svg?color=%231a73e8&size=48