file type remark logo

file-type-remark from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-remark
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type remark logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d80303" d="M9.966 13.338a2 2 0 0 0-1.215-.315a2.11 2.11 0 0 0-1.728.887a3.83 3.83 0 0 0-.693 2.414V21H4v-9.771h2.33v2.013h.04a3.4 3.4 0 0 1 1.05-1.607A2.44 2.44 0 0 1 9 11.057a2.05 2.05 0 0 1 .964.182Z"/><path fill="#d2d2d2" d="M28 21h-2.33v-5.324a4.14 4.14 0 0 0-.457-2.224a1.71 1.71 0 0 0-1.542-.687a1.88 1.88 0 0 0-1.552.869a3.4 3.4 0 0 0-.638 2.08V21h-2.34v-5.506q0-2.728-2.029-2.729a1.86 1.86 0 0 0-1.552.821a3.5 3.5 0 0 0-.608 2.128V21h-2.33v-9.771h2.33v1.546h.04A3.6 3.6 0 0 1 18.237 11a3.17 3.17 0 0 1 1.863.558a2.78 2.78 0 0 1 1.09 1.465A3.69 3.69 0 0 1 24.605 11Q28 11 28 14.979Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeRemark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d80303" d="M9.966 13.338a2 2 0 0 0-1.215-.315a2.11 2.11 0 0 0-1.728.887a3.83 3.83 0 0 0-.693 2.414V21H4v-9.771h2.33v2.013h.04a3.4 3.4 0 0 1 1.05-1.607A2.44 2.44 0 0 1 9 11.057a2.05 2.05 0 0 1 .964.182Z"/><path fill="#d2d2d2" d="M28 21h-2.33v-5.324a4.14 4.14 0 0 0-.457-2.224a1.71 1.71 0 0 0-1.542-.687a1.88 1.88 0 0 0-1.552.869a3.4 3.4 0 0 0-.638 2.08V21h-2.34v-5.506q0-2.728-2.029-2.729a1.86 1.86 0 0 0-1.552.821a3.5 3.5 0 0 0-.608 2.128V21h-2.33v-9.771h2.33v1.546h.04A3.6 3.6 0 0 1 18.237 11a3.17 3.17 0 0 1 1.863.558a2.78 2.78 0 0 1 1.09 1.465A3.69 3.69 0 0 1 24.605 11Q28 11 28 14.979Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d80303" d="M9.966 13.338a2 2 0 0 0-1.215-.315a2.11 2.11 0 0 0-1.728.887a3.83 3.83 0 0 0-.693 2.414V21H4v-9.771h2.33v2.013h.04a3.4 3.4 0 0 1 1.05-1.607A2.44 2.44 0 0 1 9 11.057a2.05 2.05 0 0 1 .964.182Z"/><path fill="#d2d2d2" d="M28 21h-2.33v-5.324a4.14 4.14 0 0 0-.457-2.224a1.71 1.71 0 0 0-1.542-.687a1.88 1.88 0 0 0-1.552.869a3.4 3.4 0 0 0-.638 2.08V21h-2.34v-5.506q0-2.728-2.029-2.729a1.86 1.86 0 0 0-1.552.821a3.5 3.5 0 0 0-.608 2.128V21h-2.33v-9.771h2.33v1.546h.04A3.6 3.6 0 0 1 18.237 11a3.17 3.17 0 0 1 1.863.558a2.78 2.78 0 0 1 1.09 1.465A3.69 3.69 0 0 1 24.605 11Q28 11 28 14.979Z"/></svg>
</template>

CSS

.icon-file-type-remark {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%23d80303%22%20d%3D%22M9.966%2013.338a2%202%200%200%200-1.215-.315a2.11%202.11%200%200%200-1.728.887a3.83%203.83%200%200%200-.693%202.414V21H4v-9.771h2.33v2.013h.04a3.4%203.4%200%200%201%201.05-1.607A2.44%202.44%200%200%201%209%2011.057a2.05%202.05%200%200%201%20.964.182Z%22%2F%3E%3Cpath%20fill%3D%22%23d2d2d2%22%20d%3D%22M28%2021h-2.33v-5.324a4.14%204.14%200%200%200-.457-2.224a1.71%201.71%200%200%200-1.542-.687a1.88%201.88%200%200%200-1.552.869a3.4%203.4%200%200%200-.638%202.08V21h-2.34v-5.506q0-2.728-2.029-2.729a1.86%201.86%200%200%200-1.552.821a3.5%203.5%200%200%200-.608%202.128V21h-2.33v-9.771h2.33v1.546h.04A3.6%203.6%200%200%201%2018.237%2011a3.17%203.17%200%200%201%201.863.558a2.78%202.78%200%200%201%201.09%201.465A3.69%203.69%200%200%201%2024.605%2011Q28%2011%2028%2014.979Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23d80303%22%20d%3D%22M9.966%2013.338a2%202%200%200%200-1.215-.315a2.11%202.11%200%200%200-1.728.887a3.83%203.83%200%200%200-.693%202.414V21H4v-9.771h2.33v2.013h.04a3.4%203.4%200%200%201%201.05-1.607A2.44%202.44%200%200%201%209%2011.057a2.05%202.05%200%200%201%20.964.182Z%22%2F%3E%3Cpath%20fill%3D%22%23d2d2d2%22%20d%3D%22M28%2021h-2.33v-5.324a4.14%204.14%200%200%200-.457-2.224a1.71%201.71%200%200%200-1.542-.687a1.88%201.88%200%200%200-1.552.869a3.4%203.4%200%200%200-.638%202.08V21h-2.34v-5.506q0-2.728-2.029-2.729a1.86%201.86%200%200%200-1.552.821a3.5%203.5%200%200%200-.608%202.128V21h-2.33v-9.771h2.33v1.546h.04A3.6%203.6%200%200%201%2018.237%2011a3.17%203.17%200%200%201%201.863.558a2.78%202.78%200%200%201%201.09%201.465A3.69%203.69%200%200%201%2024.605%2011Q28%2011%2028%2014.979Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-remark.svg?color=%231a73e8&size=48