git pull request close icon

git-pull-request-close-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
git-pull-request-close-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the git pull request close icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 3a2.998 2.998 0 0 1 1 5.825v6.349A2.999 2.999 0 0 1 6 21a3 3 0 0 1-1-5.826V8.825A2.998 2.998 0 0 1 6 3m12 7a1 1 0 0 1 1 1v4.174A2.999 2.999 0 1 1 15 18c0-1.306.835-2.414 2-2.826V11a1 1 0 0 1 1-1m1.414-6.828a1 1 0 1 1 1.414 1.414L19.414 6l1.414 1.414a1.001 1.001 0 0 1-1.414 1.415L18 7.414l-1.414 1.415a1 1 0 0 1-1.414-1.415L16.586 6l-1.414-1.414a1 1 0 1 1 1.414-1.414L18 4.586z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteGitPullRequestCloseFill(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="M6 3a2.998 2.998 0 0 1 1 5.825v6.349A2.999 2.999 0 0 1 6 21a3 3 0 0 1-1-5.826V8.825A2.998 2.998 0 0 1 6 3m12 7a1 1 0 0 1 1 1v4.174A2.999 2.999 0 1 1 15 18c0-1.306.835-2.414 2-2.826V11a1 1 0 0 1 1-1m1.414-6.828a1 1 0 1 1 1.414 1.414L19.414 6l1.414 1.414a1.001 1.001 0 0 1-1.414 1.415L18 7.414l-1.414 1.415a1 1 0 0 1-1.414-1.415L16.586 6l-1.414-1.414a1 1 0 1 1 1.414-1.414L18 4.586z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 3a2.998 2.998 0 0 1 1 5.825v6.349A2.999 2.999 0 0 1 6 21a3 3 0 0 1-1-5.826V8.825A2.998 2.998 0 0 1 6 3m12 7a1 1 0 0 1 1 1v4.174A2.999 2.999 0 1 1 15 18c0-1.306.835-2.414 2-2.826V11a1 1 0 0 1 1-1m1.414-6.828a1 1 0 1 1 1.414 1.414L19.414 6l1.414 1.414a1.001 1.001 0 0 1-1.414 1.415L18 7.414l-1.414 1.415a1 1 0 0 1-1.414-1.415L16.586 6l-1.414-1.414a1 1 0 1 1 1.414-1.414L18 4.586z"/></svg>
</template>

CSS

.icon-git-pull-request-close-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%22M6%203a2.998%202.998%200%200%201%201%205.825v6.349A2.999%202.999%200%200%201%206%2021a3%203%200%200%201-1-5.826V8.825A2.998%202.998%200%200%201%206%203m12%207a1%201%200%200%201%201%201v4.174A2.999%202.999%200%201%201%2015%2018c0-1.306.835-2.414%202-2.826V11a1%201%200%200%201%201-1m1.414-6.828a1%201%200%201%201%201.414%201.414L19.414%206l1.414%201.414a1.001%201.001%200%200%201-1.414%201.415L18%207.414l-1.414%201.415a1%201%200%200%201-1.414-1.415L16.586%206l-1.414-1.414a1%201%200%201%201%201.414-1.414L18%204.586z%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%22M6%203a2.998%202.998%200%200%201%201%205.825v6.349A2.999%202.999%200%200%201%206%2021a3%203%200%200%201-1-5.826V8.825A2.998%202.998%200%200%201%206%203m12%207a1%201%200%200%201%201%201v4.174A2.999%202.999%200%201%201%2015%2018c0-1.306.835-2.414%202-2.826V11a1%201%200%200%201%201-1m1.414-6.828a1%201%200%201%201%201.414%201.414L19.414%206l1.414%201.414a1.001%201.001%200%200%201-1.414%201.415L18%207.414l-1.414%201.415a1%201%200%200%201-1.414-1.415L16.586%206l-1.414-1.414a1%201%200%201%201%201.414-1.414L18%204.586z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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