reply-all from Font Awesome 6 Solid by Dave Gandy · Regular · Arrows · CC-BY-4.0 Attribution required.

Name
reply-all
Set
Font Awesome 6 Solid
Style
Regular
Category
Arrows
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More arrows icons from Font Awesome 6 Solid

Use the reply all icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M209.4 39.5c-9.1-9.6-24.3-10-33.9-.9L33.8 173.2c-19.9 18.9-19.9 50.7 0 69.6l141.7 134.6c9.6 9.1 24.8 8.7 33.9-.9s8.7-24.8-.9-33.9L66.8 208L208.5 73.4c9.6-9.1 10-24.3.9-33.9M352 64c0-12.6-7.4-24.1-19-29.2s-25-3-34.4 5.4l-160 144c-6.7 6.1-10.6 14.7-10.6 23.8s3.9 17.7 10.6 23.8l160 144c9.4 8.5 22.9 10.6 34.4 5.4s19-16.6 19-29.2v-64h32c53 0 96 43 96 96c0 30.4-12.8 47.9-22.2 56.7c-5.5 5.1-9.8 12-9.8 19.5c0 10.9 8.8 19.7 19.7 19.7c2.8 0 5.6-.6 8.1-1.9C494.5 467.9 576 417.3 576 304c0-97.2-78.8-176-176-176h-48z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidReplyAll(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M209.4 39.5c-9.1-9.6-24.3-10-33.9-.9L33.8 173.2c-19.9 18.9-19.9 50.7 0 69.6l141.7 134.6c9.6 9.1 24.8 8.7 33.9-.9s8.7-24.8-.9-33.9L66.8 208L208.5 73.4c9.6-9.1 10-24.3.9-33.9M352 64c0-12.6-7.4-24.1-19-29.2s-25-3-34.4 5.4l-160 144c-6.7 6.1-10.6 14.7-10.6 23.8s3.9 17.7 10.6 23.8l160 144c9.4 8.5 22.9 10.6 34.4 5.4s19-16.6 19-29.2v-64h32c53 0 96 43 96 96c0 30.4-12.8 47.9-22.2 56.7c-5.5 5.1-9.8 12-9.8 19.5c0 10.9 8.8 19.7 19.7 19.7c2.8 0 5.6-.6 8.1-1.9C494.5 467.9 576 417.3 576 304c0-97.2-78.8-176-176-176h-48z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M209.4 39.5c-9.1-9.6-24.3-10-33.9-.9L33.8 173.2c-19.9 18.9-19.9 50.7 0 69.6l141.7 134.6c9.6 9.1 24.8 8.7 33.9-.9s8.7-24.8-.9-33.9L66.8 208L208.5 73.4c9.6-9.1 10-24.3.9-33.9M352 64c0-12.6-7.4-24.1-19-29.2s-25-3-34.4 5.4l-160 144c-6.7 6.1-10.6 14.7-10.6 23.8s3.9 17.7 10.6 23.8l160 144c9.4 8.5 22.9 10.6 34.4 5.4s19-16.6 19-29.2v-64h32c53 0 96 43 96 96c0 30.4-12.8 47.9-22.2 56.7c-5.5 5.1-9.8 12-9.8 19.5c0 10.9 8.8 19.7 19.7 19.7c2.8 0 5.6-.6 8.1-1.9C494.5 467.9 576 417.3 576 304c0-97.2-78.8-176-176-176h-48z"/></svg>
</template>

CSS

.icon-reply-all {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M209.4%2039.5c-9.1-9.6-24.3-10-33.9-.9L33.8%20173.2c-19.9%2018.9-19.9%2050.7%200%2069.6l141.7%20134.6c9.6%209.1%2024.8%208.7%2033.9-.9s8.7-24.8-.9-33.9L66.8%20208L208.5%2073.4c9.6-9.1%2010-24.3.9-33.9M352%2064c0-12.6-7.4-24.1-19-29.2s-25-3-34.4%205.4l-160%20144c-6.7%206.1-10.6%2014.7-10.6%2023.8s3.9%2017.7%2010.6%2023.8l160%20144c9.4%208.5%2022.9%2010.6%2034.4%205.4s19-16.6%2019-29.2v-64h32c53%200%2096%2043%2096%2096c0%2030.4-12.8%2047.9-22.2%2056.7c-5.5%205.1-9.8%2012-9.8%2019.5c0%2010.9%208.8%2019.7%2019.7%2019.7c2.8%200%205.6-.6%208.1-1.9C494.5%20467.9%20576%20417.3%20576%20304c0-97.2-78.8-176-176-176h-48z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M209.4%2039.5c-9.1-9.6-24.3-10-33.9-.9L33.8%20173.2c-19.9%2018.9-19.9%2050.7%200%2069.6l141.7%20134.6c9.6%209.1%2024.8%208.7%2033.9-.9s8.7-24.8-.9-33.9L66.8%20208L208.5%2073.4c9.6-9.1%2010-24.3.9-33.9M352%2064c0-12.6-7.4-24.1-19-29.2s-25-3-34.4%205.4l-160%20144c-6.7%206.1-10.6%2014.7-10.6%2023.8s3.9%2017.7%2010.6%2023.8l160%20144c9.4%208.5%2022.9%2010.6%2034.4%205.4s19-16.6%2019-29.2v-64h32c53%200%2096%2043%2096%2096c0%2030.4-12.8%2047.9-22.2%2056.7c-5.5%205.1-9.8%2012-9.8%2019.5c0%2010.9%208.8%2019.7%2019.7%2019.7c2.8%200%205.6-.6%208.1-1.9C494.5%20467.9%20576%20417.3%20576%20304c0-97.2-78.8-176-176-176h-48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/reply-all.svg?color=%231a73e8&size=48