feed pull request closed icon

feed-pull-request-closed-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
feed-pull-request-closed-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

Related icons in Octicons

Use the feed pull request closed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M5.5 12.25A1.75 1.75 0 0 0 6 8.822V6.928A1.752 1.752 0 0 0 5.5 3.5A1.75 1.75 0 0 0 5 6.928v1.894a1.752 1.752 0 0 0 .5 3.428m5-5a.5.5 0 0 0-.5.5v1.072a1.752 1.752 0 0 0 .5 3.428a1.75 1.75 0 0 0 .5-3.428V7.75a.5.5 0 0 0-.5-.5m1.255-2.763a.5.5 0 0 0-.707-.707l-.53.531l-.531-.531a.5.5 0 0 0-.707.707l.531.531l-.531.53a.5.5 0 0 0 .707.707l.531-.53l.53.53a.5.5 0 0 0 .707-.707l-.53-.53Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonFeedPullRequestClosed16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M5.5 12.25A1.75 1.75 0 0 0 6 8.822V6.928A1.752 1.752 0 0 0 5.5 3.5A1.75 1.75 0 0 0 5 6.928v1.894a1.752 1.752 0 0 0 .5 3.428m5-5a.5.5 0 0 0-.5.5v1.072a1.752 1.752 0 0 0 .5 3.428a1.75 1.75 0 0 0 .5-3.428V7.75a.5.5 0 0 0-.5-.5m1.255-2.763a.5.5 0 0 0-.707-.707l-.53.531l-.531-.531a.5.5 0 0 0-.707.707l.531.531l-.531.53a.5.5 0 0 0 .707.707l.531-.53l.53.53a.5.5 0 0 0 .707-.707l-.53-.53Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M5.5 12.25A1.75 1.75 0 0 0 6 8.822V6.928A1.752 1.752 0 0 0 5.5 3.5A1.75 1.75 0 0 0 5 6.928v1.894a1.752 1.752 0 0 0 .5 3.428m5-5a.5.5 0 0 0-.5.5v1.072a1.752 1.752 0 0 0 .5 3.428a1.75 1.75 0 0 0 .5-3.428V7.75a.5.5 0 0 0-.5-.5m1.255-2.763a.5.5 0 0 0-.707-.707l-.53.531l-.531-.531a.5.5 0 0 0-.707.707l.531.531l-.531.53a.5.5 0 0 0 .707.707l.531-.53l.53.53a.5.5 0 0 0 .707-.707l-.53-.53Z"/></svg>
</template>

CSS

.icon-feed-pull-request-closed-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200a8%208%200%201%201%200%2016A8%208%200%200%201%208%200M5.5%2012.25A1.75%201.75%200%200%200%206%208.822V6.928A1.752%201.752%200%200%200%205.5%203.5A1.75%201.75%200%200%200%205%206.928v1.894a1.752%201.752%200%200%200%20.5%203.428m5-5a.5.5%200%200%200-.5.5v1.072a1.752%201.752%200%200%200%20.5%203.428a1.75%201.75%200%200%200%20.5-3.428V7.75a.5.5%200%200%200-.5-.5m1.255-2.763a.5.5%200%200%200-.707-.707l-.53.531l-.531-.531a.5.5%200%200%200-.707.707l.531.531l-.531.53a.5.5%200%200%200%20.707.707l.531-.53l.53.53a.5.5%200%200%200%20.707-.707l-.53-.53Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200a8%208%200%201%201%200%2016A8%208%200%200%201%208%200M5.5%2012.25A1.75%201.75%200%200%200%206%208.822V6.928A1.752%201.752%200%200%200%205.5%203.5A1.75%201.75%200%200%200%205%206.928v1.894a1.752%201.752%200%200%200%20.5%203.428m5-5a.5.5%200%200%200-.5.5v1.072a1.752%201.752%200%200%200%20.5%203.428a1.75%201.75%200%200%200%20.5-3.428V7.75a.5.5%200%200%200-.5-.5m1.255-2.763a.5.5%200%200%200-.707-.707l-.53.531l-.531-.531a.5.5%200%200%200-.707.707l.531.531l-.531.53a.5.5%200%200%200%20.707.707l.531-.53l.53.53a.5.5%200%200%200%20.707-.707l-.53-.53Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/feed-pull-request-closed-16.svg?color=%231a73e8&size=48