git repo forked icon

git-repo-forked from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
git-repo-forked
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-git-repo-forked

Related icons in BoxIcons v2

Use the git 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="M5.559 8.855c.166 1.183.789 3.207 3.087 4.079C11 13.829 11 14.534 11 15v.163c-1.44.434-2.5 1.757-2.5 3.337c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5c0-1.58-1.06-2.903-2.5-3.337V15c0-.466 0-1.171 2.354-2.065c2.298-.872 2.921-2.896 3.087-4.079C19.912 8.441 21 7.102 21 5.5C21 3.57 19.43 2 17.5 2S14 3.57 14 5.5c0 1.552 1.022 2.855 2.424 3.313c-.146.735-.565 1.791-1.778 2.252c-1.192.452-2.053.953-2.646 1.536c-.593-.583-1.453-1.084-2.646-1.536c-1.213-.461-1.633-1.517-1.778-2.252C8.978 8.355 10 7.052 10 5.5C10 3.57 8.43 2 6.5 2S3 3.57 3 5.5c0 1.602 1.088 2.941 2.559 3.355M17.5 4c.827 0 1.5.673 1.5 1.5S18.327 7 17.5 7S16 6.327 16 5.5S16.673 4 17.5 4m-4 14.5c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5s1.5.673 1.5 1.5M6.5 4C7.327 4 8 4.673 8 5.5S7.327 7 6.5 7S5 6.327 5 5.5S5.673 4 6.5 4"/></svg>

React

import type { SVGProps } from "react";

export function BxGitRepoForked(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="M5.559 8.855c.166 1.183.789 3.207 3.087 4.079C11 13.829 11 14.534 11 15v.163c-1.44.434-2.5 1.757-2.5 3.337c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5c0-1.58-1.06-2.903-2.5-3.337V15c0-.466 0-1.171 2.354-2.065c2.298-.872 2.921-2.896 3.087-4.079C19.912 8.441 21 7.102 21 5.5C21 3.57 19.43 2 17.5 2S14 3.57 14 5.5c0 1.552 1.022 2.855 2.424 3.313c-.146.735-.565 1.791-1.778 2.252c-1.192.452-2.053.953-2.646 1.536c-.593-.583-1.453-1.084-2.646-1.536c-1.213-.461-1.633-1.517-1.778-2.252C8.978 8.355 10 7.052 10 5.5C10 3.57 8.43 2 6.5 2S3 3.57 3 5.5c0 1.602 1.088 2.941 2.559 3.355M17.5 4c.827 0 1.5.673 1.5 1.5S18.327 7 17.5 7S16 6.327 16 5.5S16.673 4 17.5 4m-4 14.5c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5s1.5.673 1.5 1.5M6.5 4C7.327 4 8 4.673 8 5.5S7.327 7 6.5 7S5 6.327 5 5.5S5.673 4 6.5 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.559 8.855c.166 1.183.789 3.207 3.087 4.079C11 13.829 11 14.534 11 15v.163c-1.44.434-2.5 1.757-2.5 3.337c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5c0-1.58-1.06-2.903-2.5-3.337V15c0-.466 0-1.171 2.354-2.065c2.298-.872 2.921-2.896 3.087-4.079C19.912 8.441 21 7.102 21 5.5C21 3.57 19.43 2 17.5 2S14 3.57 14 5.5c0 1.552 1.022 2.855 2.424 3.313c-.146.735-.565 1.791-1.778 2.252c-1.192.452-2.053.953-2.646 1.536c-.593-.583-1.453-1.084-2.646-1.536c-1.213-.461-1.633-1.517-1.778-2.252C8.978 8.355 10 7.052 10 5.5C10 3.57 8.43 2 6.5 2S3 3.57 3 5.5c0 1.602 1.088 2.941 2.559 3.355M17.5 4c.827 0 1.5.673 1.5 1.5S18.327 7 17.5 7S16 6.327 16 5.5S16.673 4 17.5 4m-4 14.5c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5s1.5.673 1.5 1.5M6.5 4C7.327 4 8 4.673 8 5.5S7.327 7 6.5 7S5 6.327 5 5.5S5.673 4 6.5 4"/></svg>
</template>

CSS

.icon-git-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.559%208.855c.166%201.183.789%203.207%203.087%204.079C11%2013.829%2011%2014.534%2011%2015v.163c-1.44.434-2.5%201.757-2.5%203.337c0%201.93%201.57%203.5%203.5%203.5s3.5-1.57%203.5-3.5c0-1.58-1.06-2.903-2.5-3.337V15c0-.466%200-1.171%202.354-2.065c2.298-.872%202.921-2.896%203.087-4.079C19.912%208.441%2021%207.102%2021%205.5C21%203.57%2019.43%202%2017.5%202S14%203.57%2014%205.5c0%201.552%201.022%202.855%202.424%203.313c-.146.735-.565%201.791-1.778%202.252c-1.192.452-2.053.953-2.646%201.536c-.593-.583-1.453-1.084-2.646-1.536c-1.213-.461-1.633-1.517-1.778-2.252C8.978%208.355%2010%207.052%2010%205.5C10%203.57%208.43%202%206.5%202S3%203.57%203%205.5c0%201.602%201.088%202.941%202.559%203.355M17.5%204c.827%200%201.5.673%201.5%201.5S18.327%207%2017.5%207S16%206.327%2016%205.5S16.673%204%2017.5%204m-4%2014.5c0%20.827-.673%201.5-1.5%201.5s-1.5-.673-1.5-1.5s.673-1.5%201.5-1.5s1.5.673%201.5%201.5M6.5%204C7.327%204%208%204.673%208%205.5S7.327%207%206.5%207S5%206.327%205%205.5S5.673%204%206.5%204%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%22M5.559%208.855c.166%201.183.789%203.207%203.087%204.079C11%2013.829%2011%2014.534%2011%2015v.163c-1.44.434-2.5%201.757-2.5%203.337c0%201.93%201.57%203.5%203.5%203.5s3.5-1.57%203.5-3.5c0-1.58-1.06-2.903-2.5-3.337V15c0-.466%200-1.171%202.354-2.065c2.298-.872%202.921-2.896%203.087-4.079C19.912%208.441%2021%207.102%2021%205.5C21%203.57%2019.43%202%2017.5%202S14%203.57%2014%205.5c0%201.552%201.022%202.855%202.424%203.313c-.146.735-.565%201.791-1.778%202.252c-1.192.452-2.053.953-2.646%201.536c-.593-.583-1.453-1.084-2.646-1.536c-1.213-.461-1.633-1.517-1.778-2.252C8.978%208.355%2010%207.052%2010%205.5C10%203.57%208.43%202%206.5%202S3%203.57%203%205.5c0%201.602%201.088%202.941%202.559%203.355M17.5%204c.827%200%201.5.673%201.5%201.5S18.327%207%2017.5%207S16%206.327%2016%205.5S16.673%204%2017.5%204m-4%2014.5c0%20.827-.673%201.5-1.5%201.5s-1.5-.673-1.5-1.5s.673-1.5%201.5-1.5s1.5.673%201.5%201.5M6.5%204C7.327%204%208%204.673%208%205.5S7.327%207%206.5%207S5%206.327%205%205.5S5.673%204%206.5%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/git-repo-forked.svg?color=%231a73e8&size=48