git fork icon
git-fork-outline from Solar by 480 Design · Outline · IT · CC-BY-4.0 Attribution required.
- Name
- git-fork-outline
- Set
- Solar
- Style
- Outline
- Category
- IT
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More it icons from Solar
braces-boldbrackets-boldbug-boldbug-minimalistic-boldcode-2-boldcode-boldcode-circle-boldcode-square-boldcommand-boldgit-branch-boldgit-commit-boldgit-diff-boldgit-graph-boldgit-pull-request-boldhashtag-boldhashtag-chat-boldhashtag-circle-boldhashtag-square-boldpanel-top-boldpanel-top-close-boldpanel-top-open-boldpanels-top-left-boldparentheses-boldprogramming-bold
Use the git fork icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19 1.25C21.0711 1.25 22.75 2.92893 22.75 5C22.75 6.8152 21.4601 8.32843 19.7471 8.6748C19.7409 9.31008 19.7153 9.88274 19.6016 10.3662C19.4302 11.0946 19.056 11.6601 18.3467 12.0654C17.687 12.4423 16.8826 12.5991 15.8975 12.6748C15.0653 12.7387 14.0327 12.7476 12.75 12.749V15.3281C14.4618 15.6755 15.75 17.1896 15.75 19.0039C15.75 21.075 14.0711 22.7539 12 22.7539C9.92893 22.7539 8.25 21.075 8.25 19.0039C8.25 17.1896 9.53824 15.6755 11.25 15.3281V12.749C9.96734 12.7476 8.93471 12.7387 8.10254 12.6748C7.11744 12.5991 6.31299 12.4423 5.65332 12.0654C4.94399 11.6601 4.56981 11.0946 4.39844 10.3662C4.28469 9.88274 4.25815 9.31008 4.25195 8.6748C2.53936 8.32806 1.25 6.81487 1.25 5C1.25 2.92893 2.92893 1.25 5 1.25C7.07107 1.25 8.75 2.92893 8.75 5C8.75 6.81348 7.46259 8.32556 5.75195 8.67383C5.75829 9.27356 5.7811 9.69376 5.8584 10.0225C5.94331 10.3833 6.08166 10.5822 6.39746 10.7627C6.76285 10.9715 7.29597 11.108 8.2168 11.1787C9.13436 11.2492 10.3379 11.25 12 11.25C13.6621 11.25 14.8656 11.2492 15.7832 11.1787C16.704 11.108 17.2372 10.9715 17.6025 10.7627C17.9183 10.5822 18.0567 10.3833 18.1416 10.0225C18.2189 9.69377 18.2407 9.27355 18.2471 8.67383C16.5369 8.3252 15.25 6.81314 15.25 5C15.25 2.92893 16.9289 1.25 19 1.25ZM12 16.7539C10.7574 16.7539 9.75 17.7613 9.75 19.0039C9.75 20.2465 10.7574 21.2539 12 21.2539C13.2426 21.2539 14.25 20.2465 14.25 19.0039C14.25 17.7613 13.2426 16.7539 12 16.7539ZM5 2.75C3.75736 2.75 2.75 3.75736 2.75 5C2.75 6.24264 3.75736 7.25 5 7.25C6.24264 7.25 7.25 6.24264 7.25 5C7.25 3.75736 6.24264 2.75 5 2.75ZM19 2.75C17.7574 2.75 16.75 3.75736 16.75 5C16.75 6.24264 17.7574 7.25 19 7.25C20.2426 7.25 21.25 6.24264 21.25 5C21.25 3.75736 20.2426 2.75 19 2.75Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarGitForkOutline(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" fillRule="evenodd" d="M19 1.25C21.0711 1.25 22.75 2.92893 22.75 5C22.75 6.8152 21.4601 8.32843 19.7471 8.6748C19.7409 9.31008 19.7153 9.88274 19.6016 10.3662C19.4302 11.0946 19.056 11.6601 18.3467 12.0654C17.687 12.4423 16.8826 12.5991 15.8975 12.6748C15.0653 12.7387 14.0327 12.7476 12.75 12.749V15.3281C14.4618 15.6755 15.75 17.1896 15.75 19.0039C15.75 21.075 14.0711 22.7539 12 22.7539C9.92893 22.7539 8.25 21.075 8.25 19.0039C8.25 17.1896 9.53824 15.6755 11.25 15.3281V12.749C9.96734 12.7476 8.93471 12.7387 8.10254 12.6748C7.11744 12.5991 6.31299 12.4423 5.65332 12.0654C4.94399 11.6601 4.56981 11.0946 4.39844 10.3662C4.28469 9.88274 4.25815 9.31008 4.25195 8.6748C2.53936 8.32806 1.25 6.81487 1.25 5C1.25 2.92893 2.92893 1.25 5 1.25C7.07107 1.25 8.75 2.92893 8.75 5C8.75 6.81348 7.46259 8.32556 5.75195 8.67383C5.75829 9.27356 5.7811 9.69376 5.8584 10.0225C5.94331 10.3833 6.08166 10.5822 6.39746 10.7627C6.76285 10.9715 7.29597 11.108 8.2168 11.1787C9.13436 11.2492 10.3379 11.25 12 11.25C13.6621 11.25 14.8656 11.2492 15.7832 11.1787C16.704 11.108 17.2372 10.9715 17.6025 10.7627C17.9183 10.5822 18.0567 10.3833 18.1416 10.0225C18.2189 9.69377 18.2407 9.27355 18.2471 8.67383C16.5369 8.3252 15.25 6.81314 15.25 5C15.25 2.92893 16.9289 1.25 19 1.25ZM12 16.7539C10.7574 16.7539 9.75 17.7613 9.75 19.0039C9.75 20.2465 10.7574 21.2539 12 21.2539C13.2426 21.2539 14.25 20.2465 14.25 19.0039C14.25 17.7613 13.2426 16.7539 12 16.7539ZM5 2.75C3.75736 2.75 2.75 3.75736 2.75 5C2.75 6.24264 3.75736 7.25 5 7.25C6.24264 7.25 7.25 6.24264 7.25 5C7.25 3.75736 6.24264 2.75 5 2.75ZM19 2.75C17.7574 2.75 16.75 3.75736 16.75 5C16.75 6.24264 17.7574 7.25 19 7.25C20.2426 7.25 21.25 6.24264 21.25 5C21.25 3.75736 20.2426 2.75 19 2.75Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19 1.25C21.0711 1.25 22.75 2.92893 22.75 5C22.75 6.8152 21.4601 8.32843 19.7471 8.6748C19.7409 9.31008 19.7153 9.88274 19.6016 10.3662C19.4302 11.0946 19.056 11.6601 18.3467 12.0654C17.687 12.4423 16.8826 12.5991 15.8975 12.6748C15.0653 12.7387 14.0327 12.7476 12.75 12.749V15.3281C14.4618 15.6755 15.75 17.1896 15.75 19.0039C15.75 21.075 14.0711 22.7539 12 22.7539C9.92893 22.7539 8.25 21.075 8.25 19.0039C8.25 17.1896 9.53824 15.6755 11.25 15.3281V12.749C9.96734 12.7476 8.93471 12.7387 8.10254 12.6748C7.11744 12.5991 6.31299 12.4423 5.65332 12.0654C4.94399 11.6601 4.56981 11.0946 4.39844 10.3662C4.28469 9.88274 4.25815 9.31008 4.25195 8.6748C2.53936 8.32806 1.25 6.81487 1.25 5C1.25 2.92893 2.92893 1.25 5 1.25C7.07107 1.25 8.75 2.92893 8.75 5C8.75 6.81348 7.46259 8.32556 5.75195 8.67383C5.75829 9.27356 5.7811 9.69376 5.8584 10.0225C5.94331 10.3833 6.08166 10.5822 6.39746 10.7627C6.76285 10.9715 7.29597 11.108 8.2168 11.1787C9.13436 11.2492 10.3379 11.25 12 11.25C13.6621 11.25 14.8656 11.2492 15.7832 11.1787C16.704 11.108 17.2372 10.9715 17.6025 10.7627C17.9183 10.5822 18.0567 10.3833 18.1416 10.0225C18.2189 9.69377 18.2407 9.27355 18.2471 8.67383C16.5369 8.3252 15.25 6.81314 15.25 5C15.25 2.92893 16.9289 1.25 19 1.25ZM12 16.7539C10.7574 16.7539 9.75 17.7613 9.75 19.0039C9.75 20.2465 10.7574 21.2539 12 21.2539C13.2426 21.2539 14.25 20.2465 14.25 19.0039C14.25 17.7613 13.2426 16.7539 12 16.7539ZM5 2.75C3.75736 2.75 2.75 3.75736 2.75 5C2.75 6.24264 3.75736 7.25 5 7.25C6.24264 7.25 7.25 6.24264 7.25 5C7.25 3.75736 6.24264 2.75 5 2.75ZM19 2.75C17.7574 2.75 16.75 3.75736 16.75 5C16.75 6.24264 17.7574 7.25 19 7.25C20.2426 7.25 21.25 6.24264 21.25 5C21.25 3.75736 20.2426 2.75 19 2.75Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-git-fork-outline {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M19%201.25C21.0711%201.25%2022.75%202.92893%2022.75%205C22.75%206.8152%2021.4601%208.32843%2019.7471%208.6748C19.7409%209.31008%2019.7153%209.88274%2019.6016%2010.3662C19.4302%2011.0946%2019.056%2011.6601%2018.3467%2012.0654C17.687%2012.4423%2016.8826%2012.5991%2015.8975%2012.6748C15.0653%2012.7387%2014.0327%2012.7476%2012.75%2012.749V15.3281C14.4618%2015.6755%2015.75%2017.1896%2015.75%2019.0039C15.75%2021.075%2014.0711%2022.7539%2012%2022.7539C9.92893%2022.7539%208.25%2021.075%208.25%2019.0039C8.25%2017.1896%209.53824%2015.6755%2011.25%2015.3281V12.749C9.96734%2012.7476%208.93471%2012.7387%208.10254%2012.6748C7.11744%2012.5991%206.31299%2012.4423%205.65332%2012.0654C4.94399%2011.6601%204.56981%2011.0946%204.39844%2010.3662C4.28469%209.88274%204.25815%209.31008%204.25195%208.6748C2.53936%208.32806%201.25%206.81487%201.25%205C1.25%202.92893%202.92893%201.25%205%201.25C7.07107%201.25%208.75%202.92893%208.75%205C8.75%206.81348%207.46259%208.32556%205.75195%208.67383C5.75829%209.27356%205.7811%209.69376%205.8584%2010.0225C5.94331%2010.3833%206.08166%2010.5822%206.39746%2010.7627C6.76285%2010.9715%207.29597%2011.108%208.2168%2011.1787C9.13436%2011.2492%2010.3379%2011.25%2012%2011.25C13.6621%2011.25%2014.8656%2011.2492%2015.7832%2011.1787C16.704%2011.108%2017.2372%2010.9715%2017.6025%2010.7627C17.9183%2010.5822%2018.0567%2010.3833%2018.1416%2010.0225C18.2189%209.69377%2018.2407%209.27355%2018.2471%208.67383C16.5369%208.3252%2015.25%206.81314%2015.25%205C15.25%202.92893%2016.9289%201.25%2019%201.25ZM12%2016.7539C10.7574%2016.7539%209.75%2017.7613%209.75%2019.0039C9.75%2020.2465%2010.7574%2021.2539%2012%2021.2539C13.2426%2021.2539%2014.25%2020.2465%2014.25%2019.0039C14.25%2017.7613%2013.2426%2016.7539%2012%2016.7539ZM5%202.75C3.75736%202.75%202.75%203.75736%202.75%205C2.75%206.24264%203.75736%207.25%205%207.25C6.24264%207.25%207.25%206.24264%207.25%205C7.25%203.75736%206.24264%202.75%205%202.75ZM19%202.75C17.7574%202.75%2016.75%203.75736%2016.75%205C16.75%206.24264%2017.7574%207.25%2019%207.25C20.2426%207.25%2021.25%206.24264%2021.25%205C21.25%203.75736%2020.2426%202.75%2019%202.75Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19%201.25C21.0711%201.25%2022.75%202.92893%2022.75%205C22.75%206.8152%2021.4601%208.32843%2019.7471%208.6748C19.7409%209.31008%2019.7153%209.88274%2019.6016%2010.3662C19.4302%2011.0946%2019.056%2011.6601%2018.3467%2012.0654C17.687%2012.4423%2016.8826%2012.5991%2015.8975%2012.6748C15.0653%2012.7387%2014.0327%2012.7476%2012.75%2012.749V15.3281C14.4618%2015.6755%2015.75%2017.1896%2015.75%2019.0039C15.75%2021.075%2014.0711%2022.7539%2012%2022.7539C9.92893%2022.7539%208.25%2021.075%208.25%2019.0039C8.25%2017.1896%209.53824%2015.6755%2011.25%2015.3281V12.749C9.96734%2012.7476%208.93471%2012.7387%208.10254%2012.6748C7.11744%2012.5991%206.31299%2012.4423%205.65332%2012.0654C4.94399%2011.6601%204.56981%2011.0946%204.39844%2010.3662C4.28469%209.88274%204.25815%209.31008%204.25195%208.6748C2.53936%208.32806%201.25%206.81487%201.25%205C1.25%202.92893%202.92893%201.25%205%201.25C7.07107%201.25%208.75%202.92893%208.75%205C8.75%206.81348%207.46259%208.32556%205.75195%208.67383C5.75829%209.27356%205.7811%209.69376%205.8584%2010.0225C5.94331%2010.3833%206.08166%2010.5822%206.39746%2010.7627C6.76285%2010.9715%207.29597%2011.108%208.2168%2011.1787C9.13436%2011.2492%2010.3379%2011.25%2012%2011.25C13.6621%2011.25%2014.8656%2011.2492%2015.7832%2011.1787C16.704%2011.108%2017.2372%2010.9715%2017.6025%2010.7627C17.9183%2010.5822%2018.0567%2010.3833%2018.1416%2010.0225C18.2189%209.69377%2018.2407%209.27355%2018.2471%208.67383C16.5369%208.3252%2015.25%206.81314%2015.25%205C15.25%202.92893%2016.9289%201.25%2019%201.25ZM12%2016.7539C10.7574%2016.7539%209.75%2017.7613%209.75%2019.0039C9.75%2020.2465%2010.7574%2021.2539%2012%2021.2539C13.2426%2021.2539%2014.25%2020.2465%2014.25%2019.0039C14.25%2017.7613%2013.2426%2016.7539%2012%2016.7539ZM5%202.75C3.75736%202.75%202.75%203.75736%202.75%205C2.75%206.24264%203.75736%207.25%205%207.25C6.24264%207.25%207.25%206.24264%207.25%205C7.25%203.75736%206.24264%202.75%205%202.75ZM19%202.75C17.7574%202.75%2016.75%203.75736%2016.75%205C16.75%206.24264%2017.7574%207.25%2019%207.25C20.2426%207.25%2021.25%206.24264%2021.25%205C21.25%203.75736%2020.2426%202.75%2019%202.75Z%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/solar/git-fork-outline.svg?color=%231a73e8&size=48