Emoji Electric Plug Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Electric Plug 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/339810.svg" alt="Emoji Electric Plug icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339810.svg" alt="Emoji Electric Plug icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339810.svg" alt="Emoji Electric Plug icon" :width="24" :height="24" />
CSS background
.icon-emoji-electric-plug {
background-image: url('https://proicons.com/icon/339810.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M20.7844,18.2417V7.8044c0-1.2727-1.0323-2.3044-2.3057-2.3044h0c-1.2734,0-2.3057,1.0317-2.3057,2.3044h0v10.4372"/><path id="c" class="f" d="M32.3143,18.2417V7.8044c0-1.2727-1.0323-2.3044-2.3057-2.3044h0c-1.2734,0-2.3057,1.0317-2.3057,2.3044h0v10.4372"/><path id="d" class="f" d="M11.3176,18.2417v7.9997c0,7.0005,5.6781,12.6755,12.6824,12.6755s12.6824-5.675,12.6824-12.6755v-7.9997H11.3176"/><path id="e" class="f" d="M19.3886,38.1859l1.1532,4.3141h6.9171l1.1532-4.2974"/></svg>
Copied!