reddit-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
reddit-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
reddit, reddit-outline

The same icon in other sets

Related icons in Ant Design Icons

Use the reddit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M288 568a56 56 0 1 0 112 0a56 56 0 1 0-112 0m338.7 119.7c-23.1 18.2-68.9 37.8-114.7 37.8s-91.6-19.6-114.7-37.8c-14.4-11.3-35.3-8.9-46.7 5.5s-8.9 35.3 5.5 46.7C396.3 771.6 457.5 792 512 792s115.7-20.4 155.9-52.1a33.25 33.25 0 1 0-41.2-52.2M960 456c0-61.9-50.1-112-112-112c-42.1 0-78.7 23.2-97.9 57.6c-57.6-31.5-127.7-51.8-204.1-56.5L612.9 195l127.9 36.9c11.5 32.6 42.6 56.1 79.2 56.1c46.4 0 84-37.6 84-84s-37.6-84-84-84c-32 0-59.8 17.9-74 44.2L603.5 123a33.2 33.2 0 0 0-39.6 18.4l-90.8 203.9c-74.5 5.2-142.9 25.4-199.2 56.2A111.94 111.94 0 0 0 176 344c-61.9 0-112 50.1-112 112c0 45.8 27.5 85.1 66.8 102.5c-7.1 21-10.8 43-10.8 65.5c0 154.6 175.5 280 392 280s392-125.4 392-280c0-22.6-3.8-44.5-10.8-65.5C932.5 541.1 960 501.8 960 456M820 172.5a31.5 31.5 0 1 1 0 63a31.5 31.5 0 0 1 0-63M120 456c0-30.9 25.1-56 56-56a56 56 0 0 1 50.6 32.1c-29.3 22.2-53.5 47.8-71.5 75.9a56.23 56.23 0 0 1-35.1-52m392 381.5c-179.8 0-325.5-95.6-325.5-213.5S332.2 410.5 512 410.5S837.5 506.1 837.5 624S691.8 837.5 512 837.5M868.8 508c-17.9-28.1-42.2-53.7-71.5-75.9c9-18.9 28.3-32.1 50.6-32.1c30.9 0 56 25.1 56 56c.1 23.5-14.5 43.7-35.1 52M624 568a56 56 0 1 0 112 0a56 56 0 1 0-112 0"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignRedditOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M288 568a56 56 0 1 0 112 0a56 56 0 1 0-112 0m338.7 119.7c-23.1 18.2-68.9 37.8-114.7 37.8s-91.6-19.6-114.7-37.8c-14.4-11.3-35.3-8.9-46.7 5.5s-8.9 35.3 5.5 46.7C396.3 771.6 457.5 792 512 792s115.7-20.4 155.9-52.1a33.25 33.25 0 1 0-41.2-52.2M960 456c0-61.9-50.1-112-112-112c-42.1 0-78.7 23.2-97.9 57.6c-57.6-31.5-127.7-51.8-204.1-56.5L612.9 195l127.9 36.9c11.5 32.6 42.6 56.1 79.2 56.1c46.4 0 84-37.6 84-84s-37.6-84-84-84c-32 0-59.8 17.9-74 44.2L603.5 123a33.2 33.2 0 0 0-39.6 18.4l-90.8 203.9c-74.5 5.2-142.9 25.4-199.2 56.2A111.94 111.94 0 0 0 176 344c-61.9 0-112 50.1-112 112c0 45.8 27.5 85.1 66.8 102.5c-7.1 21-10.8 43-10.8 65.5c0 154.6 175.5 280 392 280s392-125.4 392-280c0-22.6-3.8-44.5-10.8-65.5C932.5 541.1 960 501.8 960 456M820 172.5a31.5 31.5 0 1 1 0 63a31.5 31.5 0 0 1 0-63M120 456c0-30.9 25.1-56 56-56a56 56 0 0 1 50.6 32.1c-29.3 22.2-53.5 47.8-71.5 75.9a56.23 56.23 0 0 1-35.1-52m392 381.5c-179.8 0-325.5-95.6-325.5-213.5S332.2 410.5 512 410.5S837.5 506.1 837.5 624S691.8 837.5 512 837.5M868.8 508c-17.9-28.1-42.2-53.7-71.5-75.9c9-18.9 28.3-32.1 50.6-32.1c30.9 0 56 25.1 56 56c.1 23.5-14.5 43.7-35.1 52M624 568a56 56 0 1 0 112 0a56 56 0 1 0-112 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M288 568a56 56 0 1 0 112 0a56 56 0 1 0-112 0m338.7 119.7c-23.1 18.2-68.9 37.8-114.7 37.8s-91.6-19.6-114.7-37.8c-14.4-11.3-35.3-8.9-46.7 5.5s-8.9 35.3 5.5 46.7C396.3 771.6 457.5 792 512 792s115.7-20.4 155.9-52.1a33.25 33.25 0 1 0-41.2-52.2M960 456c0-61.9-50.1-112-112-112c-42.1 0-78.7 23.2-97.9 57.6c-57.6-31.5-127.7-51.8-204.1-56.5L612.9 195l127.9 36.9c11.5 32.6 42.6 56.1 79.2 56.1c46.4 0 84-37.6 84-84s-37.6-84-84-84c-32 0-59.8 17.9-74 44.2L603.5 123a33.2 33.2 0 0 0-39.6 18.4l-90.8 203.9c-74.5 5.2-142.9 25.4-199.2 56.2A111.94 111.94 0 0 0 176 344c-61.9 0-112 50.1-112 112c0 45.8 27.5 85.1 66.8 102.5c-7.1 21-10.8 43-10.8 65.5c0 154.6 175.5 280 392 280s392-125.4 392-280c0-22.6-3.8-44.5-10.8-65.5C932.5 541.1 960 501.8 960 456M820 172.5a31.5 31.5 0 1 1 0 63a31.5 31.5 0 0 1 0-63M120 456c0-30.9 25.1-56 56-56a56 56 0 0 1 50.6 32.1c-29.3 22.2-53.5 47.8-71.5 75.9a56.23 56.23 0 0 1-35.1-52m392 381.5c-179.8 0-325.5-95.6-325.5-213.5S332.2 410.5 512 410.5S837.5 506.1 837.5 624S691.8 837.5 512 837.5M868.8 508c-17.9-28.1-42.2-53.7-71.5-75.9c9-18.9 28.3-32.1 50.6-32.1c30.9 0 56 25.1 56 56c.1 23.5-14.5 43.7-35.1 52M624 568a56 56 0 1 0 112 0a56 56 0 1 0-112 0"/></svg>
</template>

CSS

.icon-reddit-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%20568a56%2056%200%201%200%20112%200a56%2056%200%201%200-112%200m338.7%20119.7c-23.1%2018.2-68.9%2037.8-114.7%2037.8s-91.6-19.6-114.7-37.8c-14.4-11.3-35.3-8.9-46.7%205.5s-8.9%2035.3%205.5%2046.7C396.3%20771.6%20457.5%20792%20512%20792s115.7-20.4%20155.9-52.1a33.25%2033.25%200%201%200-41.2-52.2M960%20456c0-61.9-50.1-112-112-112c-42.1%200-78.7%2023.2-97.9%2057.6c-57.6-31.5-127.7-51.8-204.1-56.5L612.9%20195l127.9%2036.9c11.5%2032.6%2042.6%2056.1%2079.2%2056.1c46.4%200%2084-37.6%2084-84s-37.6-84-84-84c-32%200-59.8%2017.9-74%2044.2L603.5%20123a33.2%2033.2%200%200%200-39.6%2018.4l-90.8%20203.9c-74.5%205.2-142.9%2025.4-199.2%2056.2A111.94%20111.94%200%200%200%20176%20344c-61.9%200-112%2050.1-112%20112c0%2045.8%2027.5%2085.1%2066.8%20102.5c-7.1%2021-10.8%2043-10.8%2065.5c0%20154.6%20175.5%20280%20392%20280s392-125.4%20392-280c0-22.6-3.8-44.5-10.8-65.5C932.5%20541.1%20960%20501.8%20960%20456M820%20172.5a31.5%2031.5%200%201%201%200%2063a31.5%2031.5%200%200%201%200-63M120%20456c0-30.9%2025.1-56%2056-56a56%2056%200%200%201%2050.6%2032.1c-29.3%2022.2-53.5%2047.8-71.5%2075.9a56.23%2056.23%200%200%201-35.1-52m392%20381.5c-179.8%200-325.5-95.6-325.5-213.5S332.2%20410.5%20512%20410.5S837.5%20506.1%20837.5%20624S691.8%20837.5%20512%20837.5M868.8%20508c-17.9-28.1-42.2-53.7-71.5-75.9c9-18.9%2028.3-32.1%2050.6-32.1c30.9%200%2056%2025.1%2056%2056c.1%2023.5-14.5%2043.7-35.1%2052M624%20568a56%2056%200%201%200%20112%200a56%2056%200%201%200-112%200%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%20568a56%2056%200%201%200%20112%200a56%2056%200%201%200-112%200m338.7%20119.7c-23.1%2018.2-68.9%2037.8-114.7%2037.8s-91.6-19.6-114.7-37.8c-14.4-11.3-35.3-8.9-46.7%205.5s-8.9%2035.3%205.5%2046.7C396.3%20771.6%20457.5%20792%20512%20792s115.7-20.4%20155.9-52.1a33.25%2033.25%200%201%200-41.2-52.2M960%20456c0-61.9-50.1-112-112-112c-42.1%200-78.7%2023.2-97.9%2057.6c-57.6-31.5-127.7-51.8-204.1-56.5L612.9%20195l127.9%2036.9c11.5%2032.6%2042.6%2056.1%2079.2%2056.1c46.4%200%2084-37.6%2084-84s-37.6-84-84-84c-32%200-59.8%2017.9-74%2044.2L603.5%20123a33.2%2033.2%200%200%200-39.6%2018.4l-90.8%20203.9c-74.5%205.2-142.9%2025.4-199.2%2056.2A111.94%20111.94%200%200%200%20176%20344c-61.9%200-112%2050.1-112%20112c0%2045.8%2027.5%2085.1%2066.8%20102.5c-7.1%2021-10.8%2043-10.8%2065.5c0%20154.6%20175.5%20280%20392%20280s392-125.4%20392-280c0-22.6-3.8-44.5-10.8-65.5C932.5%20541.1%20960%20501.8%20960%20456M820%20172.5a31.5%2031.5%200%201%201%200%2063a31.5%2031.5%200%200%201%200-63M120%20456c0-30.9%2025.1-56%2056-56a56%2056%200%200%201%2050.6%2032.1c-29.3%2022.2-53.5%2047.8-71.5%2075.9a56.23%2056.23%200%200%201-35.1-52m392%20381.5c-179.8%200-325.5-95.6-325.5-213.5S332.2%20410.5%20512%20410.5S837.5%20506.1%20837.5%20624S691.8%20837.5%20512%20837.5M868.8%20508c-17.9-28.1-42.2-53.7-71.5-75.9c9-18.9%2028.3-32.1%2050.6-32.1c30.9%200%2056%2025.1%2056%2056c.1%2023.5-14.5%2043.7-35.1%2052M624%20568a56%2056%200%201%200%20112%200a56%2056%200%201%200-112%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/reddit-outlined.svg?color=%231a73e8&size=48