dribbble icon

dribbble from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
dribbble
Set
Unicons
Style
Line
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand logos icons from Unicons

Use the dribbble icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m0 2a7.94 7.94 0 0 1 5.51 2.22a25 25 0 0 1-4.83 2.18a29 29 0 0 0-2.87-4.09A8 8 0 0 1 12 4M7.89 5.15A27 27 0 0 1 10.7 9a25 25 0 0 1-6 .74h-.36a8 8 0 0 1 3.55-4.59M6 17.31A7.9 7.9 0 0 1 4 12v-.29h.68a26.7 26.7 0 0 0 7-1c.32.61.62 1.24.91 1.89a14.3 14.3 0 0 0-4.29 2.41l-.3.24a21 21 0 0 0-2 2.06M12 20a7.9 7.9 0 0 1-4.47-1.37a18 18 0 0 1 1.56-1.58l.32-.27a12.6 12.6 0 0 1 4-2.27a32 32 0 0 1 1.4 5A8.1 8.1 0 0 1 12 20m4.63-1.49a35 35 0 0 0-1.28-4.46h.34a.25.25 0 0 1 .12 0h.69a9.4 9.4 0 0 1 3.09.53a7.94 7.94 0 0 1-2.96 3.93M16.5 12h-.62a1.6 1.6 0 0 0-.39 0a7 7 0 0 0-.81.1h-.1c-.29-.67-.59-1.32-.92-2a26.6 26.6 0 0 0 5.13-2.4A8 8 0 0 1 20 12v.51a11.5 11.5 0 0 0-3.5-.51"/></svg>

React

import type { SVGProps } from "react";

export function UilDribbble(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m0 2a7.94 7.94 0 0 1 5.51 2.22a25 25 0 0 1-4.83 2.18a29 29 0 0 0-2.87-4.09A8 8 0 0 1 12 4M7.89 5.15A27 27 0 0 1 10.7 9a25 25 0 0 1-6 .74h-.36a8 8 0 0 1 3.55-4.59M6 17.31A7.9 7.9 0 0 1 4 12v-.29h.68a26.7 26.7 0 0 0 7-1c.32.61.62 1.24.91 1.89a14.3 14.3 0 0 0-4.29 2.41l-.3.24a21 21 0 0 0-2 2.06M12 20a7.9 7.9 0 0 1-4.47-1.37a18 18 0 0 1 1.56-1.58l.32-.27a12.6 12.6 0 0 1 4-2.27a32 32 0 0 1 1.4 5A8.1 8.1 0 0 1 12 20m4.63-1.49a35 35 0 0 0-1.28-4.46h.34a.25.25 0 0 1 .12 0h.69a9.4 9.4 0 0 1 3.09.53a7.94 7.94 0 0 1-2.96 3.93M16.5 12h-.62a1.6 1.6 0 0 0-.39 0a7 7 0 0 0-.81.1h-.1c-.29-.67-.59-1.32-.92-2a26.6 26.6 0 0 0 5.13-2.4A8 8 0 0 1 20 12v.51a11.5 11.5 0 0 0-3.5-.51"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m0 2a7.94 7.94 0 0 1 5.51 2.22a25 25 0 0 1-4.83 2.18a29 29 0 0 0-2.87-4.09A8 8 0 0 1 12 4M7.89 5.15A27 27 0 0 1 10.7 9a25 25 0 0 1-6 .74h-.36a8 8 0 0 1 3.55-4.59M6 17.31A7.9 7.9 0 0 1 4 12v-.29h.68a26.7 26.7 0 0 0 7-1c.32.61.62 1.24.91 1.89a14.3 14.3 0 0 0-4.29 2.41l-.3.24a21 21 0 0 0-2 2.06M12 20a7.9 7.9 0 0 1-4.47-1.37a18 18 0 0 1 1.56-1.58l.32-.27a12.6 12.6 0 0 1 4-2.27a32 32 0 0 1 1.4 5A8.1 8.1 0 0 1 12 20m4.63-1.49a35 35 0 0 0-1.28-4.46h.34a.25.25 0 0 1 .12 0h.69a9.4 9.4 0 0 1 3.09.53a7.94 7.94 0 0 1-2.96 3.93M16.5 12h-.62a1.6 1.6 0 0 0-.39 0a7 7 0 0 0-.81.1h-.1c-.29-.67-.59-1.32-.92-2a26.6 26.6 0 0 0 5.13-2.4A8 8 0 0 1 20 12v.51a11.5 11.5 0 0 0-3.5-.51"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a10%2010%200%201%200%2010%2010A10%2010%200%200%200%2012%202m0%202a7.94%207.94%200%200%201%205.51%202.22a25%2025%200%200%201-4.83%202.18a29%2029%200%200%200-2.87-4.09A8%208%200%200%201%2012%204M7.89%205.15A27%2027%200%200%201%2010.7%209a25%2025%200%200%201-6%20.74h-.36a8%208%200%200%201%203.55-4.59M6%2017.31A7.9%207.9%200%200%201%204%2012v-.29h.68a26.7%2026.7%200%200%200%207-1c.32.61.62%201.24.91%201.89a14.3%2014.3%200%200%200-4.29%202.41l-.3.24a21%2021%200%200%200-2%202.06M12%2020a7.9%207.9%200%200%201-4.47-1.37a18%2018%200%200%201%201.56-1.58l.32-.27a12.6%2012.6%200%200%201%204-2.27a32%2032%200%200%201%201.4%205A8.1%208.1%200%200%201%2012%2020m4.63-1.49a35%2035%200%200%200-1.28-4.46h.34a.25.25%200%200%201%20.12%200h.69a9.4%209.4%200%200%201%203.09.53a7.94%207.94%200%200%201-2.96%203.93M16.5%2012h-.62a1.6%201.6%200%200%200-.39%200a7%207%200%200%200-.81.1h-.1c-.29-.67-.59-1.32-.92-2a26.6%2026.6%200%200%200%205.13-2.4A8%208%200%200%201%2020%2012v.51a11.5%2011.5%200%200%200-3.5-.51%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a10%2010%200%201%200%2010%2010A10%2010%200%200%200%2012%202m0%202a7.94%207.94%200%200%201%205.51%202.22a25%2025%200%200%201-4.83%202.18a29%2029%200%200%200-2.87-4.09A8%208%200%200%201%2012%204M7.89%205.15A27%2027%200%200%201%2010.7%209a25%2025%200%200%201-6%20.74h-.36a8%208%200%200%201%203.55-4.59M6%2017.31A7.9%207.9%200%200%201%204%2012v-.29h.68a26.7%2026.7%200%200%200%207-1c.32.61.62%201.24.91%201.89a14.3%2014.3%200%200%200-4.29%202.41l-.3.24a21%2021%200%200%200-2%202.06M12%2020a7.9%207.9%200%200%201-4.47-1.37a18%2018%200%200%201%201.56-1.58l.32-.27a12.6%2012.6%200%200%201%204-2.27a32%2032%200%200%201%201.4%205A8.1%208.1%200%200%201%2012%2020m4.63-1.49a35%2035%200%200%200-1.28-4.46h.34a.25.25%200%200%201%20.12%200h.69a9.4%209.4%200%200%201%203.09.53a7.94%207.94%200%200%201-2.96%203.93M16.5%2012h-.62a1.6%201.6%200%200%200-.39%200a7%207%200%200%200-.81.1h-.1c-.29-.67-.59-1.32-.92-2a26.6%2026.6%200%200%200%205.13-2.4A8%208%200%200%201%2020%2012v.51a11.5%2011.5%200%200%200-3.5-.51%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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