terminal cursor icon

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

Name
terminal-cursor-duotone
Set
Keyline Icons
Style
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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M13.7685 3.77335C14.9255 3.40141 16.0247 4.49133 15.6562 5.65421L15.6542 5.66104L12.5302 15.289C12.1131 16.5848 10.3216 16.6992 9.74409 15.4638L7.78901 11.2831L3.91791 9.64249L3.91889 9.64151C2.64383 9.1059 2.71202 7.2754 4.02534 6.83682L4.03315 6.83389L4.04194 6.83194L13.7685 3.77335Z" stroke="none"/><path stroke-opacity=".4" d="M20 19H13"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsTerminalCursorDuotone(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="2"><path fill="currentColor" d="M13.7685 3.77335C14.9255 3.40141 16.0247 4.49133 15.6562 5.65421L15.6542 5.66104L12.5302 15.289C12.1131 16.5848 10.3216 16.6992 9.74409 15.4638L7.78901 11.2831L3.91791 9.64249L3.91889 9.64151C2.64383 9.1059 2.71202 7.2754 4.02534 6.83682L4.03315 6.83389L4.04194 6.83194L13.7685 3.77335Z" stroke="none"/><path strokeOpacity=".4" d="M20 19H13"/></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="2"><path fill="currentColor" d="M13.7685 3.77335C14.9255 3.40141 16.0247 4.49133 15.6562 5.65421L15.6542 5.66104L12.5302 15.289C12.1131 16.5848 10.3216 16.6992 9.74409 15.4638L7.78901 11.2831L3.91791 9.64249L3.91889 9.64151C2.64383 9.1059 2.71202 7.2754 4.02534 6.83682L4.03315 6.83389L4.04194 6.83194L13.7685 3.77335Z" stroke="none"/><path stroke-opacity=".4" d="M20 19H13"/></g></svg>
</template>

CSS

.icon-terminal-cursor-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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.7685%203.77335C14.9255%203.40141%2016.0247%204.49133%2015.6562%205.65421L15.6542%205.66104L12.5302%2015.289C12.1131%2016.5848%2010.3216%2016.6992%209.74409%2015.4638L7.78901%2011.2831L3.91791%209.64249L3.91889%209.64151C2.64383%209.1059%202.71202%207.2754%204.02534%206.83682L4.03315%206.83389L4.04194%206.83194L13.7685%203.77335Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M20%2019H13%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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.7685%203.77335C14.9255%203.40141%2016.0247%204.49133%2015.6562%205.65421L15.6542%205.66104L12.5302%2015.289C12.1131%2016.5848%2010.3216%2016.6992%209.74409%2015.4638L7.78901%2011.2831L3.91791%209.64249L3.91889%209.64151C2.64383%209.1059%202.71202%207.2754%204.02534%206.83682L4.03315%206.83389L4.04194%206.83194L13.7685%203.77335Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M20%2019H13%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-duotone.svg?color=%231a73e8&size=48