volume up icon

volume-up-fill from Remix Icon by Remix Design · Fill · Media · Apache-2.0 Free for personal and commercial use.

Name
volume-up-fill
Set
Remix Icon
Style
Fill
Category
Media
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More media icons from Remix Icon

Use the volume up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 16h3.889l5.294 4.332a.5.5 0 0 0 .817-.387V4.055a.5.5 0 0 0-.817-.387L5.89 8H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1m21-4c0 3.292-1.446 6.246-3.738 8.262l-1.418-1.418A8.98 8.98 0 0 0 21 12a8.98 8.98 0 0 0-3.155-6.844l1.417-1.418A10.97 10.97 0 0 1 23 12m-5 0a5.99 5.99 0 0 0-2.287-4.713l-1.429 1.429A4 4 0 0 1 16 12c0 1.36-.679 2.561-1.716 3.284l1.43 1.43A5.99 5.99 0 0 0 18 12"/></svg>

React

import type { SVGProps } from "react";

export function RiVolumeUpFill(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="M2 16h3.889l5.294 4.332a.5.5 0 0 0 .817-.387V4.055a.5.5 0 0 0-.817-.387L5.89 8H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1m21-4c0 3.292-1.446 6.246-3.738 8.262l-1.418-1.418A8.98 8.98 0 0 0 21 12a8.98 8.98 0 0 0-3.155-6.844l1.417-1.418A10.97 10.97 0 0 1 23 12m-5 0a5.99 5.99 0 0 0-2.287-4.713l-1.429 1.429A4 4 0 0 1 16 12c0 1.36-.679 2.561-1.716 3.284l1.43 1.43A5.99 5.99 0 0 0 18 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 16h3.889l5.294 4.332a.5.5 0 0 0 .817-.387V4.055a.5.5 0 0 0-.817-.387L5.89 8H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1m21-4c0 3.292-1.446 6.246-3.738 8.262l-1.418-1.418A8.98 8.98 0 0 0 21 12a8.98 8.98 0 0 0-3.155-6.844l1.417-1.418A10.97 10.97 0 0 1 23 12m-5 0a5.99 5.99 0 0 0-2.287-4.713l-1.429 1.429A4 4 0 0 1 16 12c0 1.36-.679 2.561-1.716 3.284l1.43 1.43A5.99 5.99 0 0 0 18 12"/></svg>
</template>

CSS

.icon-volume-up-fill {
  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%22M2%2016h3.889l5.294%204.332a.5.5%200%200%200%20.817-.387V4.055a.5.5%200%200%200-.817-.387L5.89%208H2a1%201%200%200%200-1%201v6a1%201%200%200%200%201%201m21-4c0%203.292-1.446%206.246-3.738%208.262l-1.418-1.418A8.98%208.98%200%200%200%2021%2012a8.98%208.98%200%200%200-3.155-6.844l1.417-1.418A10.97%2010.97%200%200%201%2023%2012m-5%200a5.99%205.99%200%200%200-2.287-4.713l-1.429%201.429A4%204%200%200%201%2016%2012c0%201.36-.679%202.561-1.716%203.284l1.43%201.43A5.99%205.99%200%200%200%2018%2012%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%22M2%2016h3.889l5.294%204.332a.5.5%200%200%200%20.817-.387V4.055a.5.5%200%200%200-.817-.387L5.89%208H2a1%201%200%200%200-1%201v6a1%201%200%200%200%201%201m21-4c0%203.292-1.446%206.246-3.738%208.262l-1.418-1.418A8.98%208.98%200%200%200%2021%2012a8.98%208.98%200%200%200-3.155-6.844l1.417-1.418A10.97%2010.97%200%200%201%2023%2012m-5%200a5.99%205.99%200%200%200-2.287-4.713l-1.429%201.429A4%204%200%200%201%2016%2012c0%201.36-.679%202.561-1.716%203.284l1.43%201.43A5.99%205.99%200%200%200%2018%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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