dribbble-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
dribbble-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT
Aliases
brand-dribbble-solid

1 other variant in Myna UI Icons

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 24 24"><path fill="currentColor" d="M2.25 12a10 10 0 0 1 .077-1.234C2.934 5.964 7.033 2.25 12 2.25a9.72 9.72 0 0 1 6.882 2.844l.01.01A9.72 9.72 0 0 1 21.75 12A9.75 9.75 0 0 1 12 21.75A9.75 9.75 0 0 1 2.25 12m4.97-.395c1.725-.12 3.669-.411 5.224-1.075q.231-.1.458-.206c.251.488.469.982.64 1.473l.018.051a11 11 0 0 0-1.04.394c-3.144 1.38-5.55 3.419-6.912 4.974L6.66 18.29c1.202-1.399 3.463-3.357 6.463-4.675a10 10 0 0 1 .875-.334a40 40 0 0 1 .757 3.44c.133.739.241 1.418.333 1.994l.013.081c.046.29.09.56.13.797l1.395-.761l-.057-.356c-.092-.574-.202-1.266-.337-2.02a42 42 0 0 0-.78-3.544c1.757-.328 3.433-.249 4.612-.194l.154.007l-.005-1.506c-1.18-.06-3.134-.154-5.198.254l-.057-.17a13 13 0 0 0-.73-1.676c1.746-1.011 3.211-2.223 4.069-2.957l-1.075-1.056c-.855.727-2.185 1.812-3.738 2.712c-1.087-1.732-2.424-3.28-3.451-4.34L8.47 4.54c1 .975 2.502 2.629 3.68 4.479q-.147.067-.295.13c-1.324.566-3.07.843-4.74.959a32 32 0 0 1-3.16.055l-.198 1.494c.899.032 2.135.04 3.462-.053"/></svg>

React

import type { SVGProps } from "react";

export function MynauiDribbbleSolid(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="M2.25 12a10 10 0 0 1 .077-1.234C2.934 5.964 7.033 2.25 12 2.25a9.72 9.72 0 0 1 6.882 2.844l.01.01A9.72 9.72 0 0 1 21.75 12A9.75 9.75 0 0 1 12 21.75A9.75 9.75 0 0 1 2.25 12m4.97-.395c1.725-.12 3.669-.411 5.224-1.075q.231-.1.458-.206c.251.488.469.982.64 1.473l.018.051a11 11 0 0 0-1.04.394c-3.144 1.38-5.55 3.419-6.912 4.974L6.66 18.29c1.202-1.399 3.463-3.357 6.463-4.675a10 10 0 0 1 .875-.334a40 40 0 0 1 .757 3.44c.133.739.241 1.418.333 1.994l.013.081c.046.29.09.56.13.797l1.395-.761l-.057-.356c-.092-.574-.202-1.266-.337-2.02a42 42 0 0 0-.78-3.544c1.757-.328 3.433-.249 4.612-.194l.154.007l-.005-1.506c-1.18-.06-3.134-.154-5.198.254l-.057-.17a13 13 0 0 0-.73-1.676c1.746-1.011 3.211-2.223 4.069-2.957l-1.075-1.056c-.855.727-2.185 1.812-3.738 2.712c-1.087-1.732-2.424-3.28-3.451-4.34L8.47 4.54c1 .975 2.502 2.629 3.68 4.479q-.147.067-.295.13c-1.324.566-3.07.843-4.74.959a32 32 0 0 1-3.16.055l-.198 1.494c.899.032 2.135.04 3.462-.053"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.25 12a10 10 0 0 1 .077-1.234C2.934 5.964 7.033 2.25 12 2.25a9.72 9.72 0 0 1 6.882 2.844l.01.01A9.72 9.72 0 0 1 21.75 12A9.75 9.75 0 0 1 12 21.75A9.75 9.75 0 0 1 2.25 12m4.97-.395c1.725-.12 3.669-.411 5.224-1.075q.231-.1.458-.206c.251.488.469.982.64 1.473l.018.051a11 11 0 0 0-1.04.394c-3.144 1.38-5.55 3.419-6.912 4.974L6.66 18.29c1.202-1.399 3.463-3.357 6.463-4.675a10 10 0 0 1 .875-.334a40 40 0 0 1 .757 3.44c.133.739.241 1.418.333 1.994l.013.081c.046.29.09.56.13.797l1.395-.761l-.057-.356c-.092-.574-.202-1.266-.337-2.02a42 42 0 0 0-.78-3.544c1.757-.328 3.433-.249 4.612-.194l.154.007l-.005-1.506c-1.18-.06-3.134-.154-5.198.254l-.057-.17a13 13 0 0 0-.73-1.676c1.746-1.011 3.211-2.223 4.069-2.957l-1.075-1.056c-.855.727-2.185 1.812-3.738 2.712c-1.087-1.732-2.424-3.28-3.451-4.34L8.47 4.54c1 .975 2.502 2.629 3.68 4.479q-.147.067-.295.13c-1.324.566-3.07.843-4.74.959a32 32 0 0 1-3.16.055l-.198 1.494c.899.032 2.135.04 3.462-.053"/></svg>
</template>

CSS

.icon-dribbble-solid {
  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%22M2.25%2012a10%2010%200%200%201%20.077-1.234C2.934%205.964%207.033%202.25%2012%202.25a9.72%209.72%200%200%201%206.882%202.844l.01.01A9.72%209.72%200%200%201%2021.75%2012A9.75%209.75%200%200%201%2012%2021.75A9.75%209.75%200%200%201%202.25%2012m4.97-.395c1.725-.12%203.669-.411%205.224-1.075q.231-.1.458-.206c.251.488.469.982.64%201.473l.018.051a11%2011%200%200%200-1.04.394c-3.144%201.38-5.55%203.419-6.912%204.974L6.66%2018.29c1.202-1.399%203.463-3.357%206.463-4.675a10%2010%200%200%201%20.875-.334a40%2040%200%200%201%20.757%203.44c.133.739.241%201.418.333%201.994l.013.081c.046.29.09.56.13.797l1.395-.761l-.057-.356c-.092-.574-.202-1.266-.337-2.02a42%2042%200%200%200-.78-3.544c1.757-.328%203.433-.249%204.612-.194l.154.007l-.005-1.506c-1.18-.06-3.134-.154-5.198.254l-.057-.17a13%2013%200%200%200-.73-1.676c1.746-1.011%203.211-2.223%204.069-2.957l-1.075-1.056c-.855.727-2.185%201.812-3.738%202.712c-1.087-1.732-2.424-3.28-3.451-4.34L8.47%204.54c1%20.975%202.502%202.629%203.68%204.479q-.147.067-.295.13c-1.324.566-3.07.843-4.74.959a32%2032%200%200%201-3.16.055l-.198%201.494c.899.032%202.135.04%203.462-.053%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%22M2.25%2012a10%2010%200%200%201%20.077-1.234C2.934%205.964%207.033%202.25%2012%202.25a9.72%209.72%200%200%201%206.882%202.844l.01.01A9.72%209.72%200%200%201%2021.75%2012A9.75%209.75%200%200%201%2012%2021.75A9.75%209.75%200%200%201%202.25%2012m4.97-.395c1.725-.12%203.669-.411%205.224-1.075q.231-.1.458-.206c.251.488.469.982.64%201.473l.018.051a11%2011%200%200%200-1.04.394c-3.144%201.38-5.55%203.419-6.912%204.974L6.66%2018.29c1.202-1.399%203.463-3.357%206.463-4.675a10%2010%200%200%201%20.875-.334a40%2040%200%200%201%20.757%203.44c.133.739.241%201.418.333%201.994l.013.081c.046.29.09.56.13.797l1.395-.761l-.057-.356c-.092-.574-.202-1.266-.337-2.02a42%2042%200%200%200-.78-3.544c1.757-.328%203.433-.249%204.612-.194l.154.007l-.005-1.506c-1.18-.06-3.134-.154-5.198.254l-.057-.17a13%2013%200%200%200-.73-1.676c1.746-1.011%203.211-2.223%204.069-2.957l-1.075-1.056c-.855.727-2.185%201.812-3.738%202.712c-1.087-1.732-2.424-3.28-3.451-4.34L8.47%204.54c1%20.975%202.502%202.629%203.68%204.479q-.147.067-.295.13c-1.324.566-3.07.843-4.74.959a32%2032%200%200%201-3.16.055l-.198%201.494c.899.032%202.135.04%203.462-.053%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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