type cursor icon

type-cursor from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
type-cursor
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the type cursor 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-width="1.5"><path d="M6 16c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.121C2 13.395 2 12.93 2 12s0-1.395.102-1.777a3 3 0 0 1 2.122-2.12C4.605 8 5.07 8 6 8m6 8h6c.93 0 1.395 0 1.776-.102a3 3 0 0 0 2.122-2.121C22 13.395 22 12.93 22 12s0-1.395-.102-1.777a3 3 0 0 0-2.122-2.12C19.396 8 18.93 8 18 8h-6"/><path stroke-linejoin="round" d="M7 3h2m2 0H9m0 0v18m0 0H7m2 0h2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTypeCursor(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" strokeWidth="1.5"><path d="M6 16c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.121C2 13.395 2 12.93 2 12s0-1.395.102-1.777a3 3 0 0 1 2.122-2.12C4.605 8 5.07 8 6 8m6 8h6c.93 0 1.395 0 1.776-.102a3 3 0 0 0 2.122-2.121C22 13.395 22 12.93 22 12s0-1.395-.102-1.777a3 3 0 0 0-2.122-2.12C19.396 8 18.93 8 18 8h-6"/><path strokeLinejoin="round" d="M7 3h2m2 0H9m0 0v18m0 0H7m2 0h2"/></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-width="1.5"><path d="M6 16c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.121C2 13.395 2 12.93 2 12s0-1.395.102-1.777a3 3 0 0 1 2.122-2.12C4.605 8 5.07 8 6 8m6 8h6c.93 0 1.395 0 1.776-.102a3 3 0 0 0 2.122-2.121C22 13.395 22 12.93 22 12s0-1.395-.102-1.777a3 3 0 0 0-2.122-2.12C19.396 8 18.93 8 18 8h-6"/><path stroke-linejoin="round" d="M7 3h2m2 0H9m0 0v18m0 0H7m2 0h2"/></g></svg>
</template>

CSS

.icon-type-cursor {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%2016c-.93%200-1.395%200-1.776-.102a3%203%200%200%201-2.122-2.121C2%2013.395%202%2012.93%202%2012s0-1.395.102-1.777a3%203%200%200%201%202.122-2.12C4.605%208%205.07%208%206%208m6%208h6c.93%200%201.395%200%201.776-.102a3%203%200%200%200%202.122-2.121C22%2013.395%2022%2012.93%2022%2012s0-1.395-.102-1.777a3%203%200%200%200-2.122-2.12C19.396%208%2018.93%208%2018%208h-6%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7%203h2m2%200H9m0%200v18m0%200H7m2%200h2%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%2016c-.93%200-1.395%200-1.776-.102a3%203%200%200%201-2.122-2.121C2%2013.395%202%2012.93%202%2012s0-1.395.102-1.777a3%203%200%200%201%202.122-2.12C4.605%208%205.07%208%206%208m6%208h6c.93%200%201.395%200%201.776-.102a3%203%200%200%200%202.122-2.121C22%2013.395%2022%2012.93%2022%2012s0-1.395-.102-1.777a3%203%200%200%200-2.122-2.12C19.396%208%2018.93%208%2018%208h-6%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7%203h2m2%200H9m0%200v18m0%200H7m2%200h2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/type-cursor.svg?color=%231a73e8&size=48