git pull request new changes icon

git-pull-request-new-changes from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
git-pull-request-new-changes
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the git pull request new changes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M12.561 4.353L9.647 1.439A1.5 1.5 0 0 0 8.586 1H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h5.382a4 4 0 0 1-.826-1.001H4a1 1 0 0 1-1-1v-10a1 1 0 0 1 1-1h4.586c.132 0 .261.054.354.146l2.914 2.914a.5.5 0 0 1 .146.354V8c.347 0 .678.058 1 .142V5.414c0-.395-.16-.781-.439-1.061M9.5 5.999H8v-1.5a.5.5 0 0 0-1 0v1.5H5.5a.5.5 0 0 0 0 1H7v1.5a.5.5 0 0 0 1 0v-1.5h1.5a.5.5 0 0 0 0-1m-4.5 5.5a.5.5 0 0 0 .5.5H8c0-.347.059-.679.142-1H5.5a.5.5 0 0 0-.5.5"/><path d="M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconGitPullRequestNewChanges(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M12.561 4.353L9.647 1.439A1.5 1.5 0 0 0 8.586 1H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h5.382a4 4 0 0 1-.826-1.001H4a1 1 0 0 1-1-1v-10a1 1 0 0 1 1-1h4.586c.132 0 .261.054.354.146l2.914 2.914a.5.5 0 0 1 .146.354V8c.347 0 .678.058 1 .142V5.414c0-.395-.16-.781-.439-1.061M9.5 5.999H8v-1.5a.5.5 0 0 0-1 0v1.5H5.5a.5.5 0 0 0 0 1H7v1.5a.5.5 0 0 0 1 0v-1.5h1.5a.5.5 0 0 0 0-1m-4.5 5.5a.5.5 0 0 0 .5.5H8c0-.347.059-.679.142-1H5.5a.5.5 0 0 0-.5.5"/><path d="M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M12.561 4.353L9.647 1.439A1.5 1.5 0 0 0 8.586 1H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h5.382a4 4 0 0 1-.826-1.001H4a1 1 0 0 1-1-1v-10a1 1 0 0 1 1-1h4.586c.132 0 .261.054.354.146l2.914 2.914a.5.5 0 0 1 .146.354V8c.347 0 .678.058 1 .142V5.414c0-.395-.16-.781-.439-1.061M9.5 5.999H8v-1.5a.5.5 0 0 0-1 0v1.5H5.5a.5.5 0 0 0 0 1H7v1.5a.5.5 0 0 0 1 0v-1.5h1.5a.5.5 0 0 0 0-1m-4.5 5.5a.5.5 0 0 0 .5.5H8c0-.347.059-.679.142-1H5.5a.5.5 0 0 0-.5.5"/><path d="M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></g></svg>
</template>

CSS

.icon-git-pull-request-new-changes {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.561%204.353L9.647%201.439A1.5%201.5%200%200%200%208.586%201H4c-1.103%200-2%20.897-2%202v10c0%201.103.897%202%202%202h5.382a4%204%200%200%201-.826-1.001H4a1%201%200%200%201-1-1v-10a1%201%200%200%201%201-1h4.586c.132%200%20.261.054.354.146l2.914%202.914a.5.5%200%200%201%20.146.354V8c.347%200%20.678.058%201%20.142V5.414c0-.395-.16-.781-.439-1.061M9.5%205.999H8v-1.5a.5.5%200%200%200-1%200v1.5H5.5a.5.5%200%200%200%200%201H7v1.5a.5.5%200%200%200%201%200v-1.5h1.5a.5.5%200%200%200%200-1m-4.5%205.5a.5.5%200%200%200%20.5.5H8c0-.347.059-.679.142-1H5.5a.5.5%200%200%200-.5.5%22%2F%3E%3Cpath%20d%3D%22M12%2015a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.561%204.353L9.647%201.439A1.5%201.5%200%200%200%208.586%201H4c-1.103%200-2%20.897-2%202v10c0%201.103.897%202%202%202h5.382a4%204%200%200%201-.826-1.001H4a1%201%200%200%201-1-1v-10a1%201%200%200%201%201-1h4.586c.132%200%20.261.054.354.146l2.914%202.914a.5.5%200%200%201%20.146.354V8c.347%200%20.678.058%201%20.142V5.414c0-.395-.16-.781-.439-1.061M9.5%205.999H8v-1.5a.5.5%200%200%200-1%200v1.5H5.5a.5.5%200%200%200%200%201H7v1.5a.5.5%200%200%200%201%200v-1.5h1.5a.5.5%200%200%200%200-1m-4.5%205.5a.5.5%200%200%200%20.5.5H8c0-.347.059-.679.142-1H5.5a.5.5%200%200%200-.5.5%22%2F%3E%3Cpath%20d%3D%22M12%2015a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Git Pull Request New Changes icon — Codicons · IconsDB