repo forked locked icon
repo-forked-locked-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- repo-forked-locked-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
1 other variant in Octicons
Related icons in Octicons
Use the repo forked locked icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 10.167V9a3 3 0 1 1 6 0v1.168c.591.281 1 .884 1 1.582v2.5A1.75 1.75 0 0 1 14.25 16h-4.5A1.75 1.75 0 0 1 8 14.249v-2.5c0-.698.409-1.3 1-1.582M3.25 1A2.251 2.251 0 0 1 4 5.371v.878c0 .414.336.75.75.75h3.096c-.051.429.008.987.067 1.5H7.75v1.749a2.5 2.5 0 0 0-.5 1.501v.295a.75.75 0 1 0 0 1.409v.796q.002.376.107.72a2.25 2.25 0 0 1-1.106-4.343V8.5h-1.5a2.25 2.25 0 0 1-2.25-2.25v-.878A2.25 2.25 0 0 1 3.25 1m7.5 0a2.25 2.25 0 0 1 1.94 3.388c-.222.379-.55.68-.94.874h-.003a2.22 2.22 0 0 1-1.82.079l-.003-.001A2.248 2.248 0 0 1 10.75 1m2.75 9V9a1.5 1.5 0 0 0-3 0v1ZM3.25 2.499a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m7.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"/><path fill="currentColor" d="M8.63 7.749a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></svg>
React
import type { SVGProps } from "react";
export function OcticonRepoForkedLocked16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 10.167V9a3 3 0 1 1 6 0v1.168c.591.281 1 .884 1 1.582v2.5A1.75 1.75 0 0 1 14.25 16h-4.5A1.75 1.75 0 0 1 8 14.249v-2.5c0-.698.409-1.3 1-1.582M3.25 1A2.251 2.251 0 0 1 4 5.371v.878c0 .414.336.75.75.75h3.096c-.051.429.008.987.067 1.5H7.75v1.749a2.5 2.5 0 0 0-.5 1.501v.295a.75.75 0 1 0 0 1.409v.796q.002.376.107.72a2.25 2.25 0 0 1-1.106-4.343V8.5h-1.5a2.25 2.25 0 0 1-2.25-2.25v-.878A2.25 2.25 0 0 1 3.25 1m7.5 0a2.25 2.25 0 0 1 1.94 3.388c-.222.379-.55.68-.94.874h-.003a2.22 2.22 0 0 1-1.82.079l-.003-.001A2.248 2.248 0 0 1 10.75 1m2.75 9V9a1.5 1.5 0 0 0-3 0v1ZM3.25 2.499a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m7.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"/><path fill="currentColor" d="M8.63 7.749a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 10.167V9a3 3 0 1 1 6 0v1.168c.591.281 1 .884 1 1.582v2.5A1.75 1.75 0 0 1 14.25 16h-4.5A1.75 1.75 0 0 1 8 14.249v-2.5c0-.698.409-1.3 1-1.582M3.25 1A2.251 2.251 0 0 1 4 5.371v.878c0 .414.336.75.75.75h3.096c-.051.429.008.987.067 1.5H7.75v1.749a2.5 2.5 0 0 0-.5 1.501v.295a.75.75 0 1 0 0 1.409v.796q.002.376.107.72a2.25 2.25 0 0 1-1.106-4.343V8.5h-1.5a2.25 2.25 0 0 1-2.25-2.25v-.878A2.25 2.25 0 0 1 3.25 1m7.5 0a2.25 2.25 0 0 1 1.94 3.388c-.222.379-.55.68-.94.874h-.003a2.22 2.22 0 0 1-1.82.079l-.003-.001A2.248 2.248 0 0 1 10.75 1m2.75 9V9a1.5 1.5 0 0 0-3 0v1ZM3.25 2.499a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m7.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"/><path fill="currentColor" d="M8.63 7.749a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></svg> </template>
CSS
.icon-repo-forked-locked-16 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2010.167V9a3%203%200%201%201%206%200v1.168c.591.281%201%20.884%201%201.582v2.5A1.75%201.75%200%200%201%2014.25%2016h-4.5A1.75%201.75%200%200%201%208%2014.249v-2.5c0-.698.409-1.3%201-1.582M3.25%201A2.251%202.251%200%200%201%204%205.371v.878c0%20.414.336.75.75.75h3.096c-.051.429.008.987.067%201.5H7.75v1.749a2.5%202.5%200%200%200-.5%201.501v.295a.75.75%200%201%200%200%201.409v.796q.002.376.107.72a2.25%202.25%200%200%201-1.106-4.343V8.5h-1.5a2.25%202.25%200%200%201-2.25-2.25v-.878A2.25%202.25%200%200%201%203.25%201m7.5%200a2.25%202.25%200%200%201%201.94%203.388c-.222.379-.55.68-.94.874h-.003a2.22%202.22%200%200%201-1.82.079l-.003-.001A2.248%202.248%200%200%201%2010.75%201m2.75%209V9a1.5%201.5%200%200%200-3%200v1ZM3.25%202.499a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m7.5%200a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.63%207.749a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2010.167V9a3%203%200%201%201%206%200v1.168c.591.281%201%20.884%201%201.582v2.5A1.75%201.75%200%200%201%2014.25%2016h-4.5A1.75%201.75%200%200%201%208%2014.249v-2.5c0-.698.409-1.3%201-1.582M3.25%201A2.251%202.251%200%200%201%204%205.371v.878c0%20.414.336.75.75.75h3.096c-.051.429.008.987.067%201.5H7.75v1.749a2.5%202.5%200%200%200-.5%201.501v.295a.75.75%200%201%200%200%201.409v.796q.002.376.107.72a2.25%202.25%200%200%201-1.106-4.343V8.5h-1.5a2.25%202.25%200%200%201-2.25-2.25v-.878A2.25%202.25%200%200%201%203.25%201m7.5%200a2.25%202.25%200%200%201%201.94%203.388c-.222.379-.55.68-.94.874h-.003a2.22%202.22%200%200%201-1.82.079l-.003-.001A2.248%202.248%200%200%201%2010.75%201m2.75%209V9a1.5%201.5%200%200%200-3%200v1ZM3.25%202.499a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m7.5%200a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.63%207.749a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/repo-forked-locked-16.svg?color=%231a73e8&size=48