volume knob icon
volume-knob-broken from Solar by 480 Design · Broken · Home · CC-BY-4.0 Attribution required.
- Name
- volume-knob-broken
- Set
- Solar
- Style
- Broken
- 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-linecap="round" stroke-width="1.5"><path d="M17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17"/><path d="M12 7V11"/><path stroke-linejoin="round" d="M6 6H6.0001"/><path stroke-linejoin="round" d="M6 18H6.0001"/><path stroke-linejoin="round" d="M3.5 12H3.5001"/><path stroke-linejoin="round" d="M20.5 12H20.5001"/><path stroke-linejoin="round" d="M18 18H18.0001"/><path stroke-linejoin="round" d="M18 6H18.0001"/><path stroke-linejoin="round" d="M12 3.5H12.0001"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarVolumeKnobBroken(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" strokeLinecap="round" strokeWidth="1.5"><path d="M17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17"/><path d="M12 7V11"/><path strokeLinejoin="round" d="M6 6H6.0001"/><path strokeLinejoin="round" d="M6 18H6.0001"/><path strokeLinejoin="round" d="M3.5 12H3.5001"/><path strokeLinejoin="round" d="M20.5 12H20.5001"/><path strokeLinejoin="round" d="M18 18H18.0001"/><path strokeLinejoin="round" d="M18 6H18.0001"/><path 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-linecap="round" stroke-width="1.5"><path d="M17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17"/><path d="M12 7V11"/><path stroke-linejoin="round" d="M6 6H6.0001"/><path stroke-linejoin="round" d="M6 18H6.0001"/><path stroke-linejoin="round" d="M3.5 12H3.5001"/><path stroke-linejoin="round" d="M20.5 12H20.5001"/><path stroke-linejoin="round" d="M18 18H18.0001"/><path stroke-linejoin="round" d="M18 6H18.0001"/><path stroke-linejoin="round" d="M12 3.5H12.0001"/></g></svg> </template>
CSS
.icon-volume-knob-broken {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17%2012C17%209.23858%2014.7614%207%2012%207C9.23858%207%207%209.23858%207%2012C7%2014.7614%209.23858%2017%2012%2017%22%2F%3E%3Cpath%20d%3D%22M12%207V11%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6%206H6.0001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2018H6.0001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.5%2012H3.5001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.5%2012H20.5001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2018H18.0001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18%206H18.0001%22%2F%3E%3Cpath%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17%2012C17%209.23858%2014.7614%207%2012%207C9.23858%207%207%209.23858%207%2012C7%2014.7614%209.23858%2017%2012%2017%22%2F%3E%3Cpath%20d%3D%22M12%207V11%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6%206H6.0001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2018H6.0001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.5%2012H3.5001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.5%2012H20.5001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2018H18.0001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18%206H18.0001%22%2F%3E%3Cpath%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-broken.svg?color=%231a73e8&size=48