repo forked compact icon
repo-forked-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- repo-forked-compact
- Set
- Codicons
- Style
- Regular
- Viewbox
- 12×12
- License
- CC BY 4.0
Related icons in Codicons
Use the repo forked compact icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9 0a2 2 0 0 0-1 3.731V5c0 .551-.449 1-1 1H5c-.551 0-1-.449-1-1V3.731A2 2 0 1 0 3 4v1c0 1.103.897 2 2 2h.5v1.063A2 2 0 0 0 4 10c0 1.103.897 2 2 2s2-.897 2-2c0-.93-.638-1.714-1.5-1.937V7H7c1.103 0 2-.897 2-2V4c1.103 0 2-.897 2-2s-.897-2-2-2M2 2c0-.551.449-1 1-1s1 .449 1 1s-.449 1-1 1s-1-.449-1-1m5 8c0 .551-.449 1-1 1s-1-.449-1-1s.449-1 1-1s1 .449 1 1m2-7c-.551 0-1-.449-1-1s.449-1 1-1s1 .449 1 1s-.449 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function CodiconRepoForkedCompact(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9 0a2 2 0 0 0-1 3.731V5c0 .551-.449 1-1 1H5c-.551 0-1-.449-1-1V3.731A2 2 0 1 0 3 4v1c0 1.103.897 2 2 2h.5v1.063A2 2 0 0 0 4 10c0 1.103.897 2 2 2s2-.897 2-2c0-.93-.638-1.714-1.5-1.937V7H7c1.103 0 2-.897 2-2V4c1.103 0 2-.897 2-2s-.897-2-2-2M2 2c0-.551.449-1 1-1s1 .449 1 1s-.449 1-1 1s-1-.449-1-1m5 8c0 .551-.449 1-1 1s-1-.449-1-1s.449-1 1-1s1 .449 1 1m2-7c-.551 0-1-.449-1-1s.449-1 1-1s1 .449 1 1s-.449 1-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9 0a2 2 0 0 0-1 3.731V5c0 .551-.449 1-1 1H5c-.551 0-1-.449-1-1V3.731A2 2 0 1 0 3 4v1c0 1.103.897 2 2 2h.5v1.063A2 2 0 0 0 4 10c0 1.103.897 2 2 2s2-.897 2-2c0-.93-.638-1.714-1.5-1.937V7H7c1.103 0 2-.897 2-2V4c1.103 0 2-.897 2-2s-.897-2-2-2M2 2c0-.551.449-1 1-1s1 .449 1 1s-.449 1-1 1s-1-.449-1-1m5 8c0 .551-.449 1-1 1s-1-.449-1-1s.449-1 1-1s1 .449 1 1m2-7c-.551 0-1-.449-1-1s.449-1 1-1s1 .449 1 1s-.449 1-1 1"/></svg> </template>
CSS
.icon-repo-forked-compact {
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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%200a2%202%200%200%200-1%203.731V5c0%20.551-.449%201-1%201H5c-.551%200-1-.449-1-1V3.731A2%202%200%201%200%203%204v1c0%201.103.897%202%202%202h.5v1.063A2%202%200%200%200%204%2010c0%201.103.897%202%202%202s2-.897%202-2c0-.93-.638-1.714-1.5-1.937V7H7c1.103%200%202-.897%202-2V4c1.103%200%202-.897%202-2s-.897-2-2-2M2%202c0-.551.449-1%201-1s1%20.449%201%201s-.449%201-1%201s-1-.449-1-1m5%208c0%20.551-.449%201-1%201s-1-.449-1-1s.449-1%201-1s1%20.449%201%201m2-7c-.551%200-1-.449-1-1s.449-1%201-1s1%20.449%201%201s-.449%201-1%201%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%200a2%202%200%200%200-1%203.731V5c0%20.551-.449%201-1%201H5c-.551%200-1-.449-1-1V3.731A2%202%200%201%200%203%204v1c0%201.103.897%202%202%202h.5v1.063A2%202%200%200%200%204%2010c0%201.103.897%202%202%202s2-.897%202-2c0-.93-.638-1.714-1.5-1.937V7H7c1.103%200%202-.897%202-2V4c1.103%200%202-.897%202-2s-.897-2-2-2M2%202c0-.551.449-1%201-1s1%20.449%201%201s-.449%201-1%201s-1-.449-1-1m5%208c0%20.551-.449%201-1%201s-1-.449-1-1s.449-1%201-1s1%20.449%201%201m2-7c-.551%200-1-.449-1-1s.449-1%201-1s1%20.449%201%201s-.449%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/repo-forked-compact.svg?color=%231a73e8&size=48