dribbble icon

dribbble from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
dribbble
Set
Jam Icons
Style
Outline
Viewbox
20×20
License
MIT

The same icon in other sets

Use the dribbble icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10c5.51 0 10-4.48 10-10S15.51 0 10 0m6.605 4.61a8.5 8.5 0 0 1 1.93 5.314c-.281-.054-3.101-.629-5.943-.271c-.065-.141-.12-.293-.184-.445a25 25 0 0 0-.564-1.236c3.145-1.28 4.577-3.124 4.761-3.362M10 1.475c2.17 0 4.154.813 5.662 2.148c-.152.216-1.443 1.941-4.48 3.08c-1.399-2.57-2.95-4.675-3.189-5A8.7 8.7 0 0 1 10 1.475m-3.633.803a54 54 0 0 1 3.167 4.935c-3.992 1.062-7.517 1.04-7.896 1.04a8.58 8.58 0 0 1 4.729-5.975M1.453 10.01v-.26c.37.01 4.512.065 8.775-1.215c.25.477.477.965.694 1.453c-.109.033-.228.065-.336.098c-4.404 1.42-6.747 5.303-6.942 5.629a8.52 8.52 0 0 1-2.19-5.705ZM10 18.547a8.48 8.48 0 0 1-5.239-1.8c.152-.315 1.888-3.656 6.703-5.337c.022-.01.033-.01.054-.022a35.3 35.3 0 0 1 1.823 6.475a8.4 8.4 0 0 1-3.341.684m4.761-1.465c-.086-.52-.542-3.015-1.659-6.084c2.679-.423 5.022.271 5.314.369a8.47 8.47 0 0 1-3.655 5.715"/></svg>

React

import type { SVGProps } from "react";

export function JamDribbble(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10c5.51 0 10-4.48 10-10S15.51 0 10 0m6.605 4.61a8.5 8.5 0 0 1 1.93 5.314c-.281-.054-3.101-.629-5.943-.271c-.065-.141-.12-.293-.184-.445a25 25 0 0 0-.564-1.236c3.145-1.28 4.577-3.124 4.761-3.362M10 1.475c2.17 0 4.154.813 5.662 2.148c-.152.216-1.443 1.941-4.48 3.08c-1.399-2.57-2.95-4.675-3.189-5A8.7 8.7 0 0 1 10 1.475m-3.633.803a54 54 0 0 1 3.167 4.935c-3.992 1.062-7.517 1.04-7.896 1.04a8.58 8.58 0 0 1 4.729-5.975M1.453 10.01v-.26c.37.01 4.512.065 8.775-1.215c.25.477.477.965.694 1.453c-.109.033-.228.065-.336.098c-4.404 1.42-6.747 5.303-6.942 5.629a8.52 8.52 0 0 1-2.19-5.705ZM10 18.547a8.48 8.48 0 0 1-5.239-1.8c.152-.315 1.888-3.656 6.703-5.337c.022-.01.033-.01.054-.022a35.3 35.3 0 0 1 1.823 6.475a8.4 8.4 0 0 1-3.341.684m4.761-1.465c-.086-.52-.542-3.015-1.659-6.084c2.679-.423 5.022.271 5.314.369a8.47 8.47 0 0 1-3.655 5.715"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10c5.51 0 10-4.48 10-10S15.51 0 10 0m6.605 4.61a8.5 8.5 0 0 1 1.93 5.314c-.281-.054-3.101-.629-5.943-.271c-.065-.141-.12-.293-.184-.445a25 25 0 0 0-.564-1.236c3.145-1.28 4.577-3.124 4.761-3.362M10 1.475c2.17 0 4.154.813 5.662 2.148c-.152.216-1.443 1.941-4.48 3.08c-1.399-2.57-2.95-4.675-3.189-5A8.7 8.7 0 0 1 10 1.475m-3.633.803a54 54 0 0 1 3.167 4.935c-3.992 1.062-7.517 1.04-7.896 1.04a8.58 8.58 0 0 1 4.729-5.975M1.453 10.01v-.26c.37.01 4.512.065 8.775-1.215c.25.477.477.965.694 1.453c-.109.033-.228.065-.336.098c-4.404 1.42-6.747 5.303-6.942 5.629a8.52 8.52 0 0 1-2.19-5.705ZM10 18.547a8.48 8.48 0 0 1-5.239-1.8c.152-.315 1.888-3.656 6.703-5.337c.022-.01.033-.01.054-.022a35.3 35.3 0 0 1 1.823 6.475a8.4 8.4 0 0 1-3.341.684m4.761-1.465c-.086-.52-.542-3.015-1.659-6.084c2.679-.423 5.022.271 5.314.369a8.47 8.47 0 0 1-3.655 5.715"/></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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%200C4.48%200%200%204.48%200%2010s4.48%2010%2010%2010c5.51%200%2010-4.48%2010-10S15.51%200%2010%200m6.605%204.61a8.5%208.5%200%200%201%201.93%205.314c-.281-.054-3.101-.629-5.943-.271c-.065-.141-.12-.293-.184-.445a25%2025%200%200%200-.564-1.236c3.145-1.28%204.577-3.124%204.761-3.362M10%201.475c2.17%200%204.154.813%205.662%202.148c-.152.216-1.443%201.941-4.48%203.08c-1.399-2.57-2.95-4.675-3.189-5A8.7%208.7%200%200%201%2010%201.475m-3.633.803a54%2054%200%200%201%203.167%204.935c-3.992%201.062-7.517%201.04-7.896%201.04a8.58%208.58%200%200%201%204.729-5.975M1.453%2010.01v-.26c.37.01%204.512.065%208.775-1.215c.25.477.477.965.694%201.453c-.109.033-.228.065-.336.098c-4.404%201.42-6.747%205.303-6.942%205.629a8.52%208.52%200%200%201-2.19-5.705ZM10%2018.547a8.48%208.48%200%200%201-5.239-1.8c.152-.315%201.888-3.656%206.703-5.337c.022-.01.033-.01.054-.022a35.3%2035.3%200%200%201%201.823%206.475a8.4%208.4%200%200%201-3.341.684m4.761-1.465c-.086-.52-.542-3.015-1.659-6.084c2.679-.423%205.022.271%205.314.369a8.47%208.47%200%200%201-3.655%205.715%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%200C4.48%200%200%204.48%200%2010s4.48%2010%2010%2010c5.51%200%2010-4.48%2010-10S15.51%200%2010%200m6.605%204.61a8.5%208.5%200%200%201%201.93%205.314c-.281-.054-3.101-.629-5.943-.271c-.065-.141-.12-.293-.184-.445a25%2025%200%200%200-.564-1.236c3.145-1.28%204.577-3.124%204.761-3.362M10%201.475c2.17%200%204.154.813%205.662%202.148c-.152.216-1.443%201.941-4.48%203.08c-1.399-2.57-2.95-4.675-3.189-5A8.7%208.7%200%200%201%2010%201.475m-3.633.803a54%2054%200%200%201%203.167%204.935c-3.992%201.062-7.517%201.04-7.896%201.04a8.58%208.58%200%200%201%204.729-5.975M1.453%2010.01v-.26c.37.01%204.512.065%208.775-1.215c.25.477.477.965.694%201.453c-.109.033-.228.065-.336.098c-4.404%201.42-6.747%205.303-6.942%205.629a8.52%208.52%200%200%201-2.19-5.705ZM10%2018.547a8.48%208.48%200%200%201-5.239-1.8c.152-.315%201.888-3.656%206.703-5.337c.022-.01.033-.01.054-.022a35.3%2035.3%200%200%201%201.823%206.475a8.4%208.4%200%200%201-3.341.684m4.761-1.465c-.086-.52-.542-3.015-1.659-6.084c2.679-.423%205.022.271%205.314.369a8.47%208.47%200%200%201-3.655%205.715%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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