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

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

The same logo in other sets

Use the speakap logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24s72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26c-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6c-52.33-.91-95.86 28.3-96.77 80c-.2 11.33.29 36.72 29.42 54.83c34.46 21.42 86.52 21.51 86 52.26c-.37 21.28-26.42 25.81-38.59 25.6c-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05c10.23.18 96.42.33 97.84-81c.28-15.81-2.07-39.72-28.86-56.59c-34.36-21.64-85-19.45-84.43-49.75c.41-23.25 31-25.37 37.53-25.26c.43 0 26.62.26 39.62 17.37z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsSpeakap(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="M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24s72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26c-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6c-52.33-.91-95.86 28.3-96.77 80c-.2 11.33.29 36.72 29.42 54.83c34.46 21.42 86.52 21.51 86 52.26c-.37 21.28-26.42 25.81-38.59 25.6c-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05c10.23.18 96.42.33 97.84-81c.28-15.81-2.07-39.72-28.86-56.59c-34.36-21.64-85-19.45-84.43-49.75c.41-23.25 31-25.37 37.53-25.26c.43 0 26.62.26 39.62 17.37z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24s72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26c-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6c-52.33-.91-95.86 28.3-96.77 80c-.2 11.33.29 36.72 29.42 54.83c34.46 21.42 86.52 21.51 86 52.26c-.37 21.28-26.42 25.81-38.59 25.6c-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05c10.23.18 96.42.33 97.84-81c.28-15.81-2.07-39.72-28.86-56.59c-34.36-21.64-85-19.45-84.43-49.75c.41-23.25 31-25.37 37.53-25.26c.43 0 26.62.26 39.62 17.37z"/></svg>
</template>

CSS

.icon-speakap {
  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%22M64%20391.78C-15.41%20303.59-8%20167.42%2080.64%2087.64s224.8-73%20304.21%2015.24s72%20224.36-16.64%20304.14c-18.74%2016.87%2064%2043.09%2042%2052.26c-82.06%2034.21-253.91%2035-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6c-52.33-.91-95.86%2028.3-96.77%2080c-.2%2011.33.29%2036.72%2029.42%2054.83c34.46%2021.42%2086.52%2021.51%2086%2052.26c-.37%2021.28-26.42%2025.81-38.59%2025.6c-3-.05-30.23-.46-47.61-24.62l-40%2042.61c28.16%2027%2059%2032.62%2083.49%2033.05c10.23.18%2096.42.33%2097.84-81c.28-15.81-2.07-39.72-28.86-56.59c-34.36-21.64-85-19.45-84.43-49.75c.41-23.25%2031-25.37%2037.53-25.26c.43%200%2026.62.26%2039.62%2017.37z%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%22M64%20391.78C-15.41%20303.59-8%20167.42%2080.64%2087.64s224.8-73%20304.21%2015.24s72%20224.36-16.64%20304.14c-18.74%2016.87%2064%2043.09%2042%2052.26c-82.06%2034.21-253.91%2035-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6c-52.33-.91-95.86%2028.3-96.77%2080c-.2%2011.33.29%2036.72%2029.42%2054.83c34.46%2021.42%2086.52%2021.51%2086%2052.26c-.37%2021.28-26.42%2025.81-38.59%2025.6c-3-.05-30.23-.46-47.61-24.62l-40%2042.61c28.16%2027%2059%2032.62%2083.49%2033.05c10.23.18%2096.42.33%2097.84-81c.28-15.81-2.07-39.72-28.86-56.59c-34.36-21.64-85-19.45-84.43-49.75c.41-23.25%2031-25.37%2037.53-25.26c.43%200%2026.62.26%2039.62%2017.37z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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