repo-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
repo-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Octicons

The same icon in other sets

Related icons in Octicons

Use the repo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 2.75A2.75 2.75 0 0 1 5.75 0h14.5a.75.75 0 0 1 .75.75v20.5a.75.75 0 0 1-.75.75h-6a.75.75 0 0 1 0-1.5h5.25v-4H6A1.5 1.5 0 0 0 4.5 18v.75c0 .716.43 1.334 1.05 1.605a.75.75 0 0 1-.6 1.374A3.25 3.25 0 0 1 3 18.75ZM19.5 1.5H5.75c-.69 0-1.25.56-1.25 1.25v12.651A3 3 0 0 1 6 15h13.5Z"/><path fill="currentColor" d="M7 18.25a.25.25 0 0 1 .25-.25h5a.25.25 0 0 1 .25.25v5.01a.25.25 0 0 1-.397.201l-2.206-1.604a.25.25 0 0 0-.294 0L7.397 23.46a.25.25 0 0 1-.397-.2z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonRepo24(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="M3 2.75A2.75 2.75 0 0 1 5.75 0h14.5a.75.75 0 0 1 .75.75v20.5a.75.75 0 0 1-.75.75h-6a.75.75 0 0 1 0-1.5h5.25v-4H6A1.5 1.5 0 0 0 4.5 18v.75c0 .716.43 1.334 1.05 1.605a.75.75 0 0 1-.6 1.374A3.25 3.25 0 0 1 3 18.75ZM19.5 1.5H5.75c-.69 0-1.25.56-1.25 1.25v12.651A3 3 0 0 1 6 15h13.5Z"/><path fill="currentColor" d="M7 18.25a.25.25 0 0 1 .25-.25h5a.25.25 0 0 1 .25.25v5.01a.25.25 0 0 1-.397.201l-2.206-1.604a.25.25 0 0 0-.294 0L7.397 23.46a.25.25 0 0 1-.397-.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 2.75A2.75 2.75 0 0 1 5.75 0h14.5a.75.75 0 0 1 .75.75v20.5a.75.75 0 0 1-.75.75h-6a.75.75 0 0 1 0-1.5h5.25v-4H6A1.5 1.5 0 0 0 4.5 18v.75c0 .716.43 1.334 1.05 1.605a.75.75 0 0 1-.6 1.374A3.25 3.25 0 0 1 3 18.75ZM19.5 1.5H5.75c-.69 0-1.25.56-1.25 1.25v12.651A3 3 0 0 1 6 15h13.5Z"/><path fill="currentColor" d="M7 18.25a.25.25 0 0 1 .25-.25h5a.25.25 0 0 1 .25.25v5.01a.25.25 0 0 1-.397.201l-2.206-1.604a.25.25 0 0 0-.294 0L7.397 23.46a.25.25 0 0 1-.397-.2z"/></svg>
</template>

CSS

.icon-repo-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%22M3%202.75A2.75%202.75%200%200%201%205.75%200h14.5a.75.75%200%200%201%20.75.75v20.5a.75.75%200%200%201-.75.75h-6a.75.75%200%200%201%200-1.5h5.25v-4H6A1.5%201.5%200%200%200%204.5%2018v.75c0%20.716.43%201.334%201.05%201.605a.75.75%200%200%201-.6%201.374A3.25%203.25%200%200%201%203%2018.75ZM19.5%201.5H5.75c-.69%200-1.25.56-1.25%201.25v12.651A3%203%200%200%201%206%2015h13.5Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2018.25a.25.25%200%200%201%20.25-.25h5a.25.25%200%200%201%20.25.25v5.01a.25.25%200%200%201-.397.201l-2.206-1.604a.25.25%200%200%200-.294%200L7.397%2023.46a.25.25%200%200%201-.397-.2z%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%22M3%202.75A2.75%202.75%200%200%201%205.75%200h14.5a.75.75%200%200%201%20.75.75v20.5a.75.75%200%200%201-.75.75h-6a.75.75%200%200%201%200-1.5h5.25v-4H6A1.5%201.5%200%200%200%204.5%2018v.75c0%20.716.43%201.334%201.05%201.605a.75.75%200%200%201-.6%201.374A3.25%203.25%200%200%201%203%2018.75ZM19.5%201.5H5.75c-.69%200-1.25.56-1.25%201.25v12.651A3%203%200%200%201%206%2015h13.5Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2018.25a.25.25%200%200%201%20.25-.25h5a.25.25%200%200%201%20.25.25v5.01a.25.25%200%200%201-.397.201l-2.206-1.604a.25.25%200%200%200-.294%200L7.397%2023.46a.25.25%200%200%201-.397-.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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