document code2 icon

document-code2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
document-code2-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the document code2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 2H8C4.5 2 3 4 3 7v4.47c0 .35.34.59.66.47a6.45 6.45 0 0 1 3.64-.31c2.6.52 4.67 2.66 5.1 5.27c.26 1.59-.06 3.1-.79 4.35c-.2.33.04.75.43.75H16c3.5 0 5-2 5-5V7c0-3-1.5-5-5-5m2.5 7.25h-2c-1.52 0-2.75-1.23-2.75-2.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .69.56 1.25 1.25 1.25h2c.41 0 .75.34.75.75s-.34.75-.75.75"/><path d="M6 13c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m-.84 6.27c.25.25.25.66 0 .92c-.13.13-.29.19-.46.19s-.33-.06-.46-.19l-1.73-1.73a.66.66 0 0 1 0-.92l1.73-1.73c.25-.25.66-.25.92 0c.25.25.25.66 0 .92L3.89 18zm4.32-.81l-1.73 1.73c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66 0 0 1 0-.92L8.11 18l-1.27-1.27a.66.66 0 0 1 0-.92c.25-.25.66-.25.92 0l1.73 1.73c.24.26.24.66-.01.92"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDocumentCode2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 2H8C4.5 2 3 4 3 7v4.47c0 .35.34.59.66.47a6.45 6.45 0 0 1 3.64-.31c2.6.52 4.67 2.66 5.1 5.27c.26 1.59-.06 3.1-.79 4.35c-.2.33.04.75.43.75H16c3.5 0 5-2 5-5V7c0-3-1.5-5-5-5m2.5 7.25h-2c-1.52 0-2.75-1.23-2.75-2.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .69.56 1.25 1.25 1.25h2c.41 0 .75.34.75.75s-.34.75-.75.75"/><path d="M6 13c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m-.84 6.27c.25.25.25.66 0 .92c-.13.13-.29.19-.46.19s-.33-.06-.46-.19l-1.73-1.73a.66.66 0 0 1 0-.92l1.73-1.73c.25-.25.66-.25.92 0c.25.25.25.66 0 .92L3.89 18zm4.32-.81l-1.73 1.73c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66 0 0 1 0-.92L8.11 18l-1.27-1.27a.66.66 0 0 1 0-.92c.25-.25.66-.25.92 0l1.73 1.73c.24.26.24.66-.01.92"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 2H8C4.5 2 3 4 3 7v4.47c0 .35.34.59.66.47a6.45 6.45 0 0 1 3.64-.31c2.6.52 4.67 2.66 5.1 5.27c.26 1.59-.06 3.1-.79 4.35c-.2.33.04.75.43.75H16c3.5 0 5-2 5-5V7c0-3-1.5-5-5-5m2.5 7.25h-2c-1.52 0-2.75-1.23-2.75-2.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .69.56 1.25 1.25 1.25h2c.41 0 .75.34.75.75s-.34.75-.75.75"/><path d="M6 13c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m-.84 6.27c.25.25.25.66 0 .92c-.13.13-.29.19-.46.19s-.33-.06-.46-.19l-1.73-1.73a.66.66 0 0 1 0-.92l1.73-1.73c.25-.25.66-.25.92 0c.25.25.25.66 0 .92L3.89 18zm4.32-.81l-1.73 1.73c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66 0 0 1 0-.92L8.11 18l-1.27-1.27a.66.66 0 0 1 0-.92c.25-.25.66-.25.92 0l1.73 1.73c.24.26.24.66-.01.92"/></g></svg>
</template>

CSS

.icon-document-code2-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16%202H8C4.5%202%203%204%203%207v4.47c0%20.35.34.59.66.47a6.45%206.45%200%200%201%203.64-.31c2.6.52%204.67%202.66%205.1%205.27c.26%201.59-.06%203.1-.79%204.35c-.2.33.04.75.43.75H16c3.5%200%205-2%205-5V7c0-3-1.5-5-5-5m2.5%207.25h-2c-1.52%200-2.75-1.23-2.75-2.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0%20.69.56%201.25%201.25%201.25h2c.41%200%20.75.34.75.75s-.34.75-.75.75%22%2F%3E%3Cpath%20d%3D%22M6%2013c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m-.84%206.27c.25.25.25.66%200%20.92c-.13.13-.29.19-.46.19s-.33-.06-.46-.19l-1.73-1.73a.66.66%200%200%201%200-.92l1.73-1.73c.25-.25.66-.25.92%200c.25.25.25.66%200%20.92L3.89%2018zm4.32-.81l-1.73%201.73c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66%200%200%201%200-.92L8.11%2018l-1.27-1.27a.66.66%200%200%201%200-.92c.25-.25.66-.25.92%200l1.73%201.73c.24.26.24.66-.01.92%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16%202H8C4.5%202%203%204%203%207v4.47c0%20.35.34.59.66.47a6.45%206.45%200%200%201%203.64-.31c2.6.52%204.67%202.66%205.1%205.27c.26%201.59-.06%203.1-.79%204.35c-.2.33.04.75.43.75H16c3.5%200%205-2%205-5V7c0-3-1.5-5-5-5m2.5%207.25h-2c-1.52%200-2.75-1.23-2.75-2.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0%20.69.56%201.25%201.25%201.25h2c.41%200%20.75.34.75.75s-.34.75-.75.75%22%2F%3E%3Cpath%20d%3D%22M6%2013c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m-.84%206.27c.25.25.25.66%200%20.92c-.13.13-.29.19-.46.19s-.33-.06-.46-.19l-1.73-1.73a.66.66%200%200%201%200-.92l1.73-1.73c.25-.25.66-.25.92%200c.25.25.25.66%200%20.92L3.89%2018zm4.32-.81l-1.73%201.73c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66%200%200%201%200-.92L8.11%2018l-1.27-1.27a.66.66%200%200%201%200-.92c.25-.25.66-.25.92%200l1.73%201.73c.24.26.24.66-.01.92%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/document-code2-filled.svg?color=%231a73e8&size=48

Document Code2 filled icon — Reicon · IconsDB