Feit Electric Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Feit Electric 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/340337.svg" alt="Feit Electric icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340337.svg" alt="Feit Electric icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340337.svg" alt="Feit Electric icon" :width="24" :height="24" />
CSS background
.icon-feit-electric {
background-image: url('https://proicons.com/icon/340337.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M11.48,7.3292l.1819,28.302c.0745,6.2391.0463,6.2375,4.7816,6.3091l15.188.0454c4.8175.0024,4.8152.0035,4.8893-5.9121V26.2205"/><path class="a" d="M5.6641,22.3679l15.101-14.685c2.7524-2.265,3.6682-2.2787,6.7008.2936l14.87,14.317"/><path class="a" d="M16.7436,23.7749c7.687-7.0739,14.225,0,14.225,0"/><path class="a" d="M18.7816,25.9979a6.7441,6.7441,0,0,1,10.149-.074"/><path class="a" d="M20.8557,27.9979a3.8282,3.8282,0,0,1,6.0008.0741"/><circle class="a" cx="24" cy="30.7789" r="1.274"/></svg>
Copied!