dribbble icon

dribbble from css.gg by Astrit · Outline · MIT Free for personal and commercial use.

Name
dribbble
Set
css.gg
Style
Outline
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"><path fill="currentColor" fill-rule="evenodd" d="M1 11.955v.09c.01 2.685.984 5.144 2.592 7.048a11.1 11.1 0 0 0 3.378 2.692A10.9 10.9 0 0 0 12 23c3.69 0 6.955-1.816 8.95-4.604q.628-.878 1.08-1.871c.623-1.38.97-2.912.97-4.525c0-3.26-1.418-6.19-3.672-8.203a10.95 10.95 0 0 0-7.663-2.792A10.94 10.94 0 0 0 4.43 4.019a11.05 11.05 0 0 0-2.76 4.188A11 11 0 0 0 1 11.955m19.481 3.064c.336-.944.519-1.96.519-3.019a8.97 8.97 0 0 0-2.581-6.309a10.9 10.9 0 0 1-3.152 3.356a11 11 0 0 1 .738 3.83a11.1 11.1 0 0 1 4.476 2.142m-4.64-.124a9.05 9.05 0 0 1 3.731 1.971a9 9 0 0 1-6.993 4.116a11 11 0 0 0 2.393-3.33c.419-.899.706-1.825.87-2.757m-1.845-2.273a9 9 0 0 0-.495-2.581A10.98 10.98 0 0 1 3.366 9.45A9 9 0 0 0 3 12a8.96 8.96 0 0 0 1.668 5.22a11.02 11.02 0 0 1 9.328-4.598M6.047 18.75a9.01 9.01 0 0 1 7.812-4.13a9 9 0 0 1-.7 2.186a8.96 8.96 0 0 1-3.485 3.89a9 9 0 0 1-3.627-1.946M12 3c1.785 0 3.448.52 4.847 1.415a8.9 8.9 0 0 1-2.479 2.816a10.94 10.94 0 0 0-4.341-4.014A9 9 0 0 1 12 3M8.806 4.846a8.96 8.96 0 0 1 3.832 3.39a8.98 8.98 0 0 1-7.439-.077a9 9 0 0 1-1.044-.573a9.04 9.04 0 0 1 3.172-3.28q.75.202 1.48.54" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function GgDribbble(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" fillRule="evenodd" d="M1 11.955v.09c.01 2.685.984 5.144 2.592 7.048a11.1 11.1 0 0 0 3.378 2.692A10.9 10.9 0 0 0 12 23c3.69 0 6.955-1.816 8.95-4.604q.628-.878 1.08-1.871c.623-1.38.97-2.912.97-4.525c0-3.26-1.418-6.19-3.672-8.203a10.95 10.95 0 0 0-7.663-2.792A10.94 10.94 0 0 0 4.43 4.019a11.05 11.05 0 0 0-2.76 4.188A11 11 0 0 0 1 11.955m19.481 3.064c.336-.944.519-1.96.519-3.019a8.97 8.97 0 0 0-2.581-6.309a10.9 10.9 0 0 1-3.152 3.356a11 11 0 0 1 .738 3.83a11.1 11.1 0 0 1 4.476 2.142m-4.64-.124a9.05 9.05 0 0 1 3.731 1.971a9 9 0 0 1-6.993 4.116a11 11 0 0 0 2.393-3.33c.419-.899.706-1.825.87-2.757m-1.845-2.273a9 9 0 0 0-.495-2.581A10.98 10.98 0 0 1 3.366 9.45A9 9 0 0 0 3 12a8.96 8.96 0 0 0 1.668 5.22a11.02 11.02 0 0 1 9.328-4.598M6.047 18.75a9.01 9.01 0 0 1 7.812-4.13a9 9 0 0 1-.7 2.186a8.96 8.96 0 0 1-3.485 3.89a9 9 0 0 1-3.627-1.946M12 3c1.785 0 3.448.52 4.847 1.415a8.9 8.9 0 0 1-2.479 2.816a10.94 10.94 0 0 0-4.341-4.014A9 9 0 0 1 12 3M8.806 4.846a8.96 8.96 0 0 1 3.832 3.39a8.98 8.98 0 0 1-7.439-.077a9 9 0 0 1-1.044-.573a9.04 9.04 0 0 1 3.172-3.28q.75.202 1.48.54" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1 11.955v.09c.01 2.685.984 5.144 2.592 7.048a11.1 11.1 0 0 0 3.378 2.692A10.9 10.9 0 0 0 12 23c3.69 0 6.955-1.816 8.95-4.604q.628-.878 1.08-1.871c.623-1.38.97-2.912.97-4.525c0-3.26-1.418-6.19-3.672-8.203a10.95 10.95 0 0 0-7.663-2.792A10.94 10.94 0 0 0 4.43 4.019a11.05 11.05 0 0 0-2.76 4.188A11 11 0 0 0 1 11.955m19.481 3.064c.336-.944.519-1.96.519-3.019a8.97 8.97 0 0 0-2.581-6.309a10.9 10.9 0 0 1-3.152 3.356a11 11 0 0 1 .738 3.83a11.1 11.1 0 0 1 4.476 2.142m-4.64-.124a9.05 9.05 0 0 1 3.731 1.971a9 9 0 0 1-6.993 4.116a11 11 0 0 0 2.393-3.33c.419-.899.706-1.825.87-2.757m-1.845-2.273a9 9 0 0 0-.495-2.581A10.98 10.98 0 0 1 3.366 9.45A9 9 0 0 0 3 12a8.96 8.96 0 0 0 1.668 5.22a11.02 11.02 0 0 1 9.328-4.598M6.047 18.75a9.01 9.01 0 0 1 7.812-4.13a9 9 0 0 1-.7 2.186a8.96 8.96 0 0 1-3.485 3.89a9 9 0 0 1-3.627-1.946M12 3c1.785 0 3.448.52 4.847 1.415a8.9 8.9 0 0 1-2.479 2.816a10.94 10.94 0 0 0-4.341-4.014A9 9 0 0 1 12 3M8.806 4.846a8.96 8.96 0 0 1 3.832 3.39a8.98 8.98 0 0 1-7.439-.077a9 9 0 0 1-1.044-.573a9.04 9.04 0 0 1 3.172-3.28q.75.202 1.48.54" clip-rule="evenodd"/></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%20fill-rule%3D%22evenodd%22%20d%3D%22M1%2011.955v.09c.01%202.685.984%205.144%202.592%207.048a11.1%2011.1%200%200%200%203.378%202.692A10.9%2010.9%200%200%200%2012%2023c3.69%200%206.955-1.816%208.95-4.604q.628-.878%201.08-1.871c.623-1.38.97-2.912.97-4.525c0-3.26-1.418-6.19-3.672-8.203a10.95%2010.95%200%200%200-7.663-2.792A10.94%2010.94%200%200%200%204.43%204.019a11.05%2011.05%200%200%200-2.76%204.188A11%2011%200%200%200%201%2011.955m19.481%203.064c.336-.944.519-1.96.519-3.019a8.97%208.97%200%200%200-2.581-6.309a10.9%2010.9%200%200%201-3.152%203.356a11%2011%200%200%201%20.738%203.83a11.1%2011.1%200%200%201%204.476%202.142m-4.64-.124a9.05%209.05%200%200%201%203.731%201.971a9%209%200%200%201-6.993%204.116a11%2011%200%200%200%202.393-3.33c.419-.899.706-1.825.87-2.757m-1.845-2.273a9%209%200%200%200-.495-2.581A10.98%2010.98%200%200%201%203.366%209.45A9%209%200%200%200%203%2012a8.96%208.96%200%200%200%201.668%205.22a11.02%2011.02%200%200%201%209.328-4.598M6.047%2018.75a9.01%209.01%200%200%201%207.812-4.13a9%209%200%200%201-.7%202.186a8.96%208.96%200%200%201-3.485%203.89a9%209%200%200%201-3.627-1.946M12%203c1.785%200%203.448.52%204.847%201.415a8.9%208.9%200%200%201-2.479%202.816a10.94%2010.94%200%200%200-4.341-4.014A9%209%200%200%201%2012%203M8.806%204.846a8.96%208.96%200%200%201%203.832%203.39a8.98%208.98%200%200%201-7.439-.077a9%209%200%200%201-1.044-.573a9.04%209.04%200%200%201%203.172-3.28q.75.202%201.48.54%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M1%2011.955v.09c.01%202.685.984%205.144%202.592%207.048a11.1%2011.1%200%200%200%203.378%202.692A10.9%2010.9%200%200%200%2012%2023c3.69%200%206.955-1.816%208.95-4.604q.628-.878%201.08-1.871c.623-1.38.97-2.912.97-4.525c0-3.26-1.418-6.19-3.672-8.203a10.95%2010.95%200%200%200-7.663-2.792A10.94%2010.94%200%200%200%204.43%204.019a11.05%2011.05%200%200%200-2.76%204.188A11%2011%200%200%200%201%2011.955m19.481%203.064c.336-.944.519-1.96.519-3.019a8.97%208.97%200%200%200-2.581-6.309a10.9%2010.9%200%200%201-3.152%203.356a11%2011%200%200%201%20.738%203.83a11.1%2011.1%200%200%201%204.476%202.142m-4.64-.124a9.05%209.05%200%200%201%203.731%201.971a9%209%200%200%201-6.993%204.116a11%2011%200%200%200%202.393-3.33c.419-.899.706-1.825.87-2.757m-1.845-2.273a9%209%200%200%200-.495-2.581A10.98%2010.98%200%200%201%203.366%209.45A9%209%200%200%200%203%2012a8.96%208.96%200%200%200%201.668%205.22a11.02%2011.02%200%200%201%209.328-4.598M6.047%2018.75a9.01%209.01%200%200%201%207.812-4.13a9%209%200%200%201-.7%202.186a8.96%208.96%200%200%201-3.485%203.89a9%209%200%200%201-3.627-1.946M12%203c1.785%200%203.448.52%204.847%201.415a8.9%208.9%200%200%201-2.479%202.816a10.94%2010.94%200%200%200-4.341-4.014A9%209%200%200%201%2012%203M8.806%204.846a8.96%208.96%200%200%201%203.832%203.39a8.98%208.98%200%200%201-7.439-.077a9%209%200%200%201-1.044-.573a9.04%209.04%200%200%201%203.172-3.28q.75.202%201.48.54%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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