dub logo
dub from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.
- Name
- dub
- Set
- Catppuccin Icons
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
Related icons in Catppuccin Icons
Use the dub logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd" stroke="#ee99a0" stroke-linecap="round" stroke-linejoin="round"><path d="m4.537 10.789l-.841.41c-.25.12-.522.183-.799.183H.495V4.444h3.284c.924 0 1.673.75 1.673 1.673v2.831a2.613 2.613 0 0 0 2.613 2.613h0a2.613 2.613 0 0 0 2.614-2.613V4.44h3.157a1.67 1.67 0 0 1 1.669 1.67v.062c0 .888-.72 1.607-1.607 1.607h-1.83h1.626c1 0 1.811.811 1.811 1.811v.003c0 1-.81 1.81-1.81 1.81H11.23"/><circle cx="8.034" cy="8.941" r="1.25"/></g></svg>
React
import type { SVGProps } from "react";
export function CatppuccinDub(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" fillRule="evenodd" stroke="#ee99a0" strokeLinecap="round" strokeLinejoin="round"><path d="m4.537 10.789l-.841.41c-.25.12-.522.183-.799.183H.495V4.444h3.284c.924 0 1.673.75 1.673 1.673v2.831a2.613 2.613 0 0 0 2.613 2.613h0a2.613 2.613 0 0 0 2.614-2.613V4.44h3.157a1.67 1.67 0 0 1 1.669 1.67v.062c0 .888-.72 1.607-1.607 1.607h-1.83h1.626c1 0 1.811.811 1.811 1.811v.003c0 1-.81 1.81-1.81 1.81H11.23"/><circle cx="8.034" cy="8.941" r="1.25"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd" stroke="#ee99a0" stroke-linecap="round" stroke-linejoin="round"><path d="m4.537 10.789l-.841.41c-.25.12-.522.183-.799.183H.495V4.444h3.284c.924 0 1.673.75 1.673 1.673v2.831a2.613 2.613 0 0 0 2.613 2.613h0a2.613 2.613 0 0 0 2.614-2.613V4.44h3.157a1.67 1.67 0 0 1 1.669 1.67v.062c0 .888-.72 1.607-1.607 1.607h-1.83h1.626c1 0 1.811.811 1.811 1.811v.003c0 1-.81 1.81-1.81 1.81H11.23"/><circle cx="8.034" cy="8.941" r="1.25"/></g></svg> </template>
CSS
.icon-dub {
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%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23ee99a0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m4.537%2010.789l-.841.41c-.25.12-.522.183-.799.183H.495V4.444h3.284c.924%200%201.673.75%201.673%201.673v2.831a2.613%202.613%200%200%200%202.613%202.613h0a2.613%202.613%200%200%200%202.614-2.613V4.44h3.157a1.67%201.67%200%200%201%201.669%201.67v.062c0%20.888-.72%201.607-1.607%201.607h-1.83h1.626c1%200%201.811.811%201.811%201.811v.003c0%201-.81%201.81-1.81%201.81H11.23%22%2F%3E%3Ccircle%20cx%3D%228.034%22%20cy%3D%228.941%22%20r%3D%221.25%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23ee99a0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m4.537%2010.789l-.841.41c-.25.12-.522.183-.799.183H.495V4.444h3.284c.924%200%201.673.75%201.673%201.673v2.831a2.613%202.613%200%200%200%202.613%202.613h0a2.613%202.613%200%200%200%202.614-2.613V4.44h3.157a1.67%201.67%200%200%201%201.669%201.67v.062c0%20.888-.72%201.607-1.607%201.607h-1.83h1.626c1%200%201.811.811%201.811%201.811v.003c0%201-.81%201.81-1.81%201.81H11.23%22%2F%3E%3Ccircle%20cx%3D%228.034%22%20cy%3D%228.941%22%20r%3D%221.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/catppuccin/dub.svg?color=%231a73e8&size=48