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

Name
reddit
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome Brands

Use the reddit logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256H101.1c-13.7 0-20.5-16.5-10.9-26.2L139 501c-46.3-46.3-75-110.3-75-181m349.6-102.4c23.6 0 42.7-19.1 42.7-42.7s-19.1-42.7-42.7-42.7c-20.6 0-37.8 14.6-41.8 34c-34.5 3.7-61.4 33-61.4 68.4v.2c-37.5 1.6-71.8 12.3-99 29.1c-10.1-7.8-22.8-12.5-36.5-12.5c-33 0-59.8 26.8-59.8 59.8c0 24 14.1 44.6 34.4 54.1c2 69.4 77.6 125.2 170.6 125.2s168.7-55.9 170.6-125.3c20.2-9.6 34.1-30.2 34.1-54c0-33-26.8-59.8-59.8-59.8c-13.7 0-26.3 4.6-36.4 12.4c-27.4-17-62.1-27.7-100-29.1v-.2c0-25.4 18.9-46.5 43.4-49.9c4.4 18.8 21.3 32.8 41.5 32.8zm-172.5 93.3c16.7 0 29.5 17.6 28.5 39.3s-13.5 29.6-30.3 29.6s-31.4-8.8-30.4-30.5S224.3 311 241 311zm190.1 38.3c1 21.7-13.7 30.5-30.4 30.5s-29.3-7.9-30.3-29.6s11.8-39.3 28.5-39.3s31.2 16.6 32.1 38.3zm-48.1 56.7c-10.3 24.6-34.6 41.9-63 41.9s-52.7-17.3-63-41.9c-1.2-2.9.8-6.2 3.9-6.5c18.4-1.9 38.3-2.9 59.1-2.9s40.7 1 59.1 2.9c3.1.3 5.1 3.6 3.9 6.5"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsReddit(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="M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256H101.1c-13.7 0-20.5-16.5-10.9-26.2L139 501c-46.3-46.3-75-110.3-75-181m349.6-102.4c23.6 0 42.7-19.1 42.7-42.7s-19.1-42.7-42.7-42.7c-20.6 0-37.8 14.6-41.8 34c-34.5 3.7-61.4 33-61.4 68.4v.2c-37.5 1.6-71.8 12.3-99 29.1c-10.1-7.8-22.8-12.5-36.5-12.5c-33 0-59.8 26.8-59.8 59.8c0 24 14.1 44.6 34.4 54.1c2 69.4 77.6 125.2 170.6 125.2s168.7-55.9 170.6-125.3c20.2-9.6 34.1-30.2 34.1-54c0-33-26.8-59.8-59.8-59.8c-13.7 0-26.3 4.6-36.4 12.4c-27.4-17-62.1-27.7-100-29.1v-.2c0-25.4 18.9-46.5 43.4-49.9c4.4 18.8 21.3 32.8 41.5 32.8zm-172.5 93.3c16.7 0 29.5 17.6 28.5 39.3s-13.5 29.6-30.3 29.6s-31.4-8.8-30.4-30.5S224.3 311 241 311zm190.1 38.3c1 21.7-13.7 30.5-30.4 30.5s-29.3-7.9-30.3-29.6s11.8-39.3 28.5-39.3s31.2 16.6 32.1 38.3zm-48.1 56.7c-10.3 24.6-34.6 41.9-63 41.9s-52.7-17.3-63-41.9c-1.2-2.9.8-6.2 3.9-6.5c18.4-1.9 38.3-2.9 59.1-2.9s40.7 1 59.1 2.9c3.1.3 5.1 3.6 3.9 6.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256H101.1c-13.7 0-20.5-16.5-10.9-26.2L139 501c-46.3-46.3-75-110.3-75-181m349.6-102.4c23.6 0 42.7-19.1 42.7-42.7s-19.1-42.7-42.7-42.7c-20.6 0-37.8 14.6-41.8 34c-34.5 3.7-61.4 33-61.4 68.4v.2c-37.5 1.6-71.8 12.3-99 29.1c-10.1-7.8-22.8-12.5-36.5-12.5c-33 0-59.8 26.8-59.8 59.8c0 24 14.1 44.6 34.4 54.1c2 69.4 77.6 125.2 170.6 125.2s168.7-55.9 170.6-125.3c20.2-9.6 34.1-30.2 34.1-54c0-33-26.8-59.8-59.8-59.8c-13.7 0-26.3 4.6-36.4 12.4c-27.4-17-62.1-27.7-100-29.1v-.2c0-25.4 18.9-46.5 43.4-49.9c4.4 18.8 21.3 32.8 41.5 32.8zm-172.5 93.3c16.7 0 29.5 17.6 28.5 39.3s-13.5 29.6-30.3 29.6s-31.4-8.8-30.4-30.5S224.3 311 241 311zm190.1 38.3c1 21.7-13.7 30.5-30.4 30.5s-29.3-7.9-30.3-29.6s11.8-39.3 28.5-39.3s31.2 16.6 32.1 38.3zm-48.1 56.7c-10.3 24.6-34.6 41.9-63 41.9s-52.7-17.3-63-41.9c-1.2-2.9.8-6.2 3.9-6.5c18.4-1.9 38.3-2.9 59.1-2.9s40.7 1 59.1 2.9c3.1.3 5.1 3.6 3.9 6.5"/></svg>
</template>

CSS

.icon-reddit {
  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%22M64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256H101.1c-13.7%200-20.5-16.5-10.9-26.2L139%20501c-46.3-46.3-75-110.3-75-181m349.6-102.4c23.6%200%2042.7-19.1%2042.7-42.7s-19.1-42.7-42.7-42.7c-20.6%200-37.8%2014.6-41.8%2034c-34.5%203.7-61.4%2033-61.4%2068.4v.2c-37.5%201.6-71.8%2012.3-99%2029.1c-10.1-7.8-22.8-12.5-36.5-12.5c-33%200-59.8%2026.8-59.8%2059.8c0%2024%2014.1%2044.6%2034.4%2054.1c2%2069.4%2077.6%20125.2%20170.6%20125.2s168.7-55.9%20170.6-125.3c20.2-9.6%2034.1-30.2%2034.1-54c0-33-26.8-59.8-59.8-59.8c-13.7%200-26.3%204.6-36.4%2012.4c-27.4-17-62.1-27.7-100-29.1v-.2c0-25.4%2018.9-46.5%2043.4-49.9c4.4%2018.8%2021.3%2032.8%2041.5%2032.8zm-172.5%2093.3c16.7%200%2029.5%2017.6%2028.5%2039.3s-13.5%2029.6-30.3%2029.6s-31.4-8.8-30.4-30.5S224.3%20311%20241%20311zm190.1%2038.3c1%2021.7-13.7%2030.5-30.4%2030.5s-29.3-7.9-30.3-29.6s11.8-39.3%2028.5-39.3s31.2%2016.6%2032.1%2038.3zm-48.1%2056.7c-10.3%2024.6-34.6%2041.9-63%2041.9s-52.7-17.3-63-41.9c-1.2-2.9.8-6.2%203.9-6.5c18.4-1.9%2038.3-2.9%2059.1-2.9s40.7%201%2059.1%202.9c3.1.3%205.1%203.6%203.9%206.5%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%22M64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256H101.1c-13.7%200-20.5-16.5-10.9-26.2L139%20501c-46.3-46.3-75-110.3-75-181m349.6-102.4c23.6%200%2042.7-19.1%2042.7-42.7s-19.1-42.7-42.7-42.7c-20.6%200-37.8%2014.6-41.8%2034c-34.5%203.7-61.4%2033-61.4%2068.4v.2c-37.5%201.6-71.8%2012.3-99%2029.1c-10.1-7.8-22.8-12.5-36.5-12.5c-33%200-59.8%2026.8-59.8%2059.8c0%2024%2014.1%2044.6%2034.4%2054.1c2%2069.4%2077.6%20125.2%20170.6%20125.2s168.7-55.9%20170.6-125.3c20.2-9.6%2034.1-30.2%2034.1-54c0-33-26.8-59.8-59.8-59.8c-13.7%200-26.3%204.6-36.4%2012.4c-27.4-17-62.1-27.7-100-29.1v-.2c0-25.4%2018.9-46.5%2043.4-49.9c4.4%2018.8%2021.3%2032.8%2041.5%2032.8zm-172.5%2093.3c16.7%200%2029.5%2017.6%2028.5%2039.3s-13.5%2029.6-30.3%2029.6s-31.4-8.8-30.4-30.5S224.3%20311%20241%20311zm190.1%2038.3c1%2021.7-13.7%2030.5-30.4%2030.5s-29.3-7.9-30.3-29.6s11.8-39.3%2028.5-39.3s31.2%2016.6%2032.1%2038.3zm-48.1%2056.7c-10.3%2024.6-34.6%2041.9-63%2041.9s-52.7-17.3-63-41.9c-1.2-2.9.8-6.2%203.9-6.5c18.4-1.9%2038.3-2.9%2059.1-2.9s40.7%201%2059.1%202.9c3.1.3%205.1%203.6%203.9%206.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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