git lens icon
git-lens from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- git-lens
- Set
- Codicons
- Style
- Regular
- Viewbox
- 24×24
- License
- CC BY 4.0
Related icons in Codicons
git-branchgit-branch-changesgit-branch-compactgit-branch-conflictsgit-branch-staged-changesgit-commitgit-comparegit-fetchgit-mergegit-pull-requestgit-pull-request-closedgit-pull-request-commentgit-pull-request-creategit-pull-request-donegit-pull-request-draftgit-pull-request-errorgit-pull-request-go-to-changesgit-pull-request-new-changesgit-stashgit-stash-applygit-stash-pop
Use the git lens icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.4 9.75c-.591 0-1.138.186-1.586.503l-1.752-1.752a2.75 2.75 0 1 0-3.312 1.645v4.207a2.751 2.751 0 1 0 1.5 0v-4.207a2.7 2.7 0 0 0 .894-.442l1.723 1.723A2.75 2.75 0 1 0 15.4 9.749zM10.75 17a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M9.5 8.75a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m5.9 5a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m0 22.5C6.201 22.5 1.5 17.799 1.5 12S6.201 1.5 12 1.5S22.5 6.201 22.5 12S17.799 22.5 12 22.5" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function CodiconGitLens(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" fillRule="evenodd" d="M15.4 9.75c-.591 0-1.138.186-1.586.503l-1.752-1.752a2.75 2.75 0 1 0-3.312 1.645v4.207a2.751 2.751 0 1 0 1.5 0v-4.207a2.7 2.7 0 0 0 .894-.442l1.723 1.723A2.75 2.75 0 1 0 15.4 9.749zM10.75 17a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M9.5 8.75a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m5.9 5a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m0 22.5C6.201 22.5 1.5 17.799 1.5 12S6.201 1.5 12 1.5S22.5 6.201 22.5 12S17.799 22.5 12 22.5" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.4 9.75c-.591 0-1.138.186-1.586.503l-1.752-1.752a2.75 2.75 0 1 0-3.312 1.645v4.207a2.751 2.751 0 1 0 1.5 0v-4.207a2.7 2.7 0 0 0 .894-.442l1.723 1.723A2.75 2.75 0 1 0 15.4 9.749zM10.75 17a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M9.5 8.75a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m5.9 5a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m0 22.5C6.201 22.5 1.5 17.799 1.5 12S6.201 1.5 12 1.5S22.5 6.201 22.5 12S17.799 22.5 12 22.5" clip-rule="evenodd"/></svg> </template>
CSS
.icon-git-lens {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.4%209.75c-.591%200-1.138.186-1.586.503l-1.752-1.752a2.75%202.75%200%201%200-3.312%201.645v4.207a2.751%202.751%200%201%200%201.5%200v-4.207a2.7%202.7%200%200%200%20.894-.442l1.723%201.723A2.75%202.75%200%201%200%2015.4%209.749zM10.75%2017a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M9.5%208.75a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m5.9%205a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5M12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200m0%2022.5C6.201%2022.5%201.5%2017.799%201.5%2012S6.201%201.5%2012%201.5S22.5%206.201%2022.5%2012S17.799%2022.5%2012%2022.5%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.4%209.75c-.591%200-1.138.186-1.586.503l-1.752-1.752a2.75%202.75%200%201%200-3.312%201.645v4.207a2.751%202.751%200%201%200%201.5%200v-4.207a2.7%202.7%200%200%200%20.894-.442l1.723%201.723A2.75%202.75%200%201%200%2015.4%209.749zM10.75%2017a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M9.5%208.75a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m5.9%205a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5M12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200m0%2022.5C6.201%2022.5%201.5%2017.799%201.5%2012S6.201%201.5%2012%201.5S22.5%206.201%2022.5%2012S17.799%2022.5%2012%2022.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/git-lens.svg?color=%231a73e8&size=48