git pull request comment icon

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

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

Related icons in Codicons

Use the git pull request comment icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M14.49 7c.83 0 1.5.67 1.5 1.5v4c0 .83-.67 1.5-1.5 1.5h-.5v1.5a.5.5 0 0 1-.31.46a.49.49 0 0 1-.54-.11L11.29 14H8.5c-.83 0-1.5-.67-1.5-1.5v-4C7 7.67 7.67 7 8.5 7zM9.5 11c-.28 0-.5.22-.5.5s.22.5.5.5h4c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zm0-2c-.28 0-.5.22-.5.5s.22.5.5.5h4c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zm-6-8A2.5 2.5 0 0 1 4 5.95v4.1a2.5 2.5 0 1 1-1 0v-4.1A2.5 2.5 0 0 1 3.5 1m0 10c-.83 0-1.5.67-1.5 1.5S2.67 14 3.5 14S5 13.33 5 12.5S4.33 11 3.5 11m0-9C2.67 2 2 2.67 2 3.5S2.67 5 3.5 5S5 4.33 5 3.5S4.33 2 3.5 2" clip-rule="evenodd"/><path d="M9.15 1.15c.19-.2.51-.2.7 0c.2.19.2.51 0 .7L8.71 3h1.79A2.5 2.5 0 0 1 13 5.5V6h-1v-.5c0-.83-.67-1.5-1.5-1.5H8.71l1.14 1.15c.2.19.2.51 0 .7c-.19.2-.51.2-.7 0l-2-2c-.2-.19-.2-.51 0-.7z"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconGitPullRequestComment(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 fillRule="evenodd" d="M14.49 7c.83 0 1.5.67 1.5 1.5v4c0 .83-.67 1.5-1.5 1.5h-.5v1.5a.5.5 0 0 1-.31.46a.49.49 0 0 1-.54-.11L11.29 14H8.5c-.83 0-1.5-.67-1.5-1.5v-4C7 7.67 7.67 7 8.5 7zM9.5 11c-.28 0-.5.22-.5.5s.22.5.5.5h4c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zm0-2c-.28 0-.5.22-.5.5s.22.5.5.5h4c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zm-6-8A2.5 2.5 0 0 1 4 5.95v4.1a2.5 2.5 0 1 1-1 0v-4.1A2.5 2.5 0 0 1 3.5 1m0 10c-.83 0-1.5.67-1.5 1.5S2.67 14 3.5 14S5 13.33 5 12.5S4.33 11 3.5 11m0-9C2.67 2 2 2.67 2 3.5S2.67 5 3.5 5S5 4.33 5 3.5S4.33 2 3.5 2" clipRule="evenodd"/><path d="M9.15 1.15c.19-.2.51-.2.7 0c.2.19.2.51 0 .7L8.71 3h1.79A2.5 2.5 0 0 1 13 5.5V6h-1v-.5c0-.83-.67-1.5-1.5-1.5H8.71l1.14 1.15c.2.19.2.51 0 .7c-.19.2-.51.2-.7 0l-2-2c-.2-.19-.2-.51 0-.7z"/></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 fill-rule="evenodd" d="M14.49 7c.83 0 1.5.67 1.5 1.5v4c0 .83-.67 1.5-1.5 1.5h-.5v1.5a.5.5 0 0 1-.31.46a.49.49 0 0 1-.54-.11L11.29 14H8.5c-.83 0-1.5-.67-1.5-1.5v-4C7 7.67 7.67 7 8.5 7zM9.5 11c-.28 0-.5.22-.5.5s.22.5.5.5h4c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zm0-2c-.28 0-.5.22-.5.5s.22.5.5.5h4c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zm-6-8A2.5 2.5 0 0 1 4 5.95v4.1a2.5 2.5 0 1 1-1 0v-4.1A2.5 2.5 0 0 1 3.5 1m0 10c-.83 0-1.5.67-1.5 1.5S2.67 14 3.5 14S5 13.33 5 12.5S4.33 11 3.5 11m0-9C2.67 2 2 2.67 2 3.5S2.67 5 3.5 5S5 4.33 5 3.5S4.33 2 3.5 2" clip-rule="evenodd"/><path d="M9.15 1.15c.19-.2.51-.2.7 0c.2.19.2.51 0 .7L8.71 3h1.79A2.5 2.5 0 0 1 13 5.5V6h-1v-.5c0-.83-.67-1.5-1.5-1.5H8.71l1.14 1.15c.2.19.2.51 0 .7c-.19.2-.51.2-.7 0l-2-2c-.2-.19-.2-.51 0-.7z"/></g></svg>
</template>

CSS

.icon-git-pull-request-comment {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.49%207c.83%200%201.5.67%201.5%201.5v4c0%20.83-.67%201.5-1.5%201.5h-.5v1.5a.5.5%200%200%201-.31.46a.49.49%200%200%201-.54-.11L11.29%2014H8.5c-.83%200-1.5-.67-1.5-1.5v-4C7%207.67%207.67%207%208.5%207zM9.5%2011c-.28%200-.5.22-.5.5s.22.5.5.5h4c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5zm0-2c-.28%200-.5.22-.5.5s.22.5.5.5h4c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5zm-6-8A2.5%202.5%200%200%201%204%205.95v4.1a2.5%202.5%200%201%201-1%200v-4.1A2.5%202.5%200%200%201%203.5%201m0%2010c-.83%200-1.5.67-1.5%201.5S2.67%2014%203.5%2014S5%2013.33%205%2012.5S4.33%2011%203.5%2011m0-9C2.67%202%202%202.67%202%203.5S2.67%205%203.5%205S5%204.33%205%203.5S4.33%202%203.5%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.15%201.15c.19-.2.51-.2.7%200c.2.19.2.51%200%20.7L8.71%203h1.79A2.5%202.5%200%200%201%2013%205.5V6h-1v-.5c0-.83-.67-1.5-1.5-1.5H8.71l1.14%201.15c.2.19.2.51%200%20.7c-.19.2-.51.2-.7%200l-2-2c-.2-.19-.2-.51%200-.7z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.49%207c.83%200%201.5.67%201.5%201.5v4c0%20.83-.67%201.5-1.5%201.5h-.5v1.5a.5.5%200%200%201-.31.46a.49.49%200%200%201-.54-.11L11.29%2014H8.5c-.83%200-1.5-.67-1.5-1.5v-4C7%207.67%207.67%207%208.5%207zM9.5%2011c-.28%200-.5.22-.5.5s.22.5.5.5h4c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5zm0-2c-.28%200-.5.22-.5.5s.22.5.5.5h4c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5zm-6-8A2.5%202.5%200%200%201%204%205.95v4.1a2.5%202.5%200%201%201-1%200v-4.1A2.5%202.5%200%200%201%203.5%201m0%2010c-.83%200-1.5.67-1.5%201.5S2.67%2014%203.5%2014S5%2013.33%205%2012.5S4.33%2011%203.5%2011m0-9C2.67%202%202%202.67%202%203.5S2.67%205%203.5%205S5%204.33%205%203.5S4.33%202%203.5%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.15%201.15c.19-.2.51-.2.7%200c.2.19.2.51%200%20.7L8.71%203h1.79A2.5%202.5%200%200%201%2013%205.5V6h-1v-.5c0-.83-.67-1.5-1.5-1.5H8.71l1.14%201.15c.2.19.2.51%200%20.7c-.19.2-.51.2-.7%200l-2-2c-.2-.19-.2-.51%200-.7z%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-comment.svg?color=%231a73e8&size=48