electric plug emoji

electric-plug from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.

Name
electric-plug
Set
Twitter Emoji
Style
Default
Category
Objects
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More objects icons from Twitter Emoji

Use the electric plug emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9aaab4" d="M11.858 16.264c.389.389.389 1.025 0 1.414s-1.025.389-1.414 0L1.959 9.192c-.389-.389-.389-1.025 0-1.414s1.025-.389 1.414 0zm7.072-7.071c.389.389.389 1.025 0 1.414s-1.025.389-1.414 0L9.029 2.121c-.389-.389-.389-1.025 0-1.414s1.025-.389 1.414 0z"/><path fill="#31373d" d="M34 36c0-4.966-2.56-8.581-4.562-10.65a3.99 3.99 0 0 0-.61-4.844l-1.099-1.099a3.99 3.99 0 0 0-1.022-3.851l-4.949-4.95a2.001 2.001 0 0 0-2.829-2.829l-2.826 2.826l-.003.002l-4.242 4.243l-2.828 2.828a2 2 0 1 0 2.828 2.828l4.95 4.95c1.044 1.044 2.519 1.373 3.85 1.021l1.101 1.101a3.99 3.99 0 0 0 4.857.602C28.099 29.726 30 32.404 30 36z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiElectricPlug(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9aaab4" d="M11.858 16.264c.389.389.389 1.025 0 1.414s-1.025.389-1.414 0L1.959 9.192c-.389-.389-.389-1.025 0-1.414s1.025-.389 1.414 0zm7.072-7.071c.389.389.389 1.025 0 1.414s-1.025.389-1.414 0L9.029 2.121c-.389-.389-.389-1.025 0-1.414s1.025-.389 1.414 0z"/><path fill="#31373d" d="M34 36c0-4.966-2.56-8.581-4.562-10.65a3.99 3.99 0 0 0-.61-4.844l-1.099-1.099a3.99 3.99 0 0 0-1.022-3.851l-4.949-4.95a2.001 2.001 0 0 0-2.829-2.829l-2.826 2.826l-.003.002l-4.242 4.243l-2.828 2.828a2 2 0 1 0 2.828 2.828l4.95 4.95c1.044 1.044 2.519 1.373 3.85 1.021l1.101 1.101a3.99 3.99 0 0 0 4.857.602C28.099 29.726 30 32.404 30 36z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9aaab4" d="M11.858 16.264c.389.389.389 1.025 0 1.414s-1.025.389-1.414 0L1.959 9.192c-.389-.389-.389-1.025 0-1.414s1.025-.389 1.414 0zm7.072-7.071c.389.389.389 1.025 0 1.414s-1.025.389-1.414 0L9.029 2.121c-.389-.389-.389-1.025 0-1.414s1.025-.389 1.414 0z"/><path fill="#31373d" d="M34 36c0-4.966-2.56-8.581-4.562-10.65a3.99 3.99 0 0 0-.61-4.844l-1.099-1.099a3.99 3.99 0 0 0-1.022-3.851l-4.949-4.95a2.001 2.001 0 0 0-2.829-2.829l-2.826 2.826l-.003.002l-4.242 4.243l-2.828 2.828a2 2 0 1 0 2.828 2.828l4.95 4.95c1.044 1.044 2.519 1.373 3.85 1.021l1.101 1.101a3.99 3.99 0 0 0 4.857.602C28.099 29.726 30 32.404 30 36z"/></svg>
</template>

CSS

.icon-electric-plug {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%239aaab4%22%20d%3D%22M11.858%2016.264c.389.389.389%201.025%200%201.414s-1.025.389-1.414%200L1.959%209.192c-.389-.389-.389-1.025%200-1.414s1.025-.389%201.414%200zm7.072-7.071c.389.389.389%201.025%200%201.414s-1.025.389-1.414%200L9.029%202.121c-.389-.389-.389-1.025%200-1.414s1.025-.389%201.414%200z%22%2F%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M34%2036c0-4.966-2.56-8.581-4.562-10.65a3.99%203.99%200%200%200-.61-4.844l-1.099-1.099a3.99%203.99%200%200%200-1.022-3.851l-4.949-4.95a2.001%202.001%200%200%200-2.829-2.829l-2.826%202.826l-.003.002l-4.242%204.243l-2.828%202.828a2%202%200%201%200%202.828%202.828l4.95%204.95c1.044%201.044%202.519%201.373%203.85%201.021l1.101%201.101a3.99%203.99%200%200%200%204.857.602C28.099%2029.726%2030%2032.404%2030%2036z%22%2F%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%2036%2036%22%3E%3Cpath%20fill%3D%22%239aaab4%22%20d%3D%22M11.858%2016.264c.389.389.389%201.025%200%201.414s-1.025.389-1.414%200L1.959%209.192c-.389-.389-.389-1.025%200-1.414s1.025-.389%201.414%200zm7.072-7.071c.389.389.389%201.025%200%201.414s-1.025.389-1.414%200L9.029%202.121c-.389-.389-.389-1.025%200-1.414s1.025-.389%201.414%200z%22%2F%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M34%2036c0-4.966-2.56-8.581-4.562-10.65a3.99%203.99%200%200%200-.61-4.844l-1.099-1.099a3.99%203.99%200%200%200-1.022-3.851l-4.949-4.95a2.001%202.001%200%200%200-2.829-2.829l-2.826%202.826l-.003.002l-4.242%204.243l-2.828%202.828a2%202%200%201%200%202.828%202.828l4.95%204.95c1.044%201.044%202.519%201.373%203.85%201.021l1.101%201.101a3.99%203.99%200%200%200%204.857.602C28.099%2029.726%2030%2032.404%2030%2036z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/electric-plug.svg?color=%231a73e8&size=48