hedgedoc from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
hedgedoc
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the hedgedoc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.097.227l-1.913 1.341L7.93.914L6.6 2.816l-2.346.142l-.586 2.234l-2.157.92l.23 2.295L.032 9.995l1.015 2.083L0 14.14l1.679 1.616l-.267 2.291l2.141.955l.549 2.243l2.344.178l1.3 1.925l2.965-.836l-6.421-6.298a4.55 4.55 0 0 1-1.491-3.364c0-2.542 2.1-4.601 4.692-4.601c1.406 0 2.668.607 3.527 1.57l.978.959l1.195-1.173a4.72 4.72 0 0 1 3.3-1.332c2.591 0 4.692 2.061 4.692 4.603c0 1.4-.702 2.628-1.644 3.497l-6.291 6.178a1.78 1.78 0 0 0-1.25-.509c-.489 0-.933.195-1.252.51a1.24 1.24 0 0 0 1.252 1.22c.66 0 1.2-.502 1.248-1.139l2.822.78l1.33-1.901l2.348-.142l.585-2.234l2.156-.921l-.227-2.297l1.705-1.587l-1.015-2.081L24 10.186l-1.68-1.614l.266-2.293l-2.14-.955l-.55-2.243l-2.344-.18L16.253.98l-2.265.619ZM9.292 13.58c-.614 0-1.111.489-1.111 1.091a1.1 1.1 0 0 0 1.111 1.09a1.1 1.1 0 0 0 1.112-1.09a1.1 1.1 0 0 0-1.112-1.09zm5.423 0a1.1 1.1 0 0 0-1.11 1.091a1.1 1.1 0 0 0 1.11 1.09a1.1 1.1 0 0 0 1.112-1.09a1.1 1.1 0 0 0-1.112-1.09z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsHedgedoc(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="m12.097.227l-1.913 1.341L7.93.914L6.6 2.816l-2.346.142l-.586 2.234l-2.157.92l.23 2.295L.032 9.995l1.015 2.083L0 14.14l1.679 1.616l-.267 2.291l2.141.955l.549 2.243l2.344.178l1.3 1.925l2.965-.836l-6.421-6.298a4.55 4.55 0 0 1-1.491-3.364c0-2.542 2.1-4.601 4.692-4.601c1.406 0 2.668.607 3.527 1.57l.978.959l1.195-1.173a4.72 4.72 0 0 1 3.3-1.332c2.591 0 4.692 2.061 4.692 4.603c0 1.4-.702 2.628-1.644 3.497l-6.291 6.178a1.78 1.78 0 0 0-1.25-.509c-.489 0-.933.195-1.252.51a1.24 1.24 0 0 0 1.252 1.22c.66 0 1.2-.502 1.248-1.139l2.822.78l1.33-1.901l2.348-.142l.585-2.234l2.156-.921l-.227-2.297l1.705-1.587l-1.015-2.081L24 10.186l-1.68-1.614l.266-2.293l-2.14-.955l-.55-2.243l-2.344-.18L16.253.98l-2.265.619ZM9.292 13.58c-.614 0-1.111.489-1.111 1.091a1.1 1.1 0 0 0 1.111 1.09a1.1 1.1 0 0 0 1.112-1.09a1.1 1.1 0 0 0-1.112-1.09zm5.423 0a1.1 1.1 0 0 0-1.11 1.091a1.1 1.1 0 0 0 1.11 1.09a1.1 1.1 0 0 0 1.112-1.09a1.1 1.1 0 0 0-1.112-1.09z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.097.227l-1.913 1.341L7.93.914L6.6 2.816l-2.346.142l-.586 2.234l-2.157.92l.23 2.295L.032 9.995l1.015 2.083L0 14.14l1.679 1.616l-.267 2.291l2.141.955l.549 2.243l2.344.178l1.3 1.925l2.965-.836l-6.421-6.298a4.55 4.55 0 0 1-1.491-3.364c0-2.542 2.1-4.601 4.692-4.601c1.406 0 2.668.607 3.527 1.57l.978.959l1.195-1.173a4.72 4.72 0 0 1 3.3-1.332c2.591 0 4.692 2.061 4.692 4.603c0 1.4-.702 2.628-1.644 3.497l-6.291 6.178a1.78 1.78 0 0 0-1.25-.509c-.489 0-.933.195-1.252.51a1.24 1.24 0 0 0 1.252 1.22c.66 0 1.2-.502 1.248-1.139l2.822.78l1.33-1.901l2.348-.142l.585-2.234l2.156-.921l-.227-2.297l1.705-1.587l-1.015-2.081L24 10.186l-1.68-1.614l.266-2.293l-2.14-.955l-.55-2.243l-2.344-.18L16.253.98l-2.265.619ZM9.292 13.58c-.614 0-1.111.489-1.111 1.091a1.1 1.1 0 0 0 1.111 1.09a1.1 1.1 0 0 0 1.112-1.09a1.1 1.1 0 0 0-1.112-1.09zm5.423 0a1.1 1.1 0 0 0-1.11 1.091a1.1 1.1 0 0 0 1.11 1.09a1.1 1.1 0 0 0 1.112-1.09a1.1 1.1 0 0 0-1.112-1.09z"/></svg>
</template>

CSS

.icon-hedgedoc {
  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%22m12.097.227l-1.913%201.341L7.93.914L6.6%202.816l-2.346.142l-.586%202.234l-2.157.92l.23%202.295L.032%209.995l1.015%202.083L0%2014.14l1.679%201.616l-.267%202.291l2.141.955l.549%202.243l2.344.178l1.3%201.925l2.965-.836l-6.421-6.298a4.55%204.55%200%200%201-1.491-3.364c0-2.542%202.1-4.601%204.692-4.601c1.406%200%202.668.607%203.527%201.57l.978.959l1.195-1.173a4.72%204.72%200%200%201%203.3-1.332c2.591%200%204.692%202.061%204.692%204.603c0%201.4-.702%202.628-1.644%203.497l-6.291%206.178a1.78%201.78%200%200%200-1.25-.509c-.489%200-.933.195-1.252.51a1.24%201.24%200%200%200%201.252%201.22c.66%200%201.2-.502%201.248-1.139l2.822.78l1.33-1.901l2.348-.142l.585-2.234l2.156-.921l-.227-2.297l1.705-1.587l-1.015-2.081L24%2010.186l-1.68-1.614l.266-2.293l-2.14-.955l-.55-2.243l-2.344-.18L16.253.98l-2.265.619ZM9.292%2013.58c-.614%200-1.111.489-1.111%201.091a1.1%201.1%200%200%200%201.111%201.09a1.1%201.1%200%200%200%201.112-1.09a1.1%201.1%200%200%200-1.112-1.09zm5.423%200a1.1%201.1%200%200%200-1.11%201.091a1.1%201.1%200%200%200%201.11%201.09a1.1%201.1%200%200%200%201.112-1.09a1.1%201.1%200%200%200-1.112-1.09z%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%22m12.097.227l-1.913%201.341L7.93.914L6.6%202.816l-2.346.142l-.586%202.234l-2.157.92l.23%202.295L.032%209.995l1.015%202.083L0%2014.14l1.679%201.616l-.267%202.291l2.141.955l.549%202.243l2.344.178l1.3%201.925l2.965-.836l-6.421-6.298a4.55%204.55%200%200%201-1.491-3.364c0-2.542%202.1-4.601%204.692-4.601c1.406%200%202.668.607%203.527%201.57l.978.959l1.195-1.173a4.72%204.72%200%200%201%203.3-1.332c2.591%200%204.692%202.061%204.692%204.603c0%201.4-.702%202.628-1.644%203.497l-6.291%206.178a1.78%201.78%200%200%200-1.25-.509c-.489%200-.933.195-1.252.51a1.24%201.24%200%200%200%201.252%201.22c.66%200%201.2-.502%201.248-1.139l2.822.78l1.33-1.901l2.348-.142l.585-2.234l2.156-.921l-.227-2.297l1.705-1.587l-1.015-2.081L24%2010.186l-1.68-1.614l.266-2.293l-2.14-.955l-.55-2.243l-2.344-.18L16.253.98l-2.265.619ZM9.292%2013.58c-.614%200-1.111.489-1.111%201.091a1.1%201.1%200%200%200%201.111%201.09a1.1%201.1%200%200%200%201.112-1.09a1.1%201.1%200%200%200-1.112-1.09zm5.423%200a1.1%201.1%200%200%200-1.11%201.091a1.1%201.1%200%200%200%201.11%201.09a1.1%201.1%200%200%200%201.112-1.09a1.1%201.1%200%200%200-1.112-1.09z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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