git pull request draft icon
git-pull-request-draft-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.
- Name
- git-pull-request-draft-fill
- Set
- Keyline Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
Related icons in Keyline Icons
git-arrow-rightgit-branchgit-branch-minusgit-branch-plusgit-checkgit-commit-horizontalgit-commit-verticalgit-comparegit-compare-arrowsgit-connectiongit-forkgit-graphgit-joingit-mergegit-merge-conflictgit-pull-requestgit-pull-request-arrowgit-pull-request-closedgit-pull-request-creategit-pull-request-create-arrowgit-pull-request-plusgit-refreshgit-returngit-x
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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M6 21V9"/><path fill="currentColor" d="M10 6C10 8.20914 8.20914 10 6 10C3.79086 10 2 8.20914 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6ZM22 18C22 15.7909 20.2091 14 18 14C15.7909 14 14 15.7909 14 18C14 20.2091 15.7909 22 18 22C20.2091 22 22 20.2091 22 18Z" stroke="none"/><path fill="currentColor" d="M19.5 10C19.5 9.17157 18.8284 8.5 18 8.5C17.1716 8.5 16.5 9.17157 16.5 10C16.5 10.8284 17.1716 11.5 18 11.5C18.8284 11.5 19.5 10.8284 19.5 10ZM19.5 4.5C19.5 3.67157 18.8284 3 18 3C17.1716 3 16.5 3.67157 16.5 4.5C16.5 5.32843 17.1716 6 18 6C18.8284 6 19.5 5.32843 19.5 4.5Z" stroke="none"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsGitPullRequestDraftFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M6 21V9"/><path fill="currentColor" d="M10 6C10 8.20914 8.20914 10 6 10C3.79086 10 2 8.20914 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6ZM22 18C22 15.7909 20.2091 14 18 14C15.7909 14 14 15.7909 14 18C14 20.2091 15.7909 22 18 22C20.2091 22 22 20.2091 22 18Z" stroke="none"/><path fill="currentColor" d="M19.5 10C19.5 9.17157 18.8284 8.5 18 8.5C17.1716 8.5 16.5 9.17157 16.5 10C16.5 10.8284 17.1716 11.5 18 11.5C18.8284 11.5 19.5 10.8284 19.5 10ZM19.5 4.5C19.5 3.67157 18.8284 3 18 3C17.1716 3 16.5 3.67157 16.5 4.5C16.5 5.32843 17.1716 6 18 6C18.8284 6 19.5 5.32843 19.5 4.5Z" stroke="none"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M6 21V9"/><path fill="currentColor" d="M10 6C10 8.20914 8.20914 10 6 10C3.79086 10 2 8.20914 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6ZM22 18C22 15.7909 20.2091 14 18 14C15.7909 14 14 15.7909 14 18C14 20.2091 15.7909 22 18 22C20.2091 22 22 20.2091 22 18Z" stroke="none"/><path fill="currentColor" d="M19.5 10C19.5 9.17157 18.8284 8.5 18 8.5C17.1716 8.5 16.5 9.17157 16.5 10C16.5 10.8284 17.1716 11.5 18 11.5C18.8284 11.5 19.5 10.8284 19.5 10ZM19.5 4.5C19.5 3.67157 18.8284 3 18 3C17.1716 3 16.5 3.67157 16.5 4.5C16.5 5.32843 17.1716 6 18 6C18.8284 6 19.5 5.32843 19.5 4.5Z" stroke="none"/></g></svg> </template>
CSS
.icon-git-pull-request-draft-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M6%2021V9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%206C10%208.20914%208.20914%2010%206%2010C3.79086%2010%202%208.20914%202%206C2%203.79086%203.79086%202%206%202C8.20914%202%2010%203.79086%2010%206ZM22%2018C22%2015.7909%2020.2091%2014%2018%2014C15.7909%2014%2014%2015.7909%2014%2018C14%2020.2091%2015.7909%2022%2018%2022C20.2091%2022%2022%2020.2091%2022%2018Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.5%2010C19.5%209.17157%2018.8284%208.5%2018%208.5C17.1716%208.5%2016.5%209.17157%2016.5%2010C16.5%2010.8284%2017.1716%2011.5%2018%2011.5C18.8284%2011.5%2019.5%2010.8284%2019.5%2010ZM19.5%204.5C19.5%203.67157%2018.8284%203%2018%203C17.1716%203%2016.5%203.67157%2016.5%204.5C16.5%205.32843%2017.1716%206%2018%206C18.8284%206%2019.5%205.32843%2019.5%204.5Z%22%20stroke%3D%22none%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M6%2021V9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%206C10%208.20914%208.20914%2010%206%2010C3.79086%2010%202%208.20914%202%206C2%203.79086%203.79086%202%206%202C8.20914%202%2010%203.79086%2010%206ZM22%2018C22%2015.7909%2020.2091%2014%2018%2014C15.7909%2014%2014%2015.7909%2014%2018C14%2020.2091%2015.7909%2022%2018%2022C20.2091%2022%2022%2020.2091%2022%2018Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.5%2010C19.5%209.17157%2018.8284%208.5%2018%208.5C17.1716%208.5%2016.5%209.17157%2016.5%2010C16.5%2010.8284%2017.1716%2011.5%2018%2011.5C18.8284%2011.5%2019.5%2010.8284%2019.5%2010ZM19.5%204.5C19.5%203.67157%2018.8284%203%2018%203C17.1716%203%2016.5%203.67157%2016.5%204.5C16.5%205.32843%2017.1716%206%2018%206C18.8284%206%2019.5%205.32843%2019.5%204.5Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/git-pull-request-draft-fill.svg?color=%231a73e8&size=48