vanilla extract logo

vanilla-extract from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
vanilla-extract
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

The same logo in other sets

Use the vanilla extract logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5bde6" stroke-linecap="round" stroke-linejoin="round" d="M5.378 6.164A2.536 2.587 0 0 0 3.54 8.65m1.838-2.486c1.255-.366 3.914-.6 4.423-2.06m-4.423 2.06C5.378 3.45 8 4.1 8 1.5c1.304 0 2.232 1.371 1.801 2.605m0 0c1.037-.091 1.732 1.125 1.184 1.996m0 0c-.174.277-.461.503-.755.676m.755-.676c1.247.296 1.475 1.44 1.475 2.549"/><path fill="none" stroke="#91d7e3" stroke-linecap="round" stroke-linejoin="round" d="M10.549 9.917c0-1.69 2.548-1.69 2.548 0c0 .885-.48 1.643-.855 2.411c-.513 1.057-.77 1.585-1.233 1.879c-.462.293-1.036.293-2.186.293H7.177c-1.15 0-1.724 0-2.186-.293c-.462-.294-.72-.822-1.233-1.879c-.374-.768-.855-1.526-.855-2.411c0-1.69 2.548-1.69 2.548 0c0-1.69 2.549-1.69 2.549 0c0-1.69 2.549-1.69 2.549 0"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinVanillaExtract(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="#f5bde6" strokeLinecap="round" strokeLinejoin="round" d="M5.378 6.164A2.536 2.587 0 0 0 3.54 8.65m1.838-2.486c1.255-.366 3.914-.6 4.423-2.06m-4.423 2.06C5.378 3.45 8 4.1 8 1.5c1.304 0 2.232 1.371 1.801 2.605m0 0c1.037-.091 1.732 1.125 1.184 1.996m0 0c-.174.277-.461.503-.755.676m.755-.676c1.247.296 1.475 1.44 1.475 2.549"/><path fill="none" stroke="#91d7e3" strokeLinecap="round" strokeLinejoin="round" d="M10.549 9.917c0-1.69 2.548-1.69 2.548 0c0 .885-.48 1.643-.855 2.411c-.513 1.057-.77 1.585-1.233 1.879c-.462.293-1.036.293-2.186.293H7.177c-1.15 0-1.724 0-2.186-.293c-.462-.294-.72-.822-1.233-1.879c-.374-.768-.855-1.526-.855-2.411c0-1.69 2.548-1.69 2.548 0c0-1.69 2.549-1.69 2.549 0c0-1.69 2.549-1.69 2.549 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5bde6" stroke-linecap="round" stroke-linejoin="round" d="M5.378 6.164A2.536 2.587 0 0 0 3.54 8.65m1.838-2.486c1.255-.366 3.914-.6 4.423-2.06m-4.423 2.06C5.378 3.45 8 4.1 8 1.5c1.304 0 2.232 1.371 1.801 2.605m0 0c1.037-.091 1.732 1.125 1.184 1.996m0 0c-.174.277-.461.503-.755.676m.755-.676c1.247.296 1.475 1.44 1.475 2.549"/><path fill="none" stroke="#91d7e3" stroke-linecap="round" stroke-linejoin="round" d="M10.549 9.917c0-1.69 2.548-1.69 2.548 0c0 .885-.48 1.643-.855 2.411c-.513 1.057-.77 1.585-1.233 1.879c-.462.293-1.036.293-2.186.293H7.177c-1.15 0-1.724 0-2.186-.293c-.462-.294-.72-.822-1.233-1.879c-.374-.768-.855-1.526-.855-2.411c0-1.69 2.548-1.69 2.548 0c0-1.69 2.549-1.69 2.549 0c0-1.69 2.549-1.69 2.549 0"/></svg>
</template>

CSS

.icon-vanilla-extract {
  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%23f5bde6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.378%206.164A2.536%202.587%200%200%200%203.54%208.65m1.838-2.486c1.255-.366%203.914-.6%204.423-2.06m-4.423%202.06C5.378%203.45%208%204.1%208%201.5c1.304%200%202.232%201.371%201.801%202.605m0%200c1.037-.091%201.732%201.125%201.184%201.996m0%200c-.174.277-.461.503-.755.676m.755-.676c1.247.296%201.475%201.44%201.475%202.549%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2391d7e3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.549%209.917c0-1.69%202.548-1.69%202.548%200c0%20.885-.48%201.643-.855%202.411c-.513%201.057-.77%201.585-1.233%201.879c-.462.293-1.036.293-2.186.293H7.177c-1.15%200-1.724%200-2.186-.293c-.462-.294-.72-.822-1.233-1.879c-.374-.768-.855-1.526-.855-2.411c0-1.69%202.548-1.69%202.548%200c0-1.69%202.549-1.69%202.549%200c0-1.69%202.549-1.69%202.549%200%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%23f5bde6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.378%206.164A2.536%202.587%200%200%200%203.54%208.65m1.838-2.486c1.255-.366%203.914-.6%204.423-2.06m-4.423%202.06C5.378%203.45%208%204.1%208%201.5c1.304%200%202.232%201.371%201.801%202.605m0%200c1.037-.091%201.732%201.125%201.184%201.996m0%200c-.174.277-.461.503-.755.676m.755-.676c1.247.296%201.475%201.44%201.475%202.549%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2391d7e3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.549%209.917c0-1.69%202.548-1.69%202.548%200c0%20.885-.48%201.643-.855%202.411c-.513%201.057-.77%201.585-1.233%201.879c-.462.293-1.036.293-2.186.293H7.177c-1.15%200-1.724%200-2.186-.293c-.462-.294-.72-.822-1.233-1.879c-.374-.768-.855-1.526-.855-2.411c0-1.69%202.548-1.69%202.548%200c0-1.69%202.549-1.69%202.549%200c0-1.69%202.549-1.69%202.549%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/catppuccin/vanilla-extract.svg?color=%231a73e8&size=48