reddit from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
reddit
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the reddit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15 17a5 5 0 0 1-6 0m9.5-12.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-3 0C14.333 4.667 12 5.8 12 9"/><path d="M12 21c4.418 0 8-2.686 8-6c0-.352-.043-.696-.12-1.031a2.498 2.498 0 1 0-2.652-3.508C15.824 9.55 13.997 9 12 9c-2 0-3.826.552-5.229 1.46A2.498 2.498 0 0 0 2 11.5a2.5 2.5 0 0 0 2.12 2.469Q4 14.472 4 15c0 3.314 3.582 6 8 6"/><path d="M15.25 13H15m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-5.75 0H9.5m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsReddit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M15 17a5 5 0 0 1-6 0m9.5-12.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-3 0C14.333 4.667 12 5.8 12 9"/><path d="M12 21c4.418 0 8-2.686 8-6c0-.352-.043-.696-.12-1.031a2.498 2.498 0 1 0-2.652-3.508C15.824 9.55 13.997 9 12 9c-2 0-3.826.552-5.229 1.46A2.498 2.498 0 0 0 2 11.5a2.5 2.5 0 0 0 2.12 2.469Q4 14.472 4 15c0 3.314 3.582 6 8 6"/><path d="M15.25 13H15m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-5.75 0H9.5m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15 17a5 5 0 0 1-6 0m9.5-12.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-3 0C14.333 4.667 12 5.8 12 9"/><path d="M12 21c4.418 0 8-2.686 8-6c0-.352-.043-.696-.12-1.031a2.498 2.498 0 1 0-2.652-3.508C15.824 9.55 13.997 9 12 9c-2 0-3.826.552-5.229 1.46A2.498 2.498 0 0 0 2 11.5a2.5 2.5 0 0 0 2.12 2.469Q4 14.472 4 15c0 3.314 3.582 6 8 6"/><path d="M15.25 13H15m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-5.75 0H9.5m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%2017a5%205%200%200%201-6%200m9.5-12.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-3%200C14.333%204.667%2012%205.8%2012%209%22%2F%3E%3Cpath%20d%3D%22M12%2021c4.418%200%208-2.686%208-6c0-.352-.043-.696-.12-1.031a2.498%202.498%200%201%200-2.652-3.508C15.824%209.55%2013.997%209%2012%209c-2%200-3.826.552-5.229%201.46A2.498%202.498%200%200%200%202%2011.5a2.5%202.5%200%200%200%202.12%202.469Q4%2014.472%204%2015c0%203.314%203.582%206%208%206%22%2F%3E%3Cpath%20d%3D%22M15.25%2013H15m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-5.75%200H9.5m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%2017a5%205%200%200%201-6%200m9.5-12.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-3%200C14.333%204.667%2012%205.8%2012%209%22%2F%3E%3Cpath%20d%3D%22M12%2021c4.418%200%208-2.686%208-6c0-.352-.043-.696-.12-1.031a2.498%202.498%200%201%200-2.652-3.508C15.824%209.55%2013.997%209%2012%209c-2%200-3.826.552-5.229%201.46A2.498%202.498%200%200%200%202%2011.5a2.5%202.5%200%200%200%202.12%202.469Q4%2014.472%204%2015c0%203.314%203.582%206%208%206%22%2F%3E%3Cpath%20d%3D%22M15.25%2013H15m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-5.75%200H9.5m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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