reddit square icon

reddit-square-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
reddit-square-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
reddit-square, reddit-square-fill

The same icon in other sets

Related icons in Ant Design Icons

Use the reddit square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M296 440a35.98 35.98 0 0 0-13.4 69.4c11.5-18.1 27.1-34.5 45.9-48.8A35.9 35.9 0 0 0 296 440m289.7 184.9c-14.9 11.7-44.3 24.3-73.7 24.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30 3.6s-5.7 22.7 3.6 30c25.7 20.4 65 33.5 100.1 33.5s74.4-13.1 100.2-33.5c9.3-7.3 10.9-20.8 3.6-30a21.46 21.46 0 0 0-30.1-3.6M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M757 541.9c4.6 13.5 7 27.6 7 42.1c0 99.4-112.8 180-252 180s-252-80.6-252-180c0-14.5 2.4-28.6 7-42.1A72.01 72.01 0 0 1 296 404c27.1 0 50.6 14.9 62.9 37c36.2-19.8 80.2-32.8 128.1-36.1l58.4-131.1c4.3-9.8 15.2-14.8 25.5-11.8l91.6 26.5a54.03 54.03 0 0 1 101.6 25.6c0 29.8-24.2 54-54 54c-23.5 0-43.5-15.1-50.9-36.1L577 308.3l-43 96.5c49.1 3 94.2 16.1 131.2 36.3c12.3-22.1 35.8-37 62.9-37c39.8 0 72 32.2 72 72c-.1 29.3-17.8 54.6-43.1 65.8M584 548a36 36 0 1 0 72 0a36 36 0 1 0-72 0m144-108a35.9 35.9 0 0 0-32.5 20.6c18.8 14.3 34.4 30.7 45.9 48.8A35.98 35.98 0 0 0 728 440M368 548a36 36 0 1 0 72 0a36 36 0 1 0-72 0"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignRedditSquareFilled(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="M296 440a35.98 35.98 0 0 0-13.4 69.4c11.5-18.1 27.1-34.5 45.9-48.8A35.9 35.9 0 0 0 296 440m289.7 184.9c-14.9 11.7-44.3 24.3-73.7 24.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30 3.6s-5.7 22.7 3.6 30c25.7 20.4 65 33.5 100.1 33.5s74.4-13.1 100.2-33.5c9.3-7.3 10.9-20.8 3.6-30a21.46 21.46 0 0 0-30.1-3.6M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M757 541.9c4.6 13.5 7 27.6 7 42.1c0 99.4-112.8 180-252 180s-252-80.6-252-180c0-14.5 2.4-28.6 7-42.1A72.01 72.01 0 0 1 296 404c27.1 0 50.6 14.9 62.9 37c36.2-19.8 80.2-32.8 128.1-36.1l58.4-131.1c4.3-9.8 15.2-14.8 25.5-11.8l91.6 26.5a54.03 54.03 0 0 1 101.6 25.6c0 29.8-24.2 54-54 54c-23.5 0-43.5-15.1-50.9-36.1L577 308.3l-43 96.5c49.1 3 94.2 16.1 131.2 36.3c12.3-22.1 35.8-37 62.9-37c39.8 0 72 32.2 72 72c-.1 29.3-17.8 54.6-43.1 65.8M584 548a36 36 0 1 0 72 0a36 36 0 1 0-72 0m144-108a35.9 35.9 0 0 0-32.5 20.6c18.8 14.3 34.4 30.7 45.9 48.8A35.98 35.98 0 0 0 728 440M368 548a36 36 0 1 0 72 0a36 36 0 1 0-72 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="M296 440a35.98 35.98 0 0 0-13.4 69.4c11.5-18.1 27.1-34.5 45.9-48.8A35.9 35.9 0 0 0 296 440m289.7 184.9c-14.9 11.7-44.3 24.3-73.7 24.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30 3.6s-5.7 22.7 3.6 30c25.7 20.4 65 33.5 100.1 33.5s74.4-13.1 100.2-33.5c9.3-7.3 10.9-20.8 3.6-30a21.46 21.46 0 0 0-30.1-3.6M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M757 541.9c4.6 13.5 7 27.6 7 42.1c0 99.4-112.8 180-252 180s-252-80.6-252-180c0-14.5 2.4-28.6 7-42.1A72.01 72.01 0 0 1 296 404c27.1 0 50.6 14.9 62.9 37c36.2-19.8 80.2-32.8 128.1-36.1l58.4-131.1c4.3-9.8 15.2-14.8 25.5-11.8l91.6 26.5a54.03 54.03 0 0 1 101.6 25.6c0 29.8-24.2 54-54 54c-23.5 0-43.5-15.1-50.9-36.1L577 308.3l-43 96.5c49.1 3 94.2 16.1 131.2 36.3c12.3-22.1 35.8-37 62.9-37c39.8 0 72 32.2 72 72c-.1 29.3-17.8 54.6-43.1 65.8M584 548a36 36 0 1 0 72 0a36 36 0 1 0-72 0m144-108a35.9 35.9 0 0 0-32.5 20.6c18.8 14.3 34.4 30.7 45.9 48.8A35.98 35.98 0 0 0 728 440M368 548a36 36 0 1 0 72 0a36 36 0 1 0-72 0"/></svg>
</template>

CSS

.icon-reddit-square-filled {
  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%22M296%20440a35.98%2035.98%200%200%200-13.4%2069.4c11.5-18.1%2027.1-34.5%2045.9-48.8A35.9%2035.9%200%200%200%20296%20440m289.7%20184.9c-14.9%2011.7-44.3%2024.3-73.7%2024.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30%203.6s-5.7%2022.7%203.6%2030c25.7%2020.4%2065%2033.5%20100.1%2033.5s74.4-13.1%20100.2-33.5c9.3-7.3%2010.9-20.8%203.6-30a21.46%2021.46%200%200%200-30.1-3.6M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32M757%20541.9c4.6%2013.5%207%2027.6%207%2042.1c0%2099.4-112.8%20180-252%20180s-252-80.6-252-180c0-14.5%202.4-28.6%207-42.1A72.01%2072.01%200%200%201%20296%20404c27.1%200%2050.6%2014.9%2062.9%2037c36.2-19.8%2080.2-32.8%20128.1-36.1l58.4-131.1c4.3-9.8%2015.2-14.8%2025.5-11.8l91.6%2026.5a54.03%2054.03%200%200%201%20101.6%2025.6c0%2029.8-24.2%2054-54%2054c-23.5%200-43.5-15.1-50.9-36.1L577%20308.3l-43%2096.5c49.1%203%2094.2%2016.1%20131.2%2036.3c12.3-22.1%2035.8-37%2062.9-37c39.8%200%2072%2032.2%2072%2072c-.1%2029.3-17.8%2054.6-43.1%2065.8M584%20548a36%2036%200%201%200%2072%200a36%2036%200%201%200-72%200m144-108a35.9%2035.9%200%200%200-32.5%2020.6c18.8%2014.3%2034.4%2030.7%2045.9%2048.8A35.98%2035.98%200%200%200%20728%20440M368%20548a36%2036%200%201%200%2072%200a36%2036%200%201%200-72%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%22M296%20440a35.98%2035.98%200%200%200-13.4%2069.4c11.5-18.1%2027.1-34.5%2045.9-48.8A35.9%2035.9%200%200%200%20296%20440m289.7%20184.9c-14.9%2011.7-44.3%2024.3-73.7%2024.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30%203.6s-5.7%2022.7%203.6%2030c25.7%2020.4%2065%2033.5%20100.1%2033.5s74.4-13.1%20100.2-33.5c9.3-7.3%2010.9-20.8%203.6-30a21.46%2021.46%200%200%200-30.1-3.6M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32M757%20541.9c4.6%2013.5%207%2027.6%207%2042.1c0%2099.4-112.8%20180-252%20180s-252-80.6-252-180c0-14.5%202.4-28.6%207-42.1A72.01%2072.01%200%200%201%20296%20404c27.1%200%2050.6%2014.9%2062.9%2037c36.2-19.8%2080.2-32.8%20128.1-36.1l58.4-131.1c4.3-9.8%2015.2-14.8%2025.5-11.8l91.6%2026.5a54.03%2054.03%200%200%201%20101.6%2025.6c0%2029.8-24.2%2054-54%2054c-23.5%200-43.5-15.1-50.9-36.1L577%20308.3l-43%2096.5c49.1%203%2094.2%2016.1%20131.2%2036.3c12.3-22.1%2035.8-37%2062.9-37c39.8%200%2072%2032.2%2072%2072c-.1%2029.3-17.8%2054.6-43.1%2065.8M584%20548a36%2036%200%201%200%2072%200a36%2036%200%201%200-72%200m144-108a35.9%2035.9%200%200%200-32.5%2020.6c18.8%2014.3%2034.4%2030.7%2045.9%2048.8A35.98%2035.98%200%200%200%20728%20440M368%20548a36%2036%200%201%200%2072%200a36%2036%200%201%200-72%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-square-filled.svg?color=%231a73e8&size=48