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

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

The same logo in other sets

Related icons in Catppuccin Icons

Use the svelte logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round"><path d="M12.86 6.72s1.39-1.98.08-3.87C11.286.763 9.44 1.6 9.44 1.6S6.15 3.35 4.33 4.59c-1.4 1-2.24 2.26-1.03 4.37c1.22 2.1 4.58 1.21 4.58 1.21"/><path d="M3.14 9.28s-1.39 1.98-.08 3.87c1.31 1.9 3.5 1.24 3.5 1.24s3.29-1.74 5.11-2.98c1.4-1 2.24-2.26 1.03-4.37c-1.22-2.1-4.58-1.21-4.58-1.21M6.3 6.96l4.14-2.56m-4.92 7.25L9.66 9.1"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinSvelte(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="#f5a97f" strokeLinecap="round" strokeLinejoin="round"><path d="M12.86 6.72s1.39-1.98.08-3.87C11.286.763 9.44 1.6 9.44 1.6S6.15 3.35 4.33 4.59c-1.4 1-2.24 2.26-1.03 4.37c1.22 2.1 4.58 1.21 4.58 1.21"/><path d="M3.14 9.28s-1.39 1.98-.08 3.87c1.31 1.9 3.5 1.24 3.5 1.24s3.29-1.74 5.11-2.98c1.4-1 2.24-2.26 1.03-4.37c-1.22-2.1-4.58-1.21-4.58-1.21M6.3 6.96l4.14-2.56m-4.92 7.25L9.66 9.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="#f5a97f" stroke-linecap="round" stroke-linejoin="round"><path d="M12.86 6.72s1.39-1.98.08-3.87C11.286.763 9.44 1.6 9.44 1.6S6.15 3.35 4.33 4.59c-1.4 1-2.24 2.26-1.03 4.37c1.22 2.1 4.58 1.21 4.58 1.21"/><path d="M3.14 9.28s-1.39 1.98-.08 3.87c1.31 1.9 3.5 1.24 3.5 1.24s3.29-1.74 5.11-2.98c1.4-1 2.24-2.26 1.03-4.37c-1.22-2.1-4.58-1.21-4.58-1.21M6.3 6.96l4.14-2.56m-4.92 7.25L9.66 9.1"/></g></svg>
</template>

CSS

.icon-svelte {
  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%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12.86%206.72s1.39-1.98.08-3.87C11.286.763%209.44%201.6%209.44%201.6S6.15%203.35%204.33%204.59c-1.4%201-2.24%202.26-1.03%204.37c1.22%202.1%204.58%201.21%204.58%201.21%22%2F%3E%3Cpath%20d%3D%22M3.14%209.28s-1.39%201.98-.08%203.87c1.31%201.9%203.5%201.24%203.5%201.24s3.29-1.74%205.11-2.98c1.4-1%202.24-2.26%201.03-4.37c-1.22-2.1-4.58-1.21-4.58-1.21M6.3%206.96l4.14-2.56m-4.92%207.25L9.66%209.1%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%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12.86%206.72s1.39-1.98.08-3.87C11.286.763%209.44%201.6%209.44%201.6S6.15%203.35%204.33%204.59c-1.4%201-2.24%202.26-1.03%204.37c1.22%202.1%204.58%201.21%204.58%201.21%22%2F%3E%3Cpath%20d%3D%22M3.14%209.28s-1.39%201.98-.08%203.87c1.31%201.9%203.5%201.24%203.5%201.24s3.29-1.74%205.11-2.98c1.4-1%202.24-2.26%201.03-4.37c-1.22-2.1-4.58-1.21-4.58-1.21M6.3%206.96l4.14-2.56m-4.92%207.25L9.66%209.1%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/svelte.svg?color=%231a73e8&size=48