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

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

The same logo in other sets

Use the capacitor logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#91d7e3" stroke-linecap="round" stroke-linejoin="round" d="m14.36 9.2l-1.52 1.5c-.08.09-.14.15-.27.03c-1.5-1.52-6.4-6.4-7.32-7.31c-.09-.1-.08-.15 0-.24l1.62-1.6c.1-.1.16-.1.25 0L9.64 4.1c.07.07.13.16.25.17l2.68-2.69c.1-.1.17-.11.27 0l1.56 1.54c.14.13.13.2 0 .33l-2.52 2.5c-.17.17-.15.25.01.4l2.47 2.47c.16.15.15.23 0 .37zM3.44 5.28c-.11-.11-.18-.11-.29 0c-.5.52-1.02 1.03-1.53 1.53c-.15.14-.13.22 0 .35L4.1 9.64c.17.16.16.25 0 .41c-.84.82-1.66 1.66-2.5 2.49c-.12.12-.15.2 0 .33c.51.5 1.02 1.02 1.52 1.54c.12.12.19.12.3 0c.58-.59 2.4-2.4 2.75-2.71c1.36 1.37 2.27 2.27 2.7 2.72c.1.09.17.1.26 0l1.6-1.61c.1-.09.1-.15 0-.23L3.45 5.29Z"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinCapacitor(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="#91d7e3" strokeLinecap="round" strokeLinejoin="round" d="m14.36 9.2l-1.52 1.5c-.08.09-.14.15-.27.03c-1.5-1.52-6.4-6.4-7.32-7.31c-.09-.1-.08-.15 0-.24l1.62-1.6c.1-.1.16-.1.25 0L9.64 4.1c.07.07.13.16.25.17l2.68-2.69c.1-.1.17-.11.27 0l1.56 1.54c.14.13.13.2 0 .33l-2.52 2.5c-.17.17-.15.25.01.4l2.47 2.47c.16.15.15.23 0 .37zM3.44 5.28c-.11-.11-.18-.11-.29 0c-.5.52-1.02 1.03-1.53 1.53c-.15.14-.13.22 0 .35L4.1 9.64c.17.16.16.25 0 .41c-.84.82-1.66 1.66-2.5 2.49c-.12.12-.15.2 0 .33c.51.5 1.02 1.02 1.52 1.54c.12.12.19.12.3 0c.58-.59 2.4-2.4 2.75-2.71c1.36 1.37 2.27 2.27 2.7 2.72c.1.09.17.1.26 0l1.6-1.61c.1-.09.1-.15 0-.23L3.45 5.29Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#91d7e3" stroke-linecap="round" stroke-linejoin="round" d="m14.36 9.2l-1.52 1.5c-.08.09-.14.15-.27.03c-1.5-1.52-6.4-6.4-7.32-7.31c-.09-.1-.08-.15 0-.24l1.62-1.6c.1-.1.16-.1.25 0L9.64 4.1c.07.07.13.16.25.17l2.68-2.69c.1-.1.17-.11.27 0l1.56 1.54c.14.13.13.2 0 .33l-2.52 2.5c-.17.17-.15.25.01.4l2.47 2.47c.16.15.15.23 0 .37zM3.44 5.28c-.11-.11-.18-.11-.29 0c-.5.52-1.02 1.03-1.53 1.53c-.15.14-.13.22 0 .35L4.1 9.64c.17.16.16.25 0 .41c-.84.82-1.66 1.66-2.5 2.49c-.12.12-.15.2 0 .33c.51.5 1.02 1.02 1.52 1.54c.12.12.19.12.3 0c.58-.59 2.4-2.4 2.75-2.71c1.36 1.37 2.27 2.27 2.7 2.72c.1.09.17.1.26 0l1.6-1.61c.1-.09.1-.15 0-.23L3.45 5.29Z"/></svg>
</template>

CSS

.icon-capacitor {
  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%2391d7e3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m14.36%209.2l-1.52%201.5c-.08.09-.14.15-.27.03c-1.5-1.52-6.4-6.4-7.32-7.31c-.09-.1-.08-.15%200-.24l1.62-1.6c.1-.1.16-.1.25%200L9.64%204.1c.07.07.13.16.25.17l2.68-2.69c.1-.1.17-.11.27%200l1.56%201.54c.14.13.13.2%200%20.33l-2.52%202.5c-.17.17-.15.25.01.4l2.47%202.47c.16.15.15.23%200%20.37zM3.44%205.28c-.11-.11-.18-.11-.29%200c-.5.52-1.02%201.03-1.53%201.53c-.15.14-.13.22%200%20.35L4.1%209.64c.17.16.16.25%200%20.41c-.84.82-1.66%201.66-2.5%202.49c-.12.12-.15.2%200%20.33c.51.5%201.02%201.02%201.52%201.54c.12.12.19.12.3%200c.58-.59%202.4-2.4%202.75-2.71c1.36%201.37%202.27%202.27%202.7%202.72c.1.09.17.1.26%200l1.6-1.61c.1-.09.1-.15%200-.23L3.45%205.29Z%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%2391d7e3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m14.36%209.2l-1.52%201.5c-.08.09-.14.15-.27.03c-1.5-1.52-6.4-6.4-7.32-7.31c-.09-.1-.08-.15%200-.24l1.62-1.6c.1-.1.16-.1.25%200L9.64%204.1c.07.07.13.16.25.17l2.68-2.69c.1-.1.17-.11.27%200l1.56%201.54c.14.13.13.2%200%20.33l-2.52%202.5c-.17.17-.15.25.01.4l2.47%202.47c.16.15.15.23%200%20.37zM3.44%205.28c-.11-.11-.18-.11-.29%200c-.5.52-1.02%201.03-1.53%201.53c-.15.14-.13.22%200%20.35L4.1%209.64c.17.16.16.25%200%20.41c-.84.82-1.66%201.66-2.5%202.49c-.12.12-.15.2%200%20.33c.51.5%201.02%201.02%201.52%201.54c.12.12.19.12.3%200c.58-.59%202.4-2.4%202.75-2.71c1.36%201.37%202.27%202.27%202.7%202.72c.1.09.17.1.26%200l1.6-1.61c.1-.09.1-.15%200-.23L3.45%205.29Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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