terminal cursor icon

terminal-cursor-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.

Name
terminal-cursor-sharp-duotone
Set
Keyline Icons
Style
Sharp Duotone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

Related icons in Keyline Icons

Use the terminal cursor 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-linejoin="round" stroke-width="2"><path fill="currentColor" d="M13.768 3.77343C14.9252 3.40124 16.0243 4.4913 15.6557 5.65429L15.6538 5.66112L12.5298 15.2891C12.1127 16.5849 10.3211 16.6994 9.74362 15.4639L7.78855 11.2832L3.91745 9.64257L3.91843 9.64159C2.6436 9.10607 2.71087 7.27571 4.0239 6.83691C4.02945 6.83506 4.0359 6.83377 4.04148 6.83202L13.768 3.77343Z" stroke="none"/><path stroke-opacity=".4" d="M21 19H12"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsTerminalCursorSharpDuotone(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" d="M13.768 3.77343C14.9252 3.40124 16.0243 4.4913 15.6557 5.65429L15.6538 5.66112L12.5298 15.2891C12.1127 16.5849 10.3211 16.6994 9.74362 15.4639L7.78855 11.2832L3.91745 9.64257L3.91843 9.64159C2.6436 9.10607 2.71087 7.27571 4.0239 6.83691C4.02945 6.83506 4.0359 6.83377 4.04148 6.83202L13.768 3.77343Z" stroke="none"/><path strokeOpacity=".4" d="M21 19H12"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" d="M13.768 3.77343C14.9252 3.40124 16.0243 4.4913 15.6557 5.65429L15.6538 5.66112L12.5298 15.2891C12.1127 16.5849 10.3211 16.6994 9.74362 15.4639L7.78855 11.2832L3.91745 9.64257L3.91843 9.64159C2.6436 9.10607 2.71087 7.27571 4.0239 6.83691C4.02945 6.83506 4.0359 6.83377 4.04148 6.83202L13.768 3.77343Z" stroke="none"/><path stroke-opacity=".4" d="M21 19H12"/></g></svg>
</template>

CSS

.icon-terminal-cursor-sharp-duotone {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.768%203.77343C14.9252%203.40124%2016.0243%204.4913%2015.6557%205.65429L15.6538%205.66112L12.5298%2015.2891C12.1127%2016.5849%2010.3211%2016.6994%209.74362%2015.4639L7.78855%2011.2832L3.91745%209.64257L3.91843%209.64159C2.6436%209.10607%202.71087%207.27571%204.0239%206.83691C4.02945%206.83506%204.0359%206.83377%204.04148%206.83202L13.768%203.77343Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M21%2019H12%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.768%203.77343C14.9252%203.40124%2016.0243%204.4913%2015.6557%205.65429L15.6538%205.66112L12.5298%2015.2891C12.1127%2016.5849%2010.3211%2016.6994%209.74362%2015.4639L7.78855%2011.2832L3.91745%209.64257L3.91843%209.64159C2.6436%209.10607%202.71087%207.27571%204.0239%206.83691C4.02945%206.83506%204.0359%206.83377%204.04148%206.83202L13.768%203.77343Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M21%2019H12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/terminal-cursor-sharp-duotone.svg?color=%231a73e8&size=48