potentiometer emoji

potentiometer from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
potentiometer
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More extras openmoji icons from OpenMoji

Use the potentiometer emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M21 30h6v12h-6z"/><circle cx="41" cy="36" r="15" fill="#fff"/><path fill="#d0cfce" d="M30.4 46.6C33.1 49.3 36.9 51 41 51c8.3 0 15-6.7 15-15c0-3.6-1.3-6.9-3.4-9.5c-.3-.4-.7-.8-1.1-1.2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M21 32h-5m5 4h-5m5 4h-5m11 1.4v.6h-6V30h6v.6"/><circle cx="41" cy="36" r="15" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><circle cx="41" cy="36" r="4"/><path fill="#e27022" d="M20.005 30.99v2.02h-4.04c-.606 0-1.01-.505-1.01-1.01s.404-1.01 1.01-1.01zm0 4v2.02h-4.04c-.606 0-1.01-.505-1.01-1.01s.404-1.01 1.01-1.01zm0 4v2.02h-4.04c-.606 0-1.01-.505-1.01-1.01s.404-1.01 1.01-1.01z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiPotentiometer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M21 30h6v12h-6z"/><circle cx="41" cy="36" r="15" fill="#fff"/><path fill="#d0cfce" d="M30.4 46.6C33.1 49.3 36.9 51 41 51c8.3 0 15-6.7 15-15c0-3.6-1.3-6.9-3.4-9.5c-.3-.4-.7-.8-1.1-1.2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M21 32h-5m5 4h-5m5 4h-5m11 1.4v.6h-6V30h6v.6"/><circle cx="41" cy="36" r="15" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"/><circle cx="41" cy="36" r="4"/><path fill="#e27022" d="M20.005 30.99v2.02h-4.04c-.606 0-1.01-.505-1.01-1.01s.404-1.01 1.01-1.01zm0 4v2.02h-4.04c-.606 0-1.01-.505-1.01-1.01s.404-1.01 1.01-1.01zm0 4v2.02h-4.04c-.606 0-1.01-.505-1.01-1.01s.404-1.01 1.01-1.01z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M21 30h6v12h-6z"/><circle cx="41" cy="36" r="15" fill="#fff"/><path fill="#d0cfce" d="M30.4 46.6C33.1 49.3 36.9 51 41 51c8.3 0 15-6.7 15-15c0-3.6-1.3-6.9-3.4-9.5c-.3-.4-.7-.8-1.1-1.2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M21 32h-5m5 4h-5m5 4h-5m11 1.4v.6h-6V30h6v.6"/><circle cx="41" cy="36" r="15" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><circle cx="41" cy="36" r="4"/><path fill="#e27022" d="M20.005 30.99v2.02h-4.04c-.606 0-1.01-.505-1.01-1.01s.404-1.01 1.01-1.01zm0 4v2.02h-4.04c-.606 0-1.01-.505-1.01-1.01s.404-1.01 1.01-1.01zm0 4v2.02h-4.04c-.606 0-1.01-.505-1.01-1.01s.404-1.01 1.01-1.01z"/></svg>
</template>

CSS

.icon-potentiometer {
  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%23fff%22%20d%3D%22M21%2030h6v12h-6z%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2236%22%20r%3D%2215%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M30.4%2046.6C33.1%2049.3%2036.9%2051%2041%2051c8.3%200%2015-6.7%2015-15c0-3.6-1.3-6.9-3.4-9.5c-.3-.4-.7-.8-1.1-1.2%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M21%2032h-5m5%204h-5m5%204h-5m11%201.4v.6h-6V30h6v.6%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2236%22%20r%3D%2215%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2236%22%20r%3D%224%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M20.005%2030.99v2.02h-4.04c-.606%200-1.01-.505-1.01-1.01s.404-1.01%201.01-1.01zm0%204v2.02h-4.04c-.606%200-1.01-.505-1.01-1.01s.404-1.01%201.01-1.01zm0%204v2.02h-4.04c-.606%200-1.01-.505-1.01-1.01s.404-1.01%201.01-1.01z%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21%2030h6v12h-6z%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2236%22%20r%3D%2215%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M30.4%2046.6C33.1%2049.3%2036.9%2051%2041%2051c8.3%200%2015-6.7%2015-15c0-3.6-1.3-6.9-3.4-9.5c-.3-.4-.7-.8-1.1-1.2%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M21%2032h-5m5%204h-5m5%204h-5m11%201.4v.6h-6V30h6v.6%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2236%22%20r%3D%2215%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2236%22%20r%3D%224%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M20.005%2030.99v2.02h-4.04c-.606%200-1.01-.505-1.01-1.01s.404-1.01%201.01-1.01zm0%204v2.02h-4.04c-.606%200-1.01-.505-1.01-1.01s.404-1.01%201.01-1.01zm0%204v2.02h-4.04c-.606%200-1.01-.505-1.01-1.01s.404-1.01%201.01-1.01z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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