cursor text icon
cursor-text-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- cursor-text-duotone
- Set
- Keyline Icons
- Style
- Duotone
- 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 stroke-opacity=".4" d="M3 3.5H12.9583M3 8.1006H5.9875M3 12.7011H5.9875"/><path fill="currentColor" d="M9.31097 10.3752C8.96482 9.25452 10.0066 8.07664 11.2241 8.49437L11.2231 8.49535L20.9838 11.8411C22.2927 12.2898 22.3471 14.1241 21.0864 14.6633L17.1616 16.3401L15.2133 20.6194C14.6354 21.8879 12.8276 21.7484 12.4223 20.4377L9.31097 10.3752Z" stroke="none"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsCursorTextDuotone(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 strokeOpacity=".4" d="M3 3.5H12.9583M3 8.1006H5.9875M3 12.7011H5.9875"/><path fill="currentColor" d="M9.31097 10.3752C8.96482 9.25452 10.0066 8.07664 11.2241 8.49437L11.2231 8.49535L20.9838 11.8411C22.2927 12.2898 22.3471 14.1241 21.0864 14.6633L17.1616 16.3401L15.2133 20.6194C14.6354 21.8879 12.8276 21.7484 12.4223 20.4377L9.31097 10.3752Z" stroke="none"/></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 stroke-opacity=".4" d="M3 3.5H12.9583M3 8.1006H5.9875M3 12.7011H5.9875"/><path fill="currentColor" d="M9.31097 10.3752C8.96482 9.25452 10.0066 8.07664 11.2241 8.49437L11.2231 8.49535L20.9838 11.8411C22.2927 12.2898 22.3471 14.1241 21.0864 14.6633L17.1616 16.3401L15.2133 20.6194C14.6354 21.8879 12.8276 21.7484 12.4223 20.4377L9.31097 10.3752Z" stroke="none"/></g></svg> </template>
CSS
.icon-cursor-text-duotone {
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%20stroke-opacity%3D%22.4%22%20d%3D%22M3%203.5H12.9583M3%208.1006H5.9875M3%2012.7011H5.9875%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.31097%2010.3752C8.96482%209.25452%2010.0066%208.07664%2011.2241%208.49437L11.2231%208.49535L20.9838%2011.8411C22.2927%2012.2898%2022.3471%2014.1241%2021.0864%2014.6633L17.1616%2016.3401L15.2133%2020.6194C14.6354%2021.8879%2012.8276%2021.7484%2012.4223%2020.4377L9.31097%2010.3752Z%22%20stroke%3D%22none%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%20stroke-opacity%3D%22.4%22%20d%3D%22M3%203.5H12.9583M3%208.1006H5.9875M3%2012.7011H5.9875%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.31097%2010.3752C8.96482%209.25452%2010.0066%208.07664%2011.2241%208.49437L11.2231%208.49535L20.9838%2011.8411C22.2927%2012.2898%2022.3471%2014.1241%2021.0864%2014.6633L17.1616%2016.3401L15.2133%2020.6194C14.6354%2021.8879%2012.8276%2021.7484%2012.4223%2020.4377L9.31097%2010.3752Z%22%20stroke%3D%22none%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-duotone.svg?color=%231a73e8&size=48