Emoji Control Knobs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Control Knobs 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/325217.svg" alt="Emoji Control Knobs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325217.svg" alt="Emoji Control Knobs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325217.svg" alt="Emoji Control Knobs icon" :width="24" :height="24" />
CSS background
.icon-emoji-control-knobs {
background-image: url('https://proicons.com/icon/325217.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="j" d="M36.0381,15.5045c-.0845,2.1409-1.8885,3.8079-4.0293,3.7234-2.141-.0845-3.8079-1.8885-3.7234-4.0293.0845-2.1409,1.8884-3.8079,4.0293-3.7234"/><path id="c" class="j" d="M17.4747,18.2389c-1.5946,1.4309-4.0474,1.2982-5.4783-.2964-1.4309-1.5946-1.2982-4.0474.2964-5.4783,1.5946-1.4309,4.0474-1.2982,5.4783.2964"/><path id="d" class="j" d="M34.9048,35.3915c-1.515,1.5151-3.9712,1.515-5.4862,0-1.5151-1.515-1.5151-3.9712,0-5.4862,1.515-1.515,3.9712-1.5151,5.4862,0"/><path id="e" class="j" d="M14.8837,28.769c2.1425,0,3.8794,1.7369,3.8794,3.8794s-1.7369,3.8794-3.8794,3.8794-3.8794-1.7368-3.8794-3.8794"/><path id="f" class="j" d="M14.8837,32.6484l-4.3489-3.3309"/><path id="g" class="j" d="M37.4652,32.8186l-5.3036-.1702"/><path id="h" class="j" d="M20.2829,15.531l-5.5706-.2198"/><path id="i" class="j" d="M36.0411,11.8704l-3.8794,3.4812"/><rect class="j" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!