dribbble logo icon

dribbble-logo-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
dribbble-logo-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the dribbble logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"/><path d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m87.65 96.18q-3.82-.18-7.65-.18a168.6 168.6 0 0 0-43.94 5.84A166.5 166.5 0 0 0 150.61 96a168.3 168.3 0 0 0 38.2-31.55a87.78 87.78 0 0 1 26.84 55.73m-39.37-65.72A151.8 151.8 0 0 1 142 82.52a169.2 169.2 0 0 0-38.63-39a88 88 0 0 1 73 10.94Zm-90.63-3.58a153.1 153.1 0 0 1 42 39.18A151.8 151.8 0 0 1 64 104a154 154 0 0 1-20.28-1.35a88.4 88.4 0 0 1 41.93-51.77M40 128a88 88 0 0 1 .53-9.64A169 169 0 0 0 64 120a167.84 167.84 0 0 0 72.52-16.4a151 151 0 0 1 12.31 27.13a167 167 0 0 0-24.59 11.6a169.2 169.2 0 0 0-55.07 51.06A87.8 87.8 0 0 1 40 128m42 75a152.9 152.9 0 0 1 50.24-46.79a149 149 0 0 1 20.95-10a152.5 152.5 0 0 1 3.73 33.47a153 153 0 0 1-3.49 32.56A87.92 87.92 0 0 1 82 203m89.06 1.73a170 170 0 0 0 1.86-25a168.7 168.7 0 0 0-4.45-38.47A152.3 152.3 0 0 1 208 136q3.8 0 7.61.19a88.13 88.13 0 0 1-44.55 68.53Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhDribbbleLogoDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"/><path d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m87.65 96.18q-3.82-.18-7.65-.18a168.6 168.6 0 0 0-43.94 5.84A166.5 166.5 0 0 0 150.61 96a168.3 168.3 0 0 0 38.2-31.55a87.78 87.78 0 0 1 26.84 55.73m-39.37-65.72A151.8 151.8 0 0 1 142 82.52a169.2 169.2 0 0 0-38.63-39a88 88 0 0 1 73 10.94Zm-90.63-3.58a153.1 153.1 0 0 1 42 39.18A151.8 151.8 0 0 1 64 104a154 154 0 0 1-20.28-1.35a88.4 88.4 0 0 1 41.93-51.77M40 128a88 88 0 0 1 .53-9.64A169 169 0 0 0 64 120a167.84 167.84 0 0 0 72.52-16.4a151 151 0 0 1 12.31 27.13a167 167 0 0 0-24.59 11.6a169.2 169.2 0 0 0-55.07 51.06A87.8 87.8 0 0 1 40 128m42 75a152.9 152.9 0 0 1 50.24-46.79a149 149 0 0 1 20.95-10a152.5 152.5 0 0 1 3.73 33.47a153 153 0 0 1-3.49 32.56A87.92 87.92 0 0 1 82 203m89.06 1.73a170 170 0 0 0 1.86-25a168.7 168.7 0 0 0-4.45-38.47A152.3 152.3 0 0 1 208 136q3.8 0 7.61.19a88.13 88.13 0 0 1-44.55 68.53Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"/><path d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m87.65 96.18q-3.82-.18-7.65-.18a168.6 168.6 0 0 0-43.94 5.84A166.5 166.5 0 0 0 150.61 96a168.3 168.3 0 0 0 38.2-31.55a87.78 87.78 0 0 1 26.84 55.73m-39.37-65.72A151.8 151.8 0 0 1 142 82.52a169.2 169.2 0 0 0-38.63-39a88 88 0 0 1 73 10.94Zm-90.63-3.58a153.1 153.1 0 0 1 42 39.18A151.8 151.8 0 0 1 64 104a154 154 0 0 1-20.28-1.35a88.4 88.4 0 0 1 41.93-51.77M40 128a88 88 0 0 1 .53-9.64A169 169 0 0 0 64 120a167.84 167.84 0 0 0 72.52-16.4a151 151 0 0 1 12.31 27.13a167 167 0 0 0-24.59 11.6a169.2 169.2 0 0 0-55.07 51.06A87.8 87.8 0 0 1 40 128m42 75a152.9 152.9 0 0 1 50.24-46.79a149 149 0 0 1 20.95-10a152.5 152.5 0 0 1 3.73 33.47a153 153 0 0 1-3.49 32.56A87.92 87.92 0 0 1 82 203m89.06 1.73a170 170 0 0 0 1.86-25a168.7 168.7 0 0 0-4.45-38.47A152.3 152.3 0 0 1 208 136q3.8 0 7.61.19a88.13 88.13 0 0 1-44.55 68.53Z"/></g></svg>
</template>

CSS

.icon-dribbble-logo-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20128a96%2096%200%201%201-96-96a96%2096%200%200%201%2096%2096%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m87.65%2096.18q-3.82-.18-7.65-.18a168.6%20168.6%200%200%200-43.94%205.84A166.5%20166.5%200%200%200%20150.61%2096a168.3%20168.3%200%200%200%2038.2-31.55a87.78%2087.78%200%200%201%2026.84%2055.73m-39.37-65.72A151.8%20151.8%200%200%201%20142%2082.52a169.2%20169.2%200%200%200-38.63-39a88%2088%200%200%201%2073%2010.94Zm-90.63-3.58a153.1%20153.1%200%200%201%2042%2039.18A151.8%20151.8%200%200%201%2064%20104a154%20154%200%200%201-20.28-1.35a88.4%2088.4%200%200%201%2041.93-51.77M40%20128a88%2088%200%200%201%20.53-9.64A169%20169%200%200%200%2064%20120a167.84%20167.84%200%200%200%2072.52-16.4a151%20151%200%200%201%2012.31%2027.13a167%20167%200%200%200-24.59%2011.6a169.2%20169.2%200%200%200-55.07%2051.06A87.8%2087.8%200%200%201%2040%20128m42%2075a152.9%20152.9%200%200%201%2050.24-46.79a149%20149%200%200%201%2020.95-10a152.5%20152.5%200%200%201%203.73%2033.47a153%20153%200%200%201-3.49%2032.56A87.92%2087.92%200%200%201%2082%20203m89.06%201.73a170%20170%200%200%200%201.86-25a168.7%20168.7%200%200%200-4.45-38.47A152.3%20152.3%200%200%201%20208%20136q3.8%200%207.61.19a88.13%2088.13%200%200%201-44.55%2068.53Z%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20128a96%2096%200%201%201-96-96a96%2096%200%200%201%2096%2096%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m87.65%2096.18q-3.82-.18-7.65-.18a168.6%20168.6%200%200%200-43.94%205.84A166.5%20166.5%200%200%200%20150.61%2096a168.3%20168.3%200%200%200%2038.2-31.55a87.78%2087.78%200%200%201%2026.84%2055.73m-39.37-65.72A151.8%20151.8%200%200%201%20142%2082.52a169.2%20169.2%200%200%200-38.63-39a88%2088%200%200%201%2073%2010.94Zm-90.63-3.58a153.1%20153.1%200%200%201%2042%2039.18A151.8%20151.8%200%200%201%2064%20104a154%20154%200%200%201-20.28-1.35a88.4%2088.4%200%200%201%2041.93-51.77M40%20128a88%2088%200%200%201%20.53-9.64A169%20169%200%200%200%2064%20120a167.84%20167.84%200%200%200%2072.52-16.4a151%20151%200%200%201%2012.31%2027.13a167%20167%200%200%200-24.59%2011.6a169.2%20169.2%200%200%200-55.07%2051.06A87.8%2087.8%200%200%201%2040%20128m42%2075a152.9%20152.9%200%200%201%2050.24-46.79a149%20149%200%200%201%2020.95-10a152.5%20152.5%200%200%201%203.73%2033.47a153%20153%200%200%201-3.49%2032.56A87.92%2087.92%200%200%201%2082%20203m89.06%201.73a170%20170%200%200%200%201.86-25a168.7%20168.7%200%200%200-4.45-38.47A152.3%20152.3%200%200%201%20208%20136q3.8%200%207.61.19a88.13%2088.13%200%200%201-44.55%2068.53Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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