repo forked icon
repo-forked from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- repo-forked
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Related icons in Codicons
Use the repo forked icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M7 3.5a2.5 2.5 0 0 1-2 2.45v.55A1.5 1.5 0 0 0 6.5 8h3A1.5 1.5 0 0 0 11 6.5v-.55a2.5 2.5 0 1 1 1 0v.55A2.5 2.5 0 0 1 9.5 9h-1v1.05a2.5 2.5 0 1 1-1 0V9h-1A2.5 2.5 0 0 1 4 6.5v-.55A2.5 2.5 0 1 1 7 3.5M4.5 2a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M8 11a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m5-7.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function CodiconRepoForked(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" fillRule="evenodd" d="M7 3.5a2.5 2.5 0 0 1-2 2.45v.55A1.5 1.5 0 0 0 6.5 8h3A1.5 1.5 0 0 0 11 6.5v-.55a2.5 2.5 0 1 1 1 0v.55A2.5 2.5 0 0 1 9.5 9h-1v1.05a2.5 2.5 0 1 1-1 0V9h-1A2.5 2.5 0 0 1 4 6.5v-.55A2.5 2.5 0 1 1 7 3.5M4.5 2a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M8 11a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m5-7.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M7 3.5a2.5 2.5 0 0 1-2 2.45v.55A1.5 1.5 0 0 0 6.5 8h3A1.5 1.5 0 0 0 11 6.5v-.55a2.5 2.5 0 1 1 1 0v.55A2.5 2.5 0 0 1 9.5 9h-1v1.05a2.5 2.5 0 1 1-1 0V9h-1A2.5 2.5 0 0 1 4 6.5v-.55A2.5 2.5 0 1 1 7 3.5M4.5 2a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M8 11a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m5-7.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-repo-forked {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M7%203.5a2.5%202.5%200%200%201-2%202.45v.55A1.5%201.5%200%200%200%206.5%208h3A1.5%201.5%200%200%200%2011%206.5v-.55a2.5%202.5%200%201%201%201%200v.55A2.5%202.5%200%200%201%209.5%209h-1v1.05a2.5%202.5%200%201%201-1%200V9h-1A2.5%202.5%200%200%201%204%206.5v-.55A2.5%202.5%200%201%201%207%203.5M4.5%202a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M8%2011a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m5-7.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7%203.5a2.5%202.5%200%200%201-2%202.45v.55A1.5%201.5%200%200%200%206.5%208h3A1.5%201.5%200%200%200%2011%206.5v-.55a2.5%202.5%200%201%201%201%200v.55A2.5%202.5%200%200%201%209.5%209h-1v1.05a2.5%202.5%200%201%201-1%200V9h-1A2.5%202.5%200%200%201%204%206.5v-.55A2.5%202.5%200%201%201%207%203.5M4.5%202a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M8%2011a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m5-7.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/repo-forked.svg?color=%231a73e8&size=48