capacitor from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
capacitor
Set
Material Icon Theme
Style
Color
Viewbox
24×24
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 24 24"><path fill="#4fc3f7" d="m19.081 2.35l-4.795 4.795L9.62 2.482L7.05 5.05l4.664 4.665l2.57 2.57l4.705 4.705l2.57-2.57l-4.705-4.705l4.795-4.797zM5.052 7.05l-2.57 2.57l4.665 4.664L2.35 19.08l2.57 2.57l4.796-4.796l4.704 4.705l2.57-2.57l-7.274-7.274z" paint-order="fill markers stroke"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeCapacitor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#4fc3f7" d="m19.081 2.35l-4.795 4.795L9.62 2.482L7.05 5.05l4.664 4.665l2.57 2.57l4.705 4.705l2.57-2.57l-4.705-4.705l4.795-4.797zM5.052 7.05l-2.57 2.57l4.665 4.664L2.35 19.08l2.57 2.57l4.796-4.796l4.704 4.705l2.57-2.57l-7.274-7.274z" paintOrder="fill markers stroke"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#4fc3f7" d="m19.081 2.35l-4.795 4.795L9.62 2.482L7.05 5.05l4.664 4.665l2.57 2.57l4.705 4.705l2.57-2.57l-4.705-4.705l4.795-4.797zM5.052 7.05l-2.57 2.57l4.665 4.664L2.35 19.08l2.57 2.57l4.796-4.796l4.704 4.705l2.57-2.57l-7.274-7.274z" paint-order="fill markers stroke"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22%234fc3f7%22%20d%3D%22m19.081%202.35l-4.795%204.795L9.62%202.482L7.05%205.05l4.664%204.665l2.57%202.57l4.705%204.705l2.57-2.57l-4.705-4.705l4.795-4.797zM5.052%207.05l-2.57%202.57l4.665%204.664L2.35%2019.08l2.57%202.57l4.796-4.796l4.704%204.705l2.57-2.57l-7.274-7.274z%22%20paint-order%3D%22fill%20markers%20stroke%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%2024%2024%22%3E%3Cpath%20fill%3D%22%234fc3f7%22%20d%3D%22m19.081%202.35l-4.795%204.795L9.62%202.482L7.05%205.05l4.664%204.665l2.57%202.57l4.705%204.705l2.57-2.57l-4.705-4.705l4.795-4.797zM5.052%207.05l-2.57%202.57l4.665%204.664L2.35%2019.08l2.57%202.57l4.796-4.796l4.704%204.705l2.57-2.57l-7.274-7.274z%22%20paint-order%3D%22fill%20markers%20stroke%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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