dribbble-fill from Remix Icon by Remix Design · Fill · Logos · Apache-2.0 Free for personal and commercial use.

Name
dribbble-fill
Set
Remix Icon
Style
Fill
Category
Logos
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More logos icons from Remix Icon

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 2C6.48 2 2 6.48 2 12s4.48 10 10 10c5.51 0 10-4.48 10-10S17.51 2 12 2m6.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.362M12 3.475c2.17 0 4.154.814 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 12 3.475m-3.633.803a54 54 0 0 1 3.167 4.935c-3.992 1.063-7.517 1.04-7.896 1.04a8.58 8.58 0 0 1 4.729-5.975M3.453 12.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.705M12 20.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.66-6.084c2.68-.423 5.023.271 5.315.369a8.47 8.47 0 0 1-3.655 5.715"/></svg>

React

import type { SVGProps } from "react";

export function RiDribbbleFill(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 2C6.48 2 2 6.48 2 12s4.48 10 10 10c5.51 0 10-4.48 10-10S17.51 2 12 2m6.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.362M12 3.475c2.17 0 4.154.814 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 12 3.475m-3.633.803a54 54 0 0 1 3.167 4.935c-3.992 1.063-7.517 1.04-7.896 1.04a8.58 8.58 0 0 1 4.729-5.975M3.453 12.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.705M12 20.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.66-6.084c2.68-.423 5.023.271 5.315.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 24 24"><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10c5.51 0 10-4.48 10-10S17.51 2 12 2m6.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.362M12 3.475c2.17 0 4.154.814 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 12 3.475m-3.633.803a54 54 0 0 1 3.167 4.935c-3.992 1.063-7.517 1.04-7.896 1.04a8.58 8.58 0 0 1 4.729-5.975M3.453 12.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.705M12 20.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.66-6.084c2.68-.423 5.023.271 5.315.369a8.47 8.47 0 0 1-3.655 5.715"/></svg>
</template>

CSS

.icon-dribbble-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010c5.51%200%2010-4.48%2010-10S17.51%202%2012%202m6.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.362M12%203.475c2.17%200%204.154.814%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%2012%203.475m-3.633.803a54%2054%200%200%201%203.167%204.935c-3.992%201.063-7.517%201.04-7.896%201.04a8.58%208.58%200%200%201%204.729-5.975M3.453%2012.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.705M12%2020.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.66-6.084c2.68-.423%205.023.271%205.315.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010c5.51%200%2010-4.48%2010-10S17.51%202%2012%202m6.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.362M12%203.475c2.17%200%204.154.814%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%2012%203.475m-3.633.803a54%2054%200%200%201%203.167%204.935c-3.992%201.063-7.517%201.04-7.896%201.04a8.58%208.58%200%200%201%204.729-5.975M3.453%2012.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.705M12%2020.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.66-6.084c2.68-.423%205.023.271%205.315.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/ri/dribbble-fill.svg?color=%231a73e8&size=48