volume knob icon
volume-knob from Reicon by REICON · Outline · Home · MIT Free for personal and commercial use.
- Name
- volume-knob
- Set
- Reicon
- Style
- Outline
- Category
- Home
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More home icons from Reicon
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 fill-rule="evenodd" d="M11.25 7.816a4.251 4.251 0 1 0 1.5 0V11a.75.75 0 0 1-1.5 0zM6.25 12a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0" clip-rule="evenodd"/><path d="M13 3.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m7.5 9.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-17 0a1 1 0 1 1 0-2a1 1 0 0 1 0 2m3.197-7.718a1 1 0 1 1-1.415 1.415a1 1 0 0 1 1.415-1.415m12.021 12.021a1 1 0 1 1-1.415 1.415a1 1 0 0 1 1.415-1.415m0-10.606a1 1 0 1 1-1.415-1.415a1 1 0 0 1 1.415 1.415M6.697 18.718a1 1 0 1 1-1.415-1.415a1 1 0 0 1 1.415 1.415"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconVolumeKnob(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 fillRule="evenodd" d="M11.25 7.816a4.251 4.251 0 1 0 1.5 0V11a.75.75 0 0 1-1.5 0zM6.25 12a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0" clipRule="evenodd"/><path d="M13 3.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m7.5 9.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-17 0a1 1 0 1 1 0-2a1 1 0 0 1 0 2m3.197-7.718a1 1 0 1 1-1.415 1.415a1 1 0 0 1 1.415-1.415m12.021 12.021a1 1 0 1 1-1.415 1.415a1 1 0 0 1 1.415-1.415m0-10.606a1 1 0 1 1-1.415-1.415a1 1 0 0 1 1.415 1.415M6.697 18.718a1 1 0 1 1-1.415-1.415a1 1 0 0 1 1.415 1.415"/></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 fill-rule="evenodd" d="M11.25 7.816a4.251 4.251 0 1 0 1.5 0V11a.75.75 0 0 1-1.5 0zM6.25 12a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0" clip-rule="evenodd"/><path d="M13 3.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m7.5 9.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-17 0a1 1 0 1 1 0-2a1 1 0 0 1 0 2m3.197-7.718a1 1 0 1 1-1.415 1.415a1 1 0 0 1 1.415-1.415m12.021 12.021a1 1 0 1 1-1.415 1.415a1 1 0 0 1 1.415-1.415m0-10.606a1 1 0 1 1-1.415-1.415a1 1 0 0 1 1.415 1.415M6.697 18.718a1 1 0 1 1-1.415-1.415a1 1 0 0 1 1.415 1.415"/></g></svg> </template>
CSS
.icon-volume-knob {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%207.816a4.251%204.251%200%201%200%201.5%200V11a.75.75%200%200%201-1.5%200zM6.25%2012a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%203.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m7.5%209.5a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-17%200a1%201%200%201%201%200-2a1%201%200%200%201%200%202m3.197-7.718a1%201%200%201%201-1.415%201.415a1%201%200%200%201%201.415-1.415m12.021%2012.021a1%201%200%201%201-1.415%201.415a1%201%200%200%201%201.415-1.415m0-10.606a1%201%200%201%201-1.415-1.415a1%201%200%200%201%201.415%201.415M6.697%2018.718a1%201%200%201%201-1.415-1.415a1%201%200%200%201%201.415%201.415%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%207.816a4.251%204.251%200%201%200%201.5%200V11a.75.75%200%200%201-1.5%200zM6.25%2012a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%203.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m7.5%209.5a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-17%200a1%201%200%201%201%200-2a1%201%200%200%201%200%202m3.197-7.718a1%201%200%201%201-1.415%201.415a1%201%200%200%201%201.415-1.415m12.021%2012.021a1%201%200%201%201-1.415%201.415a1%201%200%200%201%201.415-1.415m0-10.606a1%201%200%201%201-1.415-1.415a1%201%200%200%201%201.415%201.415M6.697%2018.718a1%201%200%201%201-1.415-1.415a1%201%200%200%201%201.415%201.415%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/volume-knob.svg?color=%231a73e8&size=48