reddit icon
reddit-fill from Remix Icon by Remix Design · Fill · Logos · Apache-2.0 Free for personal and commercial use.
- Name
- reddit-fill
- Set
- Remix Icon
- Style
- Fill
- Category
- Logos
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
reddit-fillAkar Iconsreddit-outlinedAnt Design IconsredditBootstrap IconsredditBoxicons BrandsredditCoreUI BrandsredditFont Awesome 6 BrandsredditFont Awesome Brandsreddit-solidFlowbite IconsredditHuge IconsredditJam IconsredditLine AwesomeredditMaterial Line IconsredditSVG LogosredditMage IconsredditMaterial Design Iconsreddit-fillMingCute IconredditOpenMojiredditPrime IconsredditSimple Iconsreddit-outlineTeenyicons
More logos icons from Remix Icon
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="M12.001 22c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10m6.67-10a1.46 1.46 0 0 0-2.47-1a7.1 7.1 0 0 0-3.85-1.23l.65-3.12l2.14.45a1 1 0 1 0 .13-.61L12.821 6a.31.31 0 0 0-.37.24l-.74 3.47a7.14 7.14 0 0 0-3.9 1.23a1.46 1.46 0 1 0-1.61 2.39a3 3 0 0 0 0 .44c0 2.24 2.61 4.06 5.83 4.06s5.83-1.82 5.83-4.06a3 3 0 0 0 0-.44a1.46 1.46 0 0 0 .81-1.33m-10 1a1 1 0 1 1 2 0a1 1 0 0 1-2 0m5.81 2.75a3.84 3.84 0 0 1-2.47.77a3.84 3.84 0 0 1-2.47-.77a.27.27 0 0 1 .38-.38a3.27 3.27 0 0 0 2.08.63a3.28 3.28 0 0 0 2.09-.61a.28.28 0 1 1 .39.4zm-.18-1.71a1 1 0 1 1 1-1a1 1 0 0 1-1.01 1.04z"/></svg>
React
import type { SVGProps } from "react";
export function RiRedditFill(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.001 22c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10m6.67-10a1.46 1.46 0 0 0-2.47-1a7.1 7.1 0 0 0-3.85-1.23l.65-3.12l2.14.45a1 1 0 1 0 .13-.61L12.821 6a.31.31 0 0 0-.37.24l-.74 3.47a7.14 7.14 0 0 0-3.9 1.23a1.46 1.46 0 1 0-1.61 2.39a3 3 0 0 0 0 .44c0 2.24 2.61 4.06 5.83 4.06s5.83-1.82 5.83-4.06a3 3 0 0 0 0-.44a1.46 1.46 0 0 0 .81-1.33m-10 1a1 1 0 1 1 2 0a1 1 0 0 1-2 0m5.81 2.75a3.84 3.84 0 0 1-2.47.77a3.84 3.84 0 0 1-2.47-.77a.27.27 0 0 1 .38-.38a3.27 3.27 0 0 0 2.08.63a3.28 3.28 0 0 0 2.09-.61a.28.28 0 1 1 .39.4zm-.18-1.71a1 1 0 1 1 1-1a1 1 0 0 1-1.01 1.04z"/></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.001 22c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10m6.67-10a1.46 1.46 0 0 0-2.47-1a7.1 7.1 0 0 0-3.85-1.23l.65-3.12l2.14.45a1 1 0 1 0 .13-.61L12.821 6a.31.31 0 0 0-.37.24l-.74 3.47a7.14 7.14 0 0 0-3.9 1.23a1.46 1.46 0 1 0-1.61 2.39a3 3 0 0 0 0 .44c0 2.24 2.61 4.06 5.83 4.06s5.83-1.82 5.83-4.06a3 3 0 0 0 0-.44a1.46 1.46 0 0 0 .81-1.33m-10 1a1 1 0 1 1 2 0a1 1 0 0 1-2 0m5.81 2.75a3.84 3.84 0 0 1-2.47.77a3.84 3.84 0 0 1-2.47-.77a.27.27 0 0 1 .38-.38a3.27 3.27 0 0 0 2.08.63a3.28 3.28 0 0 0 2.09-.61a.28.28 0 1 1 .39.4zm-.18-1.71a1 1 0 1 1 1-1a1 1 0 0 1-1.01 1.04z"/></svg> </template>
CSS
.icon-reddit-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.001%2022c-5.523%200-10-4.477-10-10s4.477-10%2010-10s10%204.477%2010%2010s-4.477%2010-10%2010m6.67-10a1.46%201.46%200%200%200-2.47-1a7.1%207.1%200%200%200-3.85-1.23l.65-3.12l2.14.45a1%201%200%201%200%20.13-.61L12.821%206a.31.31%200%200%200-.37.24l-.74%203.47a7.14%207.14%200%200%200-3.9%201.23a1.46%201.46%200%201%200-1.61%202.39a3%203%200%200%200%200%20.44c0%202.24%202.61%204.06%205.83%204.06s5.83-1.82%205.83-4.06a3%203%200%200%200%200-.44a1.46%201.46%200%200%200%20.81-1.33m-10%201a1%201%200%201%201%202%200a1%201%200%200%201-2%200m5.81%202.75a3.84%203.84%200%200%201-2.47.77a3.84%203.84%200%200%201-2.47-.77a.27.27%200%200%201%20.38-.38a3.27%203.27%200%200%200%202.08.63a3.28%203.28%200%200%200%202.09-.61a.28.28%200%201%201%20.39.4zm-.18-1.71a1%201%200%201%201%201-1a1%201%200%200%201-1.01%201.04z%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.001%2022c-5.523%200-10-4.477-10-10s4.477-10%2010-10s10%204.477%2010%2010s-4.477%2010-10%2010m6.67-10a1.46%201.46%200%200%200-2.47-1a7.1%207.1%200%200%200-3.85-1.23l.65-3.12l2.14.45a1%201%200%201%200%20.13-.61L12.821%206a.31.31%200%200%200-.37.24l-.74%203.47a7.14%207.14%200%200%200-3.9%201.23a1.46%201.46%200%201%200-1.61%202.39a3%203%200%200%200%200%20.44c0%202.24%202.61%204.06%205.83%204.06s5.83-1.82%205.83-4.06a3%203%200%200%200%200-.44a1.46%201.46%200%200%200%20.81-1.33m-10%201a1%201%200%201%201%202%200a1%201%200%200%201-2%200m5.81%202.75a3.84%203.84%200%200%201-2.47.77a3.84%203.84%200%200%201-2.47-.77a.27.27%200%200%201%20.38-.38a3.27%203.27%200%200%200%202.08.63a3.28%203.28%200%200%200%202.09-.61a.28.28%200%201%201%20.39.4zm-.18-1.71a1%201%200%201%201%201-1a1%201%200%200%201-1.01%201.04z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/reddit-fill.svg?color=%231a73e8&size=48