cursor text icon

cursor-text from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
cursor-text
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

The same icon in other sets

Related icons in Radix Icons

Use the cursor text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M10.5 1a.5.5 0 0 1 0 1c-.922 0-1.54.23-1.92.563C8.206 2.89 8 3.366 8 4v3h1.25a.5.5 0 0 1 0 1H8v3c0 .634.207 1.11.58 1.437c.38.333.998.563 1.92.563a.5.5 0 0 1 0 1c-1.078 0-1.96-.27-2.58-.812a2.6 2.6 0 0 1-.42-.47q-.177.256-.42.47C6.46 13.73 5.577 14 4.5 14a.5.5 0 0 1 0-1c.922 0 1.54-.23 1.92-.563c.373-.326.58-.803.58-1.437V8H5.75a.5.5 0 0 1 0-1H7V4c0-.634-.207-1.11-.58-1.437C6.04 2.23 5.423 2 4.5 2a.5.5 0 0 1 0-1c1.078 0 1.96.27 2.58.812q.243.213.42.468q.177-.255.42-.468C8.54 1.27 9.423 1 10.5 1"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsCursorText(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M10.5 1a.5.5 0 0 1 0 1c-.922 0-1.54.23-1.92.563C8.206 2.89 8 3.366 8 4v3h1.25a.5.5 0 0 1 0 1H8v3c0 .634.207 1.11.58 1.437c.38.333.998.563 1.92.563a.5.5 0 0 1 0 1c-1.078 0-1.96-.27-2.58-.812a2.6 2.6 0 0 1-.42-.47q-.177.256-.42.47C6.46 13.73 5.577 14 4.5 14a.5.5 0 0 1 0-1c.922 0 1.54-.23 1.92-.563c.373-.326.58-.803.58-1.437V8H5.75a.5.5 0 0 1 0-1H7V4c0-.634-.207-1.11-.58-1.437C6.04 2.23 5.423 2 4.5 2a.5.5 0 0 1 0-1c1.078 0 1.96.27 2.58.812q.243.213.42.468q.177-.255.42-.468C8.54 1.27 9.423 1 10.5 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M10.5 1a.5.5 0 0 1 0 1c-.922 0-1.54.23-1.92.563C8.206 2.89 8 3.366 8 4v3h1.25a.5.5 0 0 1 0 1H8v3c0 .634.207 1.11.58 1.437c.38.333.998.563 1.92.563a.5.5 0 0 1 0 1c-1.078 0-1.96-.27-2.58-.812a2.6 2.6 0 0 1-.42-.47q-.177.256-.42.47C6.46 13.73 5.577 14 4.5 14a.5.5 0 0 1 0-1c.922 0 1.54-.23 1.92-.563c.373-.326.58-.803.58-1.437V8H5.75a.5.5 0 0 1 0-1H7V4c0-.634-.207-1.11-.58-1.437C6.04 2.23 5.423 2 4.5 2a.5.5 0 0 1 0-1c1.078 0 1.96.27 2.58.812q.243.213.42.468q.177-.255.42-.468C8.54 1.27 9.423 1 10.5 1"/></svg>
</template>

CSS

.icon-cursor-text {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%201a.5.5%200%200%201%200%201c-.922%200-1.54.23-1.92.563C8.206%202.89%208%203.366%208%204v3h1.25a.5.5%200%200%201%200%201H8v3c0%20.634.207%201.11.58%201.437c.38.333.998.563%201.92.563a.5.5%200%200%201%200%201c-1.078%200-1.96-.27-2.58-.812a2.6%202.6%200%200%201-.42-.47q-.177.256-.42.47C6.46%2013.73%205.577%2014%204.5%2014a.5.5%200%200%201%200-1c.922%200%201.54-.23%201.92-.563c.373-.326.58-.803.58-1.437V8H5.75a.5.5%200%200%201%200-1H7V4c0-.634-.207-1.11-.58-1.437C6.04%202.23%205.423%202%204.5%202a.5.5%200%200%201%200-1c1.078%200%201.96.27%202.58.812q.243.213.42.468q.177-.255.42-.468C8.54%201.27%209.423%201%2010.5%201%22%2F%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%201a.5.5%200%200%201%200%201c-.922%200-1.54.23-1.92.563C8.206%202.89%208%203.366%208%204v3h1.25a.5.5%200%200%201%200%201H8v3c0%20.634.207%201.11.58%201.437c.38.333.998.563%201.92.563a.5.5%200%200%201%200%201c-1.078%200-1.96-.27-2.58-.812a2.6%202.6%200%200%201-.42-.47q-.177.256-.42.47C6.46%2013.73%205.577%2014%204.5%2014a.5.5%200%200%201%200-1c.922%200%201.54-.23%201.92-.563c.373-.326.58-.803.58-1.437V8H5.75a.5.5%200%200%201%200-1H7V4c0-.634-.207-1.11-.58-1.437C6.04%202.23%205.423%202%204.5%202a.5.5%200%200%201%200-1c1.078%200%201.96.27%202.58.812q.243.213.42.468q.177-.255.42-.468C8.54%201.27%209.423%201%2010.5%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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