chat square arrow icon

chat-square-arrow-duotone from Reicon by REICON · Duotone · Messages · MIT Free for personal and commercial use.

Name
chat-square-arrow-duotone
Set
Reicon
Style
Duotone
Category
Messages
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More messages icons from Reicon

Use the chat square arrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m12.984 22.495l.537-.907c.416-.703.625-1.055.96-1.25c.334-.194.755-.201 1.598-.216c1.243-.021 2.023-.097 2.678-.368a4.95 4.95 0 0 0 2.68-2.68c.186-.446.28-.951.328-1.623c.025-.355.038-.533-.057-.675s-.275-.203-.636-.324c-1.511-.507-5.014-1.796-6.972-3.451c-2.207-1.867-4.182-5.66-4.889-7.115c-.14-.289-.21-.433-.334-.51c-.123-.076-.28-.074-.592-.071c-2.035.021-2.956.134-3.92.724A4.95 4.95 0 0 0 2.73 5.663C2 6.853 2 8.474 2 11.715v.99c0 2.307 0 3.46.377 4.37a4.95 4.95 0 0 0 2.681 2.679c.654.27 1.434.347 2.678.368c.842.015 1.264.022 1.598.216c.335.195.543.547.96 1.25l.537.907c.478.808 1.674.808 2.153 0" opacity=".5"/><path fill-rule="evenodd" d="M14.872.24a.766.766 0 0 1-.008 1.137l-1.102 1.014c.959.009 1.881.03 2.714.083c.715.045 1.386.114 1.97.222c.572.106 1.123.26 1.56.507a5.84 5.84 0 0 1 2 1.839c.48.721.693 1.537.794 2.52c.1.963.1 2.166.1 3.691v.042c0 .445-.387.805-.864.805c-.478 0-.865-.36-.865-.805c0-1.576 0-2.702-.091-3.578c-.09-.864-.26-1.402-.543-1.827a4.16 4.16 0 0 0-1.425-1.31c-.186-.105-.509-.214-1.004-.305a15 15 0 0 0-1.75-.195A50 50 0 0 0 13.776 4l1.088 1c.34.313.343.822.008 1.139a.91.91 0 0 1-1.222.007L11.057 3.76a.78.78 0 0 1-.257-.572c0-.215.092-.421.257-.573L13.65.232a.91.91 0 0 1 1.222.007" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconChatSquareArrowDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m12.984 22.495l.537-.907c.416-.703.625-1.055.96-1.25c.334-.194.755-.201 1.598-.216c1.243-.021 2.023-.097 2.678-.368a4.95 4.95 0 0 0 2.68-2.68c.186-.446.28-.951.328-1.623c.025-.355.038-.533-.057-.675s-.275-.203-.636-.324c-1.511-.507-5.014-1.796-6.972-3.451c-2.207-1.867-4.182-5.66-4.889-7.115c-.14-.289-.21-.433-.334-.51c-.123-.076-.28-.074-.592-.071c-2.035.021-2.956.134-3.92.724A4.95 4.95 0 0 0 2.73 5.663C2 6.853 2 8.474 2 11.715v.99c0 2.307 0 3.46.377 4.37a4.95 4.95 0 0 0 2.681 2.679c.654.27 1.434.347 2.678.368c.842.015 1.264.022 1.598.216c.335.195.543.547.96 1.25l.537.907c.478.808 1.674.808 2.153 0" opacity=".5"/><path fillRule="evenodd" d="M14.872.24a.766.766 0 0 1-.008 1.137l-1.102 1.014c.959.009 1.881.03 2.714.083c.715.045 1.386.114 1.97.222c.572.106 1.123.26 1.56.507a5.84 5.84 0 0 1 2 1.839c.48.721.693 1.537.794 2.52c.1.963.1 2.166.1 3.691v.042c0 .445-.387.805-.864.805c-.478 0-.865-.36-.865-.805c0-1.576 0-2.702-.091-3.578c-.09-.864-.26-1.402-.543-1.827a4.16 4.16 0 0 0-1.425-1.31c-.186-.105-.509-.214-1.004-.305a15 15 0 0 0-1.75-.195A50 50 0 0 0 13.776 4l1.088 1c.34.313.343.822.008 1.139a.91.91 0 0 1-1.222.007L11.057 3.76a.78.78 0 0 1-.257-.572c0-.215.092-.421.257-.573L13.65.232a.91.91 0 0 1 1.222.007" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m12.984 22.495l.537-.907c.416-.703.625-1.055.96-1.25c.334-.194.755-.201 1.598-.216c1.243-.021 2.023-.097 2.678-.368a4.95 4.95 0 0 0 2.68-2.68c.186-.446.28-.951.328-1.623c.025-.355.038-.533-.057-.675s-.275-.203-.636-.324c-1.511-.507-5.014-1.796-6.972-3.451c-2.207-1.867-4.182-5.66-4.889-7.115c-.14-.289-.21-.433-.334-.51c-.123-.076-.28-.074-.592-.071c-2.035.021-2.956.134-3.92.724A4.95 4.95 0 0 0 2.73 5.663C2 6.853 2 8.474 2 11.715v.99c0 2.307 0 3.46.377 4.37a4.95 4.95 0 0 0 2.681 2.679c.654.27 1.434.347 2.678.368c.842.015 1.264.022 1.598.216c.335.195.543.547.96 1.25l.537.907c.478.808 1.674.808 2.153 0" opacity=".5"/><path fill-rule="evenodd" d="M14.872.24a.766.766 0 0 1-.008 1.137l-1.102 1.014c.959.009 1.881.03 2.714.083c.715.045 1.386.114 1.97.222c.572.106 1.123.26 1.56.507a5.84 5.84 0 0 1 2 1.839c.48.721.693 1.537.794 2.52c.1.963.1 2.166.1 3.691v.042c0 .445-.387.805-.864.805c-.478 0-.865-.36-.865-.805c0-1.576 0-2.702-.091-3.578c-.09-.864-.26-1.402-.543-1.827a4.16 4.16 0 0 0-1.425-1.31c-.186-.105-.509-.214-1.004-.305a15 15 0 0 0-1.75-.195A50 50 0 0 0 13.776 4l1.088 1c.34.313.343.822.008 1.139a.91.91 0 0 1-1.222.007L11.057 3.76a.78.78 0 0 1-.257-.572c0-.215.092-.421.257-.573L13.65.232a.91.91 0 0 1 1.222.007" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-chat-square-arrow-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%22currentColor%22%3E%3Cpath%20d%3D%22m12.984%2022.495l.537-.907c.416-.703.625-1.055.96-1.25c.334-.194.755-.201%201.598-.216c1.243-.021%202.023-.097%202.678-.368a4.95%204.95%200%200%200%202.68-2.68c.186-.446.28-.951.328-1.623c.025-.355.038-.533-.057-.675s-.275-.203-.636-.324c-1.511-.507-5.014-1.796-6.972-3.451c-2.207-1.867-4.182-5.66-4.889-7.115c-.14-.289-.21-.433-.334-.51c-.123-.076-.28-.074-.592-.071c-2.035.021-2.956.134-3.92.724A4.95%204.95%200%200%200%202.73%205.663C2%206.853%202%208.474%202%2011.715v.99c0%202.307%200%203.46.377%204.37a4.95%204.95%200%200%200%202.681%202.679c.654.27%201.434.347%202.678.368c.842.015%201.264.022%201.598.216c.335.195.543.547.96%201.25l.537.907c.478.808%201.674.808%202.153%200%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.872.24a.766.766%200%200%201-.008%201.137l-1.102%201.014c.959.009%201.881.03%202.714.083c.715.045%201.386.114%201.97.222c.572.106%201.123.26%201.56.507a5.84%205.84%200%200%201%202%201.839c.48.721.693%201.537.794%202.52c.1.963.1%202.166.1%203.691v.042c0%20.445-.387.805-.864.805c-.478%200-.865-.36-.865-.805c0-1.576%200-2.702-.091-3.578c-.09-.864-.26-1.402-.543-1.827a4.16%204.16%200%200%200-1.425-1.31c-.186-.105-.509-.214-1.004-.305a15%2015%200%200%200-1.75-.195A50%2050%200%200%200%2013.776%204l1.088%201c.34.313.343.822.008%201.139a.91.91%200%200%201-1.222.007L11.057%203.76a.78.78%200%200%201-.257-.572c0-.215.092-.421.257-.573L13.65.232a.91.91%200%200%201%201.222.007%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22m12.984%2022.495l.537-.907c.416-.703.625-1.055.96-1.25c.334-.194.755-.201%201.598-.216c1.243-.021%202.023-.097%202.678-.368a4.95%204.95%200%200%200%202.68-2.68c.186-.446.28-.951.328-1.623c.025-.355.038-.533-.057-.675s-.275-.203-.636-.324c-1.511-.507-5.014-1.796-6.972-3.451c-2.207-1.867-4.182-5.66-4.889-7.115c-.14-.289-.21-.433-.334-.51c-.123-.076-.28-.074-.592-.071c-2.035.021-2.956.134-3.92.724A4.95%204.95%200%200%200%202.73%205.663C2%206.853%202%208.474%202%2011.715v.99c0%202.307%200%203.46.377%204.37a4.95%204.95%200%200%200%202.681%202.679c.654.27%201.434.347%202.678.368c.842.015%201.264.022%201.598.216c.335.195.543.547.96%201.25l.537.907c.478.808%201.674.808%202.153%200%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.872.24a.766.766%200%200%201-.008%201.137l-1.102%201.014c.959.009%201.881.03%202.714.083c.715.045%201.386.114%201.97.222c.572.106%201.123.26%201.56.507a5.84%205.84%200%200%201%202%201.839c.48.721.693%201.537.794%202.52c.1.963.1%202.166.1%203.691v.042c0%20.445-.387.805-.864.805c-.478%200-.865-.36-.865-.805c0-1.576%200-2.702-.091-3.578c-.09-.864-.26-1.402-.543-1.827a4.16%204.16%200%200%200-1.425-1.31c-.186-.105-.509-.214-1.004-.305a15%2015%200%200%200-1.75-.195A50%2050%200%200%200%2013.776%204l1.088%201c.34.313.343.822.008%201.139a.91.91%200%200%201-1.222.007L11.057%203.76a.78.78%200%200%201-.257-.572c0-.215.092-.421.257-.573L13.65.232a.91.91%200%200%201%201.222.007%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/chat-square-arrow-duotone.svg?color=%231a73e8&size=48