repo push icon

repo-push from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
repo-push
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the repo push icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M4.85 4.85a.48.48 0 0 1-.7 0a.48.48 0 0 1 0-.7l3-3a.48.48 0 0 1 .7 0l3 3a.48.48 0 0 1 0 .7a.48.48 0 0 1-.7 0L8 2.71V9.5c0 .28-.22.5-.5.5S7 9.78 7 9.5V2.71z"/><path fill-rule="evenodd" d="M9.95 13h2.55c.28 0 .5.22.5.5s-.22.5-.5.5H9.95a2.5 2.5 0 0 1-4.9 0H2.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2.55a2.5 2.5 0 0 1 4.9 0m-3.86 1a1.495 1.495 0 0 0 2.82 0c.06-.16.09-.32.09-.5s-.03-.34-.09-.5a1.495 1.495 0 0 0-2.82 0c-.06.16-.09.32-.09.5s.03.34.09.5" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconRepoPush(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M4.85 4.85a.48.48 0 0 1-.7 0a.48.48 0 0 1 0-.7l3-3a.48.48 0 0 1 .7 0l3 3a.48.48 0 0 1 0 .7a.48.48 0 0 1-.7 0L8 2.71V9.5c0 .28-.22.5-.5.5S7 9.78 7 9.5V2.71z"/><path fillRule="evenodd" d="M9.95 13h2.55c.28 0 .5.22.5.5s-.22.5-.5.5H9.95a2.5 2.5 0 0 1-4.9 0H2.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2.55a2.5 2.5 0 0 1 4.9 0m-3.86 1a1.495 1.495 0 0 0 2.82 0c.06-.16.09-.32.09-.5s-.03-.34-.09-.5a1.495 1.495 0 0 0-2.82 0c-.06.16-.09.32-.09.5s.03.34.09.5" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M4.85 4.85a.48.48 0 0 1-.7 0a.48.48 0 0 1 0-.7l3-3a.48.48 0 0 1 .7 0l3 3a.48.48 0 0 1 0 .7a.48.48 0 0 1-.7 0L8 2.71V9.5c0 .28-.22.5-.5.5S7 9.78 7 9.5V2.71z"/><path fill-rule="evenodd" d="M9.95 13h2.55c.28 0 .5.22.5.5s-.22.5-.5.5H9.95a2.5 2.5 0 0 1-4.9 0H2.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2.55a2.5 2.5 0 0 1 4.9 0m-3.86 1a1.495 1.495 0 0 0 2.82 0c.06-.16.09-.32.09-.5s-.03-.34-.09-.5a1.495 1.495 0 0 0-2.82 0c-.06.16-.09.32-.09.5s.03.34.09.5" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-repo-push {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4.85%204.85a.48.48%200%200%201-.7%200a.48.48%200%200%201%200-.7l3-3a.48.48%200%200%201%20.7%200l3%203a.48.48%200%200%201%200%20.7a.48.48%200%200%201-.7%200L8%202.71V9.5c0%20.28-.22.5-.5.5S7%209.78%207%209.5V2.71z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.95%2013h2.55c.28%200%20.5.22.5.5s-.22.5-.5.5H9.95a2.5%202.5%200%200%201-4.9%200H2.5c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h2.55a2.5%202.5%200%200%201%204.9%200m-3.86%201a1.495%201.495%200%200%200%202.82%200c.06-.16.09-.32.09-.5s-.03-.34-.09-.5a1.495%201.495%200%200%200-2.82%200c-.06.16-.09.32-.09.5s.03.34.09.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4.85%204.85a.48.48%200%200%201-.7%200a.48.48%200%200%201%200-.7l3-3a.48.48%200%200%201%20.7%200l3%203a.48.48%200%200%201%200%20.7a.48.48%200%200%201-.7%200L8%202.71V9.5c0%20.28-.22.5-.5.5S7%209.78%207%209.5V2.71z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.95%2013h2.55c.28%200%20.5.22.5.5s-.22.5-.5.5H9.95a2.5%202.5%200%200%201-4.9%200H2.5c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h2.55a2.5%202.5%200%200%201%204.9%200m-3.86%201a1.495%201.495%200%200%200%202.82%200c.06-.16.09-.32.09-.5s-.03-.34-.09-.5a1.495%201.495%200%200%200-2.82%200c-.06.16-.09.32-.09.5s.03.34.09.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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