volume down icon
volume-down-solid from Flowbite Icons by Themesberg · Solid · General · MIT Free for personal and commercial use.
- Name
- volume-down-solid
- Set
- Flowbite Icons
- Style
- Solid
- Category
- General
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
volume-downBootstrap Iconsvolume-downCarbonvolume-down-fillEva Iconsvolume-downFont Awesome Solidvolume-downIconParkvolume-downIconPark Outlinevolume-downIconPark Solidvolume-downIconPark TwoTonevolume-downJam Iconsvolume-downLine Awesomevolume-downMage Iconsvolume-downMaterial Symbolsvolume-downMaterial Symbols Lightvolume-downPrime Iconsvolume-down-fillRemix Iconvolume-downUniconsvolume-down-outlinedWeUI Icon
More general icons from Flowbite Icons
add-column-after-outlineadd-column-before-outlineadjustments-horizontal-outlineadjustments-vertical-outlineannotation-outlineapi-key-outlinearchive-outlinearrow-up-right-from-square-outlineatom-outlineaward-outlinebadge-check-outlineban-outlinebarcode-outlinebars-from-left-outlinebars-outlinebattery-outlinebed-outlinebell-active-alt-outlinebell-active-outlinebell-outlinebell-ring-outlineblender-phone-outlinebook-open-outlinebook-outline
Use the volume down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 6.037c0-1.724-1.978-2.665-3.28-1.562L7.638 7.933H6c-1.105 0-2 .91-2 2.034v4.066c0 1.123.895 2.034 2 2.034h1.638l4.082 3.458c1.302 1.104 3.28.162 3.28-1.562z"/><path fill-rule="evenodd" d="M16.786 7.658a.99.99 0 0 1 1.414-.014A6.14 6.14 0 0 1 20 12c0 1.662-.655 3.17-1.715 4.27a.99.99 0 0 1-1.414.014a1.03 1.03 0 0 1-.014-1.437A4.1 4.1 0 0 0 18 12a4.1 4.1 0 0 0-1.2-2.904a1.03 1.03 0 0 1-.014-1.438" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function FlowbiteVolumeDownSolid(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="M15 6.037c0-1.724-1.978-2.665-3.28-1.562L7.638 7.933H6c-1.105 0-2 .91-2 2.034v4.066c0 1.123.895 2.034 2 2.034h1.638l4.082 3.458c1.302 1.104 3.28.162 3.28-1.562z"/><path fillRule="evenodd" d="M16.786 7.658a.99.99 0 0 1 1.414-.014A6.14 6.14 0 0 1 20 12c0 1.662-.655 3.17-1.715 4.27a.99.99 0 0 1-1.414.014a1.03 1.03 0 0 1-.014-1.437A4.1 4.1 0 0 0 18 12a4.1 4.1 0 0 0-1.2-2.904a1.03 1.03 0 0 1-.014-1.438" clipRule="evenodd"/></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="M15 6.037c0-1.724-1.978-2.665-3.28-1.562L7.638 7.933H6c-1.105 0-2 .91-2 2.034v4.066c0 1.123.895 2.034 2 2.034h1.638l4.082 3.458c1.302 1.104 3.28.162 3.28-1.562z"/><path fill-rule="evenodd" d="M16.786 7.658a.99.99 0 0 1 1.414-.014A6.14 6.14 0 0 1 20 12c0 1.662-.655 3.17-1.715 4.27a.99.99 0 0 1-1.414.014a1.03 1.03 0 0 1-.014-1.437A4.1 4.1 0 0 0 18 12a4.1 4.1 0 0 0-1.2-2.904a1.03 1.03 0 0 1-.014-1.438" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-volume-down-solid {
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%22M15%206.037c0-1.724-1.978-2.665-3.28-1.562L7.638%207.933H6c-1.105%200-2%20.91-2%202.034v4.066c0%201.123.895%202.034%202%202.034h1.638l4.082%203.458c1.302%201.104%203.28.162%203.28-1.562z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.786%207.658a.99.99%200%200%201%201.414-.014A6.14%206.14%200%200%201%2020%2012c0%201.662-.655%203.17-1.715%204.27a.99.99%200%200%201-1.414.014a1.03%201.03%200%200%201-.014-1.437A4.1%204.1%200%200%200%2018%2012a4.1%204.1%200%200%200-1.2-2.904a1.03%201.03%200%200%201-.014-1.438%22%20clip-rule%3D%22evenodd%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%22M15%206.037c0-1.724-1.978-2.665-3.28-1.562L7.638%207.933H6c-1.105%200-2%20.91-2%202.034v4.066c0%201.123.895%202.034%202%202.034h1.638l4.082%203.458c1.302%201.104%203.28.162%203.28-1.562z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.786%207.658a.99.99%200%200%201%201.414-.014A6.14%206.14%200%200%201%2020%2012c0%201.662-.655%203.17-1.715%204.27a.99.99%200%200%201-1.414.014a1.03%201.03%200%200%201-.014-1.437A4.1%204.1%200%200%200%2018%2012a4.1%204.1%200%200%200-1.2-2.904a1.03%201.03%200%200%201-.014-1.438%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/volume-down-solid.svg?color=%231a73e8&size=48