twitter circle icon

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

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

The same icon in other sets

Related icons in Ant Design Icons

Use the twitter circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m215.3 337.7c.3 4.7.3 9.6.3 14.4c0 146.8-111.8 315.9-316.1 315.9c-63 0-121.4-18.3-170.6-49.8c9 1 17.6 1.4 26.8 1.4c52 0 99.8-17.6 137.9-47.4c-48.8-1-89.8-33-103.8-77c17.1 2.5 32.5 2.5 50.1-2a111 111 0 0 1-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 0 1-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 0 0 229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35c25.1-4.7 49.1-14.1 70.5-26.7c-8.3 25.7-25.7 47.4-48.8 61.1c22.4-2.4 44-8.6 64-17.3c-15.1 22.2-34 41.9-55.7 57.6"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignTwitterCircleFilled(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="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m215.3 337.7c.3 4.7.3 9.6.3 14.4c0 146.8-111.8 315.9-316.1 315.9c-63 0-121.4-18.3-170.6-49.8c9 1 17.6 1.4 26.8 1.4c52 0 99.8-17.6 137.9-47.4c-48.8-1-89.8-33-103.8-77c17.1 2.5 32.5 2.5 50.1-2a111 111 0 0 1-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 0 1-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 0 0 229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35c25.1-4.7 49.1-14.1 70.5-26.7c-8.3 25.7-25.7 47.4-48.8 61.1c22.4-2.4 44-8.6 64-17.3c-15.1 22.2-34 41.9-55.7 57.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m215.3 337.7c.3 4.7.3 9.6.3 14.4c0 146.8-111.8 315.9-316.1 315.9c-63 0-121.4-18.3-170.6-49.8c9 1 17.6 1.4 26.8 1.4c52 0 99.8-17.6 137.9-47.4c-48.8-1-89.8-33-103.8-77c17.1 2.5 32.5 2.5 50.1-2a111 111 0 0 1-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 0 1-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 0 0 229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35c25.1-4.7 49.1-14.1 70.5-26.7c-8.3 25.7-25.7 47.4-48.8 61.1c22.4-2.4 44-8.6 64-17.3c-15.1 22.2-34 41.9-55.7 57.6"/></svg>
</template>

CSS

.icon-twitter-circle-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%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m215.3%20337.7c.3%204.7.3%209.6.3%2014.4c0%20146.8-111.8%20315.9-316.1%20315.9c-63%200-121.4-18.3-170.6-49.8c9%201%2017.6%201.4%2026.8%201.4c52%200%2099.8-17.6%20137.9-47.4c-48.8-1-89.8-33-103.8-77c17.1%202.5%2032.5%202.5%2050.1-2a111%20111%200%200%201-88.9-109v-1.4c14.7%208.3%2032%2013.4%2050.1%2014.1a111.13%20111.13%200%200%201-49.5-92.4c0-20.7%205.4-39.6%2015.1-56a315.28%20315.28%200%200%200%20229%20116.1C492%20353.1%20548.4%20292%20616.2%20292c32%200%2060.8%2013.4%2081.1%2035c25.1-4.7%2049.1-14.1%2070.5-26.7c-8.3%2025.7-25.7%2047.4-48.8%2061.1c22.4-2.4%2044-8.6%2064-17.3c-15.1%2022.2-34%2041.9-55.7%2057.6%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%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m215.3%20337.7c.3%204.7.3%209.6.3%2014.4c0%20146.8-111.8%20315.9-316.1%20315.9c-63%200-121.4-18.3-170.6-49.8c9%201%2017.6%201.4%2026.8%201.4c52%200%2099.8-17.6%20137.9-47.4c-48.8-1-89.8-33-103.8-77c17.1%202.5%2032.5%202.5%2050.1-2a111%20111%200%200%201-88.9-109v-1.4c14.7%208.3%2032%2013.4%2050.1%2014.1a111.13%20111.13%200%200%201-49.5-92.4c0-20.7%205.4-39.6%2015.1-56a315.28%20315.28%200%200%200%20229%20116.1C492%20353.1%20548.4%20292%20616.2%20292c32%200%2060.8%2013.4%2081.1%2035c25.1-4.7%2049.1-14.1%2070.5-26.7c-8.3%2025.7-25.7%2047.4-48.8%2061.1c22.4-2.4%2044-8.6%2064-17.3c-15.1%2022.2-34%2041.9-55.7%2057.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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