dribbble from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
dribbble
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

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" d="M2 12a10 10 0 1 1 10 10A10.01 10.01 0 0 1 2 12m11.395 1.125a11.02 11.02 0 0 0-6.48 5.41l.113.09a8.26 8.26 0 0 0 4.106 1.598a8.4 8.4 0 0 0 3.633-.349c.135 0 .18-.101.158-.247a30 30 0 0 0-1.058-4.984c-.146-.506-.315-.99-.472-1.518M12.27 10.48a25.1 25.1 0 0 1-8.616 1.125a8.3 8.3 0 0 0 2.07 5.883a12.75 12.75 0 0 1 7.086-5.759zm-8.358-.56c2.57.153 5.146-.14 7.616-.866a20 20 0 0 0-3.206-4.387a.146.146 0 0 0-.214 0a8.2 8.2 0 0 0-3.16 2.925a8 8 0 0 0-1.013 2.362zm16.356 2.97a35 35 0 0 0-5.107 0c.259 1.012.562 2.002.787 3.003s.383 2.036.574 3.06a8.4 8.4 0 0 0 3.768-6.03zm-2.947-7.3a8.31 8.31 0 0 0-7.368-1.654a20.8 20.8 0 0 1 3.273 4.5a10.5 10.5 0 0 0 4.095-2.847m-3.375 4.308c.214.528.416 1.034.641 1.54c0 0 .113.068.169.068c.45 0 .9-.079 1.35-.09h4.173a8.06 8.06 0 0 0-1.946-4.78a10.27 10.27 0 0 1-4.376 3.262z"/></svg>

React

import type { SVGProps } from "react";

export function MageDribbble(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="M2 12a10 10 0 1 1 10 10A10.01 10.01 0 0 1 2 12m11.395 1.125a11.02 11.02 0 0 0-6.48 5.41l.113.09a8.26 8.26 0 0 0 4.106 1.598a8.4 8.4 0 0 0 3.633-.349c.135 0 .18-.101.158-.247a30 30 0 0 0-1.058-4.984c-.146-.506-.315-.99-.472-1.518M12.27 10.48a25.1 25.1 0 0 1-8.616 1.125a8.3 8.3 0 0 0 2.07 5.883a12.75 12.75 0 0 1 7.086-5.759zm-8.358-.56c2.57.153 5.146-.14 7.616-.866a20 20 0 0 0-3.206-4.387a.146.146 0 0 0-.214 0a8.2 8.2 0 0 0-3.16 2.925a8 8 0 0 0-1.013 2.362zm16.356 2.97a35 35 0 0 0-5.107 0c.259 1.012.562 2.002.787 3.003s.383 2.036.574 3.06a8.4 8.4 0 0 0 3.768-6.03zm-2.947-7.3a8.31 8.31 0 0 0-7.368-1.654a20.8 20.8 0 0 1 3.273 4.5a10.5 10.5 0 0 0 4.095-2.847m-3.375 4.308c.214.528.416 1.034.641 1.54c0 0 .113.068.169.068c.45 0 .9-.079 1.35-.09h4.173a8.06 8.06 0 0 0-1.946-4.78a10.27 10.27 0 0 1-4.376 3.262z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12a10 10 0 1 1 10 10A10.01 10.01 0 0 1 2 12m11.395 1.125a11.02 11.02 0 0 0-6.48 5.41l.113.09a8.26 8.26 0 0 0 4.106 1.598a8.4 8.4 0 0 0 3.633-.349c.135 0 .18-.101.158-.247a30 30 0 0 0-1.058-4.984c-.146-.506-.315-.99-.472-1.518M12.27 10.48a25.1 25.1 0 0 1-8.616 1.125a8.3 8.3 0 0 0 2.07 5.883a12.75 12.75 0 0 1 7.086-5.759zm-8.358-.56c2.57.153 5.146-.14 7.616-.866a20 20 0 0 0-3.206-4.387a.146.146 0 0 0-.214 0a8.2 8.2 0 0 0-3.16 2.925a8 8 0 0 0-1.013 2.362zm16.356 2.97a35 35 0 0 0-5.107 0c.259 1.012.562 2.002.787 3.003s.383 2.036.574 3.06a8.4 8.4 0 0 0 3.768-6.03zm-2.947-7.3a8.31 8.31 0 0 0-7.368-1.654a20.8 20.8 0 0 1 3.273 4.5a10.5 10.5 0 0 0 4.095-2.847m-3.375 4.308c.214.528.416 1.034.641 1.54c0 0 .113.068.169.068c.45 0 .9-.079 1.35-.09h4.173a8.06 8.06 0 0 0-1.946-4.78a10.27 10.27 0 0 1-4.376 3.262z"/></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%20d%3D%22M2%2012a10%2010%200%201%201%2010%2010A10.01%2010.01%200%200%201%202%2012m11.395%201.125a11.02%2011.02%200%200%200-6.48%205.41l.113.09a8.26%208.26%200%200%200%204.106%201.598a8.4%208.4%200%200%200%203.633-.349c.135%200%20.18-.101.158-.247a30%2030%200%200%200-1.058-4.984c-.146-.506-.315-.99-.472-1.518M12.27%2010.48a25.1%2025.1%200%200%201-8.616%201.125a8.3%208.3%200%200%200%202.07%205.883a12.75%2012.75%200%200%201%207.086-5.759zm-8.358-.56c2.57.153%205.146-.14%207.616-.866a20%2020%200%200%200-3.206-4.387a.146.146%200%200%200-.214%200a8.2%208.2%200%200%200-3.16%202.925a8%208%200%200%200-1.013%202.362zm16.356%202.97a35%2035%200%200%200-5.107%200c.259%201.012.562%202.002.787%203.003s.383%202.036.574%203.06a8.4%208.4%200%200%200%203.768-6.03zm-2.947-7.3a8.31%208.31%200%200%200-7.368-1.654a20.8%2020.8%200%200%201%203.273%204.5a10.5%2010.5%200%200%200%204.095-2.847m-3.375%204.308c.214.528.416%201.034.641%201.54c0%200%20.113.068.169.068c.45%200%20.9-.079%201.35-.09h4.173a8.06%208.06%200%200%200-1.946-4.78a10.27%2010.27%200%200%201-4.376%203.262z%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%22M2%2012a10%2010%200%201%201%2010%2010A10.01%2010.01%200%200%201%202%2012m11.395%201.125a11.02%2011.02%200%200%200-6.48%205.41l.113.09a8.26%208.26%200%200%200%204.106%201.598a8.4%208.4%200%200%200%203.633-.349c.135%200%20.18-.101.158-.247a30%2030%200%200%200-1.058-4.984c-.146-.506-.315-.99-.472-1.518M12.27%2010.48a25.1%2025.1%200%200%201-8.616%201.125a8.3%208.3%200%200%200%202.07%205.883a12.75%2012.75%200%200%201%207.086-5.759zm-8.358-.56c2.57.153%205.146-.14%207.616-.866a20%2020%200%200%200-3.206-4.387a.146.146%200%200%200-.214%200a8.2%208.2%200%200%200-3.16%202.925a8%208%200%200%200-1.013%202.362zm16.356%202.97a35%2035%200%200%200-5.107%200c.259%201.012.562%202.002.787%203.003s.383%202.036.574%203.06a8.4%208.4%200%200%200%203.768-6.03zm-2.947-7.3a8.31%208.31%200%200%200-7.368-1.654a20.8%2020.8%200%200%201%203.273%204.5a10.5%2010.5%200%200%200%204.095-2.847m-3.375%204.308c.214.528.416%201.034.641%201.54c0%200%20.113.068.169.068c.45%200%20.9-.079%201.35-.09h4.173a8.06%208.06%200%200%200-1.946-4.78a10.27%2010.27%200%200%201-4.376%203.262z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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