Charging Station Filled Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Charging Station Filled 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/317237.svg" alt="Charging Station Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317237.svg" alt="Charging Station Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317237.svg" alt="Charging Station Filled icon" :width="24" :height="24" />
CSS background
.icon-charging-station-filled {
background-image: url('https://proicons.com/icon/317237.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:#000000;}.cls-2{fill:none;}</style></defs><title>charging-station--filled</title><path class="cls-1" d="M29,7V4H27V7H26v6h1V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.5a3.5,3.5,0,0,0,7,0V13h1V7ZM11.8574,21.5146l-1.7148-1.0292L12.2339,17h-5l3.9087-6.5146,1.7148,1.0292L10.7661,15h5Z"/><polygon id="inner-path" class="cls-2" points="11.857 21.514 10.143 20.486 12.234 17 7.234 17 11.143 10.486 12.857 11.514 10.766 15 15.766 15 11.857 21.514"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-2" width="32" height="32"/></svg>
Copied!