language markdown icon

language-markdown-outline from Material Design Icons by Pictogrammers · Outline · Brand / Logo · Apache-2.0 Free for personal and commercial use.

Name
language-markdown-outline
Set
Material Design Icons
Style
Outline
Category
Brand / Logo
Viewbox
24×24
License
Apache 2.0
Aliases
markdown-outline

1 other variant in Material Design Icons

More brand / logo icons from Material Design Icons

Use the language markdown icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.56 18H3.44C2.65 18 2 17.37 2 16.59V7.41C2 6.63 2.65 6 3.44 6h17.12c.79 0 1.44.63 1.44 1.41v9.18c0 .78-.65 1.41-1.44 1.41M3.44 6.94c-.26 0-.48.21-.48.47v9.19c0 .25.22.46.48.46h17.12c.26 0 .48-.21.48-.46V7.41c0-.26-.22-.47-.48-.47zm1.45 8.25V8.81h1.92l1.92 2.35l1.92-2.35h1.93v6.38h-1.93v-3.66l-1.92 2.35l-1.92-2.35v3.66zm12.01 0l-2.9-3.1h1.94V8.81h1.92v3.28h1.93z"/></svg>

React

import type { SVGProps } from "react";

export function MdiLanguageMarkdownOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.56 18H3.44C2.65 18 2 17.37 2 16.59V7.41C2 6.63 2.65 6 3.44 6h17.12c.79 0 1.44.63 1.44 1.41v9.18c0 .78-.65 1.41-1.44 1.41M3.44 6.94c-.26 0-.48.21-.48.47v9.19c0 .25.22.46.48.46h17.12c.26 0 .48-.21.48-.46V7.41c0-.26-.22-.47-.48-.47zm1.45 8.25V8.81h1.92l1.92 2.35l1.92-2.35h1.93v6.38h-1.93v-3.66l-1.92 2.35l-1.92-2.35v3.66zm12.01 0l-2.9-3.1h1.94V8.81h1.92v3.28h1.93z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.56 18H3.44C2.65 18 2 17.37 2 16.59V7.41C2 6.63 2.65 6 3.44 6h17.12c.79 0 1.44.63 1.44 1.41v9.18c0 .78-.65 1.41-1.44 1.41M3.44 6.94c-.26 0-.48.21-.48.47v9.19c0 .25.22.46.48.46h17.12c.26 0 .48-.21.48-.46V7.41c0-.26-.22-.47-.48-.47zm1.45 8.25V8.81h1.92l1.92 2.35l1.92-2.35h1.93v6.38h-1.93v-3.66l-1.92 2.35l-1.92-2.35v3.66zm12.01 0l-2.9-3.1h1.94V8.81h1.92v3.28h1.93z"/></svg>
</template>

CSS

.icon-language-markdown-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.56%2018H3.44C2.65%2018%202%2017.37%202%2016.59V7.41C2%206.63%202.65%206%203.44%206h17.12c.79%200%201.44.63%201.44%201.41v9.18c0%20.78-.65%201.41-1.44%201.41M3.44%206.94c-.26%200-.48.21-.48.47v9.19c0%20.25.22.46.48.46h17.12c.26%200%20.48-.21.48-.46V7.41c0-.26-.22-.47-.48-.47zm1.45%208.25V8.81h1.92l1.92%202.35l1.92-2.35h1.93v6.38h-1.93v-3.66l-1.92%202.35l-1.92-2.35v3.66zm12.01%200l-2.9-3.1h1.94V8.81h1.92v3.28h1.93z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.56%2018H3.44C2.65%2018%202%2017.37%202%2016.59V7.41C2%206.63%202.65%206%203.44%206h17.12c.79%200%201.44.63%201.44%201.41v9.18c0%20.78-.65%201.41-1.44%201.41M3.44%206.94c-.26%200-.48.21-.48.47v9.19c0%20.25.22.46.48.46h17.12c.26%200%20.48-.21.48-.46V7.41c0-.26-.22-.47-.48-.47zm1.45%208.25V8.81h1.92l1.92%202.35l1.92-2.35h1.93v6.38h-1.93v-3.66l-1.92%202.35l-1.92-2.35v3.66zm12.01%200l-2.9-3.1h1.94V8.81h1.92v3.28h1.93z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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