discourse icon logo

discourse-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
discourse-icon
Set
SVG Logos
Style
Color
Viewbox
256×259
License
CC0

Use the discourse icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 259"><path d="M129.095 0C59.01 0 0 56.82 0 126.93v131.434l129.07-.124c70.085 0 126.93-59.01 126.93-129.095S199.106 0 129.095 0"/><path fill="#fff9ae" d="M130.34 49.13a78.696 78.696 0 0 0-69.165 116.153L46.94 211.077l51.12-11.548c29.274 13.189 63.625 7.265 86.79-14.967s30.497-56.31 18.523-86.1c-11.974-29.792-40.85-49.317-72.958-49.333z"/><path fill="#00aeef" d="M191.857 176.492c-22.347 28.19-60.971 37.625-93.798 22.912l-51.12 11.698l52.041-6.148c34.5 20.21 78.672 11.318 102.665-20.666s20.17-76.88-8.886-104.347c21.816 28.603 21.444 68.36-.902 96.55"/><path fill="#00a94f" d="M187.456 161.546c-19.28 30.369-56.707 43.785-90.89 32.582L46.94 211.102l51.12-11.573c36.408 16.446 79.361 2.983 99.87-31.3c20.508-34.285 12.054-78.497-19.655-102.798c24.681 26.169 28.462 65.747 9.182 96.115"/><path fill="#f15d22" d="M65.88 167.025c-14.25-34.345-2.508-73.973 28.15-95.012s71.857-17.743 98.779 7.903c-24.934-32.72-70.866-40.708-105.381-18.324s-45.958 67.58-26.253 103.69L46.94 211.078z"/><path fill="#d0232b" d="M61.175 165.283c-17.679-32.655-10.117-73.225 18.138-97.318s69.51-25.15 98.961-2.534c-28.251-29.748-74.62-32.792-106.518-6.993c-31.898 25.798-38.616 71.778-15.434 105.625l-9.358 47.039z"/></svg>

React

import type { SVGProps } from "react";

export function LogosDiscourseIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 259"><path d="M129.095 0C59.01 0 0 56.82 0 126.93v131.434l129.07-.124c70.085 0 126.93-59.01 126.93-129.095S199.106 0 129.095 0"/><path fill="#fff9ae" d="M130.34 49.13a78.696 78.696 0 0 0-69.165 116.153L46.94 211.077l51.12-11.548c29.274 13.189 63.625 7.265 86.79-14.967s30.497-56.31 18.523-86.1c-11.974-29.792-40.85-49.317-72.958-49.333z"/><path fill="#00aeef" d="M191.857 176.492c-22.347 28.19-60.971 37.625-93.798 22.912l-51.12 11.698l52.041-6.148c34.5 20.21 78.672 11.318 102.665-20.666s20.17-76.88-8.886-104.347c21.816 28.603 21.444 68.36-.902 96.55"/><path fill="#00a94f" d="M187.456 161.546c-19.28 30.369-56.707 43.785-90.89 32.582L46.94 211.102l51.12-11.573c36.408 16.446 79.361 2.983 99.87-31.3c20.508-34.285 12.054-78.497-19.655-102.798c24.681 26.169 28.462 65.747 9.182 96.115"/><path fill="#f15d22" d="M65.88 167.025c-14.25-34.345-2.508-73.973 28.15-95.012s71.857-17.743 98.779 7.903c-24.934-32.72-70.866-40.708-105.381-18.324s-45.958 67.58-26.253 103.69L46.94 211.078z"/><path fill="#d0232b" d="M61.175 165.283c-17.679-32.655-10.117-73.225 18.138-97.318s69.51-25.15 98.961-2.534c-28.251-29.748-74.62-32.792-106.518-6.993c-31.898 25.798-38.616 71.778-15.434 105.625l-9.358 47.039z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 259"><path d="M129.095 0C59.01 0 0 56.82 0 126.93v131.434l129.07-.124c70.085 0 126.93-59.01 126.93-129.095S199.106 0 129.095 0"/><path fill="#fff9ae" d="M130.34 49.13a78.696 78.696 0 0 0-69.165 116.153L46.94 211.077l51.12-11.548c29.274 13.189 63.625 7.265 86.79-14.967s30.497-56.31 18.523-86.1c-11.974-29.792-40.85-49.317-72.958-49.333z"/><path fill="#00aeef" d="M191.857 176.492c-22.347 28.19-60.971 37.625-93.798 22.912l-51.12 11.698l52.041-6.148c34.5 20.21 78.672 11.318 102.665-20.666s20.17-76.88-8.886-104.347c21.816 28.603 21.444 68.36-.902 96.55"/><path fill="#00a94f" d="M187.456 161.546c-19.28 30.369-56.707 43.785-90.89 32.582L46.94 211.102l51.12-11.573c36.408 16.446 79.361 2.983 99.87-31.3c20.508-34.285 12.054-78.497-19.655-102.798c24.681 26.169 28.462 65.747 9.182 96.115"/><path fill="#f15d22" d="M65.88 167.025c-14.25-34.345-2.508-73.973 28.15-95.012s71.857-17.743 98.779 7.903c-24.934-32.72-70.866-40.708-105.381-18.324s-45.958 67.58-26.253 103.69L46.94 211.078z"/><path fill="#d0232b" d="M61.175 165.283c-17.679-32.655-10.117-73.225 18.138-97.318s69.51-25.15 98.961-2.534c-28.251-29.748-74.62-32.792-106.518-6.993c-31.898 25.798-38.616 71.778-15.434 105.625l-9.358 47.039z"/></svg>
</template>

CSS

.icon-discourse-icon {
  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%20256%20259%22%3E%3Cpath%20d%3D%22M129.095%200C59.01%200%200%2056.82%200%20126.93v131.434l129.07-.124c70.085%200%20126.93-59.01%20126.93-129.095S199.106%200%20129.095%200%22%2F%3E%3Cpath%20fill%3D%22%23fff9ae%22%20d%3D%22M130.34%2049.13a78.696%2078.696%200%200%200-69.165%20116.153L46.94%20211.077l51.12-11.548c29.274%2013.189%2063.625%207.265%2086.79-14.967s30.497-56.31%2018.523-86.1c-11.974-29.792-40.85-49.317-72.958-49.333z%22%2F%3E%3Cpath%20fill%3D%22%2300aeef%22%20d%3D%22M191.857%20176.492c-22.347%2028.19-60.971%2037.625-93.798%2022.912l-51.12%2011.698l52.041-6.148c34.5%2020.21%2078.672%2011.318%20102.665-20.666s20.17-76.88-8.886-104.347c21.816%2028.603%2021.444%2068.36-.902%2096.55%22%2F%3E%3Cpath%20fill%3D%22%2300a94f%22%20d%3D%22M187.456%20161.546c-19.28%2030.369-56.707%2043.785-90.89%2032.582L46.94%20211.102l51.12-11.573c36.408%2016.446%2079.361%202.983%2099.87-31.3c20.508-34.285%2012.054-78.497-19.655-102.798c24.681%2026.169%2028.462%2065.747%209.182%2096.115%22%2F%3E%3Cpath%20fill%3D%22%23f15d22%22%20d%3D%22M65.88%20167.025c-14.25-34.345-2.508-73.973%2028.15-95.012s71.857-17.743%2098.779%207.903c-24.934-32.72-70.866-40.708-105.381-18.324s-45.958%2067.58-26.253%20103.69L46.94%20211.078z%22%2F%3E%3Cpath%20fill%3D%22%23d0232b%22%20d%3D%22M61.175%20165.283c-17.679-32.655-10.117-73.225%2018.138-97.318s69.51-25.15%2098.961-2.534c-28.251-29.748-74.62-32.792-106.518-6.993c-31.898%2025.798-38.616%2071.778-15.434%20105.625l-9.358%2047.039z%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%20256%20259%22%3E%3Cpath%20d%3D%22M129.095%200C59.01%200%200%2056.82%200%20126.93v131.434l129.07-.124c70.085%200%20126.93-59.01%20126.93-129.095S199.106%200%20129.095%200%22%2F%3E%3Cpath%20fill%3D%22%23fff9ae%22%20d%3D%22M130.34%2049.13a78.696%2078.696%200%200%200-69.165%20116.153L46.94%20211.077l51.12-11.548c29.274%2013.189%2063.625%207.265%2086.79-14.967s30.497-56.31%2018.523-86.1c-11.974-29.792-40.85-49.317-72.958-49.333z%22%2F%3E%3Cpath%20fill%3D%22%2300aeef%22%20d%3D%22M191.857%20176.492c-22.347%2028.19-60.971%2037.625-93.798%2022.912l-51.12%2011.698l52.041-6.148c34.5%2020.21%2078.672%2011.318%20102.665-20.666s20.17-76.88-8.886-104.347c21.816%2028.603%2021.444%2068.36-.902%2096.55%22%2F%3E%3Cpath%20fill%3D%22%2300a94f%22%20d%3D%22M187.456%20161.546c-19.28%2030.369-56.707%2043.785-90.89%2032.582L46.94%20211.102l51.12-11.573c36.408%2016.446%2079.361%202.983%2099.87-31.3c20.508-34.285%2012.054-78.497-19.655-102.798c24.681%2026.169%2028.462%2065.747%209.182%2096.115%22%2F%3E%3Cpath%20fill%3D%22%23f15d22%22%20d%3D%22M65.88%20167.025c-14.25-34.345-2.508-73.973%2028.15-95.012s71.857-17.743%2098.779%207.903c-24.934-32.72-70.866-40.708-105.381-18.324s-45.958%2067.58-26.253%20103.69L46.94%20211.078z%22%2F%3E%3Cpath%20fill%3D%22%23d0232b%22%20d%3D%22M61.175%20165.283c-17.679-32.655-10.117-73.225%2018.138-97.318s69.51-25.15%2098.961-2.534c-28.251-29.748-74.62-32.792-106.518-6.993c-31.898%2025.798-38.616%2071.778-15.434%20105.625l-9.358%2047.039z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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