repo push icon
repo-push-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- repo-push-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 push icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 0A2.75 2.75 0 0 0 3 2.75v16.5A2.75 2.75 0 0 0 5.75 22h10a.75.75 0 0 0 0-1.5h-10c-.69 0-1.25-.56-1.25-1.25V18A1.5 1.5 0 0 1 6 16.5h6.25a.75.75 0 0 0 0-1.5H6c-.546 0-1.059.146-1.5.401V2.75c0-.69.56-1.25 1.25-1.25H19.5v7a.75.75 0 0 0 1.5 0V.75a.75.75 0 0 0-.75-.75z"/><path fill="currentColor" d="m20 13.903l2.202 2.359a.75.75 0 0 0 1.096-1.024l-3.5-3.75a.75.75 0 0 0-1.096 0l-3.5 3.75a.75.75 0 1 0 1.096 1.024l2.202-2.36v9.348a.75.75 0 0 0 1.5 0z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonRepoPush24(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="M5.75 0A2.75 2.75 0 0 0 3 2.75v16.5A2.75 2.75 0 0 0 5.75 22h10a.75.75 0 0 0 0-1.5h-10c-.69 0-1.25-.56-1.25-1.25V18A1.5 1.5 0 0 1 6 16.5h6.25a.75.75 0 0 0 0-1.5H6c-.546 0-1.059.146-1.5.401V2.75c0-.69.56-1.25 1.25-1.25H19.5v7a.75.75 0 0 0 1.5 0V.75a.75.75 0 0 0-.75-.75z"/><path fill="currentColor" d="m20 13.903l2.202 2.359a.75.75 0 0 0 1.096-1.024l-3.5-3.75a.75.75 0 0 0-1.096 0l-3.5 3.75a.75.75 0 1 0 1.096 1.024l2.202-2.36v9.348a.75.75 0 0 0 1.5 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 0A2.75 2.75 0 0 0 3 2.75v16.5A2.75 2.75 0 0 0 5.75 22h10a.75.75 0 0 0 0-1.5h-10c-.69 0-1.25-.56-1.25-1.25V18A1.5 1.5 0 0 1 6 16.5h6.25a.75.75 0 0 0 0-1.5H6c-.546 0-1.059.146-1.5.401V2.75c0-.69.56-1.25 1.25-1.25H19.5v7a.75.75 0 0 0 1.5 0V.75a.75.75 0 0 0-.75-.75z"/><path fill="currentColor" d="m20 13.903l2.202 2.359a.75.75 0 0 0 1.096-1.024l-3.5-3.75a.75.75 0 0 0-1.096 0l-3.5 3.75a.75.75 0 1 0 1.096 1.024l2.202-2.36v9.348a.75.75 0 0 0 1.5 0z"/></svg> </template>
CSS
.icon-repo-push-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%22M5.75%200A2.75%202.75%200%200%200%203%202.75v16.5A2.75%202.75%200%200%200%205.75%2022h10a.75.75%200%200%200%200-1.5h-10c-.69%200-1.25-.56-1.25-1.25V18A1.5%201.5%200%200%201%206%2016.5h6.25a.75.75%200%200%200%200-1.5H6c-.546%200-1.059.146-1.5.401V2.75c0-.69.56-1.25%201.25-1.25H19.5v7a.75.75%200%200%200%201.5%200V.75a.75.75%200%200%200-.75-.75z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20%2013.903l2.202%202.359a.75.75%200%200%200%201.096-1.024l-3.5-3.75a.75.75%200%200%200-1.096%200l-3.5%203.75a.75.75%200%201%200%201.096%201.024l2.202-2.36v9.348a.75.75%200%200%200%201.5%200z%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%22M5.75%200A2.75%202.75%200%200%200%203%202.75v16.5A2.75%202.75%200%200%200%205.75%2022h10a.75.75%200%200%200%200-1.5h-10c-.69%200-1.25-.56-1.25-1.25V18A1.5%201.5%200%200%201%206%2016.5h6.25a.75.75%200%200%200%200-1.5H6c-.546%200-1.059.146-1.5.401V2.75c0-.69.56-1.25%201.25-1.25H19.5v7a.75.75%200%200%200%201.5%200V.75a.75.75%200%200%200-.75-.75z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20%2013.903l2.202%202.359a.75.75%200%200%200%201.096-1.024l-3.5-3.75a.75.75%200%200%200-1.096%200l-3.5%203.75a.75.75%200%201%200%201.096%201.024l2.202-2.36v9.348a.75.75%200%200%200%201.5%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/repo-push-24.svg?color=%231a73e8&size=48