Repo Force Push Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Repo Force Push icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307365.svg" alt="Repo Force Push icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307365.svg" alt="Repo Force Push icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307365.svg" alt="Repo Force Push icon" :width="24" :height="24" />
CSS background
.icon-repo-force-push {
background-image: url('https://proicons.com/icon/307365.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M4.14602 7.85302C3.95102 7.65802 3.95102 7.34102 4.14602 7.14602L6.99902 4.29202V2.70902L4.84902 4.84902C4.75402 4.94902 4.62702 4.99902 4.49902 4.99902C4.37102 4.99902 4.24402 4.94902 4.14902 4.84902C4.04902 4.75402 3.99902 4.62602 3.99902 4.49902C3.99902 4.37202 4.04902 4.24402 4.14902 4.14902L7.14902 1.14902C7.24402 1.04902 7.37102 0.999023 7.49902 0.999023C7.62702 0.999023 7.75402 1.04902 7.84902 1.14902L10.849 4.14902C10.949 4.24402 10.999 4.37102 10.999 4.49902C10.999 4.62702 10.949 4.75402 10.849 4.84902C10.754 4.94902 10.626 4.99902 10.499 4.99902C10.372 4.99902 10.244 4.94902 10.149 4.84902L7.99902 2.70902V4.29202L10.853 7.14602C11.048 7.34102 11.048 7.65802 10.853 7.85302C10.755 7.95002 10.627 7.99902 10.499 7.99902C10.371 7.99902 10.243 7.95102 10.145 7.85302L7.99902 5.70702V9.50002C7.99902 9.78002 7.77902 10 7.49902 10C7.21902 10 6.99902 9.78002 6.99902 9.50002V5.70702L4.85302 7.85302C4.65802 8.04802 4.34102 8.04802 4.14602 7.85302Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.95 13H12.5C12.78 13 13 13.22 13 13.5C13 13.78 12.78 14 12.5 14H9.95C9.72 15.14 8.71 16 7.5 16C6.29 16 5.28 15.14 5.05 14H2.5C2.22 14 2 13.78 2 13.5C2 13.22 2.22 13 2.5 13H5.05C5.28 11.86 6.29 11 7.5 11C8.71 11 9.72 11.86 9.95 13ZM7.5 15C8.15 15 8.71 14.58 8.91 14C8.97 13.84 9 13.68 9 13.5C9 13.32 8.97 13.16 8.91 13C8.71 12.42 8.15 12 7.5 12C6.85 12 6.29 12.42 6.09 13C6.03 13.16 6 13.32 6 13.5C6 13.68 6.03 13.84 6.09 14C6.29 14.58 6.85 15 7.5 15Z"/></svg>
Copied!