vital from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
vital
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

Use the vital 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="#cad3f5" d="M8 15S5 6.5 1 4c1 .2 3.3.5 4.5.5c1 .5 2.5 3 2.5 4c0-1 1.5-3.5 2.5-4A31 31 0 0 0 15 4c-4 2.5-7 11-7 11"/><path stroke="#c6a0f6" d="M3.4 2.6S5 1 7.7 1S12 2.6 12 2.6m-10.9 4S.5 8.7 2 11a6 6 0 0 0 3.4 3m4.6 0s2.2-.6 3.5-3c1.4-2.2.8-4.5.8-4.5"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinVital(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="#cad3f5" d="M8 15S5 6.5 1 4c1 .2 3.3.5 4.5.5c1 .5 2.5 3 2.5 4c0-1 1.5-3.5 2.5-4A31 31 0 0 0 15 4c-4 2.5-7 11-7 11"/><path stroke="#c6a0f6" d="M3.4 2.6S5 1 7.7 1S12 2.6 12 2.6m-10.9 4S.5 8.7 2 11a6 6 0 0 0 3.4 3m4.6 0s2.2-.6 3.5-3c1.4-2.2.8-4.5.8-4.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-linecap="round" stroke-linejoin="round"><path stroke="#cad3f5" d="M8 15S5 6.5 1 4c1 .2 3.3.5 4.5.5c1 .5 2.5 3 2.5 4c0-1 1.5-3.5 2.5-4A31 31 0 0 0 15 4c-4 2.5-7 11-7 11"/><path stroke="#c6a0f6" d="M3.4 2.6S5 1 7.7 1S12 2.6 12 2.6m-10.9 4S.5 8.7 2 11a6 6 0 0 0 3.4 3m4.6 0s2.2-.6 3.5-3c1.4-2.2.8-4.5.8-4.5"/></g></svg>
</template>

CSS

.icon-vital {
  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%23cad3f5%22%20d%3D%22M8%2015S5%206.5%201%204c1%20.2%203.3.5%204.5.5c1%20.5%202.5%203%202.5%204c0-1%201.5-3.5%202.5-4A31%2031%200%200%200%2015%204c-4%202.5-7%2011-7%2011%22%2F%3E%3Cpath%20stroke%3D%22%23c6a0f6%22%20d%3D%22M3.4%202.6S5%201%207.7%201S12%202.6%2012%202.6m-10.9%204S.5%208.7%202%2011a6%206%200%200%200%203.4%203m4.6%200s2.2-.6%203.5-3c1.4-2.2.8-4.5.8-4.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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%23cad3f5%22%20d%3D%22M8%2015S5%206.5%201%204c1%20.2%203.3.5%204.5.5c1%20.5%202.5%203%202.5%204c0-1%201.5-3.5%202.5-4A31%2031%200%200%200%2015%204c-4%202.5-7%2011-7%2011%22%2F%3E%3Cpath%20stroke%3D%22%23c6a0f6%22%20d%3D%22M3.4%202.6S5%201%207.7%201S12%202.6%2012%202.6m-10.9%204S.5%208.7%202%2011a6%206%200%200%200%203.4%203m4.6%200s2.2-.6%203.5-3c1.4-2.2.8-4.5.8-4.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/vital.svg?color=%231a73e8&size=48