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

Name
speakap
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
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 640 640"><path fill="currentColor" d="M160.4 455.8c-79.4-88.2-72-224.4 16.7-304.2s224.8-73 304.2 15.2s72 224.4-16.6 304.1c-18.7 16.9 64 43.1 42 52.3c-82.1 34.2-253.9 35-346.2-67.5zm213.3-211.6l38.5-40.9c-9.6-8.9-32-26.8-76.2-27.6c-52.3-.9-95.9 28.3-96.8 80c-.2 11.3.3 36.7 29.4 54.8c34.5 21.4 86.5 21.5 86 52.3c-.4 21.3-26.4 25.8-38.6 25.6c-3 0-30.2-.5-47.6-24.6l-40 42.6c28.2 27 59 32.6 83.5 33c10.2.2 96.4.3 97.8-81c.3-15.8-2.1-39.7-28.9-56.6c-34.4-21.6-85-19.4-84.4-49.7c.4-23.3 31-25.4 37.5-25.3c.4 0 26.6.3 39.6 17.4z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsSpeakap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160.4 455.8c-79.4-88.2-72-224.4 16.7-304.2s224.8-73 304.2 15.2s72 224.4-16.6 304.1c-18.7 16.9 64 43.1 42 52.3c-82.1 34.2-253.9 35-346.2-67.5zm213.3-211.6l38.5-40.9c-9.6-8.9-32-26.8-76.2-27.6c-52.3-.9-95.9 28.3-96.8 80c-.2 11.3.3 36.7 29.4 54.8c34.5 21.4 86.5 21.5 86 52.3c-.4 21.3-26.4 25.8-38.6 25.6c-3 0-30.2-.5-47.6-24.6l-40 42.6c28.2 27 59 32.6 83.5 33c10.2.2 96.4.3 97.8-81c.3-15.8-2.1-39.7-28.9-56.6c-34.4-21.6-85-19.4-84.4-49.7c.4-23.3 31-25.4 37.5-25.3c.4 0 26.6.3 39.6 17.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160.4 455.8c-79.4-88.2-72-224.4 16.7-304.2s224.8-73 304.2 15.2s72 224.4-16.6 304.1c-18.7 16.9 64 43.1 42 52.3c-82.1 34.2-253.9 35-346.2-67.5zm213.3-211.6l38.5-40.9c-9.6-8.9-32-26.8-76.2-27.6c-52.3-.9-95.9 28.3-96.8 80c-.2 11.3.3 36.7 29.4 54.8c34.5 21.4 86.5 21.5 86 52.3c-.4 21.3-26.4 25.8-38.6 25.6c-3 0-30.2-.5-47.6-24.6l-40 42.6c28.2 27 59 32.6 83.5 33c10.2.2 96.4.3 97.8-81c.3-15.8-2.1-39.7-28.9-56.6c-34.4-21.6-85-19.4-84.4-49.7c.4-23.3 31-25.4 37.5-25.3c.4 0 26.6.3 39.6 17.4z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160.4%20455.8c-79.4-88.2-72-224.4%2016.7-304.2s224.8-73%20304.2%2015.2s72%20224.4-16.6%20304.1c-18.7%2016.9%2064%2043.1%2042%2052.3c-82.1%2034.2-253.9%2035-346.2-67.5zm213.3-211.6l38.5-40.9c-9.6-8.9-32-26.8-76.2-27.6c-52.3-.9-95.9%2028.3-96.8%2080c-.2%2011.3.3%2036.7%2029.4%2054.8c34.5%2021.4%2086.5%2021.5%2086%2052.3c-.4%2021.3-26.4%2025.8-38.6%2025.6c-3%200-30.2-.5-47.6-24.6l-40%2042.6c28.2%2027%2059%2032.6%2083.5%2033c10.2.2%2096.4.3%2097.8-81c.3-15.8-2.1-39.7-28.9-56.6c-34.4-21.6-85-19.4-84.4-49.7c.4-23.3%2031-25.4%2037.5-25.3c.4%200%2026.6.3%2039.6%2017.4z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160.4%20455.8c-79.4-88.2-72-224.4%2016.7-304.2s224.8-73%20304.2%2015.2s72%20224.4-16.6%20304.1c-18.7%2016.9%2064%2043.1%2042%2052.3c-82.1%2034.2-253.9%2035-346.2-67.5zm213.3-211.6l38.5-40.9c-9.6-8.9-32-26.8-76.2-27.6c-52.3-.9-95.9%2028.3-96.8%2080c-.2%2011.3.3%2036.7%2029.4%2054.8c34.5%2021.4%2086.5%2021.5%2086%2052.3c-.4%2021.3-26.4%2025.8-38.6%2025.6c-3%200-30.2-.5-47.6-24.6l-40%2042.6c28.2%2027%2059%2032.6%2083.5%2033c10.2.2%2096.4.3%2097.8-81c.3-15.8-2.1-39.7-28.9-56.6c-34.4-21.6-85-19.4-84.4-49.7c.4-23.3%2031-25.4%2037.5-25.3c.4%200%2026.6.3%2039.6%2017.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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