misskey-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
misskey-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the misskey icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 16.615a2.385 2.385 0 0 1-4.77 0v-1.654l-.312.374a2.5 2.5 0 0 1-3.836 0l-.312-.374v1.654a2.385 2.385 0 0 1-4.77 0V7.468C2 5.36 4.638 4.409 5.982 6.032L8.615 9.21l.082.08a.5.5 0 0 0 .688-.08l2.763-3.321C13.525 4.47 16 5.426 16 7.468zM19.5 10a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m2.5 6.5a2.5 2.5 0 0 1-5 0v-3a2.5 2.5 0 0 1 5 0z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteMisskeyFill(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="M16 16.615a2.385 2.385 0 0 1-4.77 0v-1.654l-.312.374a2.5 2.5 0 0 1-3.836 0l-.312-.374v1.654a2.385 2.385 0 0 1-4.77 0V7.468C2 5.36 4.638 4.409 5.982 6.032L8.615 9.21l.082.08a.5.5 0 0 0 .688-.08l2.763-3.321C13.525 4.47 16 5.426 16 7.468zM19.5 10a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m2.5 6.5a2.5 2.5 0 0 1-5 0v-3a2.5 2.5 0 0 1 5 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 16.615a2.385 2.385 0 0 1-4.77 0v-1.654l-.312.374a2.5 2.5 0 0 1-3.836 0l-.312-.374v1.654a2.385 2.385 0 0 1-4.77 0V7.468C2 5.36 4.638 4.409 5.982 6.032L8.615 9.21l.082.08a.5.5 0 0 0 .688-.08l2.763-3.321C13.525 4.47 16 5.426 16 7.468zM19.5 10a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m2.5 6.5a2.5 2.5 0 0 1-5 0v-3a2.5 2.5 0 0 1 5 0z"/></svg>
</template>

CSS

.icon-misskey-fill {
  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%22M16%2016.615a2.385%202.385%200%200%201-4.77%200v-1.654l-.312.374a2.5%202.5%200%200%201-3.836%200l-.312-.374v1.654a2.385%202.385%200%200%201-4.77%200V7.468C2%205.36%204.638%204.409%205.982%206.032L8.615%209.21l.082.08a.5.5%200%200%200%20.688-.08l2.763-3.321C13.525%204.47%2016%205.426%2016%207.468zM19.5%2010a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m2.5%206.5a2.5%202.5%200%200%201-5%200v-3a2.5%202.5%200%200%201%205%200z%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%22M16%2016.615a2.385%202.385%200%200%201-4.77%200v-1.654l-.312.374a2.5%202.5%200%200%201-3.836%200l-.312-.374v1.654a2.385%202.385%200%200%201-4.77%200V7.468C2%205.36%204.638%204.409%205.982%206.032L8.615%209.21l.082.08a.5.5%200%200%200%20.688-.08l2.763-3.321C13.525%204.47%2016%205.426%2016%207.468zM19.5%2010a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m2.5%206.5a2.5%202.5%200%200%201-5%200v-3a2.5%202.5%200%200%201%205%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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