dribbble icon
dribbble from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- dribbble
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
dribbble-fillAkar IconsdribbbleBoxicons BrandsdribbbleFont Awesome 6 BrandsdribbbleFeather Iconsdribbblecss.ggdribbbleHuge IconsdribbbleIconoirdribbbleJam IconsdribbbleLine AwesomedribbbleSVG LogosdribbbleLucidedribbbleMage IconsdribbbleMaterial Design Iconsdribbble-fillMingCute Icondribbble-fillRemix IcondribbbleSimple Iconsdribbble-outlineTeenyiconsdribbbleUniconsdribbbleUnicons Monochrome
Use the dribbble icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8 0C3.584 0 0 3.584 0 8s3.584 8 8 8c4.408 0 8-3.584 8-8s-3.592-8-8-8m5.284 3.688a6.8 6.8 0 0 1 1.545 4.251c-.226-.043-2.482-.503-4.755-.217c-.052-.112-.096-.234-.148-.355c-.139-.33-.295-.668-.451-.99c2.516-1.023 3.662-2.498 3.81-2.69zM8 1.18c1.735 0 3.323.65 4.53 1.718c-.122.174-1.155 1.553-3.584 2.464c-1.12-2.056-2.36-3.74-2.551-4A7 7 0 0 1 8 1.18m-2.907.642A43 43 0 0 1 7.627 5.77c-3.193.85-6.013.833-6.317.833a6.87 6.87 0 0 1 3.783-4.78zM1.163 8.01V7.8c.295.01 3.61.053 7.02-.971c.199.381.381.772.555 1.162l-.27.078c-3.522 1.137-5.396 4.243-5.553 4.504a6.82 6.82 0 0 1-1.752-4.564zM8 14.837a6.8 6.8 0 0 1-4.19-1.44c.12-.252 1.509-2.924 5.361-4.269c.018-.009.026-.009.044-.017a28.3 28.3 0 0 1 1.457 5.18A6.7 6.7 0 0 1 8 14.837m3.81-1.171c-.07-.417-.435-2.412-1.328-4.868c2.143-.338 4.017.217 4.251.295a6.77 6.77 0 0 1-2.924 4.573z"/></svg>
React
import type { SVGProps } from "react";
export function BiDribbble(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M8 0C3.584 0 0 3.584 0 8s3.584 8 8 8c4.408 0 8-3.584 8-8s-3.592-8-8-8m5.284 3.688a6.8 6.8 0 0 1 1.545 4.251c-.226-.043-2.482-.503-4.755-.217c-.052-.112-.096-.234-.148-.355c-.139-.33-.295-.668-.451-.99c2.516-1.023 3.662-2.498 3.81-2.69zM8 1.18c1.735 0 3.323.65 4.53 1.718c-.122.174-1.155 1.553-3.584 2.464c-1.12-2.056-2.36-3.74-2.551-4A7 7 0 0 1 8 1.18m-2.907.642A43 43 0 0 1 7.627 5.77c-3.193.85-6.013.833-6.317.833a6.87 6.87 0 0 1 3.783-4.78zM1.163 8.01V7.8c.295.01 3.61.053 7.02-.971c.199.381.381.772.555 1.162l-.27.078c-3.522 1.137-5.396 4.243-5.553 4.504a6.82 6.82 0 0 1-1.752-4.564zM8 14.837a6.8 6.8 0 0 1-4.19-1.44c.12-.252 1.509-2.924 5.361-4.269c.018-.009.026-.009.044-.017a28.3 28.3 0 0 1 1.457 5.18A6.7 6.7 0 0 1 8 14.837m3.81-1.171c-.07-.417-.435-2.412-1.328-4.868c2.143-.338 4.017.217 4.251.295a6.77 6.77 0 0 1-2.924 4.573z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8 0C3.584 0 0 3.584 0 8s3.584 8 8 8c4.408 0 8-3.584 8-8s-3.592-8-8-8m5.284 3.688a6.8 6.8 0 0 1 1.545 4.251c-.226-.043-2.482-.503-4.755-.217c-.052-.112-.096-.234-.148-.355c-.139-.33-.295-.668-.451-.99c2.516-1.023 3.662-2.498 3.81-2.69zM8 1.18c1.735 0 3.323.65 4.53 1.718c-.122.174-1.155 1.553-3.584 2.464c-1.12-2.056-2.36-3.74-2.551-4A7 7 0 0 1 8 1.18m-2.907.642A43 43 0 0 1 7.627 5.77c-3.193.85-6.013.833-6.317.833a6.87 6.87 0 0 1 3.783-4.78zM1.163 8.01V7.8c.295.01 3.61.053 7.02-.971c.199.381.381.772.555 1.162l-.27.078c-3.522 1.137-5.396 4.243-5.553 4.504a6.82 6.82 0 0 1-1.752-4.564zM8 14.837a6.8 6.8 0 0 1-4.19-1.44c.12-.252 1.509-2.924 5.361-4.269c.018-.009.026-.009.044-.017a28.3 28.3 0 0 1 1.457 5.18A6.7 6.7 0 0 1 8 14.837m3.81-1.171c-.07-.417-.435-2.412-1.328-4.868c2.143-.338 4.017.217 4.251.295a6.77 6.77 0 0 1-2.924 4.573z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%200C3.584%200%200%203.584%200%208s3.584%208%208%208c4.408%200%208-3.584%208-8s-3.592-8-8-8m5.284%203.688a6.8%206.8%200%200%201%201.545%204.251c-.226-.043-2.482-.503-4.755-.217c-.052-.112-.096-.234-.148-.355c-.139-.33-.295-.668-.451-.99c2.516-1.023%203.662-2.498%203.81-2.69zM8%201.18c1.735%200%203.323.65%204.53%201.718c-.122.174-1.155%201.553-3.584%202.464c-1.12-2.056-2.36-3.74-2.551-4A7%207%200%200%201%208%201.18m-2.907.642A43%2043%200%200%201%207.627%205.77c-3.193.85-6.013.833-6.317.833a6.87%206.87%200%200%201%203.783-4.78zM1.163%208.01V7.8c.295.01%203.61.053%207.02-.971c.199.381.381.772.555%201.162l-.27.078c-3.522%201.137-5.396%204.243-5.553%204.504a6.82%206.82%200%200%201-1.752-4.564zM8%2014.837a6.8%206.8%200%200%201-4.19-1.44c.12-.252%201.509-2.924%205.361-4.269c.018-.009.026-.009.044-.017a28.3%2028.3%200%200%201%201.457%205.18A6.7%206.7%200%200%201%208%2014.837m3.81-1.171c-.07-.417-.435-2.412-1.328-4.868c2.143-.338%204.017.217%204.251.295a6.77%206.77%200%200%201-2.924%204.573z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%200C3.584%200%200%203.584%200%208s3.584%208%208%208c4.408%200%208-3.584%208-8s-3.592-8-8-8m5.284%203.688a6.8%206.8%200%200%201%201.545%204.251c-.226-.043-2.482-.503-4.755-.217c-.052-.112-.096-.234-.148-.355c-.139-.33-.295-.668-.451-.99c2.516-1.023%203.662-2.498%203.81-2.69zM8%201.18c1.735%200%203.323.65%204.53%201.718c-.122.174-1.155%201.553-3.584%202.464c-1.12-2.056-2.36-3.74-2.551-4A7%207%200%200%201%208%201.18m-2.907.642A43%2043%200%200%201%207.627%205.77c-3.193.85-6.013.833-6.317.833a6.87%206.87%200%200%201%203.783-4.78zM1.163%208.01V7.8c.295.01%203.61.053%207.02-.971c.199.381.381.772.555%201.162l-.27.078c-3.522%201.137-5.396%204.243-5.553%204.504a6.82%206.82%200%200%201-1.752-4.564zM8%2014.837a6.8%206.8%200%200%201-4.19-1.44c.12-.252%201.509-2.924%205.361-4.269c.018-.009.026-.009.044-.017a28.3%2028.3%200%200%201%201.457%205.18A6.7%206.7%200%200%201%208%2014.837m3.81-1.171c-.07-.417-.435-2.412-1.328-4.868c2.143-.338%204.017.217%204.251.295a6.77%206.77%200%200%201-2.924%204.573z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/dribbble.svg?color=%231a73e8&size=48