github-loop from Material Line Icons by Vjacheslav Trushkin · Line · Social · MIT Free for personal and commercial use.

Name
github-loop
Set
Material Line Icons
Style
Line
Category
Social
Viewbox
24×24
License
MIT

More social icons from Material Line Icons

Use the github loop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGcZ81hcNk"><path fill="#fff" d="M9.5 8c0.83 0 1.5 0.45 1.5 1c0 0.55 -0.67 1 -1.5 1c-0.83 0 -1.5 -0.45 -1.5 -1c0 -0.55 0.67 -1 1.5 -1ZM14.5 8c0.83 0 1.5 0.45 1.5 1c0 0.55 -0.67 1 -1.5 1c-0.83 0 -1.5 -0.45 -1.5 -1c0 -0.55 0.67 -1 1.5 -1Z"/><rect width="8" height="4" x="8" y="7"><animate attributeName="y" dur="9s" keyTimes="0;0.45;0.46;0.54;0.55;1" repeatCount="indefinite" values="7;7;11;11;7;7"/></rect></mask></defs><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-dasharray="32" d="M12 4c1.67 0 2.61 0.4 3 0.5c0.53 -0.43 1.94 -1.5 3.5 -1.5c0.34 1 0.29 2.22 0 3c0.75 1 1 2 1 3.5c0 2.19 -0.48 3.58 -1.5 4.5c-1.02 0.92 -2.11 1.37 -3.5 1.5c0.65 0.54 0.5 1.87 0.5 2.5c0 0.73 0 3 0 3M12 4c-1.67 0 -2.61 0.4 -3 0.5c-0.53 -0.43 -1.94 -1.5 -3.5 -1.5c-0.34 1 -0.29 2.22 0 3c-0.75 1 -1 2 -1 3.5c0 2.19 0.48 3.58 1.5 4.5c1.02 0.92 2.11 1.37 3.5 1.5c-0.65 0.54 -0.5 1.87 -0.5 2.5c0 0.73 0 3 0 3"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.6s" values="32;0"/></path><path stroke-dasharray="10" stroke-dashoffset="10" d="M9 19c-1.41 0 -2.84 -0.56 -3.69 -1.19c-0.84 -0.62 -1.09 -1.66 -2.31 -2.31"><animate attributeName="d" dur="3s" keyTimes="0;0.5;1" repeatCount="indefinite" values="M9 19c-1.41 0 -2.84 -0.56 -3.69 -1.19c-0.84 -0.62 -1.09 -1.66 -2.31 -2.31;M9 19c-1.41 0 -3 -0.5 -4 -0.5c-0.53 0 -1 0 -2 -0.5;M9 19c-1.41 0 -2.84 -0.56 -3.69 -1.19c-0.84 -0.62 -1.09 -1.66 -2.31 -2.31"/><animate fill="freeze" attributeName="stroke-dashoffset" begin="0.7s" dur="0.2s" to="0"/></path></g><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVGcZ81hcNk)"/></svg>

React

import type { SVGProps } from "react";

export function LineMdGithubLoop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGcZ81hcNk"><path fill="#fff" d="M9.5 8c0.83 0 1.5 0.45 1.5 1c0 0.55 -0.67 1 -1.5 1c-0.83 0 -1.5 -0.45 -1.5 -1c0 -0.55 0.67 -1 1.5 -1ZM14.5 8c0.83 0 1.5 0.45 1.5 1c0 0.55 -0.67 1 -1.5 1c-0.83 0 -1.5 -0.45 -1.5 -1c0 -0.55 0.67 -1 1.5 -1Z"/><rect width="8" height="4" x="8" y="7"><animate attributeName="y" dur="9s" keyTimes="0;0.45;0.46;0.54;0.55;1" repeatCount="indefinite" values="7;7;11;11;7;7"/></rect></mask></defs><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path strokeDasharray="32" d="M12 4c1.67 0 2.61 0.4 3 0.5c0.53 -0.43 1.94 -1.5 3.5 -1.5c0.34 1 0.29 2.22 0 3c0.75 1 1 2 1 3.5c0 2.19 -0.48 3.58 -1.5 4.5c-1.02 0.92 -2.11 1.37 -3.5 1.5c0.65 0.54 0.5 1.87 0.5 2.5c0 0.73 0 3 0 3M12 4c-1.67 0 -2.61 0.4 -3 0.5c-0.53 -0.43 -1.94 -1.5 -3.5 -1.5c-0.34 1 -0.29 2.22 0 3c-0.75 1 -1 2 -1 3.5c0 2.19 0.48 3.58 1.5 4.5c1.02 0.92 2.11 1.37 3.5 1.5c-0.65 0.54 -0.5 1.87 -0.5 2.5c0 0.73 0 3 0 3"><animate fill="freeze" attributeName="strokeDashoffset" dur="0.6s" values="32;0"/></path><path strokeDasharray="10" strokeDashoffset="10" d="M9 19c-1.41 0 -2.84 -0.56 -3.69 -1.19c-0.84 -0.62 -1.09 -1.66 -2.31 -2.31"><animate attributeName="d" dur="3s" keyTimes="0;0.5;1" repeatCount="indefinite" values="M9 19c-1.41 0 -2.84 -0.56 -3.69 -1.19c-0.84 -0.62 -1.09 -1.66 -2.31 -2.31;M9 19c-1.41 0 -3 -0.5 -4 -0.5c-0.53 0 -1 0 -2 -0.5;M9 19c-1.41 0 -2.84 -0.56 -3.69 -1.19c-0.84 -0.62 -1.09 -1.66 -2.31 -2.31"/><animate fill="freeze" attributeName="strokeDashoffset" begin="0.7s" dur="0.2s" to="0"/></path></g><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVGcZ81hcNk)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGcZ81hcNk"><path fill="#fff" d="M9.5 8c0.83 0 1.5 0.45 1.5 1c0 0.55 -0.67 1 -1.5 1c-0.83 0 -1.5 -0.45 -1.5 -1c0 -0.55 0.67 -1 1.5 -1ZM14.5 8c0.83 0 1.5 0.45 1.5 1c0 0.55 -0.67 1 -1.5 1c-0.83 0 -1.5 -0.45 -1.5 -1c0 -0.55 0.67 -1 1.5 -1Z"/><rect width="8" height="4" x="8" y="7"><animate attributeName="y" dur="9s" keyTimes="0;0.45;0.46;0.54;0.55;1" repeatCount="indefinite" values="7;7;11;11;7;7"/></rect></mask></defs><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-dasharray="32" d="M12 4c1.67 0 2.61 0.4 3 0.5c0.53 -0.43 1.94 -1.5 3.5 -1.5c0.34 1 0.29 2.22 0 3c0.75 1 1 2 1 3.5c0 2.19 -0.48 3.58 -1.5 4.5c-1.02 0.92 -2.11 1.37 -3.5 1.5c0.65 0.54 0.5 1.87 0.5 2.5c0 0.73 0 3 0 3M12 4c-1.67 0 -2.61 0.4 -3 0.5c-0.53 -0.43 -1.94 -1.5 -3.5 -1.5c-0.34 1 -0.29 2.22 0 3c-0.75 1 -1 2 -1 3.5c0 2.19 0.48 3.58 1.5 4.5c1.02 0.92 2.11 1.37 3.5 1.5c-0.65 0.54 -0.5 1.87 -0.5 2.5c0 0.73 0 3 0 3"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.6s" values="32;0"/></path><path stroke-dasharray="10" stroke-dashoffset="10" d="M9 19c-1.41 0 -2.84 -0.56 -3.69 -1.19c-0.84 -0.62 -1.09 -1.66 -2.31 -2.31"><animate attributeName="d" dur="3s" keyTimes="0;0.5;1" repeatCount="indefinite" values="M9 19c-1.41 0 -2.84 -0.56 -3.69 -1.19c-0.84 -0.62 -1.09 -1.66 -2.31 -2.31;M9 19c-1.41 0 -3 -0.5 -4 -0.5c-0.53 0 -1 0 -2 -0.5;M9 19c-1.41 0 -2.84 -0.56 -3.69 -1.19c-0.84 -0.62 -1.09 -1.66 -2.31 -2.31"/><animate fill="freeze" attributeName="stroke-dashoffset" begin="0.7s" dur="0.2s" to="0"/></path></g><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVGcZ81hcNk)"/></svg>
</template>

CSS

.icon-github-loop {
  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%3Cdefs%3E%3Cmask%20id%3D%22SVGcZ81hcNk%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.5%208c0.83%200%201.5%200.45%201.5%201c0%200.55%20-0.67%201%20-1.5%201c-0.83%200%20-1.5%20-0.45%20-1.5%20-1c0%20-0.55%200.67%20-1%201.5%20-1ZM14.5%208c0.83%200%201.5%200.45%201.5%201c0%200.55%20-0.67%201%20-1.5%201c-0.83%200%20-1.5%20-0.45%20-1.5%20-1c0%20-0.55%200.67%20-1%201.5%20-1Z%22%2F%3E%3Crect%20width%3D%228%22%20height%3D%224%22%20x%3D%228%22%20y%3D%227%22%3E%3Canimate%20attributeName%3D%22y%22%20dur%3D%229s%22%20keyTimes%3D%220%3B0.45%3B0.46%3B0.54%3B0.55%3B1%22%20repeatCount%3D%22indefinite%22%20values%3D%227%3B7%3B11%3B11%3B7%3B7%22%2F%3E%3C%2Frect%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-dasharray%3D%2232%22%20d%3D%22M12%204c1.67%200%202.61%200.4%203%200.5c0.53%20-0.43%201.94%20-1.5%203.5%20-1.5c0.34%201%200.29%202.22%200%203c0.75%201%201%202%201%203.5c0%202.19%20-0.48%203.58%20-1.5%204.5c-1.02%200.92%20-2.11%201.37%20-3.5%201.5c0.65%200.54%200.5%201.87%200.5%202.5c0%200.73%200%203%200%203M12%204c-1.67%200%20-2.61%200.4%20-3%200.5c-0.53%20-0.43%20-1.94%20-1.5%20-3.5%20-1.5c-0.34%201%20-0.29%202.22%200%203c-0.75%201%20-1%202%20-1%203.5c0%202.19%200.48%203.58%201.5%204.5c1.02%200.92%202.11%201.37%203.5%201.5c-0.65%200.54%20-0.5%201.87%20-0.5%202.5c0%200.73%200%203%200%203%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20dur%3D%220.6s%22%20values%3D%2232%3B0%22%2F%3E%3C%2Fpath%3E%3Cpath%20stroke-dasharray%3D%2210%22%20stroke-dashoffset%3D%2210%22%20d%3D%22M9%2019c-1.41%200%20-2.84%20-0.56%20-3.69%20-1.19c-0.84%20-0.62%20-1.09%20-1.66%20-2.31%20-2.31%22%3E%3Canimate%20attributeName%3D%22d%22%20dur%3D%223s%22%20keyTimes%3D%220%3B0.5%3B1%22%20repeatCount%3D%22indefinite%22%20values%3D%22M9%2019c-1.41%200%20-2.84%20-0.56%20-3.69%20-1.19c-0.84%20-0.62%20-1.09%20-1.66%20-2.31%20-2.31%3BM9%2019c-1.41%200%20-3%20-0.5%20-4%20-0.5c-0.53%200%20-1%200%20-2%20-0.5%3BM9%2019c-1.41%200%20-2.84%20-0.56%20-3.69%20-1.19c-0.84%20-0.62%20-1.09%20-1.66%20-2.31%20-2.31%22%2F%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%220.7s%22%20dur%3D%220.2s%22%20to%3D%220%22%2F%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGcZ81hcNk)%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%3Cdefs%3E%3Cmask%20id%3D%22SVGcZ81hcNk%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.5%208c0.83%200%201.5%200.45%201.5%201c0%200.55%20-0.67%201%20-1.5%201c-0.83%200%20-1.5%20-0.45%20-1.5%20-1c0%20-0.55%200.67%20-1%201.5%20-1ZM14.5%208c0.83%200%201.5%200.45%201.5%201c0%200.55%20-0.67%201%20-1.5%201c-0.83%200%20-1.5%20-0.45%20-1.5%20-1c0%20-0.55%200.67%20-1%201.5%20-1Z%22%2F%3E%3Crect%20width%3D%228%22%20height%3D%224%22%20x%3D%228%22%20y%3D%227%22%3E%3Canimate%20attributeName%3D%22y%22%20dur%3D%229s%22%20keyTimes%3D%220%3B0.45%3B0.46%3B0.54%3B0.55%3B1%22%20repeatCount%3D%22indefinite%22%20values%3D%227%3B7%3B11%3B11%3B7%3B7%22%2F%3E%3C%2Frect%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-dasharray%3D%2232%22%20d%3D%22M12%204c1.67%200%202.61%200.4%203%200.5c0.53%20-0.43%201.94%20-1.5%203.5%20-1.5c0.34%201%200.29%202.22%200%203c0.75%201%201%202%201%203.5c0%202.19%20-0.48%203.58%20-1.5%204.5c-1.02%200.92%20-2.11%201.37%20-3.5%201.5c0.65%200.54%200.5%201.87%200.5%202.5c0%200.73%200%203%200%203M12%204c-1.67%200%20-2.61%200.4%20-3%200.5c-0.53%20-0.43%20-1.94%20-1.5%20-3.5%20-1.5c-0.34%201%20-0.29%202.22%200%203c-0.75%201%20-1%202%20-1%203.5c0%202.19%200.48%203.58%201.5%204.5c1.02%200.92%202.11%201.37%203.5%201.5c-0.65%200.54%20-0.5%201.87%20-0.5%202.5c0%200.73%200%203%200%203%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20dur%3D%220.6s%22%20values%3D%2232%3B0%22%2F%3E%3C%2Fpath%3E%3Cpath%20stroke-dasharray%3D%2210%22%20stroke-dashoffset%3D%2210%22%20d%3D%22M9%2019c-1.41%200%20-2.84%20-0.56%20-3.69%20-1.19c-0.84%20-0.62%20-1.09%20-1.66%20-2.31%20-2.31%22%3E%3Canimate%20attributeName%3D%22d%22%20dur%3D%223s%22%20keyTimes%3D%220%3B0.5%3B1%22%20repeatCount%3D%22indefinite%22%20values%3D%22M9%2019c-1.41%200%20-2.84%20-0.56%20-3.69%20-1.19c-0.84%20-0.62%20-1.09%20-1.66%20-2.31%20-2.31%3BM9%2019c-1.41%200%20-3%20-0.5%20-4%20-0.5c-0.53%200%20-1%200%20-2%20-0.5%3BM9%2019c-1.41%200%20-2.84%20-0.56%20-3.69%20-1.19c-0.84%20-0.62%20-1.09%20-1.66%20-2.31%20-2.31%22%2F%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%220.7s%22%20dur%3D%220.2s%22%20to%3D%220%22%2F%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGcZ81hcNk)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/line-md/github-loop.svg?color=%231a73e8&size=48