chat arrow double back icon

chat-arrow-double-back-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
chat-arrow-double-back-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the chat arrow double back icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 0 1 7.996 8.254a5.5 5.5 0 0 0-7.742 7.742a8 8 0 0 1-3.867-.857l-.121-.064l-3.645.91a.5.5 0 0 1-.62-.441v-.082l.014-.083l.91-3.644l-.063-.12a8 8 0 0 1-.83-2.887l-.025-.382L2 10a8 8 0 0 1 8-8m9 12.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-5.646-1.146a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .707l1.5 1.5a.5.5 0 0 0 .708-.707L12.207 14.5zm1.853.646l.647-.646a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .707l1.5 1.5a.5.5 0 0 0 .708-.707L15.207 15H17v.5a.5.5 0 0 0 1 0V15a1 1 0 0 0-1-1z" opacity=".99"/></svg>

React

import type { SVGProps } from "react";

export function FluentChatArrowDoubleBack20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 0 1 7.996 8.254a5.5 5.5 0 0 0-7.742 7.742a8 8 0 0 1-3.867-.857l-.121-.064l-3.645.91a.5.5 0 0 1-.62-.441v-.082l.014-.083l.91-3.644l-.063-.12a8 8 0 0 1-.83-2.887l-.025-.382L2 10a8 8 0 0 1 8-8m9 12.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-5.646-1.146a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .707l1.5 1.5a.5.5 0 0 0 .708-.707L12.207 14.5zm1.853.646l.647-.646a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .707l1.5 1.5a.5.5 0 0 0 .708-.707L15.207 15H17v.5a.5.5 0 0 0 1 0V15a1 1 0 0 0-1-1z" opacity=".99"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 0 1 7.996 8.254a5.5 5.5 0 0 0-7.742 7.742a8 8 0 0 1-3.867-.857l-.121-.064l-3.645.91a.5.5 0 0 1-.62-.441v-.082l.014-.083l.91-3.644l-.063-.12a8 8 0 0 1-.83-2.887l-.025-.382L2 10a8 8 0 0 1 8-8m9 12.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-5.646-1.146a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .707l1.5 1.5a.5.5 0 0 0 .708-.707L12.207 14.5zm1.853.646l.647-.646a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .707l1.5 1.5a.5.5 0 0 0 .708-.707L15.207 15H17v.5a.5.5 0 0 0 1 0V15a1 1 0 0 0-1-1z" opacity=".99"/></svg>
</template>

CSS

.icon-chat-arrow-double-back-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%200%201%207.996%208.254a5.5%205.5%200%200%200-7.742%207.742a8%208%200%200%201-3.867-.857l-.121-.064l-3.645.91a.5.5%200%200%201-.62-.441v-.082l.014-.083l.91-3.644l-.063-.12a8%208%200%200%201-.83-2.887l-.025-.382L2%2010a8%208%200%200%201%208-8m9%2012.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-5.646-1.146a.5.5%200%200%200-.708-.708l-1.5%201.5a.5.5%200%200%200%200%20.707l1.5%201.5a.5.5%200%200%200%20.708-.707L12.207%2014.5zm1.853.646l.647-.646a.5.5%200%200%200-.708-.708l-1.5%201.5a.5.5%200%200%200%200%20.707l1.5%201.5a.5.5%200%200%200%20.708-.707L15.207%2015H17v.5a.5.5%200%200%200%201%200V15a1%201%200%200%200-1-1z%22%20opacity%3D%22.99%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%200%201%207.996%208.254a5.5%205.5%200%200%200-7.742%207.742a8%208%200%200%201-3.867-.857l-.121-.064l-3.645.91a.5.5%200%200%201-.62-.441v-.082l.014-.083l.91-3.644l-.063-.12a8%208%200%200%201-.83-2.887l-.025-.382L2%2010a8%208%200%200%201%208-8m9%2012.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-5.646-1.146a.5.5%200%200%200-.708-.708l-1.5%201.5a.5.5%200%200%200%200%20.707l1.5%201.5a.5.5%200%200%200%20.708-.707L12.207%2014.5zm1.853.646l.647-.646a.5.5%200%200%200-.708-.708l-1.5%201.5a.5.5%200%200%200%200%20.707l1.5%201.5a.5.5%200%200%200%20.708-.707L15.207%2015H17v.5a.5.5%200%200%200%201%200V15a1%201%200%200%200-1-1z%22%20opacity%3D%22.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/chat-arrow-double-back-20-filled.svg?color=%231a73e8&size=48