dribbble-fill from Akar Icons by Arturo Wibawa · Fill · MIT Free for personal and commercial use.

Name
dribbble-fill
Set
Akar Icons
Style
Fill
Viewbox
24×24
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 24 24"><g fill="none"><g clip-path="url(#SVGXv8lpc2Y)"><path fill="currentColor" fill-rule="evenodd" d="M12 0C5.375 0 0 5.375 0 12s5.375 12 12 12c6.612 0 12-5.375 12-12S18.612 0 12 0m7.926 5.531a10.2 10.2 0 0 1 2.317 6.378c-.338-.065-3.722-.755-7.132-.325c-.079-.17-.144-.352-.222-.534a31 31 0 0 0-.676-1.484c3.774-1.536 5.492-3.748 5.713-4.035M12 1.771c2.603 0 4.985.975 6.794 2.576c-.182.26-1.731 2.33-5.375 3.696c-1.68-3.084-3.54-5.61-3.827-6A10.4 10.4 0 0 1 12 1.77m-4.36.962c.273.365 2.095 2.903 3.8 5.922c-4.79 1.276-9.02 1.25-9.475 1.25c.664-3.176 2.812-5.818 5.675-7.172m-5.896 9.28V11.7c.443.013 5.414.078 10.53-1.458c.299.573.572 1.158.832 1.744c-.13.039-.273.078-.403.117c-5.284 1.705-8.096 6.365-8.33 6.755a10.23 10.23 0 0 1-2.629-6.846M12 22.256a10.18 10.18 0 0 1-6.286-2.16c.182-.378 2.264-4.387 8.043-6.404c.026-.013.04-.013.065-.026c1.445 3.735 2.03 6.872 2.187 7.77c-1.237.534-2.59.82-4.009.82m5.714-1.757c-.104-.625-.651-3.618-1.992-7.302c3.215-.507 6.026.326 6.378.443c-.443 2.85-2.083 5.31-4.386 6.859" clip-rule="evenodd"/></g><defs><clipPath id="SVGXv8lpc2Y"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function AkarIconsDribbbleFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clipPath="url(#SVGXv8lpc2Y)"><path fill="currentColor" fillRule="evenodd" d="M12 0C5.375 0 0 5.375 0 12s5.375 12 12 12c6.612 0 12-5.375 12-12S18.612 0 12 0m7.926 5.531a10.2 10.2 0 0 1 2.317 6.378c-.338-.065-3.722-.755-7.132-.325c-.079-.17-.144-.352-.222-.534a31 31 0 0 0-.676-1.484c3.774-1.536 5.492-3.748 5.713-4.035M12 1.771c2.603 0 4.985.975 6.794 2.576c-.182.26-1.731 2.33-5.375 3.696c-1.68-3.084-3.54-5.61-3.827-6A10.4 10.4 0 0 1 12 1.77m-4.36.962c.273.365 2.095 2.903 3.8 5.922c-4.79 1.276-9.02 1.25-9.475 1.25c.664-3.176 2.812-5.818 5.675-7.172m-5.896 9.28V11.7c.443.013 5.414.078 10.53-1.458c.299.573.572 1.158.832 1.744c-.13.039-.273.078-.403.117c-5.284 1.705-8.096 6.365-8.33 6.755a10.23 10.23 0 0 1-2.629-6.846M12 22.256a10.18 10.18 0 0 1-6.286-2.16c.182-.378 2.264-4.387 8.043-6.404c.026-.013.04-.013.065-.026c1.445 3.735 2.03 6.872 2.187 7.77c-1.237.534-2.59.82-4.009.82m5.714-1.757c-.104-.625-.651-3.618-1.992-7.302c3.215-.507 6.026.326 6.378.443c-.443 2.85-2.083 5.31-4.386 6.859" clipRule="evenodd"/></g><defs><clipPath id="SVGXv8lpc2Y"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGXv8lpc2Y)"><path fill="currentColor" fill-rule="evenodd" d="M12 0C5.375 0 0 5.375 0 12s5.375 12 12 12c6.612 0 12-5.375 12-12S18.612 0 12 0m7.926 5.531a10.2 10.2 0 0 1 2.317 6.378c-.338-.065-3.722-.755-7.132-.325c-.079-.17-.144-.352-.222-.534a31 31 0 0 0-.676-1.484c3.774-1.536 5.492-3.748 5.713-4.035M12 1.771c2.603 0 4.985.975 6.794 2.576c-.182.26-1.731 2.33-5.375 3.696c-1.68-3.084-3.54-5.61-3.827-6A10.4 10.4 0 0 1 12 1.77m-4.36.962c.273.365 2.095 2.903 3.8 5.922c-4.79 1.276-9.02 1.25-9.475 1.25c.664-3.176 2.812-5.818 5.675-7.172m-5.896 9.28V11.7c.443.013 5.414.078 10.53-1.458c.299.573.572 1.158.832 1.744c-.13.039-.273.078-.403.117c-5.284 1.705-8.096 6.365-8.33 6.755a10.23 10.23 0 0 1-2.629-6.846M12 22.256a10.18 10.18 0 0 1-6.286-2.16c.182-.378 2.264-4.387 8.043-6.404c.026-.013.04-.013.065-.026c1.445 3.735 2.03 6.872 2.187 7.77c-1.237.534-2.59.82-4.009.82m5.714-1.757c-.104-.625-.651-3.618-1.992-7.302c3.215-.507 6.026.326 6.378.443c-.443 2.85-2.083 5.31-4.386 6.859" clip-rule="evenodd"/></g><defs><clipPath id="SVGXv8lpc2Y"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGXv8lpc2Y)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%200C5.375%200%200%205.375%200%2012s5.375%2012%2012%2012c6.612%200%2012-5.375%2012-12S18.612%200%2012%200m7.926%205.531a10.2%2010.2%200%200%201%202.317%206.378c-.338-.065-3.722-.755-7.132-.325c-.079-.17-.144-.352-.222-.534a31%2031%200%200%200-.676-1.484c3.774-1.536%205.492-3.748%205.713-4.035M12%201.771c2.603%200%204.985.975%206.794%202.576c-.182.26-1.731%202.33-5.375%203.696c-1.68-3.084-3.54-5.61-3.827-6A10.4%2010.4%200%200%201%2012%201.77m-4.36.962c.273.365%202.095%202.903%203.8%205.922c-4.79%201.276-9.02%201.25-9.475%201.25c.664-3.176%202.812-5.818%205.675-7.172m-5.896%209.28V11.7c.443.013%205.414.078%2010.53-1.458c.299.573.572%201.158.832%201.744c-.13.039-.273.078-.403.117c-5.284%201.705-8.096%206.365-8.33%206.755a10.23%2010.23%200%200%201-2.629-6.846M12%2022.256a10.18%2010.18%200%200%201-6.286-2.16c.182-.378%202.264-4.387%208.043-6.404c.026-.013.04-.013.065-.026c1.445%203.735%202.03%206.872%202.187%207.77c-1.237.534-2.59.82-4.009.82m5.714-1.757c-.104-.625-.651-3.618-1.992-7.302c3.215-.507%206.026.326%206.378.443c-.443%202.85-2.083%205.31-4.386%206.859%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGXv8lpc2Y%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGXv8lpc2Y)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%200C5.375%200%200%205.375%200%2012s5.375%2012%2012%2012c6.612%200%2012-5.375%2012-12S18.612%200%2012%200m7.926%205.531a10.2%2010.2%200%200%201%202.317%206.378c-.338-.065-3.722-.755-7.132-.325c-.079-.17-.144-.352-.222-.534a31%2031%200%200%200-.676-1.484c3.774-1.536%205.492-3.748%205.713-4.035M12%201.771c2.603%200%204.985.975%206.794%202.576c-.182.26-1.731%202.33-5.375%203.696c-1.68-3.084-3.54-5.61-3.827-6A10.4%2010.4%200%200%201%2012%201.77m-4.36.962c.273.365%202.095%202.903%203.8%205.922c-4.79%201.276-9.02%201.25-9.475%201.25c.664-3.176%202.812-5.818%205.675-7.172m-5.896%209.28V11.7c.443.013%205.414.078%2010.53-1.458c.299.573.572%201.158.832%201.744c-.13.039-.273.078-.403.117c-5.284%201.705-8.096%206.365-8.33%206.755a10.23%2010.23%200%200%201-2.629-6.846M12%2022.256a10.18%2010.18%200%200%201-6.286-2.16c.182-.378%202.264-4.387%208.043-6.404c.026-.013.04-.013.065-.026c1.445%203.735%202.03%206.872%202.187%207.77c-1.237.534-2.59.82-4.009.82m5.714-1.757c-.104-.625-.651-3.618-1.992-7.302c3.215-.507%206.026.326%206.378.443c-.443%202.85-2.083%205.31-4.386%206.859%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGXv8lpc2Y%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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