chat-cursor-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
chat-cursor-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the chat cursor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11a1 1 0 0 1 1.6-.8l8 6c.768.577.361 1.8-.6 1.8h-4.4a1 1 0 0 0-.882.53l-1.835 3.44c-.49.92-1.883.571-1.883-.47zM10 1a8 8 0 0 1 7.473 10.855l-1.26-.945A6.5 6.5 0 1 0 4.33 12.178a.75.75 0 0 1 .074.549l-.623 2.492l2.492-.623l.141-.022a.75.75 0 0 1 .408.095a6.47 6.47 0 0 0 4.179.754v1.513a7.96 7.96 0 0 1-4.645-.815l-3.423.857a.75.75 0 0 1-.91-.91l.856-3.425A8 8 0 0 1 10 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatCursor24Regular(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="M12 11a1 1 0 0 1 1.6-.8l8 6c.768.577.361 1.8-.6 1.8h-4.4a1 1 0 0 0-.882.53l-1.835 3.44c-.49.92-1.883.571-1.883-.47zM10 1a8 8 0 0 1 7.473 10.855l-1.26-.945A6.5 6.5 0 1 0 4.33 12.178a.75.75 0 0 1 .074.549l-.623 2.492l2.492-.623l.141-.022a.75.75 0 0 1 .408.095a6.47 6.47 0 0 0 4.179.754v1.513a7.96 7.96 0 0 1-4.645-.815l-3.423.857a.75.75 0 0 1-.91-.91l.856-3.425A8 8 0 0 1 10 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11a1 1 0 0 1 1.6-.8l8 6c.768.577.361 1.8-.6 1.8h-4.4a1 1 0 0 0-.882.53l-1.835 3.44c-.49.92-1.883.571-1.883-.47zM10 1a8 8 0 0 1 7.473 10.855l-1.26-.945A6.5 6.5 0 1 0 4.33 12.178a.75.75 0 0 1 .074.549l-.623 2.492l2.492-.623l.141-.022a.75.75 0 0 1 .408.095a6.47 6.47 0 0 0 4.179.754v1.513a7.96 7.96 0 0 1-4.645-.815l-3.423.857a.75.75 0 0 1-.91-.91l.856-3.425A8 8 0 0 1 10 1"/></svg>
</template>

CSS

.icon-chat-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%22M12%2011a1%201%200%200%201%201.6-.8l8%206c.768.577.361%201.8-.6%201.8h-4.4a1%201%200%200%200-.882.53l-1.835%203.44c-.49.92-1.883.571-1.883-.47zM10%201a8%208%200%200%201%207.473%2010.855l-1.26-.945A6.5%206.5%200%201%200%204.33%2012.178a.75.75%200%200%201%20.074.549l-.623%202.492l2.492-.623l.141-.022a.75.75%200%200%201%20.408.095a6.47%206.47%200%200%200%204.179.754v1.513a7.96%207.96%200%200%201-4.645-.815l-3.423.857a.75.75%200%200%201-.91-.91l.856-3.425A8%208%200%200%201%2010%201%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%22M12%2011a1%201%200%200%201%201.6-.8l8%206c.768.577.361%201.8-.6%201.8h-4.4a1%201%200%200%200-.882.53l-1.835%203.44c-.49.92-1.883.571-1.883-.47zM10%201a8%208%200%200%201%207.473%2010.855l-1.26-.945A6.5%206.5%200%201%200%204.33%2012.178a.75.75%200%200%201%20.074.549l-.623%202.492l2.492-.623l.141-.022a.75.75%200%200%201%20.408.095a6.47%206.47%200%200%200%204.179.754v1.513a7.96%207.96%200%200%201-4.645-.815l-3.423.857a.75.75%200%200%201-.91-.91l.856-3.425A8%208%200%200%201%2010%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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