volume knob icon

volume-knob-filled from Reicon by REICON · Filled · Home · MIT Free for personal and commercial use.

Name
volume-knob-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" d="M11.25 7.056a5.001 5.001 0 1 0 1.5 0V11a.75.75 0 0 1-1.5 0zM13 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.414 1.415a1 1 0 0 1 1.414-1.415m12.02 12.021a1 1 0 1 1-1.414 1.415a1 1 0 0 1 1.414-1.415m0-10.606a1 1 0 1 1-1.414-1.415a1 1 0 0 1 1.414 1.415M6.697 18.718a1 1 0 1 1-1.414-1.415a1 1 0 0 1 1.414 1.415"/></svg>

React

import type { SVGProps } from "react";

export function ReiconVolumeKnobFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 7.056a5.001 5.001 0 1 0 1.5 0V11a.75.75 0 0 1-1.5 0zM13 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.414 1.415a1 1 0 0 1 1.414-1.415m12.02 12.021a1 1 0 1 1-1.414 1.415a1 1 0 0 1 1.414-1.415m0-10.606a1 1 0 1 1-1.414-1.415a1 1 0 0 1 1.414 1.415M6.697 18.718a1 1 0 1 1-1.414-1.415a1 1 0 0 1 1.414 1.415"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 7.056a5.001 5.001 0 1 0 1.5 0V11a.75.75 0 0 1-1.5 0zM13 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.414 1.415a1 1 0 0 1 1.414-1.415m12.02 12.021a1 1 0 1 1-1.414 1.415a1 1 0 0 1 1.414-1.415m0-10.606a1 1 0 1 1-1.414-1.415a1 1 0 0 1 1.414 1.415M6.697 18.718a1 1 0 1 1-1.414-1.415a1 1 0 0 1 1.414 1.415"/></svg>
</template>

CSS

.icon-volume-knob-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%207.056a5.001%205.001%200%201%200%201.5%200V11a.75.75%200%200%201-1.5%200zM13%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.414%201.415a1%201%200%200%201%201.414-1.415m12.02%2012.021a1%201%200%201%201-1.414%201.415a1%201%200%200%201%201.414-1.415m0-10.606a1%201%200%201%201-1.414-1.415a1%201%200%200%201%201.414%201.415M6.697%2018.718a1%201%200%201%201-1.414-1.415a1%201%200%200%201%201.414%201.415%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%207.056a5.001%205.001%200%201%200%201.5%200V11a.75.75%200%200%201-1.5%200zM13%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.414%201.415a1%201%200%200%201%201.414-1.415m12.02%2012.021a1%201%200%201%201-1.414%201.415a1%201%200%200%201%201.414-1.415m0-10.606a1%201%200%201%201-1.414-1.415a1%201%200%200%201%201.414%201.415M6.697%2018.718a1%201%200%201%201-1.414-1.415a1%201%200%200%201%201.414%201.415%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/volume-knob-filled.svg?color=%231a73e8&size=48