volume knob icon
volume-knob-linear from Solar by 480 Design · Linear · Home · CC-BY-4.0 Attribution required.
- Name
- volume-knob-linear
- Set
- Solar
- Style
- Linear
- 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="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="5"/><path stroke-linecap="round" d="M12 7V11"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 6H6.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 18H6.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M3.5 12H3.5001"/><path stroke-linecap="round" stroke-linejoin="round" d="M20.5 12H20.5001"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 18H18.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 6H18.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 3.5H12.0001"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarVolumeKnobLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="12" cy="12" r="5"/><path strokeLinecap="round" d="M12 7V11"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 6H6.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 18H6.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M3.5 12H3.5001"/><path strokeLinecap="round" strokeLinejoin="round" d="M20.5 12H20.5001"/><path strokeLinecap="round" strokeLinejoin="round" d="M18 18H18.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M18 6H18.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 3.5H12.0001"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="5"/><path stroke-linecap="round" d="M12 7V11"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 6H6.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 18H6.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M3.5 12H3.5001"/><path stroke-linecap="round" stroke-linejoin="round" d="M20.5 12H20.5001"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 18H18.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 6H18.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 3.5H12.0001"/></g></svg> </template>
CSS
.icon-volume-knob-linear {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%207V11%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%206H6.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2018H6.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.5%2012H3.5001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.5%2012H20.5001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2018H18.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%206H18.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%203.5H12.0001%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%225%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%207V11%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%206H6.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2018H6.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.5%2012H3.5001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.5%2012H20.5001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2018H18.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%206H18.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%203.5H12.0001%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-linear.svg?color=%231a73e8&size=48