logo dribbble icon

logo-dribbble from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
logo-dribbble
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
logo-dribbble-outline, social-dribbble-outline

The same icon in other sets

Related icons in IonIcons

Use the logo dribbble icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 32C132.33 32 32 132.33 32 256s100.33 224 224 224s224-100.22 224-224S379.67 32 256 32m142.22 103.25a186.36 186.36 0 0 1 44 108.38c-40.37-2.1-88.67-2.1-127.4 1.52c-4.9-12.37-9.92-24.5-15.4-36.17c44.66-19.36 79.08-44.8 98.8-73.73M256 69.33a185.8 185.8 0 0 1 119.12 42.94c-20.3 25.66-52.15 48-91.82 64.86C261.6 137 236.63 102.47 210 75.28a187.5 187.5 0 0 1 46-5.95m-84.47 20.42c26.95 26.83 52.27 61 74.44 101C203.85 203.62 155.55 211 104 211c-9.8 0-19.36-.35-28.81-.94a186.78 186.78 0 0 1 96.34-120.31M69.68 247.13c10.62.47 21.35.7 32.2.59c58.8-.7 113.52-9.92 160.54-25q6.65 13.83 12.6 28.35a115.4 115.4 0 0 0-16.69 5c-64.28 27-114.91 70.51-142.33 123.13A186 186 0 0 1 69.33 256c0-3 .12-5.95.35-8.87M256 442.67a185.57 185.57 0 0 1-114.45-39.32c24.85-49.23 69.18-90 125.07-115.27c5.25-2.45 12.25-4.43 20.3-6.18q10 27.64 17.85 57.4A678 678 0 0 1 322 430.42a185.1 185.1 0 0 1-66 12.25m100.92-29.75a673 673 0 0 0-17.39-92.05c-4-15.17-8.51-29.87-13.41-44.22c36.63-3 80.5-2.57 115.38 0a186.5 186.5 0 0 1-84.58 136.27"/></svg>

React

import type { SVGProps } from "react";

export function IonLogoDribbble(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 32C132.33 32 32 132.33 32 256s100.33 224 224 224s224-100.22 224-224S379.67 32 256 32m142.22 103.25a186.36 186.36 0 0 1 44 108.38c-40.37-2.1-88.67-2.1-127.4 1.52c-4.9-12.37-9.92-24.5-15.4-36.17c44.66-19.36 79.08-44.8 98.8-73.73M256 69.33a185.8 185.8 0 0 1 119.12 42.94c-20.3 25.66-52.15 48-91.82 64.86C261.6 137 236.63 102.47 210 75.28a187.5 187.5 0 0 1 46-5.95m-84.47 20.42c26.95 26.83 52.27 61 74.44 101C203.85 203.62 155.55 211 104 211c-9.8 0-19.36-.35-28.81-.94a186.78 186.78 0 0 1 96.34-120.31M69.68 247.13c10.62.47 21.35.7 32.2.59c58.8-.7 113.52-9.92 160.54-25q6.65 13.83 12.6 28.35a115.4 115.4 0 0 0-16.69 5c-64.28 27-114.91 70.51-142.33 123.13A186 186 0 0 1 69.33 256c0-3 .12-5.95.35-8.87M256 442.67a185.57 185.57 0 0 1-114.45-39.32c24.85-49.23 69.18-90 125.07-115.27c5.25-2.45 12.25-4.43 20.3-6.18q10 27.64 17.85 57.4A678 678 0 0 1 322 430.42a185.1 185.1 0 0 1-66 12.25m100.92-29.75a673 673 0 0 0-17.39-92.05c-4-15.17-8.51-29.87-13.41-44.22c36.63-3 80.5-2.57 115.38 0a186.5 186.5 0 0 1-84.58 136.27"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 32C132.33 32 32 132.33 32 256s100.33 224 224 224s224-100.22 224-224S379.67 32 256 32m142.22 103.25a186.36 186.36 0 0 1 44 108.38c-40.37-2.1-88.67-2.1-127.4 1.52c-4.9-12.37-9.92-24.5-15.4-36.17c44.66-19.36 79.08-44.8 98.8-73.73M256 69.33a185.8 185.8 0 0 1 119.12 42.94c-20.3 25.66-52.15 48-91.82 64.86C261.6 137 236.63 102.47 210 75.28a187.5 187.5 0 0 1 46-5.95m-84.47 20.42c26.95 26.83 52.27 61 74.44 101C203.85 203.62 155.55 211 104 211c-9.8 0-19.36-.35-28.81-.94a186.78 186.78 0 0 1 96.34-120.31M69.68 247.13c10.62.47 21.35.7 32.2.59c58.8-.7 113.52-9.92 160.54-25q6.65 13.83 12.6 28.35a115.4 115.4 0 0 0-16.69 5c-64.28 27-114.91 70.51-142.33 123.13A186 186 0 0 1 69.33 256c0-3 .12-5.95.35-8.87M256 442.67a185.57 185.57 0 0 1-114.45-39.32c24.85-49.23 69.18-90 125.07-115.27c5.25-2.45 12.25-4.43 20.3-6.18q10 27.64 17.85 57.4A678 678 0 0 1 322 430.42a185.1 185.1 0 0 1-66 12.25m100.92-29.75a673 673 0 0 0-17.39-92.05c-4-15.17-8.51-29.87-13.41-44.22c36.63-3 80.5-2.57 115.38 0a186.5 186.5 0 0 1-84.58 136.27"/></svg>
</template>

CSS

.icon-logo-dribbble {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032C132.33%2032%2032%20132.33%2032%20256s100.33%20224%20224%20224s224-100.22%20224-224S379.67%2032%20256%2032m142.22%20103.25a186.36%20186.36%200%200%201%2044%20108.38c-40.37-2.1-88.67-2.1-127.4%201.52c-4.9-12.37-9.92-24.5-15.4-36.17c44.66-19.36%2079.08-44.8%2098.8-73.73M256%2069.33a185.8%20185.8%200%200%201%20119.12%2042.94c-20.3%2025.66-52.15%2048-91.82%2064.86C261.6%20137%20236.63%20102.47%20210%2075.28a187.5%20187.5%200%200%201%2046-5.95m-84.47%2020.42c26.95%2026.83%2052.27%2061%2074.44%20101C203.85%20203.62%20155.55%20211%20104%20211c-9.8%200-19.36-.35-28.81-.94a186.78%20186.78%200%200%201%2096.34-120.31M69.68%20247.13c10.62.47%2021.35.7%2032.2.59c58.8-.7%20113.52-9.92%20160.54-25q6.65%2013.83%2012.6%2028.35a115.4%20115.4%200%200%200-16.69%205c-64.28%2027-114.91%2070.51-142.33%20123.13A186%20186%200%200%201%2069.33%20256c0-3%20.12-5.95.35-8.87M256%20442.67a185.57%20185.57%200%200%201-114.45-39.32c24.85-49.23%2069.18-90%20125.07-115.27c5.25-2.45%2012.25-4.43%2020.3-6.18q10%2027.64%2017.85%2057.4A678%20678%200%200%201%20322%20430.42a185.1%20185.1%200%200%201-66%2012.25m100.92-29.75a673%20673%200%200%200-17.39-92.05c-4-15.17-8.51-29.87-13.41-44.22c36.63-3%2080.5-2.57%20115.38%200a186.5%20186.5%200%200%201-84.58%20136.27%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032C132.33%2032%2032%20132.33%2032%20256s100.33%20224%20224%20224s224-100.22%20224-224S379.67%2032%20256%2032m142.22%20103.25a186.36%20186.36%200%200%201%2044%20108.38c-40.37-2.1-88.67-2.1-127.4%201.52c-4.9-12.37-9.92-24.5-15.4-36.17c44.66-19.36%2079.08-44.8%2098.8-73.73M256%2069.33a185.8%20185.8%200%200%201%20119.12%2042.94c-20.3%2025.66-52.15%2048-91.82%2064.86C261.6%20137%20236.63%20102.47%20210%2075.28a187.5%20187.5%200%200%201%2046-5.95m-84.47%2020.42c26.95%2026.83%2052.27%2061%2074.44%20101C203.85%20203.62%20155.55%20211%20104%20211c-9.8%200-19.36-.35-28.81-.94a186.78%20186.78%200%200%201%2096.34-120.31M69.68%20247.13c10.62.47%2021.35.7%2032.2.59c58.8-.7%20113.52-9.92%20160.54-25q6.65%2013.83%2012.6%2028.35a115.4%20115.4%200%200%200-16.69%205c-64.28%2027-114.91%2070.51-142.33%20123.13A186%20186%200%200%201%2069.33%20256c0-3%20.12-5.95.35-8.87M256%20442.67a185.57%20185.57%200%200%201-114.45-39.32c24.85-49.23%2069.18-90%20125.07-115.27c5.25-2.45%2012.25-4.43%2020.3-6.18q10%2027.64%2017.85%2057.4A678%20678%200%200%201%20322%20430.42a185.1%20185.1%200%200%201-66%2012.25m100.92-29.75a673%20673%200%200%200-17.39-92.05c-4-15.17-8.51-29.87-13.41-44.22c36.63-3%2080.5-2.57%20115.38%200a186.5%20186.5%200%200%201-84.58%20136.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/logo-dribbble.svg?color=%231a73e8&size=48