electric plug red emoji
electric-plug-red from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- electric-plug-red
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the electric plug red emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M45.19 27.205H20.424v9.561a15.64 15.64 0 0 0 15.57 15.662a16 16 0 0 0 9.015-2.823a153 153 0 0 0 .182-22.4"/><path fill="#e27022" d="M45.19 27.205a166 166 0 0 1-.09 22.309a15.63 15.63 0 0 0 6.647-12.84v-9.47ZM30.075 52.337l1.548 5.645h9.015l1.457-5.645zm2.368 5.645h7.376v6.485h-7.376z"/><path fill="#3f3f3f" d="M28.297 9.631a3.006 3.006 0 0 1 3.005 2.798v13.774h-3.005Zm16.213 0a3.006 3.006 0 0 1 3.005 2.798v13.774H44.51Z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M31.302 26.203V12.636a3.03 3.03 0 0 0-3.005-3.005h0a3.03 3.03 0 0 0-3.005 3.005h0v13.567m22.222 0V12.636A3.03 3.03 0 0 0 44.51 9.63h0a3.03 3.03 0 0 0-3.005 3.005h0v13.567"/><path stroke-linejoin="round" d="M19.512 26.294v10.472a16.572 16.572 0 0 0 33.145 0V26.294Z"/><path stroke-linejoin="round" d="m30.075 52.337l1.548 5.645h9.015l1.457-5.645m-9.653 12.13v-6.485h7.376v6.485"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiElectricPlugRed(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M45.19 27.205H20.424v9.561a15.64 15.64 0 0 0 15.57 15.662a16 16 0 0 0 9.015-2.823a153 153 0 0 0 .182-22.4"/><path fill="#e27022" d="M45.19 27.205a166 166 0 0 1-.09 22.309a15.63 15.63 0 0 0 6.647-12.84v-9.47ZM30.075 52.337l1.548 5.645h9.015l1.457-5.645zm2.368 5.645h7.376v6.485h-7.376z"/><path fill="#3f3f3f" d="M28.297 9.631a3.006 3.006 0 0 1 3.005 2.798v13.774h-3.005Zm16.213 0a3.006 3.006 0 0 1 3.005 2.798v13.774H44.51Z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="2"><path strokeMiterlimit="10" d="M31.302 26.203V12.636a3.03 3.03 0 0 0-3.005-3.005h0a3.03 3.03 0 0 0-3.005 3.005h0v13.567m22.222 0V12.636A3.03 3.03 0 0 0 44.51 9.63h0a3.03 3.03 0 0 0-3.005 3.005h0v13.567"/><path strokeLinejoin="round" d="M19.512 26.294v10.472a16.572 16.572 0 0 0 33.145 0V26.294Z"/><path strokeLinejoin="round" d="m30.075 52.337l1.548 5.645h9.015l1.457-5.645m-9.653 12.13v-6.485h7.376v6.485"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M45.19 27.205H20.424v9.561a15.64 15.64 0 0 0 15.57 15.662a16 16 0 0 0 9.015-2.823a153 153 0 0 0 .182-22.4"/><path fill="#e27022" d="M45.19 27.205a166 166 0 0 1-.09 22.309a15.63 15.63 0 0 0 6.647-12.84v-9.47ZM30.075 52.337l1.548 5.645h9.015l1.457-5.645zm2.368 5.645h7.376v6.485h-7.376z"/><path fill="#3f3f3f" d="M28.297 9.631a3.006 3.006 0 0 1 3.005 2.798v13.774h-3.005Zm16.213 0a3.006 3.006 0 0 1 3.005 2.798v13.774H44.51Z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M31.302 26.203V12.636a3.03 3.03 0 0 0-3.005-3.005h0a3.03 3.03 0 0 0-3.005 3.005h0v13.567m22.222 0V12.636A3.03 3.03 0 0 0 44.51 9.63h0a3.03 3.03 0 0 0-3.005 3.005h0v13.567"/><path stroke-linejoin="round" d="M19.512 26.294v10.472a16.572 16.572 0 0 0 33.145 0V26.294Z"/><path stroke-linejoin="round" d="m30.075 52.337l1.548 5.645h9.015l1.457-5.645m-9.653 12.13v-6.485h7.376v6.485"/></g></svg> </template>
CSS
.icon-electric-plug-red {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M45.19%2027.205H20.424v9.561a15.64%2015.64%200%200%200%2015.57%2015.662a16%2016%200%200%200%209.015-2.823a153%20153%200%200%200%20.182-22.4%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M45.19%2027.205a166%20166%200%200%201-.09%2022.309a15.63%2015.63%200%200%200%206.647-12.84v-9.47ZM30.075%2052.337l1.548%205.645h9.015l1.457-5.645zm2.368%205.645h7.376v6.485h-7.376z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M28.297%209.631a3.006%203.006%200%200%201%203.005%202.798v13.774h-3.005Zm16.213%200a3.006%203.006%200%200%201%203.005%202.798v13.774H44.51Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M31.302%2026.203V12.636a3.03%203.03%200%200%200-3.005-3.005h0a3.03%203.03%200%200%200-3.005%203.005h0v13.567m22.222%200V12.636A3.03%203.03%200%200%200%2044.51%209.63h0a3.03%203.03%200%200%200-3.005%203.005h0v13.567%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19.512%2026.294v10.472a16.572%2016.572%200%200%200%2033.145%200V26.294Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m30.075%2052.337l1.548%205.645h9.015l1.457-5.645m-9.653%2012.13v-6.485h7.376v6.485%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M45.19%2027.205H20.424v9.561a15.64%2015.64%200%200%200%2015.57%2015.662a16%2016%200%200%200%209.015-2.823a153%20153%200%200%200%20.182-22.4%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M45.19%2027.205a166%20166%200%200%201-.09%2022.309a15.63%2015.63%200%200%200%206.647-12.84v-9.47ZM30.075%2052.337l1.548%205.645h9.015l1.457-5.645zm2.368%205.645h7.376v6.485h-7.376z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M28.297%209.631a3.006%203.006%200%200%201%203.005%202.798v13.774h-3.005Zm16.213%200a3.006%203.006%200%200%201%203.005%202.798v13.774H44.51Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M31.302%2026.203V12.636a3.03%203.03%200%200%200-3.005-3.005h0a3.03%203.03%200%200%200-3.005%203.005h0v13.567m22.222%200V12.636A3.03%203.03%200%200%200%2044.51%209.63h0a3.03%203.03%200%200%200-3.005%203.005h0v13.567%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19.512%2026.294v10.472a16.572%2016.572%200%200%200%2033.145%200V26.294Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m30.075%2052.337l1.548%205.645h9.015l1.457-5.645m-9.653%2012.13v-6.485h7.376v6.485%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/electric-plug-red.svg?color=%231a73e8&size=48