document code icon

document-code from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
document-code
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the document code icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m18 16l1.84 1.586c.773.667 1.16 1 1.16 1.414s-.387.747-1.16 1.414L18 22m-4-6l-1.84 1.586c-.773.667-1.16 1-1.16 1.414s.387.747 1.16 1.414L14 22"/><path d="M20 13.003V7.82c0-1.694 0-2.54-.268-3.217c-.43-1.087-1.342-1.945-2.497-2.35C16.517 2 15.617 2 13.818 2c-3.148 0-4.722 0-5.98.441c-2.02.71-3.615 2.211-4.37 4.114C3 7.74 3 9.221 3 12.185v2.546c0 3.07 0 4.605.848 5.672c.243.305.53.576.855.805c.912.643 2.147.768 4.297.792"/><path d="M3 12a3.333 3.333 0 0 1 3.333-3.333c.666 0 1.451.116 2.098-.057A1.67 1.67 0 0 0 9.61 7.43c.173-.647.057-1.432.057-2.098A3.333 3.333 0 0 1 13 2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDocumentCode(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m18 16l1.84 1.586c.773.667 1.16 1 1.16 1.414s-.387.747-1.16 1.414L18 22m-4-6l-1.84 1.586c-.773.667-1.16 1-1.16 1.414s.387.747 1.16 1.414L14 22"/><path d="M20 13.003V7.82c0-1.694 0-2.54-.268-3.217c-.43-1.087-1.342-1.945-2.497-2.35C16.517 2 15.617 2 13.818 2c-3.148 0-4.722 0-5.98.441c-2.02.71-3.615 2.211-4.37 4.114C3 7.74 3 9.221 3 12.185v2.546c0 3.07 0 4.605.848 5.672c.243.305.53.576.855.805c.912.643 2.147.768 4.297.792"/><path d="M3 12a3.333 3.333 0 0 1 3.333-3.333c.666 0 1.451.116 2.098-.057A1.67 1.67 0 0 0 9.61 7.43c.173-.647.057-1.432.057-2.098A3.333 3.333 0 0 1 13 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m18 16l1.84 1.586c.773.667 1.16 1 1.16 1.414s-.387.747-1.16 1.414L18 22m-4-6l-1.84 1.586c-.773.667-1.16 1-1.16 1.414s.387.747 1.16 1.414L14 22"/><path d="M20 13.003V7.82c0-1.694 0-2.54-.268-3.217c-.43-1.087-1.342-1.945-2.497-2.35C16.517 2 15.617 2 13.818 2c-3.148 0-4.722 0-5.98.441c-2.02.71-3.615 2.211-4.37 4.114C3 7.74 3 9.221 3 12.185v2.546c0 3.07 0 4.605.848 5.672c.243.305.53.576.855.805c.912.643 2.147.768 4.297.792"/><path d="M3 12a3.333 3.333 0 0 1 3.333-3.333c.666 0 1.451.116 2.098-.057A1.67 1.67 0 0 0 9.61 7.43c.173-.647.057-1.432.057-2.098A3.333 3.333 0 0 1 13 2"/></g></svg>
</template>

CSS

.icon-document-code {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m18%2016l1.84%201.586c.773.667%201.16%201%201.16%201.414s-.387.747-1.16%201.414L18%2022m-4-6l-1.84%201.586c-.773.667-1.16%201-1.16%201.414s.387.747%201.16%201.414L14%2022%22%2F%3E%3Cpath%20d%3D%22M20%2013.003V7.82c0-1.694%200-2.54-.268-3.217c-.43-1.087-1.342-1.945-2.497-2.35C16.517%202%2015.617%202%2013.818%202c-3.148%200-4.722%200-5.98.441c-2.02.71-3.615%202.211-4.37%204.114C3%207.74%203%209.221%203%2012.185v2.546c0%203.07%200%204.605.848%205.672c.243.305.53.576.855.805c.912.643%202.147.768%204.297.792%22%2F%3E%3Cpath%20d%3D%22M3%2012a3.333%203.333%200%200%201%203.333-3.333c.666%200%201.451.116%202.098-.057A1.67%201.67%200%200%200%209.61%207.43c.173-.647.057-1.432.057-2.098A3.333%203.333%200%200%201%2013%202%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m18%2016l1.84%201.586c.773.667%201.16%201%201.16%201.414s-.387.747-1.16%201.414L18%2022m-4-6l-1.84%201.586c-.773.667-1.16%201-1.16%201.414s.387.747%201.16%201.414L14%2022%22%2F%3E%3Cpath%20d%3D%22M20%2013.003V7.82c0-1.694%200-2.54-.268-3.217c-.43-1.087-1.342-1.945-2.497-2.35C16.517%202%2015.617%202%2013.818%202c-3.148%200-4.722%200-5.98.441c-2.02.71-3.615%202.211-4.37%204.114C3%207.74%203%209.221%203%2012.185v2.546c0%203.07%200%204.605.848%205.672c.243.305.53.576.855.805c.912.643%202.147.768%204.297.792%22%2F%3E%3Cpath%20d%3D%22M3%2012a3.333%203.333%200%200%201%203.333-3.333c.666%200%201.451.116%202.098-.057A1.67%201.67%200%200%200%209.61%207.43c.173-.647.057-1.432.057-2.098A3.333%203.333%200%200%201%2013%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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