dribbble circle icon
dribbble-circle-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- dribbble-circle-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- dribbble-circle, dribbble-circle-fill
Related icons in Ant Design Icons
Use the dribbble circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M675.1 328.3a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144c87.5-32.8 124.5-82.6 129-88.9M554 552.8c-138.7 48.3-188.6 144.6-193 153.6c41.7 32.5 94.1 51.9 151 51.9c34.1 0 66.6-6.9 96.1-19.5c-3.7-21.6-17.9-96.8-52.5-186.6zm47.7-11.9c32.2 88.4 45.3 160.4 47.8 175.4c55.2-37.3 94.5-96.4 105.4-164.9c-8.4-2.6-76.1-22.8-153.2-10.5M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 736c-158.8 0-288-129.2-288-288s129.2-288 288-288s288 129.2 288 288s-129.2 288-288 288m53.1-346.2c5.7 11.7 11.2 23.6 16.3 35.6c1.8 4.2 3.6 8.4 5.3 12.7c81.8-10.3 163.2 6.2 171.3 7.9c-.5-58.1-21.3-111.4-55.5-153.3c-5.3 7.1-46.5 60-137.4 97.1M498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3c-68.8 32.5-120.3 95.9-136.2 172.2c11 .2 112.4.7 227.4-29.9m30.6 82.5c3.2-1 6.4-2 9.7-2.9c-6.2-14-12.9-28-19.9-41.7c-122.8 36.8-242.1 35.2-252.8 35c-.1 2.5-.1 5-.1 7.5c0 63.2 23.9 120.9 63.2 164.5c5.5-9.6 73-121.4 199.9-162.4"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignDribbbleCircleFilled(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="M675.1 328.3a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144c87.5-32.8 124.5-82.6 129-88.9M554 552.8c-138.7 48.3-188.6 144.6-193 153.6c41.7 32.5 94.1 51.9 151 51.9c34.1 0 66.6-6.9 96.1-19.5c-3.7-21.6-17.9-96.8-52.5-186.6zm47.7-11.9c32.2 88.4 45.3 160.4 47.8 175.4c55.2-37.3 94.5-96.4 105.4-164.9c-8.4-2.6-76.1-22.8-153.2-10.5M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 736c-158.8 0-288-129.2-288-288s129.2-288 288-288s288 129.2 288 288s-129.2 288-288 288m53.1-346.2c5.7 11.7 11.2 23.6 16.3 35.6c1.8 4.2 3.6 8.4 5.3 12.7c81.8-10.3 163.2 6.2 171.3 7.9c-.5-58.1-21.3-111.4-55.5-153.3c-5.3 7.1-46.5 60-137.4 97.1M498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3c-68.8 32.5-120.3 95.9-136.2 172.2c11 .2 112.4.7 227.4-29.9m30.6 82.5c3.2-1 6.4-2 9.7-2.9c-6.2-14-12.9-28-19.9-41.7c-122.8 36.8-242.1 35.2-252.8 35c-.1 2.5-.1 5-.1 7.5c0 63.2 23.9 120.9 63.2 164.5c5.5-9.6 73-121.4 199.9-162.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="M675.1 328.3a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144c87.5-32.8 124.5-82.6 129-88.9M554 552.8c-138.7 48.3-188.6 144.6-193 153.6c41.7 32.5 94.1 51.9 151 51.9c34.1 0 66.6-6.9 96.1-19.5c-3.7-21.6-17.9-96.8-52.5-186.6zm47.7-11.9c32.2 88.4 45.3 160.4 47.8 175.4c55.2-37.3 94.5-96.4 105.4-164.9c-8.4-2.6-76.1-22.8-153.2-10.5M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 736c-158.8 0-288-129.2-288-288s129.2-288 288-288s288 129.2 288 288s-129.2 288-288 288m53.1-346.2c5.7 11.7 11.2 23.6 16.3 35.6c1.8 4.2 3.6 8.4 5.3 12.7c81.8-10.3 163.2 6.2 171.3 7.9c-.5-58.1-21.3-111.4-55.5-153.3c-5.3 7.1-46.5 60-137.4 97.1M498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3c-68.8 32.5-120.3 95.9-136.2 172.2c11 .2 112.4.7 227.4-29.9m30.6 82.5c3.2-1 6.4-2 9.7-2.9c-6.2-14-12.9-28-19.9-41.7c-122.8 36.8-242.1 35.2-252.8 35c-.1 2.5-.1 5-.1 7.5c0 63.2 23.9 120.9 63.2 164.5c5.5-9.6 73-121.4 199.9-162.4"/></svg> </template>
CSS
.icon-dribbble-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%22M675.1%20328.3a245.2%20245.2%200%200%200-220.8-55.1c6.8%209.1%2051.5%2069.9%2091.8%20144c87.5-32.8%20124.5-82.6%20129-88.9M554%20552.8c-138.7%2048.3-188.6%20144.6-193%20153.6c41.7%2032.5%2094.1%2051.9%20151%2051.9c34.1%200%2066.6-6.9%2096.1-19.5c-3.7-21.6-17.9-96.8-52.5-186.6zm47.7-11.9c32.2%2088.4%2045.3%20160.4%2047.8%20175.4c55.2-37.3%2094.5-96.4%20105.4-164.9c-8.4-2.6-76.1-22.8-153.2-10.5M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m0%20736c-158.8%200-288-129.2-288-288s129.2-288%20288-288s288%20129.2%20288%20288s-129.2%20288-288%20288m53.1-346.2c5.7%2011.7%2011.2%2023.6%2016.3%2035.6c1.8%204.2%203.6%208.4%205.3%2012.7c81.8-10.3%20163.2%206.2%20171.3%207.9c-.5-58.1-21.3-111.4-55.5-153.3c-5.3%207.1-46.5%2060-137.4%2097.1M498.6%20432c-40.8-72.5-84.7-133.4-91.2-142.3c-68.8%2032.5-120.3%2095.9-136.2%20172.2c11%20.2%20112.4.7%20227.4-29.9m30.6%2082.5c3.2-1%206.4-2%209.7-2.9c-6.2-14-12.9-28-19.9-41.7c-122.8%2036.8-242.1%2035.2-252.8%2035c-.1%202.5-.1%205-.1%207.5c0%2063.2%2023.9%20120.9%2063.2%20164.5c5.5-9.6%2073-121.4%20199.9-162.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%22M675.1%20328.3a245.2%20245.2%200%200%200-220.8-55.1c6.8%209.1%2051.5%2069.9%2091.8%20144c87.5-32.8%20124.5-82.6%20129-88.9M554%20552.8c-138.7%2048.3-188.6%20144.6-193%20153.6c41.7%2032.5%2094.1%2051.9%20151%2051.9c34.1%200%2066.6-6.9%2096.1-19.5c-3.7-21.6-17.9-96.8-52.5-186.6zm47.7-11.9c32.2%2088.4%2045.3%20160.4%2047.8%20175.4c55.2-37.3%2094.5-96.4%20105.4-164.9c-8.4-2.6-76.1-22.8-153.2-10.5M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m0%20736c-158.8%200-288-129.2-288-288s129.2-288%20288-288s288%20129.2%20288%20288s-129.2%20288-288%20288m53.1-346.2c5.7%2011.7%2011.2%2023.6%2016.3%2035.6c1.8%204.2%203.6%208.4%205.3%2012.7c81.8-10.3%20163.2%206.2%20171.3%207.9c-.5-58.1-21.3-111.4-55.5-153.3c-5.3%207.1-46.5%2060-137.4%2097.1M498.6%20432c-40.8-72.5-84.7-133.4-91.2-142.3c-68.8%2032.5-120.3%2095.9-136.2%20172.2c11%20.2%20112.4.7%20227.4-29.9m30.6%2082.5c3.2-1%206.4-2%209.7-2.9c-6.2-14-12.9-28-19.9-41.7c-122.8%2036.8-242.1%2035.2-252.8%2035c-.1%202.5-.1%205-.1%207.5c0%2063.2%2023.9%20120.9%2063.2%20164.5c5.5-9.6%2073-121.4%20199.9-162.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/dribbble-circle-filled.svg?color=%231a73e8&size=48