dribbble icon
dribbble from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- dribbble
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
dribbble-fillAkar IconsdribbbleBootstrap IconsdribbbleBoxicons BrandsdribbbleFont Awesome 6 BrandsdribbbleFeather Iconsdribbblecss.ggdribbbleHuge IconsdribbbleIconoirdribbbleJam IconsdribbbleLine AwesomedribbbleSVG LogosdribbbleLucidedribbbleMage IconsdribbbleMaterial Design Iconsdribbble-fillMingCute Icondribbble-fillRemix IcondribbbleSimple Iconsdribbble-outlineTeenyiconsdribbbleUnicons
More brand logos icons from Unicons Monochrome
Use the dribbble icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="11.97" cy="11.97" r="9" fill="currentColor" opacity=".5"/><path fill="currentColor" d="M2 12a9.8 9.8 0 0 1 1.34-5.02a9.93 9.93 0 0 1 3.64-3.64A9.8 9.8 0 0 1 12 2a9.8 9.8 0 0 1 5.02 1.34a9.93 9.93 0 0 1 3.64 3.64A9.8 9.8 0 0 1 22 12a9.8 9.8 0 0 1-1.34 5.02a9.93 9.93 0 0 1-3.64 3.64A9.8 9.8 0 0 1 12 22a9.8 9.8 0 0 1-5.02-1.34a9.93 9.93 0 0 1-3.64-3.64A9.8 9.8 0 0 1 2 12m1.66 0a8.06 8.06 0 0 0 2.1 5.5c.755-1.39 1.79-2.61 3.04-3.58a9.94 9.94 0 0 1 4.06-2.14q-.3-.7-.58-1.26a24.3 24.3 0 0 1-7.44 1.1q-.78 0-1.16-.02q0 .08-.01.2c-.01.12-.01.147-.01.2m.26-2.06q.44.04 1.3.04a22 22 0 0 0 6.34-.9a20.3 20.3 0 0 0-3.34-4.5A8.1 8.1 0 0 0 5.51 6.8a8.5 8.5 0 0 0-1.59 3.14m2.98 8.64a8.17 8.17 0 0 0 8.04 1.2a29.4 29.4 0 0 0-1.56-6.62a8.5 8.5 0 0 0-3.71 2.02a11.4 11.4 0 0 0-2.77 3.4M9.96 3.94a21.3 21.3 0 0 1 3.26 4.54a9.96 9.96 0 0 0 4.1-2.9A8.1 8.1 0 0 0 12 3.66a7.7 7.7 0 0 0-2.04.28m3.98 5.96q.3.64.68 1.62q1.48-.14 3.22-.14q1.24 0 2.46.06a8.03 8.03 0 0 0-1.96-4.84a9.9 9.9 0 0 1-4.4 3.3m1.18 3.02c.68 1.97 1.142 4.01 1.38 6.08a8.35 8.35 0 0 0 2.58-2.62a8.1 8.1 0 0 0 1.2-3.46q-1.46-.1-2.66-.1q-1.1 0-2.5.1"/></svg>
React
import type { SVGProps } from "react";
export function UimDribbble(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="11.97" cy="11.97" r="9" fill="currentColor" opacity=".5"/><path fill="currentColor" d="M2 12a9.8 9.8 0 0 1 1.34-5.02a9.93 9.93 0 0 1 3.64-3.64A9.8 9.8 0 0 1 12 2a9.8 9.8 0 0 1 5.02 1.34a9.93 9.93 0 0 1 3.64 3.64A9.8 9.8 0 0 1 22 12a9.8 9.8 0 0 1-1.34 5.02a9.93 9.93 0 0 1-3.64 3.64A9.8 9.8 0 0 1 12 22a9.8 9.8 0 0 1-5.02-1.34a9.93 9.93 0 0 1-3.64-3.64A9.8 9.8 0 0 1 2 12m1.66 0a8.06 8.06 0 0 0 2.1 5.5c.755-1.39 1.79-2.61 3.04-3.58a9.94 9.94 0 0 1 4.06-2.14q-.3-.7-.58-1.26a24.3 24.3 0 0 1-7.44 1.1q-.78 0-1.16-.02q0 .08-.01.2c-.01.12-.01.147-.01.2m.26-2.06q.44.04 1.3.04a22 22 0 0 0 6.34-.9a20.3 20.3 0 0 0-3.34-4.5A8.1 8.1 0 0 0 5.51 6.8a8.5 8.5 0 0 0-1.59 3.14m2.98 8.64a8.17 8.17 0 0 0 8.04 1.2a29.4 29.4 0 0 0-1.56-6.62a8.5 8.5 0 0 0-3.71 2.02a11.4 11.4 0 0 0-2.77 3.4M9.96 3.94a21.3 21.3 0 0 1 3.26 4.54a9.96 9.96 0 0 0 4.1-2.9A8.1 8.1 0 0 0 12 3.66a7.7 7.7 0 0 0-2.04.28m3.98 5.96q.3.64.68 1.62q1.48-.14 3.22-.14q1.24 0 2.46.06a8.03 8.03 0 0 0-1.96-4.84a9.9 9.9 0 0 1-4.4 3.3m1.18 3.02c.68 1.97 1.142 4.01 1.38 6.08a8.35 8.35 0 0 0 2.58-2.62a8.1 8.1 0 0 0 1.2-3.46q-1.46-.1-2.66-.1q-1.1 0-2.5.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="11.97" cy="11.97" r="9" fill="currentColor" opacity=".5"/><path fill="currentColor" d="M2 12a9.8 9.8 0 0 1 1.34-5.02a9.93 9.93 0 0 1 3.64-3.64A9.8 9.8 0 0 1 12 2a9.8 9.8 0 0 1 5.02 1.34a9.93 9.93 0 0 1 3.64 3.64A9.8 9.8 0 0 1 22 12a9.8 9.8 0 0 1-1.34 5.02a9.93 9.93 0 0 1-3.64 3.64A9.8 9.8 0 0 1 12 22a9.8 9.8 0 0 1-5.02-1.34a9.93 9.93 0 0 1-3.64-3.64A9.8 9.8 0 0 1 2 12m1.66 0a8.06 8.06 0 0 0 2.1 5.5c.755-1.39 1.79-2.61 3.04-3.58a9.94 9.94 0 0 1 4.06-2.14q-.3-.7-.58-1.26a24.3 24.3 0 0 1-7.44 1.1q-.78 0-1.16-.02q0 .08-.01.2c-.01.12-.01.147-.01.2m.26-2.06q.44.04 1.3.04a22 22 0 0 0 6.34-.9a20.3 20.3 0 0 0-3.34-4.5A8.1 8.1 0 0 0 5.51 6.8a8.5 8.5 0 0 0-1.59 3.14m2.98 8.64a8.17 8.17 0 0 0 8.04 1.2a29.4 29.4 0 0 0-1.56-6.62a8.5 8.5 0 0 0-3.71 2.02a11.4 11.4 0 0 0-2.77 3.4M9.96 3.94a21.3 21.3 0 0 1 3.26 4.54a9.96 9.96 0 0 0 4.1-2.9A8.1 8.1 0 0 0 12 3.66a7.7 7.7 0 0 0-2.04.28m3.98 5.96q.3.64.68 1.62q1.48-.14 3.22-.14q1.24 0 2.46.06a8.03 8.03 0 0 0-1.96-4.84a9.9 9.9 0 0 1-4.4 3.3m1.18 3.02c.68 1.97 1.142 4.01 1.38 6.08a8.35 8.35 0 0 0 2.58-2.62a8.1 8.1 0 0 0 1.2-3.46q-1.46-.1-2.66-.1q-1.1 0-2.5.1"/></svg> </template>
CSS
.icon-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%2024%2024%22%3E%3Ccircle%20cx%3D%2211.97%22%20cy%3D%2211.97%22%20r%3D%229%22%20fill%3D%22currentColor%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2012a9.8%209.8%200%200%201%201.34-5.02a9.93%209.93%200%200%201%203.64-3.64A9.8%209.8%200%200%201%2012%202a9.8%209.8%200%200%201%205.02%201.34a9.93%209.93%200%200%201%203.64%203.64A9.8%209.8%200%200%201%2022%2012a9.8%209.8%200%200%201-1.34%205.02a9.93%209.93%200%200%201-3.64%203.64A9.8%209.8%200%200%201%2012%2022a9.8%209.8%200%200%201-5.02-1.34a9.93%209.93%200%200%201-3.64-3.64A9.8%209.8%200%200%201%202%2012m1.66%200a8.06%208.06%200%200%200%202.1%205.5c.755-1.39%201.79-2.61%203.04-3.58a9.94%209.94%200%200%201%204.06-2.14q-.3-.7-.58-1.26a24.3%2024.3%200%200%201-7.44%201.1q-.78%200-1.16-.02q0%20.08-.01.2c-.01.12-.01.147-.01.2m.26-2.06q.44.04%201.3.04a22%2022%200%200%200%206.34-.9a20.3%2020.3%200%200%200-3.34-4.5A8.1%208.1%200%200%200%205.51%206.8a8.5%208.5%200%200%200-1.59%203.14m2.98%208.64a8.17%208.17%200%200%200%208.04%201.2a29.4%2029.4%200%200%200-1.56-6.62a8.5%208.5%200%200%200-3.71%202.02a11.4%2011.4%200%200%200-2.77%203.4M9.96%203.94a21.3%2021.3%200%200%201%203.26%204.54a9.96%209.96%200%200%200%204.1-2.9A8.1%208.1%200%200%200%2012%203.66a7.7%207.7%200%200%200-2.04.28m3.98%205.96q.3.64.68%201.62q1.48-.14%203.22-.14q1.24%200%202.46.06a8.03%208.03%200%200%200-1.96-4.84a9.9%209.9%200%200%201-4.4%203.3m1.18%203.02c.68%201.97%201.142%204.01%201.38%206.08a8.35%208.35%200%200%200%202.58-2.62a8.1%208.1%200%200%200%201.2-3.46q-1.46-.1-2.66-.1q-1.1%200-2.5.1%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%2024%2024%22%3E%3Ccircle%20cx%3D%2211.97%22%20cy%3D%2211.97%22%20r%3D%229%22%20fill%3D%22currentColor%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2012a9.8%209.8%200%200%201%201.34-5.02a9.93%209.93%200%200%201%203.64-3.64A9.8%209.8%200%200%201%2012%202a9.8%209.8%200%200%201%205.02%201.34a9.93%209.93%200%200%201%203.64%203.64A9.8%209.8%200%200%201%2022%2012a9.8%209.8%200%200%201-1.34%205.02a9.93%209.93%200%200%201-3.64%203.64A9.8%209.8%200%200%201%2012%2022a9.8%209.8%200%200%201-5.02-1.34a9.93%209.93%200%200%201-3.64-3.64A9.8%209.8%200%200%201%202%2012m1.66%200a8.06%208.06%200%200%200%202.1%205.5c.755-1.39%201.79-2.61%203.04-3.58a9.94%209.94%200%200%201%204.06-2.14q-.3-.7-.58-1.26a24.3%2024.3%200%200%201-7.44%201.1q-.78%200-1.16-.02q0%20.08-.01.2c-.01.12-.01.147-.01.2m.26-2.06q.44.04%201.3.04a22%2022%200%200%200%206.34-.9a20.3%2020.3%200%200%200-3.34-4.5A8.1%208.1%200%200%200%205.51%206.8a8.5%208.5%200%200%200-1.59%203.14m2.98%208.64a8.17%208.17%200%200%200%208.04%201.2a29.4%2029.4%200%200%200-1.56-6.62a8.5%208.5%200%200%200-3.71%202.02a11.4%2011.4%200%200%200-2.77%203.4M9.96%203.94a21.3%2021.3%200%200%201%203.26%204.54a9.96%209.96%200%200%200%204.1-2.9A8.1%208.1%200%200%200%2012%203.66a7.7%207.7%200%200%200-2.04.28m3.98%205.96q.3.64.68%201.62q1.48-.14%203.22-.14q1.24%200%202.46.06a8.03%208.03%200%200%200-1.96-4.84a9.9%209.9%200%200%201-4.4%203.3m1.18%203.02c.68%201.97%201.142%204.01%201.38%206.08a8.35%208.35%200%200%200%202.58-2.62a8.1%208.1%200%200%200%201.2-3.46q-1.46-.1-2.66-.1q-1.1%200-2.5.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/dribbble.svg?color=%231a73e8&size=48