subreddit icon

subreddit-line from Remix Icon by Remix Design · Line · Apache-2.0 Free for personal and commercial use.

Name
subreddit-line
Set
Remix Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

Use the subreddit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.592 9.873q-.45 0-.888.221a1.85 1.85 0 0 0-.724.663q-.287.441-.287 1.053v4.401H7.554V7.912H9.64v1.194h.039q.418-.574 1.053-.946a2.83 2.83 0 0 1 1.457-.372q.286 0 .542.046q.255.047.38.102l-.86 2.053a.9.9 0 0 0-.271-.081a2 2 0 0 0-.388-.036zM22 12a10 10 0 1 1-20 0a10 10 0 0 1 20 0m-2 0a7.97 7.97 0 0 0-1.846-5.104L14.2 16.21h-2.172l4.564-10.75A7.95 7.95 0 0 0 12 4c-4.411 0-8 3.589-8 8s3.589 8 8 8s8-3.589 8-8"/></svg>

React

import type { SVGProps } from "react";

export function RiSubredditLine(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="M11.592 9.873q-.45 0-.888.221a1.85 1.85 0 0 0-.724.663q-.287.441-.287 1.053v4.401H7.554V7.912H9.64v1.194h.039q.418-.574 1.053-.946a2.83 2.83 0 0 1 1.457-.372q.286 0 .542.046q.255.047.38.102l-.86 2.053a.9.9 0 0 0-.271-.081a2 2 0 0 0-.388-.036zM22 12a10 10 0 1 1-20 0a10 10 0 0 1 20 0m-2 0a7.97 7.97 0 0 0-1.846-5.104L14.2 16.21h-2.172l4.564-10.75A7.95 7.95 0 0 0 12 4c-4.411 0-8 3.589-8 8s3.589 8 8 8s8-3.589 8-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.592 9.873q-.45 0-.888.221a1.85 1.85 0 0 0-.724.663q-.287.441-.287 1.053v4.401H7.554V7.912H9.64v1.194h.039q.418-.574 1.053-.946a2.83 2.83 0 0 1 1.457-.372q.286 0 .542.046q.255.047.38.102l-.86 2.053a.9.9 0 0 0-.271-.081a2 2 0 0 0-.388-.036zM22 12a10 10 0 1 1-20 0a10 10 0 0 1 20 0m-2 0a7.97 7.97 0 0 0-1.846-5.104L14.2 16.21h-2.172l4.564-10.75A7.95 7.95 0 0 0 12 4c-4.411 0-8 3.589-8 8s3.589 8 8 8s8-3.589 8-8"/></svg>
</template>

CSS

.icon-subreddit-line {
  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%22M11.592%209.873q-.45%200-.888.221a1.85%201.85%200%200%200-.724.663q-.287.441-.287%201.053v4.401H7.554V7.912H9.64v1.194h.039q.418-.574%201.053-.946a2.83%202.83%200%200%201%201.457-.372q.286%200%20.542.046q.255.047.38.102l-.86%202.053a.9.9%200%200%200-.271-.081a2%202%200%200%200-.388-.036zM22%2012a10%2010%200%201%201-20%200a10%2010%200%200%201%2020%200m-2%200a7.97%207.97%200%200%200-1.846-5.104L14.2%2016.21h-2.172l4.564-10.75A7.95%207.95%200%200%200%2012%204c-4.411%200-8%203.589-8%208s3.589%208%208%208s8-3.589%208-8%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%22M11.592%209.873q-.45%200-.888.221a1.85%201.85%200%200%200-.724.663q-.287.441-.287%201.053v4.401H7.554V7.912H9.64v1.194h.039q.418-.574%201.053-.946a2.83%202.83%200%200%201%201.457-.372q.286%200%20.542.046q.255.047.38.102l-.86%202.053a.9.9%200%200%200-.271-.081a2%202%200%200%200-.388-.036zM22%2012a10%2010%200%201%201-20%200a10%2010%200%200%201%2020%200m-2%200a7.97%207.97%200%200%200-1.846-5.104L14.2%2016.21h-2.172l4.564-10.75A7.95%207.95%200%200%200%2012%204c-4.411%200-8%203.589-8%208s3.589%208%208%208s8-3.589%208-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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