repo force push icon

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

Name
repo-force-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 force 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.146 7.853a.5.5 0 0 1 0-.707l2.853-2.854V2.709l-2.15 2.14a.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 0l-2.15-2.14v1.583l2.854 2.854a.5.5 0 0 1-.708.707L7.999 5.707V9.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V5.707L4.853 7.853a.5.5 0 0 1-.707 0"/><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 0M7.5 15c.65 0 1.21-.42 1.41-1c.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.5c.2.58.76 1 1.41 1" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconRepoForcePush(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.146 7.853a.5.5 0 0 1 0-.707l2.853-2.854V2.709l-2.15 2.14a.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 0l-2.15-2.14v1.583l2.854 2.854a.5.5 0 0 1-.708.707L7.999 5.707V9.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V5.707L4.853 7.853a.5.5 0 0 1-.707 0"/><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 0M7.5 15c.65 0 1.21-.42 1.41-1c.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.5c.2.58.76 1 1.41 1" 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.146 7.853a.5.5 0 0 1 0-.707l2.853-2.854V2.709l-2.15 2.14a.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 0l-2.15-2.14v1.583l2.854 2.854a.5.5 0 0 1-.708.707L7.999 5.707V9.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V5.707L4.853 7.853a.5.5 0 0 1-.707 0"/><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 0M7.5 15c.65 0 1.21-.42 1.41-1c.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.5c.2.58.76 1 1.41 1" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-repo-force-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.146%207.853a.5.5%200%200%201%200-.707l2.853-2.854V2.709l-2.15%202.14a.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%200l-2.15-2.14v1.583l2.854%202.854a.5.5%200%200%201-.708.707L7.999%205.707V9.5c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V5.707L4.853%207.853a.5.5%200%200%201-.707%200%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%200M7.5%2015c.65%200%201.21-.42%201.41-1c.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.5c.2.58.76%201%201.41%201%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.146%207.853a.5.5%200%200%201%200-.707l2.853-2.854V2.709l-2.15%202.14a.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%200l-2.15-2.14v1.583l2.854%202.854a.5.5%200%200%201-.708.707L7.999%205.707V9.5c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V5.707L4.853%207.853a.5.5%200%200%201-.707%200%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%200M7.5%2015c.65%200%201.21-.42%201.41-1c.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.5c.2.58.76%201%201.41%201%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-force-push.svg?color=%231a73e8&size=48