reddit from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.

Name
reddit
Set
Material Design Icons
Style
Filled
Category
Brand / Logo
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand / logo icons from Material Design Icons

Use the reddit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 15.41c.08.09.08.28 0 .39c-.73.7-2.09.76-2.5.76c-.39 0-1.75-.06-2.46-.76c-.1-.11-.1-.3 0-.39c.11-.1.28-.1.38 0c.46.46 1.41.59 2.08.59c.69 0 1.66-.13 2.1-.59c.11-.1.28-.1.4 0m-3.75-2.37c0-.57-.47-1.04-1.04-1.04s-1.04.47-1.04 1.04s.47 1.05 1.04 1.04c.57 0 1.04-.47 1.04-1.04M14.29 12c-.57 0-1.04.5-1.04 1.05s.47 1.04 1.04 1.04s1.04-.48 1.04-1.04c0-.55-.47-1.05-1.04-1.05M22 12c0 5.5-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2s10 4.5 10 10m-3.33 0c0-.81-.67-1.46-1.45-1.46c-.4 0-.76.16-1.02.41c-1-.72-2.37-1.18-3.9-1.24l.67-3.13l2.17.47c.02.55.48.99 1.04.99c.57 0 1.04-.47 1.04-1.04s-.47-1.04-1.04-1.04c-.41 0-.77.24-.93.59l-2.43-.52c-.07-.03-.14 0-.19.04c-.06.04-.09.1-.1.17l-.74 3.48c-1.55.05-2.95.51-3.97 1.24c-.26-.25-.62-.4-1.01-.4c-.81 0-1.46.65-1.46 1.44c0 .61.36 1.11.86 1.34c-.02.16-.03.28-.03.44c0 2.22 2.61 4.07 5.82 4.07c3.23 0 5.85-1.82 5.85-4.07c0-.14-.01-.28-.04-.44c.5-.23.86-.74.86-1.34"/></svg>

React

import type { SVGProps } from "react";

export function MdiReddit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 15.41c.08.09.08.28 0 .39c-.73.7-2.09.76-2.5.76c-.39 0-1.75-.06-2.46-.76c-.1-.11-.1-.3 0-.39c.11-.1.28-.1.38 0c.46.46 1.41.59 2.08.59c.69 0 1.66-.13 2.1-.59c.11-.1.28-.1.4 0m-3.75-2.37c0-.57-.47-1.04-1.04-1.04s-1.04.47-1.04 1.04s.47 1.05 1.04 1.04c.57 0 1.04-.47 1.04-1.04M14.29 12c-.57 0-1.04.5-1.04 1.05s.47 1.04 1.04 1.04s1.04-.48 1.04-1.04c0-.55-.47-1.05-1.04-1.05M22 12c0 5.5-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2s10 4.5 10 10m-3.33 0c0-.81-.67-1.46-1.45-1.46c-.4 0-.76.16-1.02.41c-1-.72-2.37-1.18-3.9-1.24l.67-3.13l2.17.47c.02.55.48.99 1.04.99c.57 0 1.04-.47 1.04-1.04s-.47-1.04-1.04-1.04c-.41 0-.77.24-.93.59l-2.43-.52c-.07-.03-.14 0-.19.04c-.06.04-.09.1-.1.17l-.74 3.48c-1.55.05-2.95.51-3.97 1.24c-.26-.25-.62-.4-1.01-.4c-.81 0-1.46.65-1.46 1.44c0 .61.36 1.11.86 1.34c-.02.16-.03.28-.03.44c0 2.22 2.61 4.07 5.82 4.07c3.23 0 5.85-1.82 5.85-4.07c0-.14-.01-.28-.04-.44c.5-.23.86-.74.86-1.34"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 15.41c.08.09.08.28 0 .39c-.73.7-2.09.76-2.5.76c-.39 0-1.75-.06-2.46-.76c-.1-.11-.1-.3 0-.39c.11-.1.28-.1.38 0c.46.46 1.41.59 2.08.59c.69 0 1.66-.13 2.1-.59c.11-.1.28-.1.4 0m-3.75-2.37c0-.57-.47-1.04-1.04-1.04s-1.04.47-1.04 1.04s.47 1.05 1.04 1.04c.57 0 1.04-.47 1.04-1.04M14.29 12c-.57 0-1.04.5-1.04 1.05s.47 1.04 1.04 1.04s1.04-.48 1.04-1.04c0-.55-.47-1.05-1.04-1.05M22 12c0 5.5-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2s10 4.5 10 10m-3.33 0c0-.81-.67-1.46-1.45-1.46c-.4 0-.76.16-1.02.41c-1-.72-2.37-1.18-3.9-1.24l.67-3.13l2.17.47c.02.55.48.99 1.04.99c.57 0 1.04-.47 1.04-1.04s-.47-1.04-1.04-1.04c-.41 0-.77.24-.93.59l-2.43-.52c-.07-.03-.14 0-.19.04c-.06.04-.09.1-.1.17l-.74 3.48c-1.55.05-2.95.51-3.97 1.24c-.26-.25-.62-.4-1.01-.4c-.81 0-1.46.65-1.46 1.44c0 .61.36 1.11.86 1.34c-.02.16-.03.28-.03.44c0 2.22 2.61 4.07 5.82 4.07c3.23 0 5.85-1.82 5.85-4.07c0-.14-.01-.28-.04-.44c.5-.23.86-.74.86-1.34"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%2015.41c.08.09.08.28%200%20.39c-.73.7-2.09.76-2.5.76c-.39%200-1.75-.06-2.46-.76c-.1-.11-.1-.3%200-.39c.11-.1.28-.1.38%200c.46.46%201.41.59%202.08.59c.69%200%201.66-.13%202.1-.59c.11-.1.28-.1.4%200m-3.75-2.37c0-.57-.47-1.04-1.04-1.04s-1.04.47-1.04%201.04s.47%201.05%201.04%201.04c.57%200%201.04-.47%201.04-1.04M14.29%2012c-.57%200-1.04.5-1.04%201.05s.47%201.04%201.04%201.04s1.04-.48%201.04-1.04c0-.55-.47-1.05-1.04-1.05M22%2012c0%205.5-4.5%2010-10%2010S2%2017.5%202%2012S6.5%202%2012%202s10%204.5%2010%2010m-3.33%200c0-.81-.67-1.46-1.45-1.46c-.4%200-.76.16-1.02.41c-1-.72-2.37-1.18-3.9-1.24l.67-3.13l2.17.47c.02.55.48.99%201.04.99c.57%200%201.04-.47%201.04-1.04s-.47-1.04-1.04-1.04c-.41%200-.77.24-.93.59l-2.43-.52c-.07-.03-.14%200-.19.04c-.06.04-.09.1-.1.17l-.74%203.48c-1.55.05-2.95.51-3.97%201.24c-.26-.25-.62-.4-1.01-.4c-.81%200-1.46.65-1.46%201.44c0%20.61.36%201.11.86%201.34c-.02.16-.03.28-.03.44c0%202.22%202.61%204.07%205.82%204.07c3.23%200%205.85-1.82%205.85-4.07c0-.14-.01-.28-.04-.44c.5-.23.86-.74.86-1.34%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%2015.41c.08.09.08.28%200%20.39c-.73.7-2.09.76-2.5.76c-.39%200-1.75-.06-2.46-.76c-.1-.11-.1-.3%200-.39c.11-.1.28-.1.38%200c.46.46%201.41.59%202.08.59c.69%200%201.66-.13%202.1-.59c.11-.1.28-.1.4%200m-3.75-2.37c0-.57-.47-1.04-1.04-1.04s-1.04.47-1.04%201.04s.47%201.05%201.04%201.04c.57%200%201.04-.47%201.04-1.04M14.29%2012c-.57%200-1.04.5-1.04%201.05s.47%201.04%201.04%201.04s1.04-.48%201.04-1.04c0-.55-.47-1.05-1.04-1.05M22%2012c0%205.5-4.5%2010-10%2010S2%2017.5%202%2012S6.5%202%2012%202s10%204.5%2010%2010m-3.33%200c0-.81-.67-1.46-1.45-1.46c-.4%200-.76.16-1.02.41c-1-.72-2.37-1.18-3.9-1.24l.67-3.13l2.17.47c.02.55.48.99%201.04.99c.57%200%201.04-.47%201.04-1.04s-.47-1.04-1.04-1.04c-.41%200-.77.24-.93.59l-2.43-.52c-.07-.03-.14%200-.19.04c-.06.04-.09.1-.1.17l-.74%203.48c-1.55.05-2.95.51-3.97%201.24c-.26-.25-.62-.4-1.01-.4c-.81%200-1.46.65-1.46%201.44c0%20.61.36%201.11.86%201.34c-.02.16-.03.28-.03.44c0%202.22%202.61%204.07%205.82%204.07c3.23%200%205.85-1.82%205.85-4.07c0-.14-.01-.28-.04-.44c.5-.23.86-.74.86-1.34%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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