input cursor text icon
input-cursor-text from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- input-cursor-text
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
Related icons in Bootstrap Icons
Use the input cursor text icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" 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 2"/><path d="M10 5h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4v1h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4zM6 5V4H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v-1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiInputCursorText(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fillRule="evenodd" 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 2"/><path d="M10 5h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4v1h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4zM6 5V4H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v-1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" 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 2"/><path d="M10 5h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4v1h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4zM6 5V4H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v-1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z"/></g></svg> </template>
CSS
.icon-input-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%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%202%22%2F%3E%3Cpath%20d%3D%22M10%205h4a1%201%200%200%201%201%201v4a1%201%200%200%201-1%201h-4v1h4a2%202%200%200%200%202-2V6a2%202%200%200%200-2-2h-4zM6%205V4H2a2%202%200%200%200-2%202v4a2%202%200%200%200%202%202h4v-1H2a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%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%202%22%2F%3E%3Cpath%20d%3D%22M10%205h4a1%201%200%200%201%201%201v4a1%201%200%200%201-1%201h-4v1h4a2%202%200%200%200%202-2V6a2%202%200%200%200-2-2h-4zM6%205V4H2a2%202%200%200%200-2%202v4a2%202%200%200%200%202%202h4v-1H2a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/input-cursor-text.svg?color=%231a73e8&size=48