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

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

The same icon in other sets

Related icons in Ant Design Icons

Use the slack 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 64M361.5 580.2c0 27.8-22.5 50.4-50.3 50.4c-13.3 0-26.1-5.3-35.6-14.8c-9.4-9.5-14.7-22.3-14.7-35.6c0-27.8 22.5-50.4 50.3-50.4h50.3zm134 134.4c0 27.8-22.5 50.4-50.3 50.4s-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4c13.3 0 26.1 5.3 35.6 14.8s14.7 22.3 14.7 35.6zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4s22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4c-.1 27.9-22.6 50.4-50.3 50.4m0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4v50.4zm83.7-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4S529 473.6 529 445.8zM579.3 765c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4S607.1 765 579.3 765m134-134.4h-134c-13.3 0-26.1-5.3-35.6-14.8S529 593.6 529 580.2c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4s-22.5 50.4-50.3 50.4m0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4s-22.5 50.4-50.3 50.4"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignSlackCircleFilled(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 64M361.5 580.2c0 27.8-22.5 50.4-50.3 50.4c-13.3 0-26.1-5.3-35.6-14.8c-9.4-9.5-14.7-22.3-14.7-35.6c0-27.8 22.5-50.4 50.3-50.4h50.3zm134 134.4c0 27.8-22.5 50.4-50.3 50.4s-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4c13.3 0 26.1 5.3 35.6 14.8s14.7 22.3 14.7 35.6zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4s22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4c-.1 27.9-22.6 50.4-50.3 50.4m0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4v50.4zm83.7-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4S529 473.6 529 445.8zM579.3 765c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4S607.1 765 579.3 765m134-134.4h-134c-13.3 0-26.1-5.3-35.6-14.8S529 593.6 529 580.2c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4s-22.5 50.4-50.3 50.4m0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4s-22.5 50.4-50.3 50.4"/></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 64M361.5 580.2c0 27.8-22.5 50.4-50.3 50.4c-13.3 0-26.1-5.3-35.6-14.8c-9.4-9.5-14.7-22.3-14.7-35.6c0-27.8 22.5-50.4 50.3-50.4h50.3zm134 134.4c0 27.8-22.5 50.4-50.3 50.4s-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4c13.3 0 26.1 5.3 35.6 14.8s14.7 22.3 14.7 35.6zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4s22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4c-.1 27.9-22.6 50.4-50.3 50.4m0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4v50.4zm83.7-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4S529 473.6 529 445.8zM579.3 765c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4S607.1 765 579.3 765m134-134.4h-134c-13.3 0-26.1-5.3-35.6-14.8S529 593.6 529 580.2c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4s-22.5 50.4-50.3 50.4m0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4s-22.5 50.4-50.3 50.4"/></svg>
</template>

CSS

.icon-slack-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%2064M361.5%20580.2c0%2027.8-22.5%2050.4-50.3%2050.4c-13.3%200-26.1-5.3-35.6-14.8c-9.4-9.5-14.7-22.3-14.7-35.6c0-27.8%2022.5-50.4%2050.3-50.4h50.3zm134%20134.4c0%2027.8-22.5%2050.4-50.3%2050.4s-50.3-22.6-50.3-50.4V580.2c0-27.8%2022.5-50.4%2050.3-50.4c13.3%200%2026.1%205.3%2035.6%2014.8s14.7%2022.3%2014.7%2035.6zm-50.2-218.4h-134c-27.8%200-50.3-22.6-50.3-50.4s22.5-50.4%2050.3-50.4h134c27.8%200%2050.3%2022.6%2050.3%2050.4c-.1%2027.9-22.6%2050.4-50.3%2050.4m0-134.4c-13.3%200-26.1-5.3-35.6-14.8S395%20324.8%20395%20311.4c0-27.8%2022.5-50.4%2050.3-50.4s50.3%2022.6%2050.3%2050.4v50.4zm83.7-50.4c0-27.8%2022.5-50.4%2050.3-50.4s50.3%2022.6%2050.3%2050.4v134.4c0%2027.8-22.5%2050.4-50.3%2050.4S529%20473.6%20529%20445.8zM579.3%20765c-27.8%200-50.3-22.6-50.3-50.4v-50.4h50.3c27.8%200%2050.3%2022.6%2050.3%2050.4S607.1%20765%20579.3%20765m134-134.4h-134c-13.3%200-26.1-5.3-35.6-14.8S529%20593.6%20529%20580.2c0-27.8%2022.5-50.4%2050.3-50.4h134c27.8%200%2050.3%2022.6%2050.3%2050.4s-22.5%2050.4-50.3%2050.4m0-134.4H663v-50.4c0-27.8%2022.5-50.4%2050.3-50.4s50.3%2022.6%2050.3%2050.4s-22.5%2050.4-50.3%2050.4%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%2064M361.5%20580.2c0%2027.8-22.5%2050.4-50.3%2050.4c-13.3%200-26.1-5.3-35.6-14.8c-9.4-9.5-14.7-22.3-14.7-35.6c0-27.8%2022.5-50.4%2050.3-50.4h50.3zm134%20134.4c0%2027.8-22.5%2050.4-50.3%2050.4s-50.3-22.6-50.3-50.4V580.2c0-27.8%2022.5-50.4%2050.3-50.4c13.3%200%2026.1%205.3%2035.6%2014.8s14.7%2022.3%2014.7%2035.6zm-50.2-218.4h-134c-27.8%200-50.3-22.6-50.3-50.4s22.5-50.4%2050.3-50.4h134c27.8%200%2050.3%2022.6%2050.3%2050.4c-.1%2027.9-22.6%2050.4-50.3%2050.4m0-134.4c-13.3%200-26.1-5.3-35.6-14.8S395%20324.8%20395%20311.4c0-27.8%2022.5-50.4%2050.3-50.4s50.3%2022.6%2050.3%2050.4v50.4zm83.7-50.4c0-27.8%2022.5-50.4%2050.3-50.4s50.3%2022.6%2050.3%2050.4v134.4c0%2027.8-22.5%2050.4-50.3%2050.4S529%20473.6%20529%20445.8zM579.3%20765c-27.8%200-50.3-22.6-50.3-50.4v-50.4h50.3c27.8%200%2050.3%2022.6%2050.3%2050.4S607.1%20765%20579.3%20765m134-134.4h-134c-13.3%200-26.1-5.3-35.6-14.8S529%20593.6%20529%20580.2c0-27.8%2022.5-50.4%2050.3-50.4h134c27.8%200%2050.3%2022.6%2050.3%2050.4s-22.5%2050.4-50.3%2050.4m0-134.4H663v-50.4c0-27.8%2022.5-50.4%2050.3-50.4s50.3%2022.6%2050.3%2050.4s-22.5%2050.4-50.3%2050.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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