dribble icon
dribble from IconPark Outline by ByteDance · Outline · Brand · Apache-2.0 Free for personal and commercial use.
- Name
- dribble
- Set
- IconPark Outline
- Style
- Outline
- Category
- Brand
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More brand icons from IconPark Outline
Use the dribble icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M44 24a19.94 19.94 0 0 1-5.889 14.173A19.94 19.94 0 0 1 24 44C12.954 44 4 35.046 4 24a19.93 19.93 0 0 1 5.5-13.775A19.94 19.94 0 0 1 24 4a19.94 19.94 0 0 1 14.111 5.827A19.94 19.94 0 0 1 44 24"/><path d="M44 24c-2.918 0-10.968-1.1-18.173 2.063C18 29.5 12.333 34.832 9.863 38.147"/><path d="M16.5 5.454C19.63 8.343 26.46 15.698 29 23s3.48 16.28 4.06 18.835"/><path d="M4.154 21.5c3.778.228 13.779.433 20.179-2.3s11.907-7.76 13.796-9.355M5.5 31.613a20.08 20.08 0 0 0 9 9.991"/><path d="M4 24a19.93 19.93 0 0 1 5.5-13.775M24 4a19.94 19.94 0 0 0-14.5 6.225M32 5.664a20 20 0 0 1 6.111 4.163A19.94 19.94 0 0 1 44 24c0 2.462-.445 4.821-1.26 7M24 44a19.94 19.94 0 0 0 14.111-5.827"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineDribble(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M44 24a19.94 19.94 0 0 1-5.889 14.173A19.94 19.94 0 0 1 24 44C12.954 44 4 35.046 4 24a19.93 19.93 0 0 1 5.5-13.775A19.94 19.94 0 0 1 24 4a19.94 19.94 0 0 1 14.111 5.827A19.94 19.94 0 0 1 44 24"/><path d="M44 24c-2.918 0-10.968-1.1-18.173 2.063C18 29.5 12.333 34.832 9.863 38.147"/><path d="M16.5 5.454C19.63 8.343 26.46 15.698 29 23s3.48 16.28 4.06 18.835"/><path d="M4.154 21.5c3.778.228 13.779.433 20.179-2.3s11.907-7.76 13.796-9.355M5.5 31.613a20.08 20.08 0 0 0 9 9.991"/><path d="M4 24a19.93 19.93 0 0 1 5.5-13.775M24 4a19.94 19.94 0 0 0-14.5 6.225M32 5.664a20 20 0 0 1 6.111 4.163A19.94 19.94 0 0 1 44 24c0 2.462-.445 4.821-1.26 7M24 44a19.94 19.94 0 0 0 14.111-5.827"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M44 24a19.94 19.94 0 0 1-5.889 14.173A19.94 19.94 0 0 1 24 44C12.954 44 4 35.046 4 24a19.93 19.93 0 0 1 5.5-13.775A19.94 19.94 0 0 1 24 4a19.94 19.94 0 0 1 14.111 5.827A19.94 19.94 0 0 1 44 24"/><path d="M44 24c-2.918 0-10.968-1.1-18.173 2.063C18 29.5 12.333 34.832 9.863 38.147"/><path d="M16.5 5.454C19.63 8.343 26.46 15.698 29 23s3.48 16.28 4.06 18.835"/><path d="M4.154 21.5c3.778.228 13.779.433 20.179-2.3s11.907-7.76 13.796-9.355M5.5 31.613a20.08 20.08 0 0 0 9 9.991"/><path d="M4 24a19.93 19.93 0 0 1 5.5-13.775M24 4a19.94 19.94 0 0 0-14.5 6.225M32 5.664a20 20 0 0 1 6.111 4.163A19.94 19.94 0 0 1 44 24c0 2.462-.445 4.821-1.26 7M24 44a19.94 19.94 0 0 0 14.111-5.827"/></g></svg> </template>
CSS
.icon-dribble {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M44%2024a19.94%2019.94%200%200%201-5.889%2014.173A19.94%2019.94%200%200%201%2024%2044C12.954%2044%204%2035.046%204%2024a19.93%2019.93%200%200%201%205.5-13.775A19.94%2019.94%200%200%201%2024%204a19.94%2019.94%200%200%201%2014.111%205.827A19.94%2019.94%200%200%201%2044%2024%22%2F%3E%3Cpath%20d%3D%22M44%2024c-2.918%200-10.968-1.1-18.173%202.063C18%2029.5%2012.333%2034.832%209.863%2038.147%22%2F%3E%3Cpath%20d%3D%22M16.5%205.454C19.63%208.343%2026.46%2015.698%2029%2023s3.48%2016.28%204.06%2018.835%22%2F%3E%3Cpath%20d%3D%22M4.154%2021.5c3.778.228%2013.779.433%2020.179-2.3s11.907-7.76%2013.796-9.355M5.5%2031.613a20.08%2020.08%200%200%200%209%209.991%22%2F%3E%3Cpath%20d%3D%22M4%2024a19.93%2019.93%200%200%201%205.5-13.775M24%204a19.94%2019.94%200%200%200-14.5%206.225M32%205.664a20%2020%200%200%201%206.111%204.163A19.94%2019.94%200%200%201%2044%2024c0%202.462-.445%204.821-1.26%207M24%2044a19.94%2019.94%200%200%200%2014.111-5.827%22%2F%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M44%2024a19.94%2019.94%200%200%201-5.889%2014.173A19.94%2019.94%200%200%201%2024%2044C12.954%2044%204%2035.046%204%2024a19.93%2019.93%200%200%201%205.5-13.775A19.94%2019.94%200%200%201%2024%204a19.94%2019.94%200%200%201%2014.111%205.827A19.94%2019.94%200%200%201%2044%2024%22%2F%3E%3Cpath%20d%3D%22M44%2024c-2.918%200-10.968-1.1-18.173%202.063C18%2029.5%2012.333%2034.832%209.863%2038.147%22%2F%3E%3Cpath%20d%3D%22M16.5%205.454C19.63%208.343%2026.46%2015.698%2029%2023s3.48%2016.28%204.06%2018.835%22%2F%3E%3Cpath%20d%3D%22M4.154%2021.5c3.778.228%2013.779.433%2020.179-2.3s11.907-7.76%2013.796-9.355M5.5%2031.613a20.08%2020.08%200%200%200%209%209.991%22%2F%3E%3Cpath%20d%3D%22M4%2024a19.93%2019.93%200%200%201%205.5-13.775M24%204a19.94%2019.94%200%200%200-14.5%206.225M32%205.664a20%2020%200%200%201%206.111%204.163A19.94%2019.94%200%200%201%2044%2024c0%202.462-.445%204.821-1.26%207M24%2044a19.94%2019.94%200%200%200%2014.111-5.827%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/dribble.svg?color=%231a73e8&size=48