slide text cursor icon
slide-text-cursor-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- slide-text-cursor-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
slide-add-16-filledslide-arrow-forward-20-filledslide-arrow-right-20-filledslide-content-20-filledslide-design-24-filledslide-eraser-16-filledslide-grid-20-filledslide-hide-20-filledslide-layout-20-filledslide-link-20-filledslide-microphone-20-filledslide-multiple-16-filledslide-multiple-arrow-right-20-filledslide-multiple-search-20-filledslide-play-20-filledslide-record-16-filledslide-search-16-filledslide-settings-20-filledslide-size-20-filledslide-text-16-filledslide-text-call-16-filledslide-text-edit-16-filledslide-text-multiple-16-filledslide-text-person-16-filled
Use the slide text cursor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 8a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zM6 11.75a.75.75 0 0 1 .75-.75h7.424c-.11.23-.17.484-.17.75v.75H6.75a.75.75 0 0 1-.75-.75m14.5-5v7.649l1.5 1.663V6.75A2.75 2.75 0 0 0 19.25 4H4.75A2.75 2.75 0 0 0 2 6.75v10.5A2.75 2.75 0 0 0 4.75 20H14l.001-1.5H4.75c-.69 0-1.25-.56-1.25-1.25V6.75c0-.69.56-1.25 1.25-1.25h14.5c.69 0 1.25.56 1.25 1.25M6.75 14a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5zm8.736-2.95a.75.75 0 0 1 .826.198l6.365 7.057a.75.75 0 0 1-.738 1.23l-3.537-.878l-2.03 3.015a.75.75 0 0 1-1.372-.42l.005-9.502a.75.75 0 0 1 .48-.7"/></svg>
React
import type { SVGProps } from "react";
export function FluentSlideTextCursor24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 8a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zM6 11.75a.75.75 0 0 1 .75-.75h7.424c-.11.23-.17.484-.17.75v.75H6.75a.75.75 0 0 1-.75-.75m14.5-5v7.649l1.5 1.663V6.75A2.75 2.75 0 0 0 19.25 4H4.75A2.75 2.75 0 0 0 2 6.75v10.5A2.75 2.75 0 0 0 4.75 20H14l.001-1.5H4.75c-.69 0-1.25-.56-1.25-1.25V6.75c0-.69.56-1.25 1.25-1.25h14.5c.69 0 1.25.56 1.25 1.25M6.75 14a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5zm8.736-2.95a.75.75 0 0 1 .826.198l6.365 7.057a.75.75 0 0 1-.738 1.23l-3.537-.878l-2.03 3.015a.75.75 0 0 1-1.372-.42l.005-9.502a.75.75 0 0 1 .48-.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 8a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zM6 11.75a.75.75 0 0 1 .75-.75h7.424c-.11.23-.17.484-.17.75v.75H6.75a.75.75 0 0 1-.75-.75m14.5-5v7.649l1.5 1.663V6.75A2.75 2.75 0 0 0 19.25 4H4.75A2.75 2.75 0 0 0 2 6.75v10.5A2.75 2.75 0 0 0 4.75 20H14l.001-1.5H4.75c-.69 0-1.25-.56-1.25-1.25V6.75c0-.69.56-1.25 1.25-1.25h14.5c.69 0 1.25.56 1.25 1.25M6.75 14a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5zm8.736-2.95a.75.75 0 0 1 .826.198l6.365 7.057a.75.75 0 0 1-.738 1.23l-3.537-.878l-2.03 3.015a.75.75 0 0 1-1.372-.42l.005-9.502a.75.75 0 0 1 .48-.7"/></svg> </template>
CSS
.icon-slide-text-cursor-24-regular {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%208a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%200-1.5zM6%2011.75a.75.75%200%200%201%20.75-.75h7.424c-.11.23-.17.484-.17.75v.75H6.75a.75.75%200%200%201-.75-.75m14.5-5v7.649l1.5%201.663V6.75A2.75%202.75%200%200%200%2019.25%204H4.75A2.75%202.75%200%200%200%202%206.75v10.5A2.75%202.75%200%200%200%204.75%2020H14l.001-1.5H4.75c-.69%200-1.25-.56-1.25-1.25V6.75c0-.69.56-1.25%201.25-1.25h14.5c.69%200%201.25.56%201.25%201.25M6.75%2014a.75.75%200%200%200%200%201.5h5.5a.75.75%200%200%200%200-1.5zm8.736-2.95a.75.75%200%200%201%20.826.198l6.365%207.057a.75.75%200%200%201-.738%201.23l-3.537-.878l-2.03%203.015a.75.75%200%200%201-1.372-.42l.005-9.502a.75.75%200%200%201%20.48-.7%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%208a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%200-1.5zM6%2011.75a.75.75%200%200%201%20.75-.75h7.424c-.11.23-.17.484-.17.75v.75H6.75a.75.75%200%200%201-.75-.75m14.5-5v7.649l1.5%201.663V6.75A2.75%202.75%200%200%200%2019.25%204H4.75A2.75%202.75%200%200%200%202%206.75v10.5A2.75%202.75%200%200%200%204.75%2020H14l.001-1.5H4.75c-.69%200-1.25-.56-1.25-1.25V6.75c0-.69.56-1.25%201.25-1.25h14.5c.69%200%201.25.56%201.25%201.25M6.75%2014a.75.75%200%200%200%200%201.5h5.5a.75.75%200%200%200%200-1.5zm8.736-2.95a.75.75%200%200%201%20.826.198l6.365%207.057a.75.75%200%200%201-.738%201.23l-3.537-.878l-2.03%203.015a.75.75%200%200%201-1.372-.42l.005-9.502a.75.75%200%200%201%20.48-.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/slide-text-cursor-24-regular.svg?color=%231a73e8&size=48