Capacitor Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Capacitor icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/313798.svg" alt="Capacitor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313798.svg" alt="Capacitor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313798.svg" alt="Capacitor icon" :width="24" :height="24" />
CSS background
.icon-capacitor {
background-image: url('https://proicons.com/icon/313798.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Capacitor</title><path d="M24 3.7l-5.766 5.766 5.725 5.736-3.713 3.712L5.073 3.742 8.786.03l5.736 5.726L20.284 0 24 3.7zM.029 8.785l3.713-3.713 15.173 15.173-3.713 3.714-5.732-5.726L3.7 24 0 20.285l5.754-5.764L.029 8.785z"/></svg>
Capacitor in other icon packs
Copied!