volume up icon

volume-up-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
volume-up-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

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="M13.65 6.86v10.28c.001.385-.088.765-.26 1.11a2.14 2.14 0 0 1-.74.86a2 2 0 0 1-1.09.34a1.93 1.93 0 0 1-1.08-.33l-4-2.63a.5.5 0 0 0-.26-.08H4.35a2 2 0 0 1-1.52-.72a2.45 2.45 0 0 1-.58-1.6V9.91a2.45 2.45 0 0 1 .58-1.59a2 2 0 0 1 1.52-.72h1.9a.5.5 0 0 0 .27-.09l4-2.63a2 2 0 0 1 1.08-.33a2 2 0 0 1 1.09.34c.318.217.573.514.74.86c.158.348.233.728.22 1.11m2.6 9.68a.8.8 0 0 1-.53-.22a.75.75 0 0 1 0-1.06a4.59 4.59 0 0 0 0-6.5a.75.75 0 1 1 1.06-1.06a6.08 6.08 0 0 1 0 8.62a.8.8 0 0 1-.53.22"/><path fill="currentColor" d="M18.5 18.78a.73.73 0 0 1-.53-.22a.74.74 0 0 1 0-1.06a7.81 7.81 0 0 0 0-11a.74.74 0 0 1 0-1.06a.75.75 0 0 1 1.06 0a9.31 9.31 0 0 1 0 13.15a.74.74 0 0 1-.53.19"/></svg>

React

import type { SVGProps } from "react";

export function MageVolumeUpFill(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="M13.65 6.86v10.28c.001.385-.088.765-.26 1.11a2.14 2.14 0 0 1-.74.86a2 2 0 0 1-1.09.34a1.93 1.93 0 0 1-1.08-.33l-4-2.63a.5.5 0 0 0-.26-.08H4.35a2 2 0 0 1-1.52-.72a2.45 2.45 0 0 1-.58-1.6V9.91a2.45 2.45 0 0 1 .58-1.59a2 2 0 0 1 1.52-.72h1.9a.5.5 0 0 0 .27-.09l4-2.63a2 2 0 0 1 1.08-.33a2 2 0 0 1 1.09.34c.318.217.573.514.74.86c.158.348.233.728.22 1.11m2.6 9.68a.8.8 0 0 1-.53-.22a.75.75 0 0 1 0-1.06a4.59 4.59 0 0 0 0-6.5a.75.75 0 1 1 1.06-1.06a6.08 6.08 0 0 1 0 8.62a.8.8 0 0 1-.53.22"/><path fill="currentColor" d="M18.5 18.78a.73.73 0 0 1-.53-.22a.74.74 0 0 1 0-1.06a7.81 7.81 0 0 0 0-11a.74.74 0 0 1 0-1.06a.75.75 0 0 1 1.06 0a9.31 9.31 0 0 1 0 13.15a.74.74 0 0 1-.53.19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.65 6.86v10.28c.001.385-.088.765-.26 1.11a2.14 2.14 0 0 1-.74.86a2 2 0 0 1-1.09.34a1.93 1.93 0 0 1-1.08-.33l-4-2.63a.5.5 0 0 0-.26-.08H4.35a2 2 0 0 1-1.52-.72a2.45 2.45 0 0 1-.58-1.6V9.91a2.45 2.45 0 0 1 .58-1.59a2 2 0 0 1 1.52-.72h1.9a.5.5 0 0 0 .27-.09l4-2.63a2 2 0 0 1 1.08-.33a2 2 0 0 1 1.09.34c.318.217.573.514.74.86c.158.348.233.728.22 1.11m2.6 9.68a.8.8 0 0 1-.53-.22a.75.75 0 0 1 0-1.06a4.59 4.59 0 0 0 0-6.5a.75.75 0 1 1 1.06-1.06a6.08 6.08 0 0 1 0 8.62a.8.8 0 0 1-.53.22"/><path fill="currentColor" d="M18.5 18.78a.73.73 0 0 1-.53-.22a.74.74 0 0 1 0-1.06a7.81 7.81 0 0 0 0-11a.74.74 0 0 1 0-1.06a.75.75 0 0 1 1.06 0a9.31 9.31 0 0 1 0 13.15a.74.74 0 0 1-.53.19"/></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%22M13.65%206.86v10.28c.001.385-.088.765-.26%201.11a2.14%202.14%200%200%201-.74.86a2%202%200%200%201-1.09.34a1.93%201.93%200%200%201-1.08-.33l-4-2.63a.5.5%200%200%200-.26-.08H4.35a2%202%200%200%201-1.52-.72a2.45%202.45%200%200%201-.58-1.6V9.91a2.45%202.45%200%200%201%20.58-1.59a2%202%200%200%201%201.52-.72h1.9a.5.5%200%200%200%20.27-.09l4-2.63a2%202%200%200%201%201.08-.33a2%202%200%200%201%201.09.34c.318.217.573.514.74.86c.158.348.233.728.22%201.11m2.6%209.68a.8.8%200%200%201-.53-.22a.75.75%200%200%201%200-1.06a4.59%204.59%200%200%200%200-6.5a.75.75%200%201%201%201.06-1.06a6.08%206.08%200%200%201%200%208.62a.8.8%200%200%201-.53.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.5%2018.78a.73.73%200%200%201-.53-.22a.74.74%200%200%201%200-1.06a7.81%207.81%200%200%200%200-11a.74.74%200%200%201%200-1.06a.75.75%200%200%201%201.06%200a9.31%209.31%200%200%201%200%2013.15a.74.74%200%200%201-.53.19%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%22M13.65%206.86v10.28c.001.385-.088.765-.26%201.11a2.14%202.14%200%200%201-.74.86a2%202%200%200%201-1.09.34a1.93%201.93%200%200%201-1.08-.33l-4-2.63a.5.5%200%200%200-.26-.08H4.35a2%202%200%200%201-1.52-.72a2.45%202.45%200%200%201-.58-1.6V9.91a2.45%202.45%200%200%201%20.58-1.59a2%202%200%200%201%201.52-.72h1.9a.5.5%200%200%200%20.27-.09l4-2.63a2%202%200%200%201%201.08-.33a2%202%200%200%201%201.09.34c.318.217.573.514.74.86c.158.348.233.728.22%201.11m2.6%209.68a.8.8%200%200%201-.53-.22a.75.75%200%200%201%200-1.06a4.59%204.59%200%200%200%200-6.5a.75.75%200%201%201%201.06-1.06a6.08%206.08%200%200%201%200%208.62a.8.8%200%200%201-.53.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.5%2018.78a.73.73%200%200%201-.53-.22a.74.74%200%200%201%200-1.06a7.81%207.81%200%200%200%200-11a.74.74%200%200%201%200-1.06a.75.75%200%200%201%201.06%200a9.31%209.31%200%200%201%200%2013.15a.74.74%200%200%201-.53.19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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