terminal cursor icon

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

Name
terminal-cursor-fill
Set
Keyline Icons
Style
Fill
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="M11.5789 14.9797L14.7027 5.35187C14.8263 4.96218 14.4555 4.59686 14.0677 4.72638L4.34115 7.78522C3.90276 7.93164 3.88072 8.54347 4.30742 8.72107L8.35297 10.4361C8.468 10.484 8.56102 10.5731 8.61379 10.6859L10.6494 15.0402C10.8422 15.4527 11.4412 15.4137 11.5789 14.9797Z" stroke="none"/><path d="M20 18.9999H13M14.7026 5.35175L11.5789 14.9795C11.4412 15.4136 10.8422 15.4525 10.6494 15.04L8.61378 10.6858C8.56101 10.573 8.46799 10.4838 8.35296 10.436L4.30741 8.72095C3.88071 8.54335 3.90275 7.93152 4.34114 7.78509L14.0677 4.72626C14.4554 4.59674 14.8263 4.96206 14.7026 5.35175Z"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsTerminalCursorFill(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="M11.5789 14.9797L14.7027 5.35187C14.8263 4.96218 14.4555 4.59686 14.0677 4.72638L4.34115 7.78522C3.90276 7.93164 3.88072 8.54347 4.30742 8.72107L8.35297 10.4361C8.468 10.484 8.56102 10.5731 8.61379 10.6859L10.6494 15.0402C10.8422 15.4527 11.4412 15.4137 11.5789 14.9797Z" stroke="none"/><path d="M20 18.9999H13M14.7026 5.35175L11.5789 14.9795C11.4412 15.4136 10.8422 15.4525 10.6494 15.04L8.61378 10.6858C8.56101 10.573 8.46799 10.4838 8.35296 10.436L4.30741 8.72095C3.88071 8.54335 3.90275 7.93152 4.34114 7.78509L14.0677 4.72626C14.4554 4.59674 14.8263 4.96206 14.7026 5.35175Z"/></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="M11.5789 14.9797L14.7027 5.35187C14.8263 4.96218 14.4555 4.59686 14.0677 4.72638L4.34115 7.78522C3.90276 7.93164 3.88072 8.54347 4.30742 8.72107L8.35297 10.4361C8.468 10.484 8.56102 10.5731 8.61379 10.6859L10.6494 15.0402C10.8422 15.4527 11.4412 15.4137 11.5789 14.9797Z" stroke="none"/><path d="M20 18.9999H13M14.7026 5.35175L11.5789 14.9795C11.4412 15.4136 10.8422 15.4525 10.6494 15.04L8.61378 10.6858C8.56101 10.573 8.46799 10.4838 8.35296 10.436L4.30741 8.72095C3.88071 8.54335 3.90275 7.93152 4.34114 7.78509L14.0677 4.72626C14.4554 4.59674 14.8263 4.96206 14.7026 5.35175Z"/></g></svg>
</template>

CSS

.icon-terminal-cursor-fill {
  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%22M11.5789%2014.9797L14.7027%205.35187C14.8263%204.96218%2014.4555%204.59686%2014.0677%204.72638L4.34115%207.78522C3.90276%207.93164%203.88072%208.54347%204.30742%208.72107L8.35297%2010.4361C8.468%2010.484%208.56102%2010.5731%208.61379%2010.6859L10.6494%2015.0402C10.8422%2015.4527%2011.4412%2015.4137%2011.5789%2014.9797Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M20%2018.9999H13M14.7026%205.35175L11.5789%2014.9795C11.4412%2015.4136%2010.8422%2015.4525%2010.6494%2015.04L8.61378%2010.6858C8.56101%2010.573%208.46799%2010.4838%208.35296%2010.436L4.30741%208.72095C3.88071%208.54335%203.90275%207.93152%204.34114%207.78509L14.0677%204.72626C14.4554%204.59674%2014.8263%204.96206%2014.7026%205.35175Z%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%22M11.5789%2014.9797L14.7027%205.35187C14.8263%204.96218%2014.4555%204.59686%2014.0677%204.72638L4.34115%207.78522C3.90276%207.93164%203.88072%208.54347%204.30742%208.72107L8.35297%2010.4361C8.468%2010.484%208.56102%2010.5731%208.61379%2010.6859L10.6494%2015.0402C10.8422%2015.4527%2011.4412%2015.4137%2011.5789%2014.9797Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M20%2018.9999H13M14.7026%205.35175L11.5789%2014.9795C11.4412%2015.4136%2010.8422%2015.4525%2010.6494%2015.04L8.61378%2010.6858C8.56101%2010.573%208.46799%2010.4838%208.35296%2010.436L4.30741%208.72095C3.88071%208.54335%203.90275%207.93152%204.34114%207.78509L14.0677%204.72626C14.4554%204.59674%2014.8263%204.96206%2014.7026%205.35175Z%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-fill.svg?color=%231a73e8&size=48