git diff icon
git-diff-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- git-diff-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the git diff icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.25 6a3.75 3.75 0 1 1 4.5 3.675V16.5c0 .69.56 1.25 1.25 1.25h2.19l-1.22-1.22a.75.75 0 1 1 1.06-1.06l2.5 2.5a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06l1.22-1.22H8a2.75 2.75 0 0 1-2.75-2.75V9.675A3.75 3.75 0 0 1 2.25 6m12.78-3.53a.75.75 0 0 1 0 1.06l-1.22 1.22H16a2.75 2.75 0 0 1 2.75 2.75v6.825A3.751 3.751 0 0 1 18 21.75a3.75 3.75 0 0 1-.75-7.425V7.5c0-.69-.56-1.25-1.25-1.25h-2.19l1.22 1.22a.75.75 0 0 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0"/></svg>
React
import type { SVGProps } from "react";
export function MynauiGitDiffSolid(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="M2.25 6a3.75 3.75 0 1 1 4.5 3.675V16.5c0 .69.56 1.25 1.25 1.25h2.19l-1.22-1.22a.75.75 0 1 1 1.06-1.06l2.5 2.5a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06l1.22-1.22H8a2.75 2.75 0 0 1-2.75-2.75V9.675A3.75 3.75 0 0 1 2.25 6m12.78-3.53a.75.75 0 0 1 0 1.06l-1.22 1.22H16a2.75 2.75 0 0 1 2.75 2.75v6.825A3.751 3.751 0 0 1 18 21.75a3.75 3.75 0 0 1-.75-7.425V7.5c0-.69-.56-1.25-1.25-1.25h-2.19l1.22 1.22a.75.75 0 0 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.25 6a3.75 3.75 0 1 1 4.5 3.675V16.5c0 .69.56 1.25 1.25 1.25h2.19l-1.22-1.22a.75.75 0 1 1 1.06-1.06l2.5 2.5a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06l1.22-1.22H8a2.75 2.75 0 0 1-2.75-2.75V9.675A3.75 3.75 0 0 1 2.25 6m12.78-3.53a.75.75 0 0 1 0 1.06l-1.22 1.22H16a2.75 2.75 0 0 1 2.75 2.75v6.825A3.751 3.751 0 0 1 18 21.75a3.75 3.75 0 0 1-.75-7.425V7.5c0-.69-.56-1.25-1.25-1.25h-2.19l1.22 1.22a.75.75 0 0 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0"/></svg> </template>
CSS
.icon-git-diff-solid {
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%22M2.25%206a3.75%203.75%200%201%201%204.5%203.675V16.5c0%20.69.56%201.25%201.25%201.25h2.19l-1.22-1.22a.75.75%200%201%201%201.06-1.06l2.5%202.5a.75.75%200%200%201%200%201.06l-2.5%202.5a.75.75%200%201%201-1.06-1.06l1.22-1.22H8a2.75%202.75%200%200%201-2.75-2.75V9.675A3.75%203.75%200%200%201%202.25%206m12.78-3.53a.75.75%200%200%201%200%201.06l-1.22%201.22H16a2.75%202.75%200%200%201%202.75%202.75v6.825A3.751%203.751%200%200%201%2018%2021.75a3.75%203.75%200%200%201-.75-7.425V7.5c0-.69-.56-1.25-1.25-1.25h-2.19l1.22%201.22a.75.75%200%200%201-1.06%201.06l-2.5-2.5a.75.75%200%200%201%200-1.06l2.5-2.5a.75.75%200%200%201%201.06%200%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%22M2.25%206a3.75%203.75%200%201%201%204.5%203.675V16.5c0%20.69.56%201.25%201.25%201.25h2.19l-1.22-1.22a.75.75%200%201%201%201.06-1.06l2.5%202.5a.75.75%200%200%201%200%201.06l-2.5%202.5a.75.75%200%201%201-1.06-1.06l1.22-1.22H8a2.75%202.75%200%200%201-2.75-2.75V9.675A3.75%203.75%200%200%201%202.25%206m12.78-3.53a.75.75%200%200%201%200%201.06l-1.22%201.22H16a2.75%202.75%200%200%201%202.75%202.75v6.825A3.751%203.751%200%200%201%2018%2021.75a3.75%203.75%200%200%201-.75-7.425V7.5c0-.69-.56-1.25-1.25-1.25h-2.19l1.22%201.22a.75.75%200%200%201-1.06%201.06l-2.5-2.5a.75.75%200%200%201%200-1.06l2.5-2.5a.75.75%200%200%201%201.06%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/git-diff-solid.svg?color=%231a73e8&size=48