reddit icon
reddit-fill from Akar Icons by Arturo Wibawa · Fill · MIT Free for personal and commercial use.
- Name
- reddit-fill
- Set
- Akar Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
reddit-outlinedAnt Design IconsredditBootstrap IconsredditBoxicons BrandsredditCoreUI BrandsredditFont Awesome 6 BrandsredditFont Awesome Brandsreddit-solidFlowbite IconsredditHuge IconsredditJam IconsredditLine AwesomeredditMaterial Line IconsredditSVG LogosredditMage IconsredditMaterial Design Iconsreddit-fillMingCute IconredditOpenMojiredditPrime Iconsreddit-fillRemix IconredditSimple Iconsreddit-outlineTeenyicons
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"><g clip-path="url(#SVGXv8lpc2Y)"><path fill="currentColor" fill-rule="evenodd" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0s12 5.373 12 12m-4.312-.942c.194.277.304.604.316.942a1.75 1.75 0 0 1-.972 1.596q.021.264 0 .528c0 2.688-3.132 4.872-6.996 4.872S5.04 16.812 5.04 14.124a3.4 3.4 0 0 1 0-.528a1.75 1.75 0 1 1 1.932-2.868a8.57 8.57 0 0 1 4.68-1.476l.888-4.164a.37.37 0 0 1 .444-.288l2.94.588a1.2 1.2 0 1 1-.156.732L13.2 5.58l-.78 3.744a8.54 8.54 0 0 1 4.62 1.476a1.75 1.75 0 0 1 2.648.258M8.206 12.533a1.2 1.2 0 1 0 1.996 1.334a1.2 1.2 0 0 0-1.996-1.334m3.806 4.891c1.065.044 2.113-.234 2.964-.876a.335.335 0 1 0-.468-.48A3.94 3.94 0 0 1 12 16.8a3.92 3.92 0 0 1-2.496-.756a.324.324 0 0 0-.456.456a4.6 4.6 0 0 0 2.964.924m2.081-3.178c.198.132.418.25.655.25a1.2 1.2 0 0 0 1.212-1.248a1.2 1.2 0 1 0-1.867.998" clip-rule="evenodd"/></g><defs><clipPath id="SVGXv8lpc2Y"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function AkarIconsRedditFill(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"><g clipPath="url(#SVGXv8lpc2Y)"><path fill="currentColor" fillRule="evenodd" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0s12 5.373 12 12m-4.312-.942c.194.277.304.604.316.942a1.75 1.75 0 0 1-.972 1.596q.021.264 0 .528c0 2.688-3.132 4.872-6.996 4.872S5.04 16.812 5.04 14.124a3.4 3.4 0 0 1 0-.528a1.75 1.75 0 1 1 1.932-2.868a8.57 8.57 0 0 1 4.68-1.476l.888-4.164a.37.37 0 0 1 .444-.288l2.94.588a1.2 1.2 0 1 1-.156.732L13.2 5.58l-.78 3.744a8.54 8.54 0 0 1 4.62 1.476a1.75 1.75 0 0 1 2.648.258M8.206 12.533a1.2 1.2 0 1 0 1.996 1.334a1.2 1.2 0 0 0-1.996-1.334m3.806 4.891c1.065.044 2.113-.234 2.964-.876a.335.335 0 1 0-.468-.48A3.94 3.94 0 0 1 12 16.8a3.92 3.92 0 0 1-2.496-.756a.324.324 0 0 0-.456.456a4.6 4.6 0 0 0 2.964.924m2.081-3.178c.198.132.418.25.655.25a1.2 1.2 0 0 0 1.212-1.248a1.2 1.2 0 1 0-1.867.998" clipRule="evenodd"/></g><defs><clipPath id="SVGXv8lpc2Y"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGXv8lpc2Y)"><path fill="currentColor" fill-rule="evenodd" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0s12 5.373 12 12m-4.312-.942c.194.277.304.604.316.942a1.75 1.75 0 0 1-.972 1.596q.021.264 0 .528c0 2.688-3.132 4.872-6.996 4.872S5.04 16.812 5.04 14.124a3.4 3.4 0 0 1 0-.528a1.75 1.75 0 1 1 1.932-2.868a8.57 8.57 0 0 1 4.68-1.476l.888-4.164a.37.37 0 0 1 .444-.288l2.94.588a1.2 1.2 0 1 1-.156.732L13.2 5.58l-.78 3.744a8.54 8.54 0 0 1 4.62 1.476a1.75 1.75 0 0 1 2.648.258M8.206 12.533a1.2 1.2 0 1 0 1.996 1.334a1.2 1.2 0 0 0-1.996-1.334m3.806 4.891c1.065.044 2.113-.234 2.964-.876a.335.335 0 1 0-.468-.48A3.94 3.94 0 0 1 12 16.8a3.92 3.92 0 0 1-2.496-.756a.324.324 0 0 0-.456.456a4.6 4.6 0 0 0 2.964.924m2.081-3.178c.198.132.418.25.655.25a1.2 1.2 0 0 0 1.212-1.248a1.2 1.2 0 1 0-1.867.998" clip-rule="evenodd"/></g><defs><clipPath id="SVGXv8lpc2Y"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGXv8lpc2Y)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2012c0%206.627-5.373%2012-12%2012S0%2018.627%200%2012S5.373%200%2012%200s12%205.373%2012%2012m-4.312-.942c.194.277.304.604.316.942a1.75%201.75%200%200%201-.972%201.596q.021.264%200%20.528c0%202.688-3.132%204.872-6.996%204.872S5.04%2016.812%205.04%2014.124a3.4%203.4%200%200%201%200-.528a1.75%201.75%200%201%201%201.932-2.868a8.57%208.57%200%200%201%204.68-1.476l.888-4.164a.37.37%200%200%201%20.444-.288l2.94.588a1.2%201.2%200%201%201-.156.732L13.2%205.58l-.78%203.744a8.54%208.54%200%200%201%204.62%201.476a1.75%201.75%200%200%201%202.648.258M8.206%2012.533a1.2%201.2%200%201%200%201.996%201.334a1.2%201.2%200%200%200-1.996-1.334m3.806%204.891c1.065.044%202.113-.234%202.964-.876a.335.335%200%201%200-.468-.48A3.94%203.94%200%200%201%2012%2016.8a3.92%203.92%200%200%201-2.496-.756a.324.324%200%200%200-.456.456a4.6%204.6%200%200%200%202.964.924m2.081-3.178c.198.132.418.25.655.25a1.2%201.2%200%200%200%201.212-1.248a1.2%201.2%200%201%200-1.867.998%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGXv8lpc2Y%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3E%3Cg%20clip-path%3D%22url(%23SVGXv8lpc2Y)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2012c0%206.627-5.373%2012-12%2012S0%2018.627%200%2012S5.373%200%2012%200s12%205.373%2012%2012m-4.312-.942c.194.277.304.604.316.942a1.75%201.75%200%200%201-.972%201.596q.021.264%200%20.528c0%202.688-3.132%204.872-6.996%204.872S5.04%2016.812%205.04%2014.124a3.4%203.4%200%200%201%200-.528a1.75%201.75%200%201%201%201.932-2.868a8.57%208.57%200%200%201%204.68-1.476l.888-4.164a.37.37%200%200%201%20.444-.288l2.94.588a1.2%201.2%200%201%201-.156.732L13.2%205.58l-.78%203.744a8.54%208.54%200%200%201%204.62%201.476a1.75%201.75%200%200%201%202.648.258M8.206%2012.533a1.2%201.2%200%201%200%201.996%201.334a1.2%201.2%200%200%200-1.996-1.334m3.806%204.891c1.065.044%202.113-.234%202.964-.876a.335.335%200%201%200-.468-.48A3.94%203.94%200%200%201%2012%2016.8a3.92%203.92%200%200%201-2.496-.756a.324.324%200%200%200-.456.456a4.6%204.6%200%200%200%202.964.924m2.081-3.178c.198.132.418.25.655.25a1.2%201.2%200%200%200%201.212-1.248a1.2%201.2%200%201%200-1.867.998%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGXv8lpc2Y%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/akar-icons/reddit-fill.svg?color=%231a73e8&size=48