git pull request locked icon
git-pull-request-locked-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- git-pull-request-locked-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
Related icons in Octicons
Use the git pull request locked icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 6a3 3 0 0 1 3 3v1.169c.591.281 1 .883 1 1.581v2.5A1.75 1.75 0 0 1 14.25 16h-4.5A1.75 1.75 0 0 1 8 14.25v-2.5c0-.698.409-1.3 1-1.581V9a3 3 0 0 1 3-3m0 1.5A1.5 1.5 0 0 0 10.5 9v1h3V9A1.5 1.5 0 0 0 12 7.5M3.25 1A2.25 2.25 0 0 1 4 5.372v5.257a2.25 2.25 0 1 1-1.5 0V5.372A2.252 2.252 0 0 1 3.25 1m0 1.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M10 .854a.25.25 0 0 0-.427-.177L7.177 3.073a.25.25 0 0 0 0 .355l2.396 2.395A.25.25 0 0 0 10 5.646z"/><path fill="currentColor" d="M11.997 2.708A2.5 2.5 0 0 0 11 2.5h-1V4h1c.5 0 .891 0 .956.597a.735.735 0 0 0 .746.674a.75.75 0 0 0 .746-.674c0-.097 0-.147-.066-.356c0 0-.041-.122-.073-.198a2.2 2.2 0 0 0-.209-.393a2 2 0 0 0-.327-.412l-.039-.036a3 3 0 0 0-.127-.114q-.014-.014-.03-.026a2 2 0 0 0-.172-.129l-.035-.023a3 3 0 0 0-.156-.095l-.047-.025a3 3 0 0 0-.17-.082"/></svg>
React
import type { SVGProps } from "react";
export function OcticonGitPullRequestLocked16(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="M12 6a3 3 0 0 1 3 3v1.169c.591.281 1 .883 1 1.581v2.5A1.75 1.75 0 0 1 14.25 16h-4.5A1.75 1.75 0 0 1 8 14.25v-2.5c0-.698.409-1.3 1-1.581V9a3 3 0 0 1 3-3m0 1.5A1.5 1.5 0 0 0 10.5 9v1h3V9A1.5 1.5 0 0 0 12 7.5M3.25 1A2.25 2.25 0 0 1 4 5.372v5.257a2.25 2.25 0 1 1-1.5 0V5.372A2.252 2.252 0 0 1 3.25 1m0 1.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M10 .854a.25.25 0 0 0-.427-.177L7.177 3.073a.25.25 0 0 0 0 .355l2.396 2.395A.25.25 0 0 0 10 5.646z"/><path fill="currentColor" d="M11.997 2.708A2.5 2.5 0 0 0 11 2.5h-1V4h1c.5 0 .891 0 .956.597a.735.735 0 0 0 .746.674a.75.75 0 0 0 .746-.674c0-.097 0-.147-.066-.356c0 0-.041-.122-.073-.198a2.2 2.2 0 0 0-.209-.393a2 2 0 0 0-.327-.412l-.039-.036a3 3 0 0 0-.127-.114q-.014-.014-.03-.026a2 2 0 0 0-.172-.129l-.035-.023a3 3 0 0 0-.156-.095l-.047-.025a3 3 0 0 0-.17-.082"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 6a3 3 0 0 1 3 3v1.169c.591.281 1 .883 1 1.581v2.5A1.75 1.75 0 0 1 14.25 16h-4.5A1.75 1.75 0 0 1 8 14.25v-2.5c0-.698.409-1.3 1-1.581V9a3 3 0 0 1 3-3m0 1.5A1.5 1.5 0 0 0 10.5 9v1h3V9A1.5 1.5 0 0 0 12 7.5M3.25 1A2.25 2.25 0 0 1 4 5.372v5.257a2.25 2.25 0 1 1-1.5 0V5.372A2.252 2.252 0 0 1 3.25 1m0 1.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 9.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M10 .854a.25.25 0 0 0-.427-.177L7.177 3.073a.25.25 0 0 0 0 .355l2.396 2.395A.25.25 0 0 0 10 5.646z"/><path fill="currentColor" d="M11.997 2.708A2.5 2.5 0 0 0 11 2.5h-1V4h1c.5 0 .891 0 .956.597a.735.735 0 0 0 .746.674a.75.75 0 0 0 .746-.674c0-.097 0-.147-.066-.356c0 0-.041-.122-.073-.198a2.2 2.2 0 0 0-.209-.393a2 2 0 0 0-.327-.412l-.039-.036a3 3 0 0 0-.127-.114q-.014-.014-.03-.026a2 2 0 0 0-.172-.129l-.035-.023a3 3 0 0 0-.156-.095l-.047-.025a3 3 0 0 0-.17-.082"/></svg> </template>
CSS
.icon-git-pull-request-locked-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%22M12%206a3%203%200%200%201%203%203v1.169c.591.281%201%20.883%201%201.581v2.5A1.75%201.75%200%200%201%2014.25%2016h-4.5A1.75%201.75%200%200%201%208%2014.25v-2.5c0-.698.409-1.3%201-1.581V9a3%203%200%200%201%203-3m0%201.5A1.5%201.5%200%200%200%2010.5%209v1h3V9A1.5%201.5%200%200%200%2012%207.5M3.25%201A2.25%202.25%200%200%201%204%205.372v5.257a2.25%202.25%200%201%201-1.5%200V5.372A2.252%202.252%200%200%201%203.25%201m0%201.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m0%209.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M10%20.854a.25.25%200%200%200-.427-.177L7.177%203.073a.25.25%200%200%200%200%20.355l2.396%202.395A.25.25%200%200%200%2010%205.646z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.997%202.708A2.5%202.5%200%200%200%2011%202.5h-1V4h1c.5%200%20.891%200%20.956.597a.735.735%200%200%200%20.746.674a.75.75%200%200%200%20.746-.674c0-.097%200-.147-.066-.356c0%200-.041-.122-.073-.198a2.2%202.2%200%200%200-.209-.393a2%202%200%200%200-.327-.412l-.039-.036a3%203%200%200%200-.127-.114q-.014-.014-.03-.026a2%202%200%200%200-.172-.129l-.035-.023a3%203%200%200%200-.156-.095l-.047-.025a3%203%200%200%200-.17-.082%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%22M12%206a3%203%200%200%201%203%203v1.169c.591.281%201%20.883%201%201.581v2.5A1.75%201.75%200%200%201%2014.25%2016h-4.5A1.75%201.75%200%200%201%208%2014.25v-2.5c0-.698.409-1.3%201-1.581V9a3%203%200%200%201%203-3m0%201.5A1.5%201.5%200%200%200%2010.5%209v1h3V9A1.5%201.5%200%200%200%2012%207.5M3.25%201A2.25%202.25%200%200%201%204%205.372v5.257a2.25%202.25%200%201%201-1.5%200V5.372A2.252%202.252%200%200%201%203.25%201m0%201.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m0%209.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M10%20.854a.25.25%200%200%200-.427-.177L7.177%203.073a.25.25%200%200%200%200%20.355l2.396%202.395A.25.25%200%200%200%2010%205.646z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.997%202.708A2.5%202.5%200%200%200%2011%202.5h-1V4h1c.5%200%20.891%200%20.956.597a.735.735%200%200%200%20.746.674a.75.75%200%200%200%20.746-.674c0-.097%200-.147-.066-.356c0%200-.041-.122-.073-.198a2.2%202.2%200%200%200-.209-.393a2%202%200%200%200-.327-.412l-.039-.036a3%203%200%200%200-.127-.114q-.014-.014-.03-.026a2%202%200%200%200-.172-.129l-.035-.023a3%203%200%200%200-.156-.095l-.047-.025a3%203%200%200%200-.17-.082%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-locked-16.svg?color=%231a73e8&size=48