cursor text icon

cursor-text-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.

Name
cursor-text-two-tone
Set
Keyline Icons
Style
Two Tone
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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M13.3775 20.1434L10.2668 10.0807C10.1436 9.68232 10.513 9.30883 10.8991 9.44125L20.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="M3 3.5H12.9583M3 8.10055H5.98748M3 12.7011H5.98748M10.2669 10.0807L13.3776 20.1434C13.5147 20.5871 14.1112 20.627 14.3032 20.2053L16.3303 15.7538C16.3829 15.6384 16.4755 15.5473 16.5901 15.4983L20.6934 13.745C21.1183 13.5634 21.0964 12.9379 20.6598 12.7882L10.8992 9.44123C10.513 9.30882 10.1437 9.68231 10.2669 10.0807Z"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCursorTextTwoTone(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" fillOpacity=".4" d="M13.3775 20.1434L10.2668 10.0807C10.1436 9.68232 10.513 9.30883 10.8991 9.44125L20.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="M3 3.5H12.9583M3 8.10055H5.98748M3 12.7011H5.98748M10.2669 10.0807L13.3776 20.1434C13.5147 20.5871 14.1112 20.627 14.3032 20.2053L16.3303 15.7538C16.3829 15.6384 16.4755 15.5473 16.5901 15.4983L20.6934 13.745C21.1183 13.5634 21.0964 12.9379 20.6598 12.7882L10.8992 9.44123C10.513 9.30882 10.1437 9.68231 10.2669 10.0807Z"/></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" fill-opacity=".4" d="M13.3775 20.1434L10.2668 10.0807C10.1436 9.68232 10.513 9.30883 10.8991 9.44125L20.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="M3 3.5H12.9583M3 8.10055H5.98748M3 12.7011H5.98748M10.2669 10.0807L13.3776 20.1434C13.5147 20.5871 14.1112 20.627 14.3032 20.2053L16.3303 15.7538C16.3829 15.6384 16.4755 15.5473 16.5901 15.4983L20.6934 13.745C21.1183 13.5634 21.0964 12.9379 20.6598 12.7882L10.8992 9.44123C10.513 9.30882 10.1437 9.68231 10.2669 10.0807Z"/></g></svg>
</template>

CSS

.icon-cursor-text-two-tone {
  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%20fill-opacity%3D%22.4%22%20d%3D%22M13.3775%2020.1434L10.2668%2010.0807C10.1436%209.68232%2010.513%209.30883%2010.8991%209.44125L20.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%22M3%203.5H12.9583M3%208.10055H5.98748M3%2012.7011H5.98748M10.2669%2010.0807L13.3776%2020.1434C13.5147%2020.5871%2014.1112%2020.627%2014.3032%2020.2053L16.3303%2015.7538C16.3829%2015.6384%2016.4755%2015.5473%2016.5901%2015.4983L20.6934%2013.745C21.1183%2013.5634%2021.0964%2012.9379%2020.6598%2012.7882L10.8992%209.44123C10.513%209.30882%2010.1437%209.68231%2010.2669%2010.0807Z%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%20fill-opacity%3D%22.4%22%20d%3D%22M13.3775%2020.1434L10.2668%2010.0807C10.1436%209.68232%2010.513%209.30883%2010.8991%209.44125L20.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%22M3%203.5H12.9583M3%208.10055H5.98748M3%2012.7011H5.98748M10.2669%2010.0807L13.3776%2020.1434C13.5147%2020.5871%2014.1112%2020.627%2014.3032%2020.2053L16.3303%2015.7538C16.3829%2015.6384%2016.4755%2015.5473%2016.5901%2015.4983L20.6934%2013.745C21.1183%2013.5634%2021.0964%2012.9379%2020.6598%2012.7882L10.8992%209.44123C10.513%209.30882%2010.1437%209.68231%2010.2669%2010.0807Z%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-two-tone.svg?color=%231a73e8&size=48