d logo
d from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.
- Name
- d
- Set
- Catppuccin Icons
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
The same logo in other sets
Use the d logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#ee99a0" stroke-linecap="round" stroke-linejoin="round" d="M15 3.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-8-1c1.84 0 3.47.9 4.47 2.29a2 2 0 1 1 1.01 3.71a5.5 5.5 0 0 1-5.48 5H1.5v-11Zm-3.5 2v7H7a3.5 3.5 0 0 0 0-7z"/></svg>
React
import type { SVGProps } from "react";
export function CatppuccinD(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#ee99a0" strokeLinecap="round" strokeLinejoin="round" d="M15 3.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-8-1c1.84 0 3.47.9 4.47 2.29a2 2 0 1 1 1.01 3.71a5.5 5.5 0 0 1-5.48 5H1.5v-11Zm-3.5 2v7H7a3.5 3.5 0 0 0 0-7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#ee99a0" stroke-linecap="round" stroke-linejoin="round" d="M15 3.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-8-1c1.84 0 3.47.9 4.47 2.29a2 2 0 1 1 1.01 3.71a5.5 5.5 0 0 1-5.48 5H1.5v-11Zm-3.5 2v7H7a3.5 3.5 0 0 0 0-7z"/></svg> </template>
CSS
.icon-d {
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%22none%22%20stroke%3D%22%23ee99a0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%203.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-8-1c1.84%200%203.47.9%204.47%202.29a2%202%200%201%201%201.01%203.71a5.5%205.5%200%200%201-5.48%205H1.5v-11Zm-3.5%202v7H7a3.5%203.5%200%200%200%200-7z%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%22none%22%20stroke%3D%22%23ee99a0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%203.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-8-1c1.84%200%203.47.9%204.47%202.29a2%202%200%201%201%201.01%203.71a5.5%205.5%200%200%201-5.48%205H1.5v-11Zm-3.5%202v7H7a3.5%203.5%200%200%200%200-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/catppuccin/d.svg?color=%231a73e8&size=48