cursor text icon

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

Name
cursor-text-sharp-fill
Set
Keyline Icons
Style
Sharp Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the cursor text 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.3775 20.1434L10.2668 10.0807C10.1436 9.6823 10.513 9.3088 10.8991 9.4413L20.6597 12.7882C21.0963 12.9379 21.1182 13.5634 20.6933 13.745L16.59 15.4983C16.4754 15.5473 16.3828 15.6384 16.3303 15.7538L14.3031 20.2053C14.1111 20.627 13.5147 20.5871 13.3775 20.1434Z" stroke="none"/><path d="M2 3.5L13.9583 3.5M2 8.1006L6.9875 8.1006M2 12.7011L6.9875 12.7011M9.9707 9.1229L13.7632 20.5L16.4121 15.5744L21 13.2205L9.9707 9.1229Z"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCursorTextSharpFill(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.3775 20.1434L10.2668 10.0807C10.1436 9.6823 10.513 9.3088 10.8991 9.4413L20.6597 12.7882C21.0963 12.9379 21.1182 13.5634 20.6933 13.745L16.59 15.4983C16.4754 15.5473 16.3828 15.6384 16.3303 15.7538L14.3031 20.2053C14.1111 20.627 13.5147 20.5871 13.3775 20.1434Z" stroke="none"/><path d="M2 3.5L13.9583 3.5M2 8.1006L6.9875 8.1006M2 12.7011L6.9875 12.7011M9.9707 9.1229L13.7632 20.5L16.4121 15.5744L21 13.2205L9.9707 9.1229Z"/></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.3775 20.1434L10.2668 10.0807C10.1436 9.6823 10.513 9.3088 10.8991 9.4413L20.6597 12.7882C21.0963 12.9379 21.1182 13.5634 20.6933 13.745L16.59 15.4983C16.4754 15.5473 16.3828 15.6384 16.3303 15.7538L14.3031 20.2053C14.1111 20.627 13.5147 20.5871 13.3775 20.1434Z" stroke="none"/><path d="M2 3.5L13.9583 3.5M2 8.1006L6.9875 8.1006M2 12.7011L6.9875 12.7011M9.9707 9.1229L13.7632 20.5L16.4121 15.5744L21 13.2205L9.9707 9.1229Z"/></g></svg>
</template>

CSS

.icon-cursor-text-sharp-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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.3775%2020.1434L10.2668%2010.0807C10.1436%209.6823%2010.513%209.3088%2010.8991%209.4413L20.6597%2012.7882C21.0963%2012.9379%2021.1182%2013.5634%2020.6933%2013.745L16.59%2015.4983C16.4754%2015.5473%2016.3828%2015.6384%2016.3303%2015.7538L14.3031%2020.2053C14.1111%2020.627%2013.5147%2020.5871%2013.3775%2020.1434Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%203.5L13.9583%203.5M2%208.1006L6.9875%208.1006M2%2012.7011L6.9875%2012.7011M9.9707%209.1229L13.7632%2020.5L16.4121%2015.5744L21%2013.2205L9.9707%209.1229Z%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.3775%2020.1434L10.2668%2010.0807C10.1436%209.6823%2010.513%209.3088%2010.8991%209.4413L20.6597%2012.7882C21.0963%2012.9379%2021.1182%2013.5634%2020.6933%2013.745L16.59%2015.4983C16.4754%2015.5473%2016.3828%2015.6384%2016.3303%2015.7538L14.3031%2020.2053C14.1111%2020.627%2013.5147%2020.5871%2013.3775%2020.1434Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%203.5L13.9583%203.5M2%208.1006L6.9875%208.1006M2%2012.7011L6.9875%2012.7011M9.9707%209.1229L13.7632%2020.5L16.4121%2015.5744L21%2013.2205L9.9707%209.1229Z%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/cursor-text-sharp-fill.svg?color=%231a73e8&size=48