bun-lock from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
bun-lock
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

Use the bun lock logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="#8087a2" d="M15 11.51c.28 0 .5.23.5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-3c0-.27.22-.5.5-.5zm-4 0v-1.5a1.5 1.5 0 1 1 3 0v1.5"/><path stroke="#f4dbd6" d="M14.5 7.01c0-3.69-4.2-5.57-7-6.5c-2.8.93-7 2.81-7 6.5c0 4.85 5.13 5.5 7 5.5"/><path stroke="#ee99a0" d="M5.5 8.51h4c-.67.67-1.33 1-2 1s-1.33-.33-2-1"/><path stroke="#cad3f5" d="M5 6.51a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m5 0a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinBunLock(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" strokeLinecap="round" strokeLinejoin="round"><path stroke="#8087a2" d="M15 11.51c.28 0 .5.23.5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-3c0-.27.22-.5.5-.5zm-4 0v-1.5a1.5 1.5 0 1 1 3 0v1.5"/><path stroke="#f4dbd6" d="M14.5 7.01c0-3.69-4.2-5.57-7-6.5c-2.8.93-7 2.81-7 6.5c0 4.85 5.13 5.5 7 5.5"/><path stroke="#ee99a0" d="M5.5 8.51h4c-.67.67-1.33 1-2 1s-1.33-.33-2-1"/><path stroke="#cad3f5" d="M5 6.51a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m5 0a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="#8087a2" d="M15 11.51c.28 0 .5.23.5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-3c0-.27.22-.5.5-.5zm-4 0v-1.5a1.5 1.5 0 1 1 3 0v1.5"/><path stroke="#f4dbd6" d="M14.5 7.01c0-3.69-4.2-5.57-7-6.5c-2.8.93-7 2.81-7 6.5c0 4.85 5.13 5.5 7 5.5"/><path stroke="#ee99a0" d="M5.5 8.51h4c-.67.67-1.33 1-2 1s-1.33-.33-2-1"/><path stroke="#cad3f5" d="M5 6.51a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m5 0a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></g></svg>
</template>

CSS

.icon-bun-lock {
  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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%238087a2%22%20d%3D%22M15%2011.51c.28%200%20.5.23.5.5v3a.5.5%200%200%201-.5.5h-5a.5.5%200%200%201-.5-.5v-3c0-.27.22-.5.5-.5zm-4%200v-1.5a1.5%201.5%200%201%201%203%200v1.5%22%2F%3E%3Cpath%20stroke%3D%22%23f4dbd6%22%20d%3D%22M14.5%207.01c0-3.69-4.2-5.57-7-6.5c-2.8.93-7%202.81-7%206.5c0%204.85%205.13%205.5%207%205.5%22%2F%3E%3Cpath%20stroke%3D%22%23ee99a0%22%20d%3D%22M5.5%208.51h4c-.67.67-1.33%201-2%201s-1.33-.33-2-1%22%2F%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22M5%206.51a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m5%200a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%238087a2%22%20d%3D%22M15%2011.51c.28%200%20.5.23.5.5v3a.5.5%200%200%201-.5.5h-5a.5.5%200%200%201-.5-.5v-3c0-.27.22-.5.5-.5zm-4%200v-1.5a1.5%201.5%200%201%201%203%200v1.5%22%2F%3E%3Cpath%20stroke%3D%22%23f4dbd6%22%20d%3D%22M14.5%207.01c0-3.69-4.2-5.57-7-6.5c-2.8.93-7%202.81-7%206.5c0%204.85%205.13%205.5%207%205.5%22%2F%3E%3Cpath%20stroke%3D%22%23ee99a0%22%20d%3D%22M5.5%208.51h4c-.67.67-1.33%201-2%201s-1.33-.33-2-1%22%2F%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22M5%206.51a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m5%200a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%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/bun-lock.svg?color=%231a73e8&size=48