volume high icon

volume-high-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
volume-high-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All volume high icons →

More newicons icons from Reicon

Use the volume high icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18 16.75a.75.75 0 0 1-.6-1.2a5.94 5.94 0 0 0 0-7.1a.75.75 0 0 1 1.2-.9c1.96 2.62 1.96 6.28 0 8.9c-.15.2-.37.3-.6.3"/><path d="M19.828 19.25a.75.75 0 0 1-.6-1.2c2.67-3.56 2.67-8.54 0-12.1a.75.75 0 0 1 1.2-.9c3.07 4.09 3.07 9.81 0 13.9c-.14.2-.37.3-.6.3M14.02 3.782c-1.12-.62-2.55-.46-4.01.45l-2.92 1.83c-.2.12-.43.19-.66.19H5c-2.42 0-3.75 1.33-3.75 3.75v4c0 2.42 1.33 3.75 3.75 3.75h1.43c.23 0 .46.07.66.19l2.92 1.83c.88.55 1.74.82 2.54.82a3 3 0 0 0 1.47-.37c1.11-.62 1.73-1.91 1.73-3.63v-9.18c0-1.72-.62-3.01-1.73-3.63"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconVolumeHighFilled(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="M18 16.75a.75.75 0 0 1-.6-1.2a5.94 5.94 0 0 0 0-7.1a.75.75 0 0 1 1.2-.9c1.96 2.62 1.96 6.28 0 8.9c-.15.2-.37.3-.6.3"/><path d="M19.828 19.25a.75.75 0 0 1-.6-1.2c2.67-3.56 2.67-8.54 0-12.1a.75.75 0 0 1 1.2-.9c3.07 4.09 3.07 9.81 0 13.9c-.14.2-.37.3-.6.3M14.02 3.782c-1.12-.62-2.55-.46-4.01.45l-2.92 1.83c-.2.12-.43.19-.66.19H5c-2.42 0-3.75 1.33-3.75 3.75v4c0 2.42 1.33 3.75 3.75 3.75h1.43c.23 0 .46.07.66.19l2.92 1.83c.88.55 1.74.82 2.54.82a3 3 0 0 0 1.47-.37c1.11-.62 1.73-1.91 1.73-3.63v-9.18c0-1.72-.62-3.01-1.73-3.63"/></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="M18 16.75a.75.75 0 0 1-.6-1.2a5.94 5.94 0 0 0 0-7.1a.75.75 0 0 1 1.2-.9c1.96 2.62 1.96 6.28 0 8.9c-.15.2-.37.3-.6.3"/><path d="M19.828 19.25a.75.75 0 0 1-.6-1.2c2.67-3.56 2.67-8.54 0-12.1a.75.75 0 0 1 1.2-.9c3.07 4.09 3.07 9.81 0 13.9c-.14.2-.37.3-.6.3M14.02 3.782c-1.12-.62-2.55-.46-4.01.45l-2.92 1.83c-.2.12-.43.19-.66.19H5c-2.42 0-3.75 1.33-3.75 3.75v4c0 2.42 1.33 3.75 3.75 3.75h1.43c.23 0 .46.07.66.19l2.92 1.83c.88.55 1.74.82 2.54.82a3 3 0 0 0 1.47-.37c1.11-.62 1.73-1.91 1.73-3.63v-9.18c0-1.72-.62-3.01-1.73-3.63"/></g></svg>
</template>

CSS

.icon-volume-high-filled {
  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%22M18%2016.75a.75.75%200%200%201-.6-1.2a5.94%205.94%200%200%200%200-7.1a.75.75%200%200%201%201.2-.9c1.96%202.62%201.96%206.28%200%208.9c-.15.2-.37.3-.6.3%22%2F%3E%3Cpath%20d%3D%22M19.828%2019.25a.75.75%200%200%201-.6-1.2c2.67-3.56%202.67-8.54%200-12.1a.75.75%200%200%201%201.2-.9c3.07%204.09%203.07%209.81%200%2013.9c-.14.2-.37.3-.6.3M14.02%203.782c-1.12-.62-2.55-.46-4.01.45l-2.92%201.83c-.2.12-.43.19-.66.19H5c-2.42%200-3.75%201.33-3.75%203.75v4c0%202.42%201.33%203.75%203.75%203.75h1.43c.23%200%20.46.07.66.19l2.92%201.83c.88.55%201.74.82%202.54.82a3%203%200%200%200%201.47-.37c1.11-.62%201.73-1.91%201.73-3.63v-9.18c0-1.72-.62-3.01-1.73-3.63%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%22M18%2016.75a.75.75%200%200%201-.6-1.2a5.94%205.94%200%200%200%200-7.1a.75.75%200%200%201%201.2-.9c1.96%202.62%201.96%206.28%200%208.9c-.15.2-.37.3-.6.3%22%2F%3E%3Cpath%20d%3D%22M19.828%2019.25a.75.75%200%200%201-.6-1.2c2.67-3.56%202.67-8.54%200-12.1a.75.75%200%200%201%201.2-.9c3.07%204.09%203.07%209.81%200%2013.9c-.14.2-.37.3-.6.3M14.02%203.782c-1.12-.62-2.55-.46-4.01.45l-2.92%201.83c-.2.12-.43.19-.66.19H5c-2.42%200-3.75%201.33-3.75%203.75v4c0%202.42%201.33%203.75%203.75%203.75h1.43c.23%200%20.46.07.66.19l2.92%201.83c.88.55%201.74.82%202.54.82a3%203%200%200%200%201.47-.37c1.11-.62%201.73-1.91%201.73-3.63v-9.18c0-1.72-.62-3.01-1.73-3.63%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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