cursor text icon
cursor-text from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- cursor-text
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
Use the cursor text icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 2a.5.5 0 0 1 .5-.5c.862 0 1.573.287 2.06.566c.174.099.321.198.44.286c.119-.088.266-.187.44-.286A4.17 4.17 0 0 1 10.5 1.5a.5.5 0 0 1 0 1c-.638 0-1.177.213-1.564.434a3.5 3.5 0 0 0-.436.294V7.5H9a.5.5 0 0 1 0 1h-.5v4.272c.1.08.248.187.436.294c.387.221.926.434 1.564.434a.5.5 0 0 1 0 1a4.17 4.17 0 0 1-2.06-.566A5 5 0 0 1 8 13.65a5 5 0 0 1-.44.285a4.17 4.17 0 0 1-2.06.566a.5.5 0 0 1 0-1c.638 0 1.177-.213 1.564-.434c.188-.107.335-.214.436-.294V8.5H7a.5.5 0 0 1 0-1h.5V3.228a3.5 3.5 0 0 0-.436-.294A3.17 3.17 0 0 0 5.5 2.5A.5.5 0 0 1 5 2m2.648 10.645"/></svg>
React
import type { SVGProps } from "react";
export function BiCursorText(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 2a.5.5 0 0 1 .5-.5c.862 0 1.573.287 2.06.566c.174.099.321.198.44.286c.119-.088.266-.187.44-.286A4.17 4.17 0 0 1 10.5 1.5a.5.5 0 0 1 0 1c-.638 0-1.177.213-1.564.434a3.5 3.5 0 0 0-.436.294V7.5H9a.5.5 0 0 1 0 1h-.5v4.272c.1.08.248.187.436.294c.387.221.926.434 1.564.434a.5.5 0 0 1 0 1a4.17 4.17 0 0 1-2.06-.566A5 5 0 0 1 8 13.65a5 5 0 0 1-.44.285a4.17 4.17 0 0 1-2.06.566a.5.5 0 0 1 0-1c.638 0 1.177-.213 1.564-.434c.188-.107.335-.214.436-.294V8.5H7a.5.5 0 0 1 0-1h.5V3.228a3.5 3.5 0 0 0-.436-.294A3.17 3.17 0 0 0 5.5 2.5A.5.5 0 0 1 5 2m2.648 10.645"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 2a.5.5 0 0 1 .5-.5c.862 0 1.573.287 2.06.566c.174.099.321.198.44.286c.119-.088.266-.187.44-.286A4.17 4.17 0 0 1 10.5 1.5a.5.5 0 0 1 0 1c-.638 0-1.177.213-1.564.434a3.5 3.5 0 0 0-.436.294V7.5H9a.5.5 0 0 1 0 1h-.5v4.272c.1.08.248.187.436.294c.387.221.926.434 1.564.434a.5.5 0 0 1 0 1a4.17 4.17 0 0 1-2.06-.566A5 5 0 0 1 8 13.65a5 5 0 0 1-.44.285a4.17 4.17 0 0 1-2.06.566a.5.5 0 0 1 0-1c.638 0 1.177-.213 1.564-.434c.188-.107.335-.214.436-.294V8.5H7a.5.5 0 0 1 0-1h.5V3.228a3.5 3.5 0 0 0-.436-.294A3.17 3.17 0 0 0 5.5 2.5A.5.5 0 0 1 5 2m2.648 10.645"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%202a.5.5%200%200%201%20.5-.5c.862%200%201.573.287%202.06.566c.174.099.321.198.44.286c.119-.088.266-.187.44-.286A4.17%204.17%200%200%201%2010.5%201.5a.5.5%200%200%201%200%201c-.638%200-1.177.213-1.564.434a3.5%203.5%200%200%200-.436.294V7.5H9a.5.5%200%200%201%200%201h-.5v4.272c.1.08.248.187.436.294c.387.221.926.434%201.564.434a.5.5%200%200%201%200%201a4.17%204.17%200%200%201-2.06-.566A5%205%200%200%201%208%2013.65a5%205%200%200%201-.44.285a4.17%204.17%200%200%201-2.06.566a.5.5%200%200%201%200-1c.638%200%201.177-.213%201.564-.434c.188-.107.335-.214.436-.294V8.5H7a.5.5%200%200%201%200-1h.5V3.228a3.5%203.5%200%200%200-.436-.294A3.17%203.17%200%200%200%205.5%202.5A.5.5%200%200%201%205%202m2.648%2010.645%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%202a.5.5%200%200%201%20.5-.5c.862%200%201.573.287%202.06.566c.174.099.321.198.44.286c.119-.088.266-.187.44-.286A4.17%204.17%200%200%201%2010.5%201.5a.5.5%200%200%201%200%201c-.638%200-1.177.213-1.564.434a3.5%203.5%200%200%200-.436.294V7.5H9a.5.5%200%200%201%200%201h-.5v4.272c.1.08.248.187.436.294c.387.221.926.434%201.564.434a.5.5%200%200%201%200%201a4.17%204.17%200%200%201-2.06-.566A5%205%200%200%201%208%2013.65a5%205%200%200%201-.44.285a4.17%204.17%200%200%201-2.06.566a.5.5%200%200%201%200-1c.638%200%201.177-.213%201.564-.434c.188-.107.335-.214.436-.294V8.5H7a.5.5%200%200%201%200-1h.5V3.228a3.5%203.5%200%200%200-.436-.294A3.17%203.17%200%200%200%205.5%202.5A.5.5%200%200%201%205%202m2.648%2010.645%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/cursor-text.svg?color=%231a73e8&size=48