git pull request draft icon
git-pull-request-draft-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- git-pull-request-draft-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
1 other variant in Octicons
The same icon in other sets
Related icons in Octicons
Use the git pull request draft icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 1.5a3.25 3.25 0 0 1 .745 6.414L5.5 8v8l-.005.086A3.25 3.25 0 0 1 4.75 22.5a3.25 3.25 0 0 1-.745-6.414L4 16V8q0-.043.005-.086A3.25 3.25 0 0 1 4.75 1.5M16 19.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M3 4.75a1.75 1.75 0 1 0 3.501-.001A1.75 1.75 0 0 0 3 4.75m0 14.5a1.75 1.75 0 1 0 3.501-.001A1.75 1.75 0 0 0 3 19.25m16.25-1.75a1.75 1.75 0 1 0 .001 3.501a1.75 1.75 0 0 0-.001-3.501m0-11.5a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5M21 11.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0"/></svg>
React
import type { SVGProps } from "react";
export function OcticonGitPullRequestDraft24(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="M4.75 1.5a3.25 3.25 0 0 1 .745 6.414L5.5 8v8l-.005.086A3.25 3.25 0 0 1 4.75 22.5a3.25 3.25 0 0 1-.745-6.414L4 16V8q0-.043.005-.086A3.25 3.25 0 0 1 4.75 1.5M16 19.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M3 4.75a1.75 1.75 0 1 0 3.501-.001A1.75 1.75 0 0 0 3 4.75m0 14.5a1.75 1.75 0 1 0 3.501-.001A1.75 1.75 0 0 0 3 19.25m16.25-1.75a1.75 1.75 0 1 0 .001 3.501a1.75 1.75 0 0 0-.001-3.501m0-11.5a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5M21 11.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 1.5a3.25 3.25 0 0 1 .745 6.414L5.5 8v8l-.005.086A3.25 3.25 0 0 1 4.75 22.5a3.25 3.25 0 0 1-.745-6.414L4 16V8q0-.043.005-.086A3.25 3.25 0 0 1 4.75 1.5M16 19.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M3 4.75a1.75 1.75 0 1 0 3.501-.001A1.75 1.75 0 0 0 3 4.75m0 14.5a1.75 1.75 0 1 0 3.501-.001A1.75 1.75 0 0 0 3 19.25m16.25-1.75a1.75 1.75 0 1 0 .001 3.501a1.75 1.75 0 0 0-.001-3.501m0-11.5a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5M21 11.25a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0"/></svg> </template>
CSS
.icon-git-pull-request-draft-24 {
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%22M4.75%201.5a3.25%203.25%200%200%201%20.745%206.414L5.5%208v8l-.005.086A3.25%203.25%200%200%201%204.75%2022.5a3.25%203.25%200%200%201-.745-6.414L4%2016V8q0-.043.005-.086A3.25%203.25%200%200%201%204.75%201.5M16%2019.25a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M3%204.75a1.75%201.75%200%201%200%203.501-.001A1.75%201.75%200%200%200%203%204.75m0%2014.5a1.75%201.75%200%201%200%203.501-.001A1.75%201.75%200%200%200%203%2019.25m16.25-1.75a1.75%201.75%200%201%200%20.001%203.501a1.75%201.75%200%200%200-.001-3.501m0-11.5a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5M21%2011.25a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200%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%22M4.75%201.5a3.25%203.25%200%200%201%20.745%206.414L5.5%208v8l-.005.086A3.25%203.25%200%200%201%204.75%2022.5a3.25%203.25%200%200%201-.745-6.414L4%2016V8q0-.043.005-.086A3.25%203.25%200%200%201%204.75%201.5M16%2019.25a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M3%204.75a1.75%201.75%200%201%200%203.501-.001A1.75%201.75%200%200%200%203%204.75m0%2014.5a1.75%201.75%200%201%200%203.501-.001A1.75%201.75%200%200%200%203%2019.25m16.25-1.75a1.75%201.75%200%201%200%20.001%203.501a1.75%201.75%200%200%200-.001-3.501m0-11.5a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5M21%2011.25a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/git-pull-request-draft-24.svg?color=%231a73e8&size=48