reddit logo icon
reddit-logo from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- reddit-logo
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the reddit logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 104a32 32 0 0 0-52.94-24.19c-16.75-8.9-36.76-14.28-57.66-15.53l5.19-31.17l17.72 2.72a24 24 0 1 0 2.87-15.74l-26-4a8 8 0 0 0-9.11 6.59l-6.87 41.48c-21.84.94-42.82 6.38-60.26 15.65a32 32 0 0 0-42.59 47.74A59 59 0 0 0 16 144c0 21.93 12 42.35 33.91 57.49C70.88 216 98.61 224 128 224s57.12-8 78.09-22.51C228 186.35 240 165.93 240 144a59 59 0 0 0-2.35-16.45A32.16 32.16 0 0 0 248 104m-64-80a8 8 0 1 1-8 8a8 8 0 0 1 8-8m40.13 93.78a8 8 0 0 0-3.29 10A43.6 43.6 0 0 1 224 144c0 16.53-9.59 32.27-27 44.33C178.67 201 154.17 208 128 208s-50.67-7-69-19.67c-17.41-12.06-27-27.8-27-44.33a43.8 43.8 0 0 1 3.14-16.17a8 8 0 0 0-3.27-10a16 16 0 1 1 21.07-23.24a8 8 0 0 0 10.45 2.23l.36-.22C81.45 85.9 104.25 80 128 80c23.73 0 46.53 5.9 64.23 16.6l.42.25a8 8 0 0 0 10.39-2.26a16 16 0 1 1 21.07 23.19ZM88 144a16 16 0 1 1 16-16a16 16 0 0 1-16 16m96-16a16 16 0 1 1-16-16a16 16 0 0 1 16 16m-16.93 44.25a8 8 0 0 1-3.32 10.82a76.18 76.18 0 0 1-71.5 0a8 8 0 1 1 7.5-14.14a60.18 60.18 0 0 0 56.5 0a8 8 0 0 1 10.82 3.32"/></svg>
React
import type { SVGProps } from "react";
export function PhRedditLogo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 104a32 32 0 0 0-52.94-24.19c-16.75-8.9-36.76-14.28-57.66-15.53l5.19-31.17l17.72 2.72a24 24 0 1 0 2.87-15.74l-26-4a8 8 0 0 0-9.11 6.59l-6.87 41.48c-21.84.94-42.82 6.38-60.26 15.65a32 32 0 0 0-42.59 47.74A59 59 0 0 0 16 144c0 21.93 12 42.35 33.91 57.49C70.88 216 98.61 224 128 224s57.12-8 78.09-22.51C228 186.35 240 165.93 240 144a59 59 0 0 0-2.35-16.45A32.16 32.16 0 0 0 248 104m-64-80a8 8 0 1 1-8 8a8 8 0 0 1 8-8m40.13 93.78a8 8 0 0 0-3.29 10A43.6 43.6 0 0 1 224 144c0 16.53-9.59 32.27-27 44.33C178.67 201 154.17 208 128 208s-50.67-7-69-19.67c-17.41-12.06-27-27.8-27-44.33a43.8 43.8 0 0 1 3.14-16.17a8 8 0 0 0-3.27-10a16 16 0 1 1 21.07-23.24a8 8 0 0 0 10.45 2.23l.36-.22C81.45 85.9 104.25 80 128 80c23.73 0 46.53 5.9 64.23 16.6l.42.25a8 8 0 0 0 10.39-2.26a16 16 0 1 1 21.07 23.19ZM88 144a16 16 0 1 1 16-16a16 16 0 0 1-16 16m96-16a16 16 0 1 1-16-16a16 16 0 0 1 16 16m-16.93 44.25a8 8 0 0 1-3.32 10.82a76.18 76.18 0 0 1-71.5 0a8 8 0 1 1 7.5-14.14a60.18 60.18 0 0 0 56.5 0a8 8 0 0 1 10.82 3.32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 104a32 32 0 0 0-52.94-24.19c-16.75-8.9-36.76-14.28-57.66-15.53l5.19-31.17l17.72 2.72a24 24 0 1 0 2.87-15.74l-26-4a8 8 0 0 0-9.11 6.59l-6.87 41.48c-21.84.94-42.82 6.38-60.26 15.65a32 32 0 0 0-42.59 47.74A59 59 0 0 0 16 144c0 21.93 12 42.35 33.91 57.49C70.88 216 98.61 224 128 224s57.12-8 78.09-22.51C228 186.35 240 165.93 240 144a59 59 0 0 0-2.35-16.45A32.16 32.16 0 0 0 248 104m-64-80a8 8 0 1 1-8 8a8 8 0 0 1 8-8m40.13 93.78a8 8 0 0 0-3.29 10A43.6 43.6 0 0 1 224 144c0 16.53-9.59 32.27-27 44.33C178.67 201 154.17 208 128 208s-50.67-7-69-19.67c-17.41-12.06-27-27.8-27-44.33a43.8 43.8 0 0 1 3.14-16.17a8 8 0 0 0-3.27-10a16 16 0 1 1 21.07-23.24a8 8 0 0 0 10.45 2.23l.36-.22C81.45 85.9 104.25 80 128 80c23.73 0 46.53 5.9 64.23 16.6l.42.25a8 8 0 0 0 10.39-2.26a16 16 0 1 1 21.07 23.19ZM88 144a16 16 0 1 1 16-16a16 16 0 0 1-16 16m96-16a16 16 0 1 1-16-16a16 16 0 0 1 16 16m-16.93 44.25a8 8 0 0 1-3.32 10.82a76.18 76.18 0 0 1-71.5 0a8 8 0 1 1 7.5-14.14a60.18 60.18 0 0 0 56.5 0a8 8 0 0 1 10.82 3.32"/></svg> </template>
CSS
.icon-reddit-logo {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%20104a32%2032%200%200%200-52.94-24.19c-16.75-8.9-36.76-14.28-57.66-15.53l5.19-31.17l17.72%202.72a24%2024%200%201%200%202.87-15.74l-26-4a8%208%200%200%200-9.11%206.59l-6.87%2041.48c-21.84.94-42.82%206.38-60.26%2015.65a32%2032%200%200%200-42.59%2047.74A59%2059%200%200%200%2016%20144c0%2021.93%2012%2042.35%2033.91%2057.49C70.88%20216%2098.61%20224%20128%20224s57.12-8%2078.09-22.51C228%20186.35%20240%20165.93%20240%20144a59%2059%200%200%200-2.35-16.45A32.16%2032.16%200%200%200%20248%20104m-64-80a8%208%200%201%201-8%208a8%208%200%200%201%208-8m40.13%2093.78a8%208%200%200%200-3.29%2010A43.6%2043.6%200%200%201%20224%20144c0%2016.53-9.59%2032.27-27%2044.33C178.67%20201%20154.17%20208%20128%20208s-50.67-7-69-19.67c-17.41-12.06-27-27.8-27-44.33a43.8%2043.8%200%200%201%203.14-16.17a8%208%200%200%200-3.27-10a16%2016%200%201%201%2021.07-23.24a8%208%200%200%200%2010.45%202.23l.36-.22C81.45%2085.9%20104.25%2080%20128%2080c23.73%200%2046.53%205.9%2064.23%2016.6l.42.25a8%208%200%200%200%2010.39-2.26a16%2016%200%201%201%2021.07%2023.19ZM88%20144a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m96-16a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m-16.93%2044.25a8%208%200%200%201-3.32%2010.82a76.18%2076.18%200%200%201-71.5%200a8%208%200%201%201%207.5-14.14a60.18%2060.18%200%200%200%2056.5%200a8%208%200%200%201%2010.82%203.32%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%20104a32%2032%200%200%200-52.94-24.19c-16.75-8.9-36.76-14.28-57.66-15.53l5.19-31.17l17.72%202.72a24%2024%200%201%200%202.87-15.74l-26-4a8%208%200%200%200-9.11%206.59l-6.87%2041.48c-21.84.94-42.82%206.38-60.26%2015.65a32%2032%200%200%200-42.59%2047.74A59%2059%200%200%200%2016%20144c0%2021.93%2012%2042.35%2033.91%2057.49C70.88%20216%2098.61%20224%20128%20224s57.12-8%2078.09-22.51C228%20186.35%20240%20165.93%20240%20144a59%2059%200%200%200-2.35-16.45A32.16%2032.16%200%200%200%20248%20104m-64-80a8%208%200%201%201-8%208a8%208%200%200%201%208-8m40.13%2093.78a8%208%200%200%200-3.29%2010A43.6%2043.6%200%200%201%20224%20144c0%2016.53-9.59%2032.27-27%2044.33C178.67%20201%20154.17%20208%20128%20208s-50.67-7-69-19.67c-17.41-12.06-27-27.8-27-44.33a43.8%2043.8%200%200%201%203.14-16.17a8%208%200%200%200-3.27-10a16%2016%200%201%201%2021.07-23.24a8%208%200%200%200%2010.45%202.23l.36-.22C81.45%2085.9%20104.25%2080%20128%2080c23.73%200%2046.53%205.9%2064.23%2016.6l.42.25a8%208%200%200%200%2010.39-2.26a16%2016%200%201%201%2021.07%2023.19ZM88%20144a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m96-16a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m-16.93%2044.25a8%208%200%200%201-3.32%2010.82a76.18%2076.18%200%200%201-71.5%200a8%208%200%201%201%207.5-14.14a60.18%2060.18%200%200%200%2056.5%200a8%208%200%200%201%2010.82%203.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/reddit-logo.svg?color=%231a73e8&size=48