vs-codium from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
vs-codium
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

Use the vs codium logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke="#8aadf4" stroke-linecap="round" stroke-linejoin="round"><path d="M1.63 7.61c-.08 2.45.7 3.91 2.37 4.39a5.53 5.53 0 0 1 3.5 2.5"/><path d="M3.5 3.5c1.19.76 1.78 1.53 1.78 2.32S4.2 8.52 4.56 10c.45 1.82 2.94 2 2.94 4.5"/><path d="M7.5 7.5c-.47.08-.96.24-1.47.5c-.76.39-1.47 1.54-1.47 2"/><path d="M7.5 1.5c1.4 2.02 2.1 3.86 2.1 5.53c0 1.17-.29 2.3-.88 3.27c-.57.93-1.22 1.16-1.22 4.2m5-12c-1 0-1.51.5-2.01 1c-.34.33-.67 1-.99 2m4 1c.23 1.46-.1 2.63-1 3.5c-.9.88-1.63.45-3 1.5c-.48.37-1.15 1.37-2 3m4.5-4h2.5"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinVsCodium(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" stroke="#8aadf4" strokeLinecap="round" strokeLinejoin="round"><path d="M1.63 7.61c-.08 2.45.7 3.91 2.37 4.39a5.53 5.53 0 0 1 3.5 2.5"/><path d="M3.5 3.5c1.19.76 1.78 1.53 1.78 2.32S4.2 8.52 4.56 10c.45 1.82 2.94 2 2.94 4.5"/><path d="M7.5 7.5c-.47.08-.96.24-1.47.5c-.76.39-1.47 1.54-1.47 2"/><path d="M7.5 1.5c1.4 2.02 2.1 3.86 2.1 5.53c0 1.17-.29 2.3-.88 3.27c-.57.93-1.22 1.16-1.22 4.2m5-12c-1 0-1.51.5-2.01 1c-.34.33-.67 1-.99 2m4 1c.23 1.46-.1 2.63-1 3.5c-.9.88-1.63.45-3 1.5c-.48.37-1.15 1.37-2 3m4.5-4h2.5"/></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="#8aadf4" stroke-linecap="round" stroke-linejoin="round"><path d="M1.63 7.61c-.08 2.45.7 3.91 2.37 4.39a5.53 5.53 0 0 1 3.5 2.5"/><path d="M3.5 3.5c1.19.76 1.78 1.53 1.78 2.32S4.2 8.52 4.56 10c.45 1.82 2.94 2 2.94 4.5"/><path d="M7.5 7.5c-.47.08-.96.24-1.47.5c-.76.39-1.47 1.54-1.47 2"/><path d="M7.5 1.5c1.4 2.02 2.1 3.86 2.1 5.53c0 1.17-.29 2.3-.88 3.27c-.57.93-1.22 1.16-1.22 4.2m5-12c-1 0-1.51.5-2.01 1c-.34.33-.67 1-.99 2m4 1c.23 1.46-.1 2.63-1 3.5c-.9.88-1.63.45-3 1.5c-.48.37-1.15 1.37-2 3m4.5-4h2.5"/></g></svg>
</template>

CSS

.icon-vs-codium {
  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%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M1.63%207.61c-.08%202.45.7%203.91%202.37%204.39a5.53%205.53%200%200%201%203.5%202.5%22%2F%3E%3Cpath%20d%3D%22M3.5%203.5c1.19.76%201.78%201.53%201.78%202.32S4.2%208.52%204.56%2010c.45%201.82%202.94%202%202.94%204.5%22%2F%3E%3Cpath%20d%3D%22M7.5%207.5c-.47.08-.96.24-1.47.5c-.76.39-1.47%201.54-1.47%202%22%2F%3E%3Cpath%20d%3D%22M7.5%201.5c1.4%202.02%202.1%203.86%202.1%205.53c0%201.17-.29%202.3-.88%203.27c-.57.93-1.22%201.16-1.22%204.2m5-12c-1%200-1.51.5-2.01%201c-.34.33-.67%201-.99%202m4%201c.23%201.46-.1%202.63-1%203.5c-.9.88-1.63.45-3%201.5c-.48.37-1.15%201.37-2%203m4.5-4h2.5%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%3D%22%238aadf4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M1.63%207.61c-.08%202.45.7%203.91%202.37%204.39a5.53%205.53%200%200%201%203.5%202.5%22%2F%3E%3Cpath%20d%3D%22M3.5%203.5c1.19.76%201.78%201.53%201.78%202.32S4.2%208.52%204.56%2010c.45%201.82%202.94%202%202.94%204.5%22%2F%3E%3Cpath%20d%3D%22M7.5%207.5c-.47.08-.96.24-1.47.5c-.76.39-1.47%201.54-1.47%202%22%2F%3E%3Cpath%20d%3D%22M7.5%201.5c1.4%202.02%202.1%203.86%202.1%205.53c0%201.17-.29%202.3-.88%203.27c-.57.93-1.22%201.16-1.22%204.2m5-12c-1%200-1.51.5-2.01%201c-.34.33-.67%201-.99%202m4%201c.23%201.46-.1%202.63-1%203.5c-.9.88-1.63.45-3%201.5c-.48.37-1.15%201.37-2%203m4.5-4h2.5%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/vs-codium.svg?color=%231a73e8&size=48