reddit from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
reddit
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Use the reddit logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.09 11.65c-.65 0-1.15.69-1.11 1.53c.04.85.53 1.15 1.18 1.15s1.23-.34 1.19-1.19s-.6-1.5-1.26-1.5Zm-.78 3.45c-.72-.07-1.5-.11-2.31-.11s-1.59.04-2.31.11c-.12.01-.2.14-.15.25a2.666 2.666 0 0 0 4.92 0c.05-.11-.03-.24-.15-.25m-4.28-1.92c.04-.85-.46-1.53-1.11-1.53s-1.22.65-1.26 1.5s.53 1.19 1.19 1.19s1.14-.31 1.18-1.15Z"/><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12c0 2.76 1.12 5.26 2.93 7.07l-1.9 1.9a.596.596 0 0 0 .42 1.02H12c5.52 0 10-4.48 10-10S17.52 2 12 2m6.67 11.77c-.07 2.71-3.03 4.9-6.66 4.9s-6.59-2.18-6.66-4.89a2.33 2.33 0 0 1-1.34-2.11c0-1.29 1.05-2.34 2.34-2.34c.54 0 1.03.18 1.43.49c1.06-.66 2.4-1.08 3.87-1.14A2.69 2.69 0 0 1 14.05 6c.16-.76.83-1.33 1.63-1.33c.92 0 1.67.75 1.67 1.67s-.75 1.67-1.67 1.67c-.79 0-1.45-.55-1.62-1.28c-.96.14-1.69.96-1.69 1.95c1.48.06 2.83.48 3.91 1.14a2.343 2.343 0 0 1 3.76 1.86c0 .93-.55 1.73-1.33 2.11Z"/></svg>

React

import type { SVGProps } from "react";

export function BxlReddit(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="M15.09 11.65c-.65 0-1.15.69-1.11 1.53c.04.85.53 1.15 1.18 1.15s1.23-.34 1.19-1.19s-.6-1.5-1.26-1.5Zm-.78 3.45c-.72-.07-1.5-.11-2.31-.11s-1.59.04-2.31.11c-.12.01-.2.14-.15.25a2.666 2.666 0 0 0 4.92 0c.05-.11-.03-.24-.15-.25m-4.28-1.92c.04-.85-.46-1.53-1.11-1.53s-1.22.65-1.26 1.5s.53 1.19 1.19 1.19s1.14-.31 1.18-1.15Z"/><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12c0 2.76 1.12 5.26 2.93 7.07l-1.9 1.9a.596.596 0 0 0 .42 1.02H12c5.52 0 10-4.48 10-10S17.52 2 12 2m6.67 11.77c-.07 2.71-3.03 4.9-6.66 4.9s-6.59-2.18-6.66-4.89a2.33 2.33 0 0 1-1.34-2.11c0-1.29 1.05-2.34 2.34-2.34c.54 0 1.03.18 1.43.49c1.06-.66 2.4-1.08 3.87-1.14A2.69 2.69 0 0 1 14.05 6c.16-.76.83-1.33 1.63-1.33c.92 0 1.67.75 1.67 1.67s-.75 1.67-1.67 1.67c-.79 0-1.45-.55-1.62-1.28c-.96.14-1.69.96-1.69 1.95c1.48.06 2.83.48 3.91 1.14a2.343 2.343 0 0 1 3.76 1.86c0 .93-.55 1.73-1.33 2.11Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.09 11.65c-.65 0-1.15.69-1.11 1.53c.04.85.53 1.15 1.18 1.15s1.23-.34 1.19-1.19s-.6-1.5-1.26-1.5Zm-.78 3.45c-.72-.07-1.5-.11-2.31-.11s-1.59.04-2.31.11c-.12.01-.2.14-.15.25a2.666 2.666 0 0 0 4.92 0c.05-.11-.03-.24-.15-.25m-4.28-1.92c.04-.85-.46-1.53-1.11-1.53s-1.22.65-1.26 1.5s.53 1.19 1.19 1.19s1.14-.31 1.18-1.15Z"/><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12c0 2.76 1.12 5.26 2.93 7.07l-1.9 1.9a.596.596 0 0 0 .42 1.02H12c5.52 0 10-4.48 10-10S17.52 2 12 2m6.67 11.77c-.07 2.71-3.03 4.9-6.66 4.9s-6.59-2.18-6.66-4.89a2.33 2.33 0 0 1-1.34-2.11c0-1.29 1.05-2.34 2.34-2.34c.54 0 1.03.18 1.43.49c1.06-.66 2.4-1.08 3.87-1.14A2.69 2.69 0 0 1 14.05 6c.16-.76.83-1.33 1.63-1.33c.92 0 1.67.75 1.67 1.67s-.75 1.67-1.67 1.67c-.79 0-1.45-.55-1.62-1.28c-.96.14-1.69.96-1.69 1.95c1.48.06 2.83.48 3.91 1.14a2.343 2.343 0 0 1 3.76 1.86c0 .93-.55 1.73-1.33 2.11Z"/></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%22M15.09%2011.65c-.65%200-1.15.69-1.11%201.53c.04.85.53%201.15%201.18%201.15s1.23-.34%201.19-1.19s-.6-1.5-1.26-1.5Zm-.78%203.45c-.72-.07-1.5-.11-2.31-.11s-1.59.04-2.31.11c-.12.01-.2.14-.15.25a2.666%202.666%200%200%200%204.92%200c.05-.11-.03-.24-.15-.25m-4.28-1.92c.04-.85-.46-1.53-1.11-1.53s-1.22.65-1.26%201.5s.53%201.19%201.19%201.19s1.14-.31%201.18-1.15Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012c0%202.76%201.12%205.26%202.93%207.07l-1.9%201.9a.596.596%200%200%200%20.42%201.02H12c5.52%200%2010-4.48%2010-10S17.52%202%2012%202m6.67%2011.77c-.07%202.71-3.03%204.9-6.66%204.9s-6.59-2.18-6.66-4.89a2.33%202.33%200%200%201-1.34-2.11c0-1.29%201.05-2.34%202.34-2.34c.54%200%201.03.18%201.43.49c1.06-.66%202.4-1.08%203.87-1.14A2.69%202.69%200%200%201%2014.05%206c.16-.76.83-1.33%201.63-1.33c.92%200%201.67.75%201.67%201.67s-.75%201.67-1.67%201.67c-.79%200-1.45-.55-1.62-1.28c-.96.14-1.69.96-1.69%201.95c1.48.06%202.83.48%203.91%201.14a2.343%202.343%200%200%201%203.76%201.86c0%20.93-.55%201.73-1.33%202.11Z%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%22M15.09%2011.65c-.65%200-1.15.69-1.11%201.53c.04.85.53%201.15%201.18%201.15s1.23-.34%201.19-1.19s-.6-1.5-1.26-1.5Zm-.78%203.45c-.72-.07-1.5-.11-2.31-.11s-1.59.04-2.31.11c-.12.01-.2.14-.15.25a2.666%202.666%200%200%200%204.92%200c.05-.11-.03-.24-.15-.25m-4.28-1.92c.04-.85-.46-1.53-1.11-1.53s-1.22.65-1.26%201.5s.53%201.19%201.19%201.19s1.14-.31%201.18-1.15Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012c0%202.76%201.12%205.26%202.93%207.07l-1.9%201.9a.596.596%200%200%200%20.42%201.02H12c5.52%200%2010-4.48%2010-10S17.52%202%2012%202m6.67%2011.77c-.07%202.71-3.03%204.9-6.66%204.9s-6.59-2.18-6.66-4.89a2.33%202.33%200%200%201-1.34-2.11c0-1.29%201.05-2.34%202.34-2.34c.54%200%201.03.18%201.43.49c1.06-.66%202.4-1.08%203.87-1.14A2.69%202.69%200%200%201%2014.05%206c.16-.76.83-1.33%201.63-1.33c.92%200%201.67.75%201.67%201.67s-.75%201.67-1.67%201.67c-.79%200-1.45-.55-1.62-1.28c-.96.14-1.69.96-1.69%201.95c1.48.06%202.83.48%203.91%201.14a2.343%202.343%200%200%201%203.76%201.86c0%20.93-.55%201.73-1.33%202.11Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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