volume knob icon
volume-knob-bold from Solar by 480 Design · Bold · Home · CC-BY-4.0 Attribution required.
- Name
- volume-knob-bold
- Set
- Solar
- Style
- Bold
- Category
- Home
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More home icons from Solar
armchair-2-boldarmchair-boldbar-chair-boldbath-boldbed-boldbedside-table-2-boldbedside-table-3-boldbedside-table-4-boldbedside-table-boldchair-2-boldchair-boldchandelier-boldcloset-2-boldcloset-boldconditioner-2-boldconditioner-boldfloor-lamp-boldfloor-lamp-minimalistic-boldfridge-boldlamp-boldmirror-boldremote-controller-2-boldremote-controller-boldremote-controller-minimalistic-bold
Use the volume knob icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.25 7.05591C8.84437 7.41777 7 9.49351 7 12C7 14.7615 9.23858 17 12 17C14.7614 17 17 14.7615 17 12C17 9.49351 15.1556 7.41777 12.75 7.05591V11C12.75 11.4142 12.4142 11.75 12 11.75C11.5858 11.75 11.25 11.4142 11.25 11V7.05591Z"/><path d="M13 3.5C13 4.05228 12.5523 4.5 12 4.5C11.4477 4.5 11 4.05228 11 3.5C11 2.94772 11.4477 2.5 12 2.5C12.5523 2.5 13 2.94772 13 3.5Z"/><path d="M20.5 13C19.9477 13 19.5 12.5523 19.5 12C19.5 11.4477 19.9477 11 20.5 11C21.0523 11 21.5 11.4477 21.5 12C21.5 12.5523 21.0523 13 20.5 13Z"/><path d="M3.5 13C2.94772 13 2.5 12.5523 2.5 12C2.5 11.4477 2.94772 11 3.5 11C4.05228 11 4.5 11.4477 4.5 12C4.5 12.5523 4.05228 13 3.5 13Z"/><path d="M6.69685 5.2824C7.08738 5.67292 7.08738 6.30608 6.69685 6.69661C6.30633 7.08713 5.67316 7.08713 5.28264 6.69661C4.89212 6.30608 4.89212 5.67292 5.28264 5.2824C5.67316 4.89187 6.30633 4.89187 6.69685 5.2824Z"/><path d="M18.7174 17.3034C19.1079 17.6939 19.1079 18.3271 18.7174 18.7176C18.3268 19.1081 17.6937 19.1081 17.3031 18.7176C16.9126 18.3271 16.9126 17.6939 17.3031 17.3034C17.6937 16.9129 18.3268 16.9129 18.7174 17.3034Z"/><path d="M18.7174 6.69661C18.3268 7.08713 17.6937 7.08713 17.3031 6.69661C16.9126 6.30608 16.9126 5.67292 17.3031 5.2824C17.6937 4.89187 18.3268 4.89187 18.7174 5.2824C19.1079 5.67292 19.1079 6.30608 18.7174 6.69661Z"/><path d="M6.69685 18.7176C6.30633 19.1081 5.67316 19.1081 5.28264 18.7176C4.89212 18.3271 4.89212 17.6939 5.28264 17.3034C5.67316 16.9129 6.30633 16.9129 6.69685 17.3034C7.08738 17.6939 7.08738 18.3271 6.69685 18.7176Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarVolumeKnobBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.25 7.05591C8.84437 7.41777 7 9.49351 7 12C7 14.7615 9.23858 17 12 17C14.7614 17 17 14.7615 17 12C17 9.49351 15.1556 7.41777 12.75 7.05591V11C12.75 11.4142 12.4142 11.75 12 11.75C11.5858 11.75 11.25 11.4142 11.25 11V7.05591Z"/><path d="M13 3.5C13 4.05228 12.5523 4.5 12 4.5C11.4477 4.5 11 4.05228 11 3.5C11 2.94772 11.4477 2.5 12 2.5C12.5523 2.5 13 2.94772 13 3.5Z"/><path d="M20.5 13C19.9477 13 19.5 12.5523 19.5 12C19.5 11.4477 19.9477 11 20.5 11C21.0523 11 21.5 11.4477 21.5 12C21.5 12.5523 21.0523 13 20.5 13Z"/><path d="M3.5 13C2.94772 13 2.5 12.5523 2.5 12C2.5 11.4477 2.94772 11 3.5 11C4.05228 11 4.5 11.4477 4.5 12C4.5 12.5523 4.05228 13 3.5 13Z"/><path d="M6.69685 5.2824C7.08738 5.67292 7.08738 6.30608 6.69685 6.69661C6.30633 7.08713 5.67316 7.08713 5.28264 6.69661C4.89212 6.30608 4.89212 5.67292 5.28264 5.2824C5.67316 4.89187 6.30633 4.89187 6.69685 5.2824Z"/><path d="M18.7174 17.3034C19.1079 17.6939 19.1079 18.3271 18.7174 18.7176C18.3268 19.1081 17.6937 19.1081 17.3031 18.7176C16.9126 18.3271 16.9126 17.6939 17.3031 17.3034C17.6937 16.9129 18.3268 16.9129 18.7174 17.3034Z"/><path d="M18.7174 6.69661C18.3268 7.08713 17.6937 7.08713 17.3031 6.69661C16.9126 6.30608 16.9126 5.67292 17.3031 5.2824C17.6937 4.89187 18.3268 4.89187 18.7174 5.2824C19.1079 5.67292 19.1079 6.30608 18.7174 6.69661Z"/><path d="M6.69685 18.7176C6.30633 19.1081 5.67316 19.1081 5.28264 18.7176C4.89212 18.3271 4.89212 17.6939 5.28264 17.3034C5.67316 16.9129 6.30633 16.9129 6.69685 17.3034C7.08738 17.6939 7.08738 18.3271 6.69685 18.7176Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.25 7.05591C8.84437 7.41777 7 9.49351 7 12C7 14.7615 9.23858 17 12 17C14.7614 17 17 14.7615 17 12C17 9.49351 15.1556 7.41777 12.75 7.05591V11C12.75 11.4142 12.4142 11.75 12 11.75C11.5858 11.75 11.25 11.4142 11.25 11V7.05591Z"/><path d="M13 3.5C13 4.05228 12.5523 4.5 12 4.5C11.4477 4.5 11 4.05228 11 3.5C11 2.94772 11.4477 2.5 12 2.5C12.5523 2.5 13 2.94772 13 3.5Z"/><path d="M20.5 13C19.9477 13 19.5 12.5523 19.5 12C19.5 11.4477 19.9477 11 20.5 11C21.0523 11 21.5 11.4477 21.5 12C21.5 12.5523 21.0523 13 20.5 13Z"/><path d="M3.5 13C2.94772 13 2.5 12.5523 2.5 12C2.5 11.4477 2.94772 11 3.5 11C4.05228 11 4.5 11.4477 4.5 12C4.5 12.5523 4.05228 13 3.5 13Z"/><path d="M6.69685 5.2824C7.08738 5.67292 7.08738 6.30608 6.69685 6.69661C6.30633 7.08713 5.67316 7.08713 5.28264 6.69661C4.89212 6.30608 4.89212 5.67292 5.28264 5.2824C5.67316 4.89187 6.30633 4.89187 6.69685 5.2824Z"/><path d="M18.7174 17.3034C19.1079 17.6939 19.1079 18.3271 18.7174 18.7176C18.3268 19.1081 17.6937 19.1081 17.3031 18.7176C16.9126 18.3271 16.9126 17.6939 17.3031 17.3034C17.6937 16.9129 18.3268 16.9129 18.7174 17.3034Z"/><path d="M18.7174 6.69661C18.3268 7.08713 17.6937 7.08713 17.3031 6.69661C16.9126 6.30608 16.9126 5.67292 17.3031 5.2824C17.6937 4.89187 18.3268 4.89187 18.7174 5.2824C19.1079 5.67292 19.1079 6.30608 18.7174 6.69661Z"/><path d="M6.69685 18.7176C6.30633 19.1081 5.67316 19.1081 5.28264 18.7176C4.89212 18.3271 4.89212 17.6939 5.28264 17.3034C5.67316 16.9129 6.30633 16.9129 6.69685 17.3034C7.08738 17.6939 7.08738 18.3271 6.69685 18.7176Z"/></g></svg> </template>
CSS
.icon-volume-knob-bold {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.25%207.05591C8.84437%207.41777%207%209.49351%207%2012C7%2014.7615%209.23858%2017%2012%2017C14.7614%2017%2017%2014.7615%2017%2012C17%209.49351%2015.1556%207.41777%2012.75%207.05591V11C12.75%2011.4142%2012.4142%2011.75%2012%2011.75C11.5858%2011.75%2011.25%2011.4142%2011.25%2011V7.05591Z%22%2F%3E%3Cpath%20d%3D%22M13%203.5C13%204.05228%2012.5523%204.5%2012%204.5C11.4477%204.5%2011%204.05228%2011%203.5C11%202.94772%2011.4477%202.5%2012%202.5C12.5523%202.5%2013%202.94772%2013%203.5Z%22%2F%3E%3Cpath%20d%3D%22M20.5%2013C19.9477%2013%2019.5%2012.5523%2019.5%2012C19.5%2011.4477%2019.9477%2011%2020.5%2011C21.0523%2011%2021.5%2011.4477%2021.5%2012C21.5%2012.5523%2021.0523%2013%2020.5%2013Z%22%2F%3E%3Cpath%20d%3D%22M3.5%2013C2.94772%2013%202.5%2012.5523%202.5%2012C2.5%2011.4477%202.94772%2011%203.5%2011C4.05228%2011%204.5%2011.4477%204.5%2012C4.5%2012.5523%204.05228%2013%203.5%2013Z%22%2F%3E%3Cpath%20d%3D%22M6.69685%205.2824C7.08738%205.67292%207.08738%206.30608%206.69685%206.69661C6.30633%207.08713%205.67316%207.08713%205.28264%206.69661C4.89212%206.30608%204.89212%205.67292%205.28264%205.2824C5.67316%204.89187%206.30633%204.89187%206.69685%205.2824Z%22%2F%3E%3Cpath%20d%3D%22M18.7174%2017.3034C19.1079%2017.6939%2019.1079%2018.3271%2018.7174%2018.7176C18.3268%2019.1081%2017.6937%2019.1081%2017.3031%2018.7176C16.9126%2018.3271%2016.9126%2017.6939%2017.3031%2017.3034C17.6937%2016.9129%2018.3268%2016.9129%2018.7174%2017.3034Z%22%2F%3E%3Cpath%20d%3D%22M18.7174%206.69661C18.3268%207.08713%2017.6937%207.08713%2017.3031%206.69661C16.9126%206.30608%2016.9126%205.67292%2017.3031%205.2824C17.6937%204.89187%2018.3268%204.89187%2018.7174%205.2824C19.1079%205.67292%2019.1079%206.30608%2018.7174%206.69661Z%22%2F%3E%3Cpath%20d%3D%22M6.69685%2018.7176C6.30633%2019.1081%205.67316%2019.1081%205.28264%2018.7176C4.89212%2018.3271%204.89212%2017.6939%205.28264%2017.3034C5.67316%2016.9129%206.30633%2016.9129%206.69685%2017.3034C7.08738%2017.6939%207.08738%2018.3271%206.69685%2018.7176Z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.25%207.05591C8.84437%207.41777%207%209.49351%207%2012C7%2014.7615%209.23858%2017%2012%2017C14.7614%2017%2017%2014.7615%2017%2012C17%209.49351%2015.1556%207.41777%2012.75%207.05591V11C12.75%2011.4142%2012.4142%2011.75%2012%2011.75C11.5858%2011.75%2011.25%2011.4142%2011.25%2011V7.05591Z%22%2F%3E%3Cpath%20d%3D%22M13%203.5C13%204.05228%2012.5523%204.5%2012%204.5C11.4477%204.5%2011%204.05228%2011%203.5C11%202.94772%2011.4477%202.5%2012%202.5C12.5523%202.5%2013%202.94772%2013%203.5Z%22%2F%3E%3Cpath%20d%3D%22M20.5%2013C19.9477%2013%2019.5%2012.5523%2019.5%2012C19.5%2011.4477%2019.9477%2011%2020.5%2011C21.0523%2011%2021.5%2011.4477%2021.5%2012C21.5%2012.5523%2021.0523%2013%2020.5%2013Z%22%2F%3E%3Cpath%20d%3D%22M3.5%2013C2.94772%2013%202.5%2012.5523%202.5%2012C2.5%2011.4477%202.94772%2011%203.5%2011C4.05228%2011%204.5%2011.4477%204.5%2012C4.5%2012.5523%204.05228%2013%203.5%2013Z%22%2F%3E%3Cpath%20d%3D%22M6.69685%205.2824C7.08738%205.67292%207.08738%206.30608%206.69685%206.69661C6.30633%207.08713%205.67316%207.08713%205.28264%206.69661C4.89212%206.30608%204.89212%205.67292%205.28264%205.2824C5.67316%204.89187%206.30633%204.89187%206.69685%205.2824Z%22%2F%3E%3Cpath%20d%3D%22M18.7174%2017.3034C19.1079%2017.6939%2019.1079%2018.3271%2018.7174%2018.7176C18.3268%2019.1081%2017.6937%2019.1081%2017.3031%2018.7176C16.9126%2018.3271%2016.9126%2017.6939%2017.3031%2017.3034C17.6937%2016.9129%2018.3268%2016.9129%2018.7174%2017.3034Z%22%2F%3E%3Cpath%20d%3D%22M18.7174%206.69661C18.3268%207.08713%2017.6937%207.08713%2017.3031%206.69661C16.9126%206.30608%2016.9126%205.67292%2017.3031%205.2824C17.6937%204.89187%2018.3268%204.89187%2018.7174%205.2824C19.1079%205.67292%2019.1079%206.30608%2018.7174%206.69661Z%22%2F%3E%3Cpath%20d%3D%22M6.69685%2018.7176C6.30633%2019.1081%205.67316%2019.1081%205.28264%2018.7176C4.89212%2018.3271%204.89212%2017.6939%205.28264%2017.3034C5.67316%2016.9129%206.30633%2016.9129%206.69685%2017.3034C7.08738%2017.6939%207.08738%2018.3271%206.69685%2018.7176Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/volume-knob-bold.svg?color=%231a73e8&size=48