replyd from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
replyd
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

Use the replyd logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M320 480H128C57.6 480 0 422.4 0 352V160C0 89.6 57.6 32 128 32h192c70.4 0 128 57.6 128 128v192c0 70.4-57.6 128-128 128M193.4 273.2c-6.1-2-11.6-3.1-16.4-3.1c-7.2 0-13.5 1.9-18.9 5.6s-9.6 9-12.8 15.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7q2.25-8.1 8.7-13.2c4.3-3.4 9.8-5.1 16.2-5.1c4.6 0 9.8 1 15.6 3.1zm115.2 103.4c-3.2 2.4-7.7 4.8-13.7 7.1s-12.8 3.5-20.4 3.5c-12.2 0-21.1-3-26.5-8.9q-8.25-8.85-9-26.4h83.3c.9-4.8 1.6-9.4 2.1-13.9c.5-4.4.7-8.6.7-12.5c0-10.7-1.6-19.7-4.7-26.9c-3.2-7.2-7.3-13-12.5-17.2c-5.2-4.3-11.1-7.3-17.8-9.2c-6.7-1.8-13.5-2.8-20.6-2.8q-31.65 0-49.2 18.3c-17.55 18.3-17.5 30.5-17.5 55q0 34.2 15.6 53.7c10.4 13.1 26.8 19.6 49.2 19.6c10.7 0 20.9-1.5 30.4-4.6s17.1-6.8 22.6-11.2zm-21.8-70.3c3.8 5.4 5.3 13.1 4.6 23.1h-51.7c.9-9.4 3.7-17 8.2-22.6s11.5-8.5 21-8.5c8.2-.1 14.1 2.6 17.9 8m79.9 2.5c4.1 3.9 9.4 5.8 16.1 5.8c7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6s-2-11.6-6.1-15.4s-9.6-5.7-16.7-5.7c-6.7 0-12 1.9-16.1 5.7s-6.1 8.9-6.1 15.4s2 11.7 6.1 15.6m0 100.5c4.1 3.9 9.4 5.8 16.1 5.8c7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6s-2-11.6-6.1-15.4s-9.6-5.7-16.7-5.7c-6.7 0-12 1.9-16.1 5.7s-6.1 8.9-6.1 15.4c0 6.6 2 11.7 6.1 15.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsReplyd(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M320 480H128C57.6 480 0 422.4 0 352V160C0 89.6 57.6 32 128 32h192c70.4 0 128 57.6 128 128v192c0 70.4-57.6 128-128 128M193.4 273.2c-6.1-2-11.6-3.1-16.4-3.1c-7.2 0-13.5 1.9-18.9 5.6s-9.6 9-12.8 15.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7q2.25-8.1 8.7-13.2c4.3-3.4 9.8-5.1 16.2-5.1c4.6 0 9.8 1 15.6 3.1zm115.2 103.4c-3.2 2.4-7.7 4.8-13.7 7.1s-12.8 3.5-20.4 3.5c-12.2 0-21.1-3-26.5-8.9q-8.25-8.85-9-26.4h83.3c.9-4.8 1.6-9.4 2.1-13.9c.5-4.4.7-8.6.7-12.5c0-10.7-1.6-19.7-4.7-26.9c-3.2-7.2-7.3-13-12.5-17.2c-5.2-4.3-11.1-7.3-17.8-9.2c-6.7-1.8-13.5-2.8-20.6-2.8q-31.65 0-49.2 18.3c-17.55 18.3-17.5 30.5-17.5 55q0 34.2 15.6 53.7c10.4 13.1 26.8 19.6 49.2 19.6c10.7 0 20.9-1.5 30.4-4.6s17.1-6.8 22.6-11.2zm-21.8-70.3c3.8 5.4 5.3 13.1 4.6 23.1h-51.7c.9-9.4 3.7-17 8.2-22.6s11.5-8.5 21-8.5c8.2-.1 14.1 2.6 17.9 8m79.9 2.5c4.1 3.9 9.4 5.8 16.1 5.8c7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6s-2-11.6-6.1-15.4s-9.6-5.7-16.7-5.7c-6.7 0-12 1.9-16.1 5.7s-6.1 8.9-6.1 15.4s2 11.7 6.1 15.6m0 100.5c4.1 3.9 9.4 5.8 16.1 5.8c7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6s-2-11.6-6.1-15.4s-9.6-5.7-16.7-5.7c-6.7 0-12 1.9-16.1 5.7s-6.1 8.9-6.1 15.4c0 6.6 2 11.7 6.1 15.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M320 480H128C57.6 480 0 422.4 0 352V160C0 89.6 57.6 32 128 32h192c70.4 0 128 57.6 128 128v192c0 70.4-57.6 128-128 128M193.4 273.2c-6.1-2-11.6-3.1-16.4-3.1c-7.2 0-13.5 1.9-18.9 5.6s-9.6 9-12.8 15.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7q2.25-8.1 8.7-13.2c4.3-3.4 9.8-5.1 16.2-5.1c4.6 0 9.8 1 15.6 3.1zm115.2 103.4c-3.2 2.4-7.7 4.8-13.7 7.1s-12.8 3.5-20.4 3.5c-12.2 0-21.1-3-26.5-8.9q-8.25-8.85-9-26.4h83.3c.9-4.8 1.6-9.4 2.1-13.9c.5-4.4.7-8.6.7-12.5c0-10.7-1.6-19.7-4.7-26.9c-3.2-7.2-7.3-13-12.5-17.2c-5.2-4.3-11.1-7.3-17.8-9.2c-6.7-1.8-13.5-2.8-20.6-2.8q-31.65 0-49.2 18.3c-17.55 18.3-17.5 30.5-17.5 55q0 34.2 15.6 53.7c10.4 13.1 26.8 19.6 49.2 19.6c10.7 0 20.9-1.5 30.4-4.6s17.1-6.8 22.6-11.2zm-21.8-70.3c3.8 5.4 5.3 13.1 4.6 23.1h-51.7c.9-9.4 3.7-17 8.2-22.6s11.5-8.5 21-8.5c8.2-.1 14.1 2.6 17.9 8m79.9 2.5c4.1 3.9 9.4 5.8 16.1 5.8c7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6s-2-11.6-6.1-15.4s-9.6-5.7-16.7-5.7c-6.7 0-12 1.9-16.1 5.7s-6.1 8.9-6.1 15.4s2 11.7 6.1 15.6m0 100.5c4.1 3.9 9.4 5.8 16.1 5.8c7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6s-2-11.6-6.1-15.4s-9.6-5.7-16.7-5.7c-6.7 0-12 1.9-16.1 5.7s-6.1 8.9-6.1 15.4c0 6.6 2 11.7 6.1 15.6"/></svg>
</template>

CSS

.icon-replyd {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20480H128C57.6%20480%200%20422.4%200%20352V160C0%2089.6%2057.6%2032%20128%2032h192c70.4%200%20128%2057.6%20128%20128v192c0%2070.4-57.6%20128-128%20128M193.4%20273.2c-6.1-2-11.6-3.1-16.4-3.1c-7.2%200-13.5%201.9-18.9%205.6s-9.6%209-12.8%2015.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7q2.25-8.1%208.7-13.2c4.3-3.4%209.8-5.1%2016.2-5.1c4.6%200%209.8%201%2015.6%203.1zm115.2%20103.4c-3.2%202.4-7.7%204.8-13.7%207.1s-12.8%203.5-20.4%203.5c-12.2%200-21.1-3-26.5-8.9q-8.25-8.85-9-26.4h83.3c.9-4.8%201.6-9.4%202.1-13.9c.5-4.4.7-8.6.7-12.5c0-10.7-1.6-19.7-4.7-26.9c-3.2-7.2-7.3-13-12.5-17.2c-5.2-4.3-11.1-7.3-17.8-9.2c-6.7-1.8-13.5-2.8-20.6-2.8q-31.65%200-49.2%2018.3c-17.55%2018.3-17.5%2030.5-17.5%2055q0%2034.2%2015.6%2053.7c10.4%2013.1%2026.8%2019.6%2049.2%2019.6c10.7%200%2020.9-1.5%2030.4-4.6s17.1-6.8%2022.6-11.2zm-21.8-70.3c3.8%205.4%205.3%2013.1%204.6%2023.1h-51.7c.9-9.4%203.7-17%208.2-22.6s11.5-8.5%2021-8.5c8.2-.1%2014.1%202.6%2017.9%208m79.9%202.5c4.1%203.9%209.4%205.8%2016.1%205.8c7%200%2012.6-1.9%2016.7-5.8s6.1-9.1%206.1-15.6s-2-11.6-6.1-15.4s-9.6-5.7-16.7-5.7c-6.7%200-12%201.9-16.1%205.7s-6.1%208.9-6.1%2015.4s2%2011.7%206.1%2015.6m0%20100.5c4.1%203.9%209.4%205.8%2016.1%205.8c7%200%2012.6-1.9%2016.7-5.8s6.1-9.1%206.1-15.6s-2-11.6-6.1-15.4s-9.6-5.7-16.7-5.7c-6.7%200-12%201.9-16.1%205.7s-6.1%208.9-6.1%2015.4c0%206.6%202%2011.7%206.1%2015.6%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20480H128C57.6%20480%200%20422.4%200%20352V160C0%2089.6%2057.6%2032%20128%2032h192c70.4%200%20128%2057.6%20128%20128v192c0%2070.4-57.6%20128-128%20128M193.4%20273.2c-6.1-2-11.6-3.1-16.4-3.1c-7.2%200-13.5%201.9-18.9%205.6s-9.6%209-12.8%2015.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7q2.25-8.1%208.7-13.2c4.3-3.4%209.8-5.1%2016.2-5.1c4.6%200%209.8%201%2015.6%203.1zm115.2%20103.4c-3.2%202.4-7.7%204.8-13.7%207.1s-12.8%203.5-20.4%203.5c-12.2%200-21.1-3-26.5-8.9q-8.25-8.85-9-26.4h83.3c.9-4.8%201.6-9.4%202.1-13.9c.5-4.4.7-8.6.7-12.5c0-10.7-1.6-19.7-4.7-26.9c-3.2-7.2-7.3-13-12.5-17.2c-5.2-4.3-11.1-7.3-17.8-9.2c-6.7-1.8-13.5-2.8-20.6-2.8q-31.65%200-49.2%2018.3c-17.55%2018.3-17.5%2030.5-17.5%2055q0%2034.2%2015.6%2053.7c10.4%2013.1%2026.8%2019.6%2049.2%2019.6c10.7%200%2020.9-1.5%2030.4-4.6s17.1-6.8%2022.6-11.2zm-21.8-70.3c3.8%205.4%205.3%2013.1%204.6%2023.1h-51.7c.9-9.4%203.7-17%208.2-22.6s11.5-8.5%2021-8.5c8.2-.1%2014.1%202.6%2017.9%208m79.9%202.5c4.1%203.9%209.4%205.8%2016.1%205.8c7%200%2012.6-1.9%2016.7-5.8s6.1-9.1%206.1-15.6s-2-11.6-6.1-15.4s-9.6-5.7-16.7-5.7c-6.7%200-12%201.9-16.1%205.7s-6.1%208.9-6.1%2015.4s2%2011.7%206.1%2015.6m0%20100.5c4.1%203.9%209.4%205.8%2016.1%205.8c7%200%2012.6-1.9%2016.7-5.8s6.1-9.1%206.1-15.6s-2-11.6-6.1-15.4s-9.6-5.7-16.7-5.7c-6.7%200-12%201.9-16.1%205.7s-6.1%208.9-6.1%2015.4c0%206.6%202%2011.7%206.1%2015.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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