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

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

Use the migadu logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.082 1.898a7.085 7.085 0 0 0-7.08 6.915c.002 7.002-.004 3.868 0 5.921c-.064 3.519 2.407 7.254 7.082 7.368h.006l.017-4.311c-.009-.007-.033.006-.023-.018a3 3 0 0 1-.178-.007a4 4 0 0 1-1.228-.364c-.713-.413-1.22-1.234-1.35-2.015c-.075-2.297 1.67-3.178 2.754-3.135c1.79.07 2.855 1.473 2.754 3.254v6.596h4.328V15.02a2.8 2.8 0 0 1 .11-.772c.298-1.04 1.204-1.863 2.445-1.982h.383a2.783 2.783 0 0 1 2.57 2.718v7.118H24c-.006-2.361 0-4.722 0-7.082a7.085 7.085 0 0 0-9.836-6.526l-.017-.01a7.086 7.086 0 0 0-7.065-6.586m-2.762 8.32a1.024 1.024 0 0 1 1.024 1.024a1.024 1.024 0 0 1-1.024 1.024a1.024 1.024 0 0 1-1.023-1.024A1.024 1.024 0 0 1 4.32 10.22"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsMigadu(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="M7.082 1.898a7.085 7.085 0 0 0-7.08 6.915c.002 7.002-.004 3.868 0 5.921c-.064 3.519 2.407 7.254 7.082 7.368h.006l.017-4.311c-.009-.007-.033.006-.023-.018a3 3 0 0 1-.178-.007a4 4 0 0 1-1.228-.364c-.713-.413-1.22-1.234-1.35-2.015c-.075-2.297 1.67-3.178 2.754-3.135c1.79.07 2.855 1.473 2.754 3.254v6.596h4.328V15.02a2.8 2.8 0 0 1 .11-.772c.298-1.04 1.204-1.863 2.445-1.982h.383a2.783 2.783 0 0 1 2.57 2.718v7.118H24c-.006-2.361 0-4.722 0-7.082a7.085 7.085 0 0 0-9.836-6.526l-.017-.01a7.086 7.086 0 0 0-7.065-6.586m-2.762 8.32a1.024 1.024 0 0 1 1.024 1.024a1.024 1.024 0 0 1-1.024 1.024a1.024 1.024 0 0 1-1.023-1.024A1.024 1.024 0 0 1 4.32 10.22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.082 1.898a7.085 7.085 0 0 0-7.08 6.915c.002 7.002-.004 3.868 0 5.921c-.064 3.519 2.407 7.254 7.082 7.368h.006l.017-4.311c-.009-.007-.033.006-.023-.018a3 3 0 0 1-.178-.007a4 4 0 0 1-1.228-.364c-.713-.413-1.22-1.234-1.35-2.015c-.075-2.297 1.67-3.178 2.754-3.135c1.79.07 2.855 1.473 2.754 3.254v6.596h4.328V15.02a2.8 2.8 0 0 1 .11-.772c.298-1.04 1.204-1.863 2.445-1.982h.383a2.783 2.783 0 0 1 2.57 2.718v7.118H24c-.006-2.361 0-4.722 0-7.082a7.085 7.085 0 0 0-9.836-6.526l-.017-.01a7.086 7.086 0 0 0-7.065-6.586m-2.762 8.32a1.024 1.024 0 0 1 1.024 1.024a1.024 1.024 0 0 1-1.024 1.024a1.024 1.024 0 0 1-1.023-1.024A1.024 1.024 0 0 1 4.32 10.22"/></svg>
</template>

CSS

.icon-migadu {
  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%22M7.082%201.898a7.085%207.085%200%200%200-7.08%206.915c.002%207.002-.004%203.868%200%205.921c-.064%203.519%202.407%207.254%207.082%207.368h.006l.017-4.311c-.009-.007-.033.006-.023-.018a3%203%200%200%201-.178-.007a4%204%200%200%201-1.228-.364c-.713-.413-1.22-1.234-1.35-2.015c-.075-2.297%201.67-3.178%202.754-3.135c1.79.07%202.855%201.473%202.754%203.254v6.596h4.328V15.02a2.8%202.8%200%200%201%20.11-.772c.298-1.04%201.204-1.863%202.445-1.982h.383a2.783%202.783%200%200%201%202.57%202.718v7.118H24c-.006-2.361%200-4.722%200-7.082a7.085%207.085%200%200%200-9.836-6.526l-.017-.01a7.086%207.086%200%200%200-7.065-6.586m-2.762%208.32a1.024%201.024%200%200%201%201.024%201.024a1.024%201.024%200%200%201-1.024%201.024a1.024%201.024%200%200%201-1.023-1.024A1.024%201.024%200%200%201%204.32%2010.22%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%22M7.082%201.898a7.085%207.085%200%200%200-7.08%206.915c.002%207.002-.004%203.868%200%205.921c-.064%203.519%202.407%207.254%207.082%207.368h.006l.017-4.311c-.009-.007-.033.006-.023-.018a3%203%200%200%201-.178-.007a4%204%200%200%201-1.228-.364c-.713-.413-1.22-1.234-1.35-2.015c-.075-2.297%201.67-3.178%202.754-3.135c1.79.07%202.855%201.473%202.754%203.254v6.596h4.328V15.02a2.8%202.8%200%200%201%20.11-.772c.298-1.04%201.204-1.863%202.445-1.982h.383a2.783%202.783%200%200%201%202.57%202.718v7.118H24c-.006-2.361%200-4.722%200-7.082a7.085%207.085%200%200%200-9.836-6.526l-.017-.01a7.086%207.086%200%200%200-7.065-6.586m-2.762%208.32a1.024%201.024%200%200%201%201.024%201.024a1.024%201.024%200%200%201-1.024%201.024a1.024%201.024%200%200%201-1.023-1.024A1.024%201.024%200%200%201%204.32%2010.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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