control knobs emoji
control-knobs from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- control-knobs
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the control knobs emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M13.863 12.155a2.09 2.09 0 0 0-2.088 2.088v43.513a2.09 2.09 0 0 0 2.088 2.087h43.514a2.09 2.09 0 0 0 2.087-2.087V14.243a2.09 2.09 0 0 0-2.087-2.088z"/><path fill="#9b9b9a" d="M18.388 47.86c0-.552 1.45 2.071 1.45 2.071s2.343 2.93 4.55 2.93s5-2.794 5-5s-.765-4.571-2.97-4.571c-.553 0-2.586-1.426-2.035-1.429h-.02c-1.574 0-3.002.61-4.072 1.602l-1.225 1.581a6 6 0 0 0-.703 2.817M50.9 43.618c.39.39-1.024.511-1.415.12c-1.511-1.51-4.145-1.768-5.657-.256c-.756.756-2.356 2.969-2.356 4.037s.893 3.121 1.649 3.877c1.558 1.559 4.752 1.805 6.312.246c.39-.39 1.857.068 1.468.46a6 6 0 0 0 1.637-3.053l.058-1.998a6 6 0 0 0-1.697-3.433M30.302 24.757a5.97 5.97 0 0 0-1.39-3.095c.287.408-.958.474-1.326.063c-.714-.795-1.695-1.08-2.761-1.138c-1.072-.05-2.983.268-3.778.981c-.795.714-1.602 2.48-1.66 3.547s-.153 2.476.56 3.271s3.157 2.354 4.225 2.412c1.057.05 4.622-1.235 4.293-.86a6 6 0 0 0 1.78-3.183zm21.422-2.393l-1.335-1.49a5.97 5.97 0 0 0-3.461-1.293c.533.04-1.35 1.108-1.35 1.108s-3.83 2.477-3.918 4.681c-.086 2.203 2.635 5.145 4.839 5.233c2.2.09 4.958-1.784 5.045-3.987c.021-.552 1.106-1.381 1.102-.845c.003-.068.01-.135.01-.204c0-1.18-.344-2.276-.932-3.203"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M56.464 59.843H14.776a3 3 0 0 1-3-3V15.155a3 3 0 0 1 3-3h41.688a3 3 0 0 1 3 3v41.688a3 3 0 0 1-3 3"/><path d="M51.653 25.764a5 5 0 1 1-4.8-5.193m-19.126 8.718a5 5 0 1 1 .382-7.061m22.083 29.168a5 5 0 1 1 0-7.071M24.387 42.86a5 5 0 1 1-5 5m5 .001l-5.605-4.294m34.71 4.513l-6.836-.219m-15.31-22.062l-7.18-.284m27.49-4.435l-5 4.487"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiControlKnobs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M13.863 12.155a2.09 2.09 0 0 0-2.088 2.088v43.513a2.09 2.09 0 0 0 2.088 2.087h43.514a2.09 2.09 0 0 0 2.087-2.087V14.243a2.09 2.09 0 0 0-2.087-2.088z"/><path fill="#9b9b9a" d="M18.388 47.86c0-.552 1.45 2.071 1.45 2.071s2.343 2.93 4.55 2.93s5-2.794 5-5s-.765-4.571-2.97-4.571c-.553 0-2.586-1.426-2.035-1.429h-.02c-1.574 0-3.002.61-4.072 1.602l-1.225 1.581a6 6 0 0 0-.703 2.817M50.9 43.618c.39.39-1.024.511-1.415.12c-1.511-1.51-4.145-1.768-5.657-.256c-.756.756-2.356 2.969-2.356 4.037s.893 3.121 1.649 3.877c1.558 1.559 4.752 1.805 6.312.246c.39-.39 1.857.068 1.468.46a6 6 0 0 0 1.637-3.053l.058-1.998a6 6 0 0 0-1.697-3.433M30.302 24.757a5.97 5.97 0 0 0-1.39-3.095c.287.408-.958.474-1.326.063c-.714-.795-1.695-1.08-2.761-1.138c-1.072-.05-2.983.268-3.778.981c-.795.714-1.602 2.48-1.66 3.547s-.153 2.476.56 3.271s3.157 2.354 4.225 2.412c1.057.05 4.622-1.235 4.293-.86a6 6 0 0 0 1.78-3.183zm21.422-2.393l-1.335-1.49a5.97 5.97 0 0 0-3.461-1.293c.533.04-1.35 1.108-1.35 1.108s-3.83 2.477-3.918 4.681c-.086 2.203 2.635 5.145 4.839 5.233c2.2.09 4.958-1.784 5.045-3.987c.021-.552 1.106-1.381 1.102-.845c.003-.068.01-.135.01-.204c0-1.18-.344-2.276-.932-3.203"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M56.464 59.843H14.776a3 3 0 0 1-3-3V15.155a3 3 0 0 1 3-3h41.688a3 3 0 0 1 3 3v41.688a3 3 0 0 1-3 3"/><path d="M51.653 25.764a5 5 0 1 1-4.8-5.193m-19.126 8.718a5 5 0 1 1 .382-7.061m22.083 29.168a5 5 0 1 1 0-7.071M24.387 42.86a5 5 0 1 1-5 5m5 .001l-5.605-4.294m34.71 4.513l-6.836-.219m-15.31-22.062l-7.18-.284m27.49-4.435l-5 4.487"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M13.863 12.155a2.09 2.09 0 0 0-2.088 2.088v43.513a2.09 2.09 0 0 0 2.088 2.087h43.514a2.09 2.09 0 0 0 2.087-2.087V14.243a2.09 2.09 0 0 0-2.087-2.088z"/><path fill="#9b9b9a" d="M18.388 47.86c0-.552 1.45 2.071 1.45 2.071s2.343 2.93 4.55 2.93s5-2.794 5-5s-.765-4.571-2.97-4.571c-.553 0-2.586-1.426-2.035-1.429h-.02c-1.574 0-3.002.61-4.072 1.602l-1.225 1.581a6 6 0 0 0-.703 2.817M50.9 43.618c.39.39-1.024.511-1.415.12c-1.511-1.51-4.145-1.768-5.657-.256c-.756.756-2.356 2.969-2.356 4.037s.893 3.121 1.649 3.877c1.558 1.559 4.752 1.805 6.312.246c.39-.39 1.857.068 1.468.46a6 6 0 0 0 1.637-3.053l.058-1.998a6 6 0 0 0-1.697-3.433M30.302 24.757a5.97 5.97 0 0 0-1.39-3.095c.287.408-.958.474-1.326.063c-.714-.795-1.695-1.08-2.761-1.138c-1.072-.05-2.983.268-3.778.981c-.795.714-1.602 2.48-1.66 3.547s-.153 2.476.56 3.271s3.157 2.354 4.225 2.412c1.057.05 4.622-1.235 4.293-.86a6 6 0 0 0 1.78-3.183zm21.422-2.393l-1.335-1.49a5.97 5.97 0 0 0-3.461-1.293c.533.04-1.35 1.108-1.35 1.108s-3.83 2.477-3.918 4.681c-.086 2.203 2.635 5.145 4.839 5.233c2.2.09 4.958-1.784 5.045-3.987c.021-.552 1.106-1.381 1.102-.845c.003-.068.01-.135.01-.204c0-1.18-.344-2.276-.932-3.203"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M56.464 59.843H14.776a3 3 0 0 1-3-3V15.155a3 3 0 0 1 3-3h41.688a3 3 0 0 1 3 3v41.688a3 3 0 0 1-3 3"/><path d="M51.653 25.764a5 5 0 1 1-4.8-5.193m-19.126 8.718a5 5 0 1 1 .382-7.061m22.083 29.168a5 5 0 1 1 0-7.071M24.387 42.86a5 5 0 1 1-5 5m5 .001l-5.605-4.294m34.71 4.513l-6.836-.219m-15.31-22.062l-7.18-.284m27.49-4.435l-5 4.487"/></g></svg> </template>
CSS
.icon-control-knobs {
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%23d0cfce%22%20d%3D%22M13.863%2012.155a2.09%202.09%200%200%200-2.088%202.088v43.513a2.09%202.09%200%200%200%202.088%202.087h43.514a2.09%202.09%200%200%200%202.087-2.087V14.243a2.09%202.09%200%200%200-2.087-2.088z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M18.388%2047.86c0-.552%201.45%202.071%201.45%202.071s2.343%202.93%204.55%202.93s5-2.794%205-5s-.765-4.571-2.97-4.571c-.553%200-2.586-1.426-2.035-1.429h-.02c-1.574%200-3.002.61-4.072%201.602l-1.225%201.581a6%206%200%200%200-.703%202.817M50.9%2043.618c.39.39-1.024.511-1.415.12c-1.511-1.51-4.145-1.768-5.657-.256c-.756.756-2.356%202.969-2.356%204.037s.893%203.121%201.649%203.877c1.558%201.559%204.752%201.805%206.312.246c.39-.39%201.857.068%201.468.46a6%206%200%200%200%201.637-3.053l.058-1.998a6%206%200%200%200-1.697-3.433M30.302%2024.757a5.97%205.97%200%200%200-1.39-3.095c.287.408-.958.474-1.326.063c-.714-.795-1.695-1.08-2.761-1.138c-1.072-.05-2.983.268-3.778.981c-.795.714-1.602%202.48-1.66%203.547s-.153%202.476.56%203.271s3.157%202.354%204.225%202.412c1.057.05%204.622-1.235%204.293-.86a6%206%200%200%200%201.78-3.183zm21.422-2.393l-1.335-1.49a5.97%205.97%200%200%200-3.461-1.293c.533.04-1.35%201.108-1.35%201.108s-3.83%202.477-3.918%204.681c-.086%202.203%202.635%205.145%204.839%205.233c2.2.09%204.958-1.784%205.045-3.987c.021-.552%201.106-1.381%201.102-.845c.003-.068.01-.135.01-.204c0-1.18-.344-2.276-.932-3.203%22%2F%3E%3Cg%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%3E%3Cpath%20d%3D%22M56.464%2059.843H14.776a3%203%200%200%201-3-3V15.155a3%203%200%200%201%203-3h41.688a3%203%200%200%201%203%203v41.688a3%203%200%200%201-3%203%22%2F%3E%3Cpath%20d%3D%22M51.653%2025.764a5%205%200%201%201-4.8-5.193m-19.126%208.718a5%205%200%201%201%20.382-7.061m22.083%2029.168a5%205%200%201%201%200-7.071M24.387%2042.86a5%205%200%201%201-5%205m5%20.001l-5.605-4.294m34.71%204.513l-6.836-.219m-15.31-22.062l-7.18-.284m27.49-4.435l-5%204.487%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%23d0cfce%22%20d%3D%22M13.863%2012.155a2.09%202.09%200%200%200-2.088%202.088v43.513a2.09%202.09%200%200%200%202.088%202.087h43.514a2.09%202.09%200%200%200%202.087-2.087V14.243a2.09%202.09%200%200%200-2.087-2.088z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M18.388%2047.86c0-.552%201.45%202.071%201.45%202.071s2.343%202.93%204.55%202.93s5-2.794%205-5s-.765-4.571-2.97-4.571c-.553%200-2.586-1.426-2.035-1.429h-.02c-1.574%200-3.002.61-4.072%201.602l-1.225%201.581a6%206%200%200%200-.703%202.817M50.9%2043.618c.39.39-1.024.511-1.415.12c-1.511-1.51-4.145-1.768-5.657-.256c-.756.756-2.356%202.969-2.356%204.037s.893%203.121%201.649%203.877c1.558%201.559%204.752%201.805%206.312.246c.39-.39%201.857.068%201.468.46a6%206%200%200%200%201.637-3.053l.058-1.998a6%206%200%200%200-1.697-3.433M30.302%2024.757a5.97%205.97%200%200%200-1.39-3.095c.287.408-.958.474-1.326.063c-.714-.795-1.695-1.08-2.761-1.138c-1.072-.05-2.983.268-3.778.981c-.795.714-1.602%202.48-1.66%203.547s-.153%202.476.56%203.271s3.157%202.354%204.225%202.412c1.057.05%204.622-1.235%204.293-.86a6%206%200%200%200%201.78-3.183zm21.422-2.393l-1.335-1.49a5.97%205.97%200%200%200-3.461-1.293c.533.04-1.35%201.108-1.35%201.108s-3.83%202.477-3.918%204.681c-.086%202.203%202.635%205.145%204.839%205.233c2.2.09%204.958-1.784%205.045-3.987c.021-.552%201.106-1.381%201.102-.845c.003-.068.01-.135.01-.204c0-1.18-.344-2.276-.932-3.203%22%2F%3E%3Cg%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%3E%3Cpath%20d%3D%22M56.464%2059.843H14.776a3%203%200%200%201-3-3V15.155a3%203%200%200%201%203-3h41.688a3%203%200%200%201%203%203v41.688a3%203%200%200%201-3%203%22%2F%3E%3Cpath%20d%3D%22M51.653%2025.764a5%205%200%201%201-4.8-5.193m-19.126%208.718a5%205%200%201%201%20.382-7.061m22.083%2029.168a5%205%200%201%201%200-7.071M24.387%2042.86a5%205%200%201%201-5%205m5%20.001l-5.605-4.294m34.71%204.513l-6.836-.219m-15.31-22.062l-7.18-.284m27.49-4.435l-5%204.487%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/control-knobs.svg?color=%231a73e8&size=48