git compare arrows icon
git-compare-arrows from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- git-compare-arrows
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the git compare arrows icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5 9.001a3 3 0 1 0 0-6a3 3 0 0 0 0 6m7-3h2c1.87 0 2.804 0 3.5.402a3 3 0 0 1 1.098 1.098c.402.697.402 1.631.402 3.5m0 10a3 3 0 1 0 0-6a3 3 0 0 0 0 6m-7-2.999h-2c-1.87 0-2.804 0-3.5-.402a3 3 0 0 1-1.098-1.098C5 15.806 5 14.872 5 13.002"/><path d="M9 15.001s3 2.21 3 3s-3 3-3 3m6-11.999s-3-2.21-3-3s3-3 3-3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsGitCompareArrows(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M5 9.001a3 3 0 1 0 0-6a3 3 0 0 0 0 6m7-3h2c1.87 0 2.804 0 3.5.402a3 3 0 0 1 1.098 1.098c.402.697.402 1.631.402 3.5m0 10a3 3 0 1 0 0-6a3 3 0 0 0 0 6m-7-2.999h-2c-1.87 0-2.804 0-3.5-.402a3 3 0 0 1-1.098-1.098C5 15.806 5 14.872 5 13.002"/><path d="M9 15.001s3 2.21 3 3s-3 3-3 3m6-11.999s-3-2.21-3-3s3-3 3-3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5 9.001a3 3 0 1 0 0-6a3 3 0 0 0 0 6m7-3h2c1.87 0 2.804 0 3.5.402a3 3 0 0 1 1.098 1.098c.402.697.402 1.631.402 3.5m0 10a3 3 0 1 0 0-6a3 3 0 0 0 0 6m-7-2.999h-2c-1.87 0-2.804 0-3.5-.402a3 3 0 0 1-1.098-1.098C5 15.806 5 14.872 5 13.002"/><path d="M9 15.001s3 2.21 3 3s-3 3-3 3m6-11.999s-3-2.21-3-3s3-3 3-3"/></g></svg> </template>
CSS
.icon-git-compare-arrows {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%209.001a3%203%200%201%200%200-6a3%203%200%200%200%200%206m7-3h2c1.87%200%202.804%200%203.5.402a3%203%200%200%201%201.098%201.098c.402.697.402%201.631.402%203.5m0%2010a3%203%200%201%200%200-6a3%203%200%200%200%200%206m-7-2.999h-2c-1.87%200-2.804%200-3.5-.402a3%203%200%200%201-1.098-1.098C5%2015.806%205%2014.872%205%2013.002%22%2F%3E%3Cpath%20d%3D%22M9%2015.001s3%202.21%203%203s-3%203-3%203m6-11.999s-3-2.21-3-3s3-3%203-3%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%209.001a3%203%200%201%200%200-6a3%203%200%200%200%200%206m7-3h2c1.87%200%202.804%200%203.5.402a3%203%200%200%201%201.098%201.098c.402.697.402%201.631.402%203.5m0%2010a3%203%200%201%200%200-6a3%203%200%200%200%200%206m-7-2.999h-2c-1.87%200-2.804%200-3.5-.402a3%203%200%200%201-1.098-1.098C5%2015.806%205%2014.872%205%2013.002%22%2F%3E%3Cpath%20d%3D%22M9%2015.001s3%202.21%203%203s-3%203-3%203m6-11.999s-3-2.21-3-3s3-3%203-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/git-compare-arrows.svg?color=%231a73e8&size=48