volume-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.

Name
volume-solid
Set
Dither Icons
Style
Solid
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All volume icons →

Use the volume 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="M3.65 9h3.4v6h-3.4a.65.65 0 0 1-.65-.65v-4.7A.65.65 0 0 1 3.65 9Z"/><path fill-rule="evenodd" d="M7 9l5-4.25q.4-.35.4.2v14.1q0 .55-.4.2L7 15Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M12.05 7.3v9.4" opacity="0"/><path fill-rule="evenodd" d="M15.06 8.5932A5.3 5.3 0 0 1 15.06 15.4068A0.65 0.65 0 0 1 14.0642 14.5712A4 4 0 0 0 14.0642 9.4288A0.65 0.65 0 0 1 15.06 8.5932Z"/><path fill-rule="evenodd" d="M17.3965 6.6327A8.35 8.35 0 0 1 17.3965 17.3673A0.65 0.65 0 0 1 16.4006 16.5317A7.05 7.05 0 0 0 16.4006 7.4683A0.65 0.65 0 0 1 17.3965 6.6327Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M17.9207 8.6245A7.7 7.7 0 0 1 17.9207 15.3755" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M19.7632 7.7259A9.75 9.75 0 0 1 19.7632 16.2741" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherVolumeSolid(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="M3.65 9h3.4v6h-3.4a.65.65 0 0 1-.65-.65v-4.7A.65.65 0 0 1 3.65 9Z"/><path fillRule="evenodd" d="M7 9l5-4.25q.4-.35.4.2v14.1q0 .55-.4.2L7 15Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M12.05 7.3v9.4" opacity="0"/><path fillRule="evenodd" d="M15.06 8.5932A5.3 5.3 0 0 1 15.06 15.4068A0.65 0.65 0 0 1 14.0642 14.5712A4 4 0 0 0 14.0642 9.4288A0.65 0.65 0 0 1 15.06 8.5932Z"/><path fillRule="evenodd" d="M17.3965 6.6327A8.35 8.35 0 0 1 17.3965 17.3673A0.65 0.65 0 0 1 16.4006 16.5317A7.05 7.05 0 0 0 16.4006 7.4683A0.65 0.65 0 0 1 17.3965 6.6327Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M17.9207 8.6245A7.7 7.7 0 0 1 17.9207 15.3755" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M19.7632 7.7259A9.75 9.75 0 0 1 19.7632 16.2741" opacity="0"/></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="M3.65 9h3.4v6h-3.4a.65.65 0 0 1-.65-.65v-4.7A.65.65 0 0 1 3.65 9Z"/><path fill-rule="evenodd" d="M7 9l5-4.25q.4-.35.4.2v14.1q0 .55-.4.2L7 15Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M12.05 7.3v9.4" opacity="0"/><path fill-rule="evenodd" d="M15.06 8.5932A5.3 5.3 0 0 1 15.06 15.4068A0.65 0.65 0 0 1 14.0642 14.5712A4 4 0 0 0 14.0642 9.4288A0.65 0.65 0 0 1 15.06 8.5932Z"/><path fill-rule="evenodd" d="M17.3965 6.6327A8.35 8.35 0 0 1 17.3965 17.3673A0.65 0.65 0 0 1 16.4006 16.5317A7.05 7.05 0 0 0 16.4006 7.4683A0.65 0.65 0 0 1 17.3965 6.6327Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M17.9207 8.6245A7.7 7.7 0 0 1 17.9207 15.3755" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M19.7632 7.7259A9.75 9.75 0 0 1 19.7632 16.2741" opacity="0"/></g></svg>
</template>

CSS

.icon-volume-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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.65%209h3.4v6h-3.4a.65.65%200%200%201-.65-.65v-4.7A.65.65%200%200%201%203.65%209Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%209l5-4.25q.4-.35.4.2v14.1q0%20.55-.4.2L7%2015Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M12.05%207.3v9.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.06%208.5932A5.3%205.3%200%200%201%2015.06%2015.4068A0.65%200.65%200%200%201%2014.0642%2014.5712A4%204%200%200%200%2014.0642%209.4288A0.65%200.65%200%200%201%2015.06%208.5932Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.3965%206.6327A8.35%208.35%200%200%201%2017.3965%2017.3673A0.65%200.65%200%200%201%2016.4006%2016.5317A7.05%207.05%200%200%200%2016.4006%207.4683A0.65%200.65%200%200%201%2017.3965%206.6327Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M17.9207%208.6245A7.7%207.7%200%200%201%2017.9207%2015.3755%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M19.7632%207.7259A9.75%209.75%200%200%201%2019.7632%2016.2741%22%20opacity%3D%220%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%22M3.65%209h3.4v6h-3.4a.65.65%200%200%201-.65-.65v-4.7A.65.65%200%200%201%203.65%209Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%209l5-4.25q.4-.35.4.2v14.1q0%20.55-.4.2L7%2015Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M12.05%207.3v9.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.06%208.5932A5.3%205.3%200%200%201%2015.06%2015.4068A0.65%200.65%200%200%201%2014.0642%2014.5712A4%204%200%200%200%2014.0642%209.4288A0.65%200.65%200%200%201%2015.06%208.5932Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.3965%206.6327A8.35%208.35%200%200%201%2017.3965%2017.3673A0.65%200.65%200%200%201%2016.4006%2016.5317A7.05%207.05%200%200%200%2016.4006%207.4683A0.65%200.65%200%200%201%2017.3965%206.6327Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M17.9207%208.6245A7.7%207.7%200%200%201%2017.9207%2015.3755%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M19.7632%207.7259A9.75%209.75%200%200%201%2019.7632%2016.2741%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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