dribbble logo icon
dribbble-logo-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- dribbble-logo-fill
- Set
- Phosphor
- Style
- Fill
- 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"><path fill="currentColor" d="M93.27 36.86a4 4 0 0 1 .82-7.19a103.94 103.94 0 0 1 88.66 9.95a4 4 0 0 1 1 5.87a153.3 153.3 0 0 1-41.89 37a169.4 169.4 0 0 0-48.59-45.63M127.58 90a153 153 0 0 0-56-46.91a3.94 3.94 0 0 0-4 .33a104.4 104.4 0 0 0-38.34 52a4 4 0 0 0 3 5.16A152.3 152.3 0 0 0 64 104a151 151 0 0 0 63.58-14m103.8 26.69a103.8 103.8 0 0 0-29.19-61.49a4 4 0 0 0-6 .34a169.2 169.2 0 0 1-45.69 40.4a167.7 167.7 0 0 1 13.55 29.9A167.6 167.6 0 0 1 208 120a169 169 0 0 1 19 1.07a4 4 0 0 0 4.38-4.35Zm-62.91 24.5a167.7 167.7 0 0 1 4.45 38.47a168 168 0 0 1-4.11 36.85a4 4 0 0 0 5.69 4.49a104.25 104.25 0 0 0 56.57-79.25a4 4 0 0 0-3.49-4.49a152.4 152.4 0 0 0-59.11 4Zm-19.64-10.45a152 152 0 0 0-12.39-27.21A167 167 0 0 1 64 120a168.4 168.4 0 0 1-34.88-3.65a4 4 0 0 0-4.81 3.56q-.31 4-.32 8.09a103.72 103.72 0 0 0 33 75.91a4 4 0 0 0 6.15-.92a169 169 0 0 1 85.69-72.22Zm-73.14 82.51a4 4 0 0 0 1.52 5.48a103.88 103.88 0 0 0 68.85 11.69a3.93 3.93 0 0 0 3.06-2.65a152.6 152.6 0 0 0 7.8-48.08a151.3 151.3 0 0 0-3.74-33.46a152.94 152.94 0 0 0-77.49 67.02"/></svg>
React
import type { SVGProps } from "react";
export function PhDribbbleLogoFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M93.27 36.86a4 4 0 0 1 .82-7.19a103.94 103.94 0 0 1 88.66 9.95a4 4 0 0 1 1 5.87a153.3 153.3 0 0 1-41.89 37a169.4 169.4 0 0 0-48.59-45.63M127.58 90a153 153 0 0 0-56-46.91a3.94 3.94 0 0 0-4 .33a104.4 104.4 0 0 0-38.34 52a4 4 0 0 0 3 5.16A152.3 152.3 0 0 0 64 104a151 151 0 0 0 63.58-14m103.8 26.69a103.8 103.8 0 0 0-29.19-61.49a4 4 0 0 0-6 .34a169.2 169.2 0 0 1-45.69 40.4a167.7 167.7 0 0 1 13.55 29.9A167.6 167.6 0 0 1 208 120a169 169 0 0 1 19 1.07a4 4 0 0 0 4.38-4.35Zm-62.91 24.5a167.7 167.7 0 0 1 4.45 38.47a168 168 0 0 1-4.11 36.85a4 4 0 0 0 5.69 4.49a104.25 104.25 0 0 0 56.57-79.25a4 4 0 0 0-3.49-4.49a152.4 152.4 0 0 0-59.11 4Zm-19.64-10.45a152 152 0 0 0-12.39-27.21A167 167 0 0 1 64 120a168.4 168.4 0 0 1-34.88-3.65a4 4 0 0 0-4.81 3.56q-.31 4-.32 8.09a103.72 103.72 0 0 0 33 75.91a4 4 0 0 0 6.15-.92a169 169 0 0 1 85.69-72.22Zm-73.14 82.51a4 4 0 0 0 1.52 5.48a103.88 103.88 0 0 0 68.85 11.69a3.93 3.93 0 0 0 3.06-2.65a152.6 152.6 0 0 0 7.8-48.08a151.3 151.3 0 0 0-3.74-33.46a152.94 152.94 0 0 0-77.49 67.02"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M93.27 36.86a4 4 0 0 1 .82-7.19a103.94 103.94 0 0 1 88.66 9.95a4 4 0 0 1 1 5.87a153.3 153.3 0 0 1-41.89 37a169.4 169.4 0 0 0-48.59-45.63M127.58 90a153 153 0 0 0-56-46.91a3.94 3.94 0 0 0-4 .33a104.4 104.4 0 0 0-38.34 52a4 4 0 0 0 3 5.16A152.3 152.3 0 0 0 64 104a151 151 0 0 0 63.58-14m103.8 26.69a103.8 103.8 0 0 0-29.19-61.49a4 4 0 0 0-6 .34a169.2 169.2 0 0 1-45.69 40.4a167.7 167.7 0 0 1 13.55 29.9A167.6 167.6 0 0 1 208 120a169 169 0 0 1 19 1.07a4 4 0 0 0 4.38-4.35Zm-62.91 24.5a167.7 167.7 0 0 1 4.45 38.47a168 168 0 0 1-4.11 36.85a4 4 0 0 0 5.69 4.49a104.25 104.25 0 0 0 56.57-79.25a4 4 0 0 0-3.49-4.49a152.4 152.4 0 0 0-59.11 4Zm-19.64-10.45a152 152 0 0 0-12.39-27.21A167 167 0 0 1 64 120a168.4 168.4 0 0 1-34.88-3.65a4 4 0 0 0-4.81 3.56q-.31 4-.32 8.09a103.72 103.72 0 0 0 33 75.91a4 4 0 0 0 6.15-.92a169 169 0 0 1 85.69-72.22Zm-73.14 82.51a4 4 0 0 0 1.52 5.48a103.88 103.88 0 0 0 68.85 11.69a3.93 3.93 0 0 0 3.06-2.65a152.6 152.6 0 0 0 7.8-48.08a151.3 151.3 0 0 0-3.74-33.46a152.94 152.94 0 0 0-77.49 67.02"/></svg> </template>
CSS
.icon-dribbble-logo-fill {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M93.27%2036.86a4%204%200%200%201%20.82-7.19a103.94%20103.94%200%200%201%2088.66%209.95a4%204%200%200%201%201%205.87a153.3%20153.3%200%200%201-41.89%2037a169.4%20169.4%200%200%200-48.59-45.63M127.58%2090a153%20153%200%200%200-56-46.91a3.94%203.94%200%200%200-4%20.33a104.4%20104.4%200%200%200-38.34%2052a4%204%200%200%200%203%205.16A152.3%20152.3%200%200%200%2064%20104a151%20151%200%200%200%2063.58-14m103.8%2026.69a103.8%20103.8%200%200%200-29.19-61.49a4%204%200%200%200-6%20.34a169.2%20169.2%200%200%201-45.69%2040.4a167.7%20167.7%200%200%201%2013.55%2029.9A167.6%20167.6%200%200%201%20208%20120a169%20169%200%200%201%2019%201.07a4%204%200%200%200%204.38-4.35Zm-62.91%2024.5a167.7%20167.7%200%200%201%204.45%2038.47a168%20168%200%200%201-4.11%2036.85a4%204%200%200%200%205.69%204.49a104.25%20104.25%200%200%200%2056.57-79.25a4%204%200%200%200-3.49-4.49a152.4%20152.4%200%200%200-59.11%204Zm-19.64-10.45a152%20152%200%200%200-12.39-27.21A167%20167%200%200%201%2064%20120a168.4%20168.4%200%200%201-34.88-3.65a4%204%200%200%200-4.81%203.56q-.31%204-.32%208.09a103.72%20103.72%200%200%200%2033%2075.91a4%204%200%200%200%206.15-.92a169%20169%200%200%201%2085.69-72.22Zm-73.14%2082.51a4%204%200%200%200%201.52%205.48a103.88%20103.88%200%200%200%2068.85%2011.69a3.93%203.93%200%200%200%203.06-2.65a152.6%20152.6%200%200%200%207.8-48.08a151.3%20151.3%200%200%200-3.74-33.46a152.94%20152.94%200%200%200-77.49%2067.02%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M93.27%2036.86a4%204%200%200%201%20.82-7.19a103.94%20103.94%200%200%201%2088.66%209.95a4%204%200%200%201%201%205.87a153.3%20153.3%200%200%201-41.89%2037a169.4%20169.4%200%200%200-48.59-45.63M127.58%2090a153%20153%200%200%200-56-46.91a3.94%203.94%200%200%200-4%20.33a104.4%20104.4%200%200%200-38.34%2052a4%204%200%200%200%203%205.16A152.3%20152.3%200%200%200%2064%20104a151%20151%200%200%200%2063.58-14m103.8%2026.69a103.8%20103.8%200%200%200-29.19-61.49a4%204%200%200%200-6%20.34a169.2%20169.2%200%200%201-45.69%2040.4a167.7%20167.7%200%200%201%2013.55%2029.9A167.6%20167.6%200%200%201%20208%20120a169%20169%200%200%201%2019%201.07a4%204%200%200%200%204.38-4.35Zm-62.91%2024.5a167.7%20167.7%200%200%201%204.45%2038.47a168%20168%200%200%201-4.11%2036.85a4%204%200%200%200%205.69%204.49a104.25%20104.25%200%200%200%2056.57-79.25a4%204%200%200%200-3.49-4.49a152.4%20152.4%200%200%200-59.11%204Zm-19.64-10.45a152%20152%200%200%200-12.39-27.21A167%20167%200%200%201%2064%20120a168.4%20168.4%200%200%201-34.88-3.65a4%204%200%200%200-4.81%203.56q-.31%204-.32%208.09a103.72%20103.72%200%200%200%2033%2075.91a4%204%200%200%200%206.15-.92a169%20169%200%200%201%2085.69-72.22Zm-73.14%2082.51a4%204%200%200%200%201.52%205.48a103.88%20103.88%200%200%200%2068.85%2011.69a3.93%203.93%200%200%200%203.06-2.65a152.6%20152.6%200%200%200%207.8-48.08a151.3%20151.3%200%200%200-3.74-33.46a152.94%20152.94%200%200%200-77.49%2067.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/dribbble-logo-fill.svg?color=%231a73e8&size=48