subreddit icon
subreddit-fill from Remix Icon by Remix Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- subreddit-fill
- Set
- Remix Icon
- Style
- Fill
- 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="M12 2a9.95 9.95 0 0 1 5.41 1.59l-5.383 12.62H14.2l4.816-11.334A9.97 9.97 0 0 1 22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m.188 5.788a2.83 2.83 0 0 0-1.457.372a3.4 3.4 0 0 0-1.053.945h-.04V7.912H7.556v8.299h2.138v-4.4q0-.612.287-1.054a1.85 1.85 0 0 1 .724-.662a1.95 1.95 0 0 1 .888-.222h-.001q.196-.001.388.035q.142.019.271.081l.86-2.053a2 2 0 0 0-.38-.101a3 3 0 0 0-.543-.047"/></svg>
React
import type { SVGProps } from "react";
export function RiSubredditFill(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="M12 2a9.95 9.95 0 0 1 5.41 1.59l-5.383 12.62H14.2l4.816-11.334A9.97 9.97 0 0 1 22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m.188 5.788a2.83 2.83 0 0 0-1.457.372a3.4 3.4 0 0 0-1.053.945h-.04V7.912H7.556v8.299h2.138v-4.4q0-.612.287-1.054a1.85 1.85 0 0 1 .724-.662a1.95 1.95 0 0 1 .888-.222h-.001q.196-.001.388.035q.142.019.271.081l.86-2.053a2 2 0 0 0-.38-.101a3 3 0 0 0-.543-.047"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a9.95 9.95 0 0 1 5.41 1.59l-5.383 12.62H14.2l4.816-11.334A9.97 9.97 0 0 1 22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m.188 5.788a2.83 2.83 0 0 0-1.457.372a3.4 3.4 0 0 0-1.053.945h-.04V7.912H7.556v8.299h2.138v-4.4q0-.612.287-1.054a1.85 1.85 0 0 1 .724-.662a1.95 1.95 0 0 1 .888-.222h-.001q.196-.001.388.035q.142.019.271.081l.86-2.053a2 2 0 0 0-.38-.101a3 3 0 0 0-.543-.047"/></svg> </template>
CSS
.icon-subreddit-fill {
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%22M12%202a9.95%209.95%200%200%201%205.41%201.59l-5.383%2012.62H14.2l4.816-11.334A9.97%209.97%200%200%201%2022%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m.188%205.788a2.83%202.83%200%200%200-1.457.372a3.4%203.4%200%200%200-1.053.945h-.04V7.912H7.556v8.299h2.138v-4.4q0-.612.287-1.054a1.85%201.85%200%200%201%20.724-.662a1.95%201.95%200%200%201%20.888-.222h-.001q.196-.001.388.035q.142.019.271.081l.86-2.053a2%202%200%200%200-.38-.101a3%203%200%200%200-.543-.047%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%22M12%202a9.95%209.95%200%200%201%205.41%201.59l-5.383%2012.62H14.2l4.816-11.334A9.97%209.97%200%200%201%2022%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m.188%205.788a2.83%202.83%200%200%200-1.457.372a3.4%203.4%200%200%200-1.053.945h-.04V7.912H7.556v8.299h2.138v-4.4q0-.612.287-1.054a1.85%201.85%200%200%201%20.724-.662a1.95%201.95%200%200%201%20.888-.222h-.001q.196-.001.388.035q.142.019.271.081l.86-2.053a2%202%200%200%200-.38-.101a3%203%200%200%200-.543-.047%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/subreddit-fill.svg?color=%231a73e8&size=48