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

Name
chat-cursor-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.855L14.2 9.4C12.882 8.412 11 9.352 11 11v5.936a7.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 FluentChatCursor24Filled(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.855L14.2 9.4C12.882 8.412 11 9.352 11 11v5.936a7.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.855L14.2 9.4C12.882 8.412 11 9.352 11 11v5.936a7.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-filled {
  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.855L14.2%209.4C12.882%208.412%2011%209.352%2011%2011v5.936a7.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.855L14.2%209.4C12.882%208.412%2011%209.352%2011%2011v5.936a7.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-filled.svg?color=%231a73e8&size=48