logo capacitor icon

logo-capacitor from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
logo-capacitor
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
logo-capacitor-outline

Related icons in IonIcons

Use the logo capacitor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M480 101.09L372.37 208.72l106.86 107.06l-69.3 69.3l-283.22-283.23L196 32.54l107.07 106.88L410.67 32ZM32.55 196l69.3-69.31l283.22 283.24l-69.3 69.3l-107-106.87L101.08 480L32 410.67l107.42-107.61Z"/></svg>

React

import type { SVGProps } from "react";

export function IonLogoCapacitor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M480 101.09L372.37 208.72l106.86 107.06l-69.3 69.3l-283.22-283.23L196 32.54l107.07 106.88L410.67 32ZM32.55 196l69.3-69.31l283.22 283.24l-69.3 69.3l-107-106.87L101.08 480L32 410.67l107.42-107.61Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M480 101.09L372.37 208.72l106.86 107.06l-69.3 69.3l-283.22-283.23L196 32.54l107.07 106.88L410.67 32ZM32.55 196l69.3-69.31l283.22 283.24l-69.3 69.3l-107-106.87L101.08 480L32 410.67l107.42-107.61Z"/></svg>
</template>

CSS

.icon-logo-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20101.09L372.37%20208.72l106.86%20107.06l-69.3%2069.3l-283.22-283.23L196%2032.54l107.07%20106.88L410.67%2032ZM32.55%20196l69.3-69.31l283.22%20283.24l-69.3%2069.3l-107-106.87L101.08%20480L32%20410.67l107.42-107.61Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20101.09L372.37%20208.72l106.86%20107.06l-69.3%2069.3l-283.22-283.23L196%2032.54l107.07%20106.88L410.67%2032ZM32.55%20196l69.3-69.31l283.22%20283.24l-69.3%2069.3l-107-106.87L101.08%20480L32%20410.67l107.42-107.61Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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