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

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

The same logo in other sets

Use the editorconfig logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f4dbd6" stroke-linecap="round" stroke-linejoin="round" d="M3.86 6.46c.23.08.46.15.66.28a2 2 0 0 1 .66.6c.1.15.17.35.15.53a.8.8 0 0 1-.29.53c-.2.16-.5.14-.74.15a3.9 3.9 0 0 1-1.5-.32a3.5 3.5 0 0 1-.64-.31c-.18-.12-.44-.25-.55-.45A.73.73 0 0 1 1.5 7c.02-.18.1-.4.24-.51c.18-.16.49-.2.72-.23a4.3 4.3 0 0 1 1.4.2m4.05 1.7c.23.05.47.1.7.17c.24.08.5.15.72.3c.17.13.38.27.45.48c.05.15.02.65-.05.8a.97.97 0 0 1-.37.39a1.4 1.4 0 0 1-.6.2c-.18.03-.37-.03-.56-.05c-.25-.04-.5-.07-.73-.13c-.27-.07-.56-.13-.8-.28c-.17-.1-.32-.24-.43-.4a.9.9 0 0 1-.11-.33a2.8 2.8 0 0 1 0-.74c.03-.1.1-.2.19-.27c.1-.1.23-.18.37-.21c.19-.06.39-.03.58-.02c.22.02.43.06.64.1zM3.59 6.04s.3-.61.52-.85a4.1 4.1 0 0 1 3.17-.97a4.25 4.25 0 0 1 2 .7c.24.18.47.4.67.64a5.4 5.4 0 0 1 1.04 2.02c.08.34.12.7.1 1.06a5.3 5.3 0 0 1-.56 1.86c-.11.21-.25.4-.39.6a7.3 7.3 0 0 1-2.29 2.17c-.5.3-1.04.53-1.58.73c-.53.2-1.06.4-1.62.47c-.4.05-.81.06-1.2-.02a2.6 2.6 0 0 1-.98-.43a2.7 2.7 0 0 1-.8-1.08a2.9 2.9 0 0 1-.17-1.04c0-.16 0-.32.02-.47c.02-.2.03-.4.07-.6a9 9 0 0 1 .95-2.34m2.49-4c-.02-.19-.06-.37-.06-.56c0-.22.02-.45.07-.66c.04-.13.1-.25.16-.37c.08-.15.17-.3.28-.42c.12-.15.27-.26.42-.38c.12-.1.23-.2.37-.27a2.6 2.6 0 0 1 1.02-.32c.13 0 .26 0 .39.02a1.08 1.08 0 0 1 .62.41c.09.12.17.25.2.4c.02.09.01.2 0 .3c-.02.19-.06.38-.13.57c-.04.1-.1.21-.16.31c-.12.22-.27.42-.4.62m3.07 2.45s.33-.5.55-.67c.2-.17.43-.3.68-.37c.36-.09.75-.1 1.1-.01a1.66 1.66 0 0 1 1.2 1.22a1.88 1.88 0 0 1-.11 1.42c-.19.33-.5.57-.79.8a3 3 0 0 1-1.6.72c-.23.04-.71.02-.71.02"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinEditorconfig(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="#f4dbd6" strokeLinecap="round" strokeLinejoin="round" d="M3.86 6.46c.23.08.46.15.66.28a2 2 0 0 1 .66.6c.1.15.17.35.15.53a.8.8 0 0 1-.29.53c-.2.16-.5.14-.74.15a3.9 3.9 0 0 1-1.5-.32a3.5 3.5 0 0 1-.64-.31c-.18-.12-.44-.25-.55-.45A.73.73 0 0 1 1.5 7c.02-.18.1-.4.24-.51c.18-.16.49-.2.72-.23a4.3 4.3 0 0 1 1.4.2m4.05 1.7c.23.05.47.1.7.17c.24.08.5.15.72.3c.17.13.38.27.45.48c.05.15.02.65-.05.8a.97.97 0 0 1-.37.39a1.4 1.4 0 0 1-.6.2c-.18.03-.37-.03-.56-.05c-.25-.04-.5-.07-.73-.13c-.27-.07-.56-.13-.8-.28c-.17-.1-.32-.24-.43-.4a.9.9 0 0 1-.11-.33a2.8 2.8 0 0 1 0-.74c.03-.1.1-.2.19-.27c.1-.1.23-.18.37-.21c.19-.06.39-.03.58-.02c.22.02.43.06.64.1zM3.59 6.04s.3-.61.52-.85a4.1 4.1 0 0 1 3.17-.97a4.25 4.25 0 0 1 2 .7c.24.18.47.4.67.64a5.4 5.4 0 0 1 1.04 2.02c.08.34.12.7.1 1.06a5.3 5.3 0 0 1-.56 1.86c-.11.21-.25.4-.39.6a7.3 7.3 0 0 1-2.29 2.17c-.5.3-1.04.53-1.58.73c-.53.2-1.06.4-1.62.47c-.4.05-.81.06-1.2-.02a2.6 2.6 0 0 1-.98-.43a2.7 2.7 0 0 1-.8-1.08a2.9 2.9 0 0 1-.17-1.04c0-.16 0-.32.02-.47c.02-.2.03-.4.07-.6a9 9 0 0 1 .95-2.34m2.49-4c-.02-.19-.06-.37-.06-.56c0-.22.02-.45.07-.66c.04-.13.1-.25.16-.37c.08-.15.17-.3.28-.42c.12-.15.27-.26.42-.38c.12-.1.23-.2.37-.27a2.6 2.6 0 0 1 1.02-.32c.13 0 .26 0 .39.02a1.08 1.08 0 0 1 .62.41c.09.12.17.25.2.4c.02.09.01.2 0 .3c-.02.19-.06.38-.13.57c-.04.1-.1.21-.16.31c-.12.22-.27.42-.4.62m3.07 2.45s.33-.5.55-.67c.2-.17.43-.3.68-.37c.36-.09.75-.1 1.1-.01a1.66 1.66 0 0 1 1.2 1.22a1.88 1.88 0 0 1-.11 1.42c-.19.33-.5.57-.79.8a3 3 0 0 1-1.6.72c-.23.04-.71.02-.71.02"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f4dbd6" stroke-linecap="round" stroke-linejoin="round" d="M3.86 6.46c.23.08.46.15.66.28a2 2 0 0 1 .66.6c.1.15.17.35.15.53a.8.8 0 0 1-.29.53c-.2.16-.5.14-.74.15a3.9 3.9 0 0 1-1.5-.32a3.5 3.5 0 0 1-.64-.31c-.18-.12-.44-.25-.55-.45A.73.73 0 0 1 1.5 7c.02-.18.1-.4.24-.51c.18-.16.49-.2.72-.23a4.3 4.3 0 0 1 1.4.2m4.05 1.7c.23.05.47.1.7.17c.24.08.5.15.72.3c.17.13.38.27.45.48c.05.15.02.65-.05.8a.97.97 0 0 1-.37.39a1.4 1.4 0 0 1-.6.2c-.18.03-.37-.03-.56-.05c-.25-.04-.5-.07-.73-.13c-.27-.07-.56-.13-.8-.28c-.17-.1-.32-.24-.43-.4a.9.9 0 0 1-.11-.33a2.8 2.8 0 0 1 0-.74c.03-.1.1-.2.19-.27c.1-.1.23-.18.37-.21c.19-.06.39-.03.58-.02c.22.02.43.06.64.1zM3.59 6.04s.3-.61.52-.85a4.1 4.1 0 0 1 3.17-.97a4.25 4.25 0 0 1 2 .7c.24.18.47.4.67.64a5.4 5.4 0 0 1 1.04 2.02c.08.34.12.7.1 1.06a5.3 5.3 0 0 1-.56 1.86c-.11.21-.25.4-.39.6a7.3 7.3 0 0 1-2.29 2.17c-.5.3-1.04.53-1.58.73c-.53.2-1.06.4-1.62.47c-.4.05-.81.06-1.2-.02a2.6 2.6 0 0 1-.98-.43a2.7 2.7 0 0 1-.8-1.08a2.9 2.9 0 0 1-.17-1.04c0-.16 0-.32.02-.47c.02-.2.03-.4.07-.6a9 9 0 0 1 .95-2.34m2.49-4c-.02-.19-.06-.37-.06-.56c0-.22.02-.45.07-.66c.04-.13.1-.25.16-.37c.08-.15.17-.3.28-.42c.12-.15.27-.26.42-.38c.12-.1.23-.2.37-.27a2.6 2.6 0 0 1 1.02-.32c.13 0 .26 0 .39.02a1.08 1.08 0 0 1 .62.41c.09.12.17.25.2.4c.02.09.01.2 0 .3c-.02.19-.06.38-.13.57c-.04.1-.1.21-.16.31c-.12.22-.27.42-.4.62m3.07 2.45s.33-.5.55-.67c.2-.17.43-.3.68-.37c.36-.09.75-.1 1.1-.01a1.66 1.66 0 0 1 1.2 1.22a1.88 1.88 0 0 1-.11 1.42c-.19.33-.5.57-.79.8a3 3 0 0 1-1.6.72c-.23.04-.71.02-.71.02"/></svg>
</template>

CSS

.icon-editorconfig {
  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%23f4dbd6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.86%206.46c.23.08.46.15.66.28a2%202%200%200%201%20.66.6c.1.15.17.35.15.53a.8.8%200%200%201-.29.53c-.2.16-.5.14-.74.15a3.9%203.9%200%200%201-1.5-.32a3.5%203.5%200%200%201-.64-.31c-.18-.12-.44-.25-.55-.45A.73.73%200%200%201%201.5%207c.02-.18.1-.4.24-.51c.18-.16.49-.2.72-.23a4.3%204.3%200%200%201%201.4.2m4.05%201.7c.23.05.47.1.7.17c.24.08.5.15.72.3c.17.13.38.27.45.48c.05.15.02.65-.05.8a.97.97%200%200%201-.37.39a1.4%201.4%200%200%201-.6.2c-.18.03-.37-.03-.56-.05c-.25-.04-.5-.07-.73-.13c-.27-.07-.56-.13-.8-.28c-.17-.1-.32-.24-.43-.4a.9.9%200%200%201-.11-.33a2.8%202.8%200%200%201%200-.74c.03-.1.1-.2.19-.27c.1-.1.23-.18.37-.21c.19-.06.39-.03.58-.02c.22.02.43.06.64.1zM3.59%206.04s.3-.61.52-.85a4.1%204.1%200%200%201%203.17-.97a4.25%204.25%200%200%201%202%20.7c.24.18.47.4.67.64a5.4%205.4%200%200%201%201.04%202.02c.08.34.12.7.1%201.06a5.3%205.3%200%200%201-.56%201.86c-.11.21-.25.4-.39.6a7.3%207.3%200%200%201-2.29%202.17c-.5.3-1.04.53-1.58.73c-.53.2-1.06.4-1.62.47c-.4.05-.81.06-1.2-.02a2.6%202.6%200%200%201-.98-.43a2.7%202.7%200%200%201-.8-1.08a2.9%202.9%200%200%201-.17-1.04c0-.16%200-.32.02-.47c.02-.2.03-.4.07-.6a9%209%200%200%201%20.95-2.34m2.49-4c-.02-.19-.06-.37-.06-.56c0-.22.02-.45.07-.66c.04-.13.1-.25.16-.37c.08-.15.17-.3.28-.42c.12-.15.27-.26.42-.38c.12-.1.23-.2.37-.27a2.6%202.6%200%200%201%201.02-.32c.13%200%20.26%200%20.39.02a1.08%201.08%200%200%201%20.62.41c.09.12.17.25.2.4c.02.09.01.2%200%20.3c-.02.19-.06.38-.13.57c-.04.1-.1.21-.16.31c-.12.22-.27.42-.4.62m3.07%202.45s.33-.5.55-.67c.2-.17.43-.3.68-.37c.36-.09.75-.1%201.1-.01a1.66%201.66%200%200%201%201.2%201.22a1.88%201.88%200%200%201-.11%201.42c-.19.33-.5.57-.79.8a3%203%200%200%201-1.6.72c-.23.04-.71.02-.71.02%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%23f4dbd6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.86%206.46c.23.08.46.15.66.28a2%202%200%200%201%20.66.6c.1.15.17.35.15.53a.8.8%200%200%201-.29.53c-.2.16-.5.14-.74.15a3.9%203.9%200%200%201-1.5-.32a3.5%203.5%200%200%201-.64-.31c-.18-.12-.44-.25-.55-.45A.73.73%200%200%201%201.5%207c.02-.18.1-.4.24-.51c.18-.16.49-.2.72-.23a4.3%204.3%200%200%201%201.4.2m4.05%201.7c.23.05.47.1.7.17c.24.08.5.15.72.3c.17.13.38.27.45.48c.05.15.02.65-.05.8a.97.97%200%200%201-.37.39a1.4%201.4%200%200%201-.6.2c-.18.03-.37-.03-.56-.05c-.25-.04-.5-.07-.73-.13c-.27-.07-.56-.13-.8-.28c-.17-.1-.32-.24-.43-.4a.9.9%200%200%201-.11-.33a2.8%202.8%200%200%201%200-.74c.03-.1.1-.2.19-.27c.1-.1.23-.18.37-.21c.19-.06.39-.03.58-.02c.22.02.43.06.64.1zM3.59%206.04s.3-.61.52-.85a4.1%204.1%200%200%201%203.17-.97a4.25%204.25%200%200%201%202%20.7c.24.18.47.4.67.64a5.4%205.4%200%200%201%201.04%202.02c.08.34.12.7.1%201.06a5.3%205.3%200%200%201-.56%201.86c-.11.21-.25.4-.39.6a7.3%207.3%200%200%201-2.29%202.17c-.5.3-1.04.53-1.58.73c-.53.2-1.06.4-1.62.47c-.4.05-.81.06-1.2-.02a2.6%202.6%200%200%201-.98-.43a2.7%202.7%200%200%201-.8-1.08a2.9%202.9%200%200%201-.17-1.04c0-.16%200-.32.02-.47c.02-.2.03-.4.07-.6a9%209%200%200%201%20.95-2.34m2.49-4c-.02-.19-.06-.37-.06-.56c0-.22.02-.45.07-.66c.04-.13.1-.25.16-.37c.08-.15.17-.3.28-.42c.12-.15.27-.26.42-.38c.12-.1.23-.2.37-.27a2.6%202.6%200%200%201%201.02-.32c.13%200%20.26%200%20.39.02a1.08%201.08%200%200%201%20.62.41c.09.12.17.25.2.4c.02.09.01.2%200%20.3c-.02.19-.06.38-.13.57c-.04.1-.1.21-.16.31c-.12.22-.27.42-.4.62m3.07%202.45s.33-.5.55-.67c.2-.17.43-.3.68-.37c.36-.09.75-.1%201.1-.01a1.66%201.66%200%200%201%201.2%201.22a1.88%201.88%200%200%201-.11%201.42c-.19.33-.5.57-.79.8a3%203%200%200%201-1.6.72c-.23.04-.71.02-.71.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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