repo forked icon
repo-forked-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- repo-forked-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
- Aliases
- git-fork-24
2 other variants in Octicons
The same icon in other sets
Related icons in Octicons
Use the repo forked icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 19.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M15 4.75a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-12.5 0a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M5.75 6.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 5.75 6.5M12 21a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 12 21m6.25-14.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 18.25 6.5"/><path fill="currentColor" d="M6.5 7.75v1A2.25 2.25 0 0 0 8.75 11h6.5a2.25 2.25 0 0 0 2.25-2.25v-1H19v1a3.75 3.75 0 0 1-3.75 3.75h-6.5A3.75 3.75 0 0 1 5 8.75v-1Z"/><path fill="currentColor" d="M11.25 16.25v-5h1.5v5z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonRepoForked24(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="M8.75 19.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M15 4.75a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-12.5 0a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M5.75 6.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 5.75 6.5M12 21a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 12 21m6.25-14.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 18.25 6.5"/><path fill="currentColor" d="M6.5 7.75v1A2.25 2.25 0 0 0 8.75 11h6.5a2.25 2.25 0 0 0 2.25-2.25v-1H19v1a3.75 3.75 0 0 1-3.75 3.75h-6.5A3.75 3.75 0 0 1 5 8.75v-1Z"/><path fill="currentColor" d="M11.25 16.25v-5h1.5v5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 19.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M15 4.75a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-12.5 0a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M5.75 6.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 5.75 6.5M12 21a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 12 21m6.25-14.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 18.25 6.5"/><path fill="currentColor" d="M6.5 7.75v1A2.25 2.25 0 0 0 8.75 11h6.5a2.25 2.25 0 0 0 2.25-2.25v-1H19v1a3.75 3.75 0 0 1-3.75 3.75h-6.5A3.75 3.75 0 0 1 5 8.75v-1Z"/><path fill="currentColor" d="M11.25 16.25v-5h1.5v5z"/></svg> </template>
CSS
.icon-repo-forked-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%22M8.75%2019.25a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M15%204.75a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m-12.5%200a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M5.75%206.5a1.75%201.75%200%201%200-.001-3.501A1.75%201.75%200%200%200%205.75%206.5M12%2021a1.75%201.75%200%201%200-.001-3.501A1.75%201.75%200%200%200%2012%2021m6.25-14.5a1.75%201.75%200%201%200-.001-3.501A1.75%201.75%200%200%200%2018.25%206.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%207.75v1A2.25%202.25%200%200%200%208.75%2011h6.5a2.25%202.25%200%200%200%202.25-2.25v-1H19v1a3.75%203.75%200%200%201-3.75%203.75h-6.5A3.75%203.75%200%200%201%205%208.75v-1Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%2016.25v-5h1.5v5z%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%22M8.75%2019.25a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M15%204.75a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m-12.5%200a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M5.75%206.5a1.75%201.75%200%201%200-.001-3.501A1.75%201.75%200%200%200%205.75%206.5M12%2021a1.75%201.75%200%201%200-.001-3.501A1.75%201.75%200%200%200%2012%2021m6.25-14.5a1.75%201.75%200%201%200-.001-3.501A1.75%201.75%200%200%200%2018.25%206.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%207.75v1A2.25%202.25%200%200%200%208.75%2011h6.5a2.25%202.25%200%200%200%202.25-2.25v-1H19v1a3.75%203.75%200%200%201-3.75%203.75h-6.5A3.75%203.75%200%200%201%205%208.75v-1Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%2016.25v-5h1.5v5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/repo-forked-24.svg?color=%231a73e8&size=48