cursor text icon
cursor-text-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- cursor-text-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the cursor text icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M182 208a6 6 0 0 1-6 6h-16a38 38 0 0 1-32-17.55A38 38 0 0 1 96 214H80a6 6 0 0 1 0-12h16a26 26 0 0 0 26-26v-42h-18a6 6 0 0 1 0-12h18V80a26 26 0 0 0-26-26H80a6 6 0 0 1 0-12h16a38 38 0 0 1 32 17.55A38 38 0 0 1 160 42h16a6 6 0 0 1 0 12h-16a26 26 0 0 0-26 26v42h18a6 6 0 0 1 0 12h-18v42a26 26 0 0 0 26 26h16a6 6 0 0 1 6 6"/></svg>
React
import type { SVGProps } from "react";
export function PhCursorTextLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M182 208a6 6 0 0 1-6 6h-16a38 38 0 0 1-32-17.55A38 38 0 0 1 96 214H80a6 6 0 0 1 0-12h16a26 26 0 0 0 26-26v-42h-18a6 6 0 0 1 0-12h18V80a26 26 0 0 0-26-26H80a6 6 0 0 1 0-12h16a38 38 0 0 1 32 17.55A38 38 0 0 1 160 42h16a6 6 0 0 1 0 12h-16a26 26 0 0 0-26 26v42h18a6 6 0 0 1 0 12h-18v42a26 26 0 0 0 26 26h16a6 6 0 0 1 6 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M182 208a6 6 0 0 1-6 6h-16a38 38 0 0 1-32-17.55A38 38 0 0 1 96 214H80a6 6 0 0 1 0-12h16a26 26 0 0 0 26-26v-42h-18a6 6 0 0 1 0-12h18V80a26 26 0 0 0-26-26H80a6 6 0 0 1 0-12h16a38 38 0 0 1 32 17.55A38 38 0 0 1 160 42h16a6 6 0 0 1 0 12h-16a26 26 0 0 0-26 26v42h18a6 6 0 0 1 0 12h-18v42a26 26 0 0 0 26 26h16a6 6 0 0 1 6 6"/></svg> </template>
CSS
.icon-cursor-text-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M182%20208a6%206%200%200%201-6%206h-16a38%2038%200%200%201-32-17.55A38%2038%200%200%201%2096%20214H80a6%206%200%200%201%200-12h16a26%2026%200%200%200%2026-26v-42h-18a6%206%200%200%201%200-12h18V80a26%2026%200%200%200-26-26H80a6%206%200%200%201%200-12h16a38%2038%200%200%201%2032%2017.55A38%2038%200%200%201%20160%2042h16a6%206%200%200%201%200%2012h-16a26%2026%200%200%200-26%2026v42h18a6%206%200%200%201%200%2012h-18v42a26%2026%200%200%200%2026%2026h16a6%206%200%200%201%206%206%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M182%20208a6%206%200%200%201-6%206h-16a38%2038%200%200%201-32-17.55A38%2038%200%200%201%2096%20214H80a6%206%200%200%201%200-12h16a26%2026%200%200%200%2026-26v-42h-18a6%206%200%200%201%200-12h18V80a26%2026%200%200%200-26-26H80a6%206%200%200%201%200-12h16a38%2038%200%200%201%2032%2017.55A38%2038%200%200%201%20160%2042h16a6%206%200%200%201%200%2012h-16a26%2026%200%200%200-26%2026v42h18a6%206%200%200%201%200%2012h-18v42a26%2026%200%200%200%2026%2026h16a6%206%200%200%201%206%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cursor-text-light.svg?color=%231a73e8&size=48