social reddit icon

social-reddit from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
social-reddit
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the social reddit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M480.5 251c0-27.7-22.2-50.2-49.5-50.2-13 0-24.7 5-33.6 13.3-32.4-22.8-76.1-37.8-124.9-40.6l21.9-73.2 67.1 13.5c2.3 22.7 21.2 40.4 44.3 40.4h.4c24.6 0 44.5-20.2 44.5-45.1S430.7 64 406.1 64h-.2-.1c-17.2 0-32 9.8-39.5 24.3l-89.7-18-30.8 103-2.5.1c-50.3 2.2-95.5 17.4-128.7 40.7-8.8-8.3-20.6-13.3-33.6-13.3-27.3 0-49.5 22.5-49.5 50.2 0 19.6 11 36.5 27.1 44.8-.8 4.9-1.2 9.8-1.2 14.8.1 75.8 89 137.4 198.6 137.4s198.5-61.6 198.5-137.5c0-5-.4-9.9-1.1-14.8 16.1-8.3 27.1-25.2 27.1-44.7zM65.8 271.1c-6.6-4.5-10.9-12.1-10.9-20.8 0-13.8 11.1-25.1 24.7-25.1 5.6 0 10.8 1.9 15 5.1-13.5 11.9-23.5 25.7-28.8 40.8zm323.5-162c0-9.2 7.4-16.8 16.5-16.8s16.5 7.5 16.5 16.8c0 9.2-7.4 16.8-16.5 16.8s-16.5-7.5-16.5-16.8zM158.5 288.4c0-17.6 14.2-31.8 31.8-31.8s31.8 14.2 31.8 31.8-14.2 31.8-31.8 31.8-31.8-14.2-31.8-31.8zM256 400c-47.6-.2-76-28.5-77.2-29.7l12.6-12.4c.2.2 23.7 24.2 64.6 24.4 40.3-.2 64.2-24.2 64.5-24.4l12.6 12.4c-1.2 1.2-29.5 29.5-77.1 29.7zm66.3-79.8c-17.6 0-31.8-14.2-31.8-31.8s14.2-31.8 31.8-31.8 31.8 14.2 31.8 31.8-14.3 31.8-31.8 31.8zm124.1-48.7c-5.4-15.3-15.6-29.4-29.3-41.4 4.2-3.3 9.5-5.2 15.2-5.2 13.9 0 25.1 11.4 25.1 25.5.1 8.8-4.3 16.5-11 21.1z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonSocialReddit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M480.5 251c0-27.7-22.2-50.2-49.5-50.2-13 0-24.7 5-33.6 13.3-32.4-22.8-76.1-37.8-124.9-40.6l21.9-73.2 67.1 13.5c2.3 22.7 21.2 40.4 44.3 40.4h.4c24.6 0 44.5-20.2 44.5-45.1S430.7 64 406.1 64h-.2-.1c-17.2 0-32 9.8-39.5 24.3l-89.7-18-30.8 103-2.5.1c-50.3 2.2-95.5 17.4-128.7 40.7-8.8-8.3-20.6-13.3-33.6-13.3-27.3 0-49.5 22.5-49.5 50.2 0 19.6 11 36.5 27.1 44.8-.8 4.9-1.2 9.8-1.2 14.8.1 75.8 89 137.4 198.6 137.4s198.5-61.6 198.5-137.5c0-5-.4-9.9-1.1-14.8 16.1-8.3 27.1-25.2 27.1-44.7zM65.8 271.1c-6.6-4.5-10.9-12.1-10.9-20.8 0-13.8 11.1-25.1 24.7-25.1 5.6 0 10.8 1.9 15 5.1-13.5 11.9-23.5 25.7-28.8 40.8zm323.5-162c0-9.2 7.4-16.8 16.5-16.8s16.5 7.5 16.5 16.8c0 9.2-7.4 16.8-16.5 16.8s-16.5-7.5-16.5-16.8zM158.5 288.4c0-17.6 14.2-31.8 31.8-31.8s31.8 14.2 31.8 31.8-14.2 31.8-31.8 31.8-31.8-14.2-31.8-31.8zM256 400c-47.6-.2-76-28.5-77.2-29.7l12.6-12.4c.2.2 23.7 24.2 64.6 24.4 40.3-.2 64.2-24.2 64.5-24.4l12.6 12.4c-1.2 1.2-29.5 29.5-77.1 29.7zm66.3-79.8c-17.6 0-31.8-14.2-31.8-31.8s14.2-31.8 31.8-31.8 31.8 14.2 31.8 31.8-14.3 31.8-31.8 31.8zm124.1-48.7c-5.4-15.3-15.6-29.4-29.3-41.4 4.2-3.3 9.5-5.2 15.2-5.2 13.9 0 25.1 11.4 25.1 25.5.1 8.8-4.3 16.5-11 21.1z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M480.5 251c0-27.7-22.2-50.2-49.5-50.2-13 0-24.7 5-33.6 13.3-32.4-22.8-76.1-37.8-124.9-40.6l21.9-73.2 67.1 13.5c2.3 22.7 21.2 40.4 44.3 40.4h.4c24.6 0 44.5-20.2 44.5-45.1S430.7 64 406.1 64h-.2-.1c-17.2 0-32 9.8-39.5 24.3l-89.7-18-30.8 103-2.5.1c-50.3 2.2-95.5 17.4-128.7 40.7-8.8-8.3-20.6-13.3-33.6-13.3-27.3 0-49.5 22.5-49.5 50.2 0 19.6 11 36.5 27.1 44.8-.8 4.9-1.2 9.8-1.2 14.8.1 75.8 89 137.4 198.6 137.4s198.5-61.6 198.5-137.5c0-5-.4-9.9-1.1-14.8 16.1-8.3 27.1-25.2 27.1-44.7zM65.8 271.1c-6.6-4.5-10.9-12.1-10.9-20.8 0-13.8 11.1-25.1 24.7-25.1 5.6 0 10.8 1.9 15 5.1-13.5 11.9-23.5 25.7-28.8 40.8zm323.5-162c0-9.2 7.4-16.8 16.5-16.8s16.5 7.5 16.5 16.8c0 9.2-7.4 16.8-16.5 16.8s-16.5-7.5-16.5-16.8zM158.5 288.4c0-17.6 14.2-31.8 31.8-31.8s31.8 14.2 31.8 31.8-14.2 31.8-31.8 31.8-31.8-14.2-31.8-31.8zM256 400c-47.6-.2-76-28.5-77.2-29.7l12.6-12.4c.2.2 23.7 24.2 64.6 24.4 40.3-.2 64.2-24.2 64.5-24.4l12.6 12.4c-1.2 1.2-29.5 29.5-77.1 29.7zm66.3-79.8c-17.6 0-31.8-14.2-31.8-31.8s14.2-31.8 31.8-31.8 31.8 14.2 31.8 31.8-14.3 31.8-31.8 31.8zm124.1-48.7c-5.4-15.3-15.6-29.4-29.3-41.4 4.2-3.3 9.5-5.2 15.2-5.2 13.9 0 25.1 11.4 25.1 25.5.1 8.8-4.3 16.5-11 21.1z" fill="currentColor"/></svg>
</template>

CSS

.icon-social-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%20512%20512%22%3E%3Cpath%20d%3D%22M480.5%20251c0-27.7-22.2-50.2-49.5-50.2-13%200-24.7%205-33.6%2013.3-32.4-22.8-76.1-37.8-124.9-40.6l21.9-73.2%2067.1%2013.5c2.3%2022.7%2021.2%2040.4%2044.3%2040.4h.4c24.6%200%2044.5-20.2%2044.5-45.1S430.7%2064%20406.1%2064h-.2-.1c-17.2%200-32%209.8-39.5%2024.3l-89.7-18-30.8%20103-2.5.1c-50.3%202.2-95.5%2017.4-128.7%2040.7-8.8-8.3-20.6-13.3-33.6-13.3-27.3%200-49.5%2022.5-49.5%2050.2%200%2019.6%2011%2036.5%2027.1%2044.8-.8%204.9-1.2%209.8-1.2%2014.8.1%2075.8%2089%20137.4%20198.6%20137.4s198.5-61.6%20198.5-137.5c0-5-.4-9.9-1.1-14.8%2016.1-8.3%2027.1-25.2%2027.1-44.7zM65.8%20271.1c-6.6-4.5-10.9-12.1-10.9-20.8%200-13.8%2011.1-25.1%2024.7-25.1%205.6%200%2010.8%201.9%2015%205.1-13.5%2011.9-23.5%2025.7-28.8%2040.8zm323.5-162c0-9.2%207.4-16.8%2016.5-16.8s16.5%207.5%2016.5%2016.8c0%209.2-7.4%2016.8-16.5%2016.8s-16.5-7.5-16.5-16.8zM158.5%20288.4c0-17.6%2014.2-31.8%2031.8-31.8s31.8%2014.2%2031.8%2031.8-14.2%2031.8-31.8%2031.8-31.8-14.2-31.8-31.8zM256%20400c-47.6-.2-76-28.5-77.2-29.7l12.6-12.4c.2.2%2023.7%2024.2%2064.6%2024.4%2040.3-.2%2064.2-24.2%2064.5-24.4l12.6%2012.4c-1.2%201.2-29.5%2029.5-77.1%2029.7zm66.3-79.8c-17.6%200-31.8-14.2-31.8-31.8s14.2-31.8%2031.8-31.8%2031.8%2014.2%2031.8%2031.8-14.3%2031.8-31.8%2031.8zm124.1-48.7c-5.4-15.3-15.6-29.4-29.3-41.4%204.2-3.3%209.5-5.2%2015.2-5.2%2013.9%200%2025.1%2011.4%2025.1%2025.5.1%208.8-4.3%2016.5-11%2021.1z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M480.5%20251c0-27.7-22.2-50.2-49.5-50.2-13%200-24.7%205-33.6%2013.3-32.4-22.8-76.1-37.8-124.9-40.6l21.9-73.2%2067.1%2013.5c2.3%2022.7%2021.2%2040.4%2044.3%2040.4h.4c24.6%200%2044.5-20.2%2044.5-45.1S430.7%2064%20406.1%2064h-.2-.1c-17.2%200-32%209.8-39.5%2024.3l-89.7-18-30.8%20103-2.5.1c-50.3%202.2-95.5%2017.4-128.7%2040.7-8.8-8.3-20.6-13.3-33.6-13.3-27.3%200-49.5%2022.5-49.5%2050.2%200%2019.6%2011%2036.5%2027.1%2044.8-.8%204.9-1.2%209.8-1.2%2014.8.1%2075.8%2089%20137.4%20198.6%20137.4s198.5-61.6%20198.5-137.5c0-5-.4-9.9-1.1-14.8%2016.1-8.3%2027.1-25.2%2027.1-44.7zM65.8%20271.1c-6.6-4.5-10.9-12.1-10.9-20.8%200-13.8%2011.1-25.1%2024.7-25.1%205.6%200%2010.8%201.9%2015%205.1-13.5%2011.9-23.5%2025.7-28.8%2040.8zm323.5-162c0-9.2%207.4-16.8%2016.5-16.8s16.5%207.5%2016.5%2016.8c0%209.2-7.4%2016.8-16.5%2016.8s-16.5-7.5-16.5-16.8zM158.5%20288.4c0-17.6%2014.2-31.8%2031.8-31.8s31.8%2014.2%2031.8%2031.8-14.2%2031.8-31.8%2031.8-31.8-14.2-31.8-31.8zM256%20400c-47.6-.2-76-28.5-77.2-29.7l12.6-12.4c.2.2%2023.7%2024.2%2064.6%2024.4%2040.3-.2%2064.2-24.2%2064.5-24.4l12.6%2012.4c-1.2%201.2-29.5%2029.5-77.1%2029.7zm66.3-79.8c-17.6%200-31.8-14.2-31.8-31.8s14.2-31.8%2031.8-31.8%2031.8%2014.2%2031.8%2031.8-14.3%2031.8-31.8%2031.8zm124.1-48.7c-5.4-15.3-15.6-29.4-29.3-41.4%204.2-3.3%209.5-5.2%2015.2-5.2%2013.9%200%2025.1%2011.4%2025.1%2025.5.1%208.8-4.3%2016.5-11%2021.1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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