bxl dribbble icon

bxl-dribbble from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxl-dribbble
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxl dribbble icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.66 6.98a9.932 9.932 0 0 0-3.641-3.64C15.486 2.447 13.813 2 12 2s-3.486.447-5.02 1.34c-1.533.893-2.747 2.107-3.64 3.64S2 10.187 2 12s.446 3.487 1.34 5.02a9.924 9.924 0 0 0 3.641 3.64C8.514 21.553 10.187 22 12 22s3.486-.447 5.02-1.34a9.932 9.932 0 0 0 3.641-3.64C21.554 15.487 22 13.813 22 12s-.446-3.487-1.34-5.02zM12 3.66c2 0 3.772.64 5.32 1.919c-.92 1.174-2.286 2.14-4.1 2.9c-1.002-1.813-2.088-3.327-3.261-4.54A7.715 7.715 0 0 1 12 3.66zM5.51 6.8a8.116 8.116 0 0 1 2.711-2.22c1.212 1.201 2.325 2.7 3.34 4.5c-2 .6-4.114.9-6.341.9c-.573 0-1.006-.013-1.3-.04A8.549 8.549 0 0 1 5.51 6.8zM3.66 12c0-.054.003-.12.01-.2c.007-.08.01-.146.01-.2c.254.014.641.02 1.161.02c2.666 0 5.146-.367 7.439-1.1c.187.373.381.793.58 1.26c-1.32.293-2.674 1.006-4.061 2.14S6.4 16.247 5.76 17.5c-1.4-1.587-2.1-3.42-2.1-5.5zM12 20.34c-1.894 0-3.594-.587-5.101-1.759c.601-1.187 1.524-2.322 2.771-3.401c1.246-1.08 2.483-1.753 3.71-2.02a29.441 29.441 0 0 1 1.56 6.62a8.166 8.166 0 0 1-2.94.56zm7.08-3.96a8.351 8.351 0 0 1-2.58 2.621c-.24-2.08-.7-4.107-1.379-6.081c.932-.066 1.765-.1 2.5-.1c.799 0 1.686.034 2.659.1a8.098 8.098 0 0 1-1.2 3.46zm-1.24-5c-1.16 0-2.233.047-3.22.14a27.053 27.053 0 0 0-.68-1.62c2.066-.906 3.532-2.006 4.399-3.3c1.2 1.414 1.854 3.027 1.96 4.84c-.812-.04-1.632-.06-2.459-.06z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxlDribbble(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.66 6.98a9.932 9.932 0 0 0-3.641-3.64C15.486 2.447 13.813 2 12 2s-3.486.447-5.02 1.34c-1.533.893-2.747 2.107-3.64 3.64S2 10.187 2 12s.446 3.487 1.34 5.02a9.924 9.924 0 0 0 3.641 3.64C8.514 21.553 10.187 22 12 22s3.486-.447 5.02-1.34a9.932 9.932 0 0 0 3.641-3.64C21.554 15.487 22 13.813 22 12s-.446-3.487-1.34-5.02zM12 3.66c2 0 3.772.64 5.32 1.919c-.92 1.174-2.286 2.14-4.1 2.9c-1.002-1.813-2.088-3.327-3.261-4.54A7.715 7.715 0 0 1 12 3.66zM5.51 6.8a8.116 8.116 0 0 1 2.711-2.22c1.212 1.201 2.325 2.7 3.34 4.5c-2 .6-4.114.9-6.341.9c-.573 0-1.006-.013-1.3-.04A8.549 8.549 0 0 1 5.51 6.8zM3.66 12c0-.054.003-.12.01-.2c.007-.08.01-.146.01-.2c.254.014.641.02 1.161.02c2.666 0 5.146-.367 7.439-1.1c.187.373.381.793.58 1.26c-1.32.293-2.674 1.006-4.061 2.14S6.4 16.247 5.76 17.5c-1.4-1.587-2.1-3.42-2.1-5.5zM12 20.34c-1.894 0-3.594-.587-5.101-1.759c.601-1.187 1.524-2.322 2.771-3.401c1.246-1.08 2.483-1.753 3.71-2.02a29.441 29.441 0 0 1 1.56 6.62a8.166 8.166 0 0 1-2.94.56zm7.08-3.96a8.351 8.351 0 0 1-2.58 2.621c-.24-2.08-.7-4.107-1.379-6.081c.932-.066 1.765-.1 2.5-.1c.799 0 1.686.034 2.659.1a8.098 8.098 0 0 1-1.2 3.46zm-1.24-5c-1.16 0-2.233.047-3.22.14a27.053 27.053 0 0 0-.68-1.62c2.066-.906 3.532-2.006 4.399-3.3c1.2 1.414 1.854 3.027 1.96 4.84c-.812-.04-1.632-.06-2.459-.06z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.66 6.98a9.932 9.932 0 0 0-3.641-3.64C15.486 2.447 13.813 2 12 2s-3.486.447-5.02 1.34c-1.533.893-2.747 2.107-3.64 3.64S2 10.187 2 12s.446 3.487 1.34 5.02a9.924 9.924 0 0 0 3.641 3.64C8.514 21.553 10.187 22 12 22s3.486-.447 5.02-1.34a9.932 9.932 0 0 0 3.641-3.64C21.554 15.487 22 13.813 22 12s-.446-3.487-1.34-5.02zM12 3.66c2 0 3.772.64 5.32 1.919c-.92 1.174-2.286 2.14-4.1 2.9c-1.002-1.813-2.088-3.327-3.261-4.54A7.715 7.715 0 0 1 12 3.66zM5.51 6.8a8.116 8.116 0 0 1 2.711-2.22c1.212 1.201 2.325 2.7 3.34 4.5c-2 .6-4.114.9-6.341.9c-.573 0-1.006-.013-1.3-.04A8.549 8.549 0 0 1 5.51 6.8zM3.66 12c0-.054.003-.12.01-.2c.007-.08.01-.146.01-.2c.254.014.641.02 1.161.02c2.666 0 5.146-.367 7.439-1.1c.187.373.381.793.58 1.26c-1.32.293-2.674 1.006-4.061 2.14S6.4 16.247 5.76 17.5c-1.4-1.587-2.1-3.42-2.1-5.5zM12 20.34c-1.894 0-3.594-.587-5.101-1.759c.601-1.187 1.524-2.322 2.771-3.401c1.246-1.08 2.483-1.753 3.71-2.02a29.441 29.441 0 0 1 1.56 6.62a8.166 8.166 0 0 1-2.94.56zm7.08-3.96a8.351 8.351 0 0 1-2.58 2.621c-.24-2.08-.7-4.107-1.379-6.081c.932-.066 1.765-.1 2.5-.1c.799 0 1.686.034 2.659.1a8.098 8.098 0 0 1-1.2 3.46zm-1.24-5c-1.16 0-2.233.047-3.22.14a27.053 27.053 0 0 0-.68-1.62c2.066-.906 3.532-2.006 4.399-3.3c1.2 1.414 1.854 3.027 1.96 4.84c-.812-.04-1.632-.06-2.459-.06z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxl-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%20d%3D%22M20.66%206.98a9.932%209.932%200%200%200-3.641-3.64C15.486%202.447%2013.813%202%2012%202s-3.486.447-5.02%201.34c-1.533.893-2.747%202.107-3.64%203.64S2%2010.187%202%2012s.446%203.487%201.34%205.02a9.924%209.924%200%200%200%203.641%203.64C8.514%2021.553%2010.187%2022%2012%2022s3.486-.447%205.02-1.34a9.932%209.932%200%200%200%203.641-3.64C21.554%2015.487%2022%2013.813%2022%2012s-.446-3.487-1.34-5.02zM12%203.66c2%200%203.772.64%205.32%201.919c-.92%201.174-2.286%202.14-4.1%202.9c-1.002-1.813-2.088-3.327-3.261-4.54A7.715%207.715%200%200%201%2012%203.66zM5.51%206.8a8.116%208.116%200%200%201%202.711-2.22c1.212%201.201%202.325%202.7%203.34%204.5c-2%20.6-4.114.9-6.341.9c-.573%200-1.006-.013-1.3-.04A8.549%208.549%200%200%201%205.51%206.8zM3.66%2012c0-.054.003-.12.01-.2c.007-.08.01-.146.01-.2c.254.014.641.02%201.161.02c2.666%200%205.146-.367%207.439-1.1c.187.373.381.793.58%201.26c-1.32.293-2.674%201.006-4.061%202.14S6.4%2016.247%205.76%2017.5c-1.4-1.587-2.1-3.42-2.1-5.5zM12%2020.34c-1.894%200-3.594-.587-5.101-1.759c.601-1.187%201.524-2.322%202.771-3.401c1.246-1.08%202.483-1.753%203.71-2.02a29.441%2029.441%200%200%201%201.56%206.62a8.166%208.166%200%200%201-2.94.56zm7.08-3.96a8.351%208.351%200%200%201-2.58%202.621c-.24-2.08-.7-4.107-1.379-6.081c.932-.066%201.765-.1%202.5-.1c.799%200%201.686.034%202.659.1a8.098%208.098%200%200%201-1.2%203.46zm-1.24-5c-1.16%200-2.233.047-3.22.14a27.053%2027.053%200%200%200-.68-1.62c2.066-.906%203.532-2.006%204.399-3.3c1.2%201.414%201.854%203.027%201.96%204.84c-.812-.04-1.632-.06-2.459-.06z%22%20fill%3D%22currentColor%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%20d%3D%22M20.66%206.98a9.932%209.932%200%200%200-3.641-3.64C15.486%202.447%2013.813%202%2012%202s-3.486.447-5.02%201.34c-1.533.893-2.747%202.107-3.64%203.64S2%2010.187%202%2012s.446%203.487%201.34%205.02a9.924%209.924%200%200%200%203.641%203.64C8.514%2021.553%2010.187%2022%2012%2022s3.486-.447%205.02-1.34a9.932%209.932%200%200%200%203.641-3.64C21.554%2015.487%2022%2013.813%2022%2012s-.446-3.487-1.34-5.02zM12%203.66c2%200%203.772.64%205.32%201.919c-.92%201.174-2.286%202.14-4.1%202.9c-1.002-1.813-2.088-3.327-3.261-4.54A7.715%207.715%200%200%201%2012%203.66zM5.51%206.8a8.116%208.116%200%200%201%202.711-2.22c1.212%201.201%202.325%202.7%203.34%204.5c-2%20.6-4.114.9-6.341.9c-.573%200-1.006-.013-1.3-.04A8.549%208.549%200%200%201%205.51%206.8zM3.66%2012c0-.054.003-.12.01-.2c.007-.08.01-.146.01-.2c.254.014.641.02%201.161.02c2.666%200%205.146-.367%207.439-1.1c.187.373.381.793.58%201.26c-1.32.293-2.674%201.006-4.061%202.14S6.4%2016.247%205.76%2017.5c-1.4-1.587-2.1-3.42-2.1-5.5zM12%2020.34c-1.894%200-3.594-.587-5.101-1.759c.601-1.187%201.524-2.322%202.771-3.401c1.246-1.08%202.483-1.753%203.71-2.02a29.441%2029.441%200%200%201%201.56%206.62a8.166%208.166%200%200%201-2.94.56zm7.08-3.96a8.351%208.351%200%200%201-2.58%202.621c-.24-2.08-.7-4.107-1.379-6.081c.932-.066%201.765-.1%202.5-.1c.799%200%201.686.034%202.659.1a8.098%208.098%200%200%201-1.2%203.46zm-1.24-5c-1.16%200-2.233.047-3.22.14a27.053%2027.053%200%200%200-.68-1.62c2.066-.906%203.532-2.006%204.399-3.3c1.2%201.414%201.854%203.027%201.96%204.84c-.812-.04-1.632-.06-2.459-.06z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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