reddit logo
reddit from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
reddit-fillAkar Iconsreddit-outlinedAnt Design IconsredditBootstrap IconsredditBoxicons BrandsredditFont Awesome 6 BrandsredditFont Awesome Brandsreddit-solidFlowbite IconsredditHuge IconsredditJam IconsredditLine AwesomeredditMaterial Line IconsredditSVG LogosredditMage IconsredditMaterial Design Iconsreddit-fillMingCute IconredditOpenMojiredditPrime Iconsreddit-fillRemix IconredditSimple Iconsreddit-outlineTeenyicons
Related icons in CoreUI Brands
Use the reddit logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.594 19.094a1.55 1.55 0 0 1-1.556-1.538c0-.862.694-1.556 1.556-1.556c.85 0 1.538.694 1.538 1.556c0 .85-.694 1.538-1.538 1.538M31.5 16c0 8.563-6.938 15.5-15.5 15.5S.5 24.562.5 16S7.438.5 16 .5S31.5 7.438 31.5 16m-8.269-2.575c-.587 0-1.106.244-1.488.625c-1.4-.969-3.287-1.594-5.381-1.663l1.087-4.894l3.463.781c0 .85.694 1.538 1.537 1.538c.863 0 1.556-.706 1.556-1.556S23.311 6.7 22.449 6.7c-.606 0-1.125.363-1.381.863l-3.825-.85c-.188-.05-.381.088-.431.275l-1.194 5.4c-2.075.088-3.944.706-5.344 1.675a2.07 2.07 0 0 0-1.506-.637c-2.181 0-2.894 2.931-.9 3.925a4.5 4.5 0 0 0-.106.969c0 3.287 3.7 5.95 8.25 5.95c4.569 0 8.269-2.663 8.269-5.95c0-.331-.038-.675-.119-.988c1.956-1 1.237-3.906-.931-3.906zm-4.306 7.263c-1.137 1.137-4.756 1.119-5.85 0a.38.38 0 0 0-.519 0c-.156.156-.156.4 0 .538c1.425 1.425 5.456 1.425 6.888 0c.156-.138.156-.381 0-.538a.38.38 0 0 0-.519 0M19.406 16c-.85 0-1.538.694-1.538 1.556A1.548 1.548 0 1 0 19.406 16"/></svg>
React
import type { SVGProps } from "react";
export function CibReddit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.594 19.094a1.55 1.55 0 0 1-1.556-1.538c0-.862.694-1.556 1.556-1.556c.85 0 1.538.694 1.538 1.556c0 .85-.694 1.538-1.538 1.538M31.5 16c0 8.563-6.938 15.5-15.5 15.5S.5 24.562.5 16S7.438.5 16 .5S31.5 7.438 31.5 16m-8.269-2.575c-.587 0-1.106.244-1.488.625c-1.4-.969-3.287-1.594-5.381-1.663l1.087-4.894l3.463.781c0 .85.694 1.538 1.537 1.538c.863 0 1.556-.706 1.556-1.556S23.311 6.7 22.449 6.7c-.606 0-1.125.363-1.381.863l-3.825-.85c-.188-.05-.381.088-.431.275l-1.194 5.4c-2.075.088-3.944.706-5.344 1.675a2.07 2.07 0 0 0-1.506-.637c-2.181 0-2.894 2.931-.9 3.925a4.5 4.5 0 0 0-.106.969c0 3.287 3.7 5.95 8.25 5.95c4.569 0 8.269-2.663 8.269-5.95c0-.331-.038-.675-.119-.988c1.956-1 1.237-3.906-.931-3.906zm-4.306 7.263c-1.137 1.137-4.756 1.119-5.85 0a.38.38 0 0 0-.519 0c-.156.156-.156.4 0 .538c1.425 1.425 5.456 1.425 6.888 0c.156-.138.156-.381 0-.538a.38.38 0 0 0-.519 0M19.406 16c-.85 0-1.538.694-1.538 1.556A1.548 1.548 0 1 0 19.406 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.594 19.094a1.55 1.55 0 0 1-1.556-1.538c0-.862.694-1.556 1.556-1.556c.85 0 1.538.694 1.538 1.556c0 .85-.694 1.538-1.538 1.538M31.5 16c0 8.563-6.938 15.5-15.5 15.5S.5 24.562.5 16S7.438.5 16 .5S31.5 7.438 31.5 16m-8.269-2.575c-.587 0-1.106.244-1.488.625c-1.4-.969-3.287-1.594-5.381-1.663l1.087-4.894l3.463.781c0 .85.694 1.538 1.537 1.538c.863 0 1.556-.706 1.556-1.556S23.311 6.7 22.449 6.7c-.606 0-1.125.363-1.381.863l-3.825-.85c-.188-.05-.381.088-.431.275l-1.194 5.4c-2.075.088-3.944.706-5.344 1.675a2.07 2.07 0 0 0-1.506-.637c-2.181 0-2.894 2.931-.9 3.925a4.5 4.5 0 0 0-.106.969c0 3.287 3.7 5.95 8.25 5.95c4.569 0 8.269-2.663 8.269-5.95c0-.331-.038-.675-.119-.988c1.956-1 1.237-3.906-.931-3.906zm-4.306 7.263c-1.137 1.137-4.756 1.119-5.85 0a.38.38 0 0 0-.519 0c-.156.156-.156.4 0 .538c1.425 1.425 5.456 1.425 6.888 0c.156-.138.156-.381 0-.538a.38.38 0 0 0-.519 0M19.406 16c-.85 0-1.538.694-1.538 1.556A1.548 1.548 0 1 0 19.406 16"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.594%2019.094a1.55%201.55%200%200%201-1.556-1.538c0-.862.694-1.556%201.556-1.556c.85%200%201.538.694%201.538%201.556c0%20.85-.694%201.538-1.538%201.538M31.5%2016c0%208.563-6.938%2015.5-15.5%2015.5S.5%2024.562.5%2016S7.438.5%2016%20.5S31.5%207.438%2031.5%2016m-8.269-2.575c-.587%200-1.106.244-1.488.625c-1.4-.969-3.287-1.594-5.381-1.663l1.087-4.894l3.463.781c0%20.85.694%201.538%201.537%201.538c.863%200%201.556-.706%201.556-1.556S23.311%206.7%2022.449%206.7c-.606%200-1.125.363-1.381.863l-3.825-.85c-.188-.05-.381.088-.431.275l-1.194%205.4c-2.075.088-3.944.706-5.344%201.675a2.07%202.07%200%200%200-1.506-.637c-2.181%200-2.894%202.931-.9%203.925a4.5%204.5%200%200%200-.106.969c0%203.287%203.7%205.95%208.25%205.95c4.569%200%208.269-2.663%208.269-5.95c0-.331-.038-.675-.119-.988c1.956-1%201.237-3.906-.931-3.906zm-4.306%207.263c-1.137%201.137-4.756%201.119-5.85%200a.38.38%200%200%200-.519%200c-.156.156-.156.4%200%20.538c1.425%201.425%205.456%201.425%206.888%200c.156-.138.156-.381%200-.538a.38.38%200%200%200-.519%200M19.406%2016c-.85%200-1.538.694-1.538%201.556A1.548%201.548%200%201%200%2019.406%2016%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.594%2019.094a1.55%201.55%200%200%201-1.556-1.538c0-.862.694-1.556%201.556-1.556c.85%200%201.538.694%201.538%201.556c0%20.85-.694%201.538-1.538%201.538M31.5%2016c0%208.563-6.938%2015.5-15.5%2015.5S.5%2024.562.5%2016S7.438.5%2016%20.5S31.5%207.438%2031.5%2016m-8.269-2.575c-.587%200-1.106.244-1.488.625c-1.4-.969-3.287-1.594-5.381-1.663l1.087-4.894l3.463.781c0%20.85.694%201.538%201.537%201.538c.863%200%201.556-.706%201.556-1.556S23.311%206.7%2022.449%206.7c-.606%200-1.125.363-1.381.863l-3.825-.85c-.188-.05-.381.088-.431.275l-1.194%205.4c-2.075.088-3.944.706-5.344%201.675a2.07%202.07%200%200%200-1.506-.637c-2.181%200-2.894%202.931-.9%203.925a4.5%204.5%200%200%200-.106.969c0%203.287%203.7%205.95%208.25%205.95c4.569%200%208.269-2.663%208.269-5.95c0-.331-.038-.675-.119-.988c1.956-1%201.237-3.906-.931-3.906zm-4.306%207.263c-1.137%201.137-4.756%201.119-5.85%200a.38.38%200%200%200-.519%200c-.156.156-.156.4%200%20.538c1.425%201.425%205.456%201.425%206.888%200c.156-.138.156-.381%200-.538a.38.38%200%200%200-.519%200M19.406%2016c-.85%200-1.538.694-1.538%201.556A1.548%201.548%200%201%200%2019.406%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/reddit.svg?color=%231a73e8&size=48