volume up icon

volume-up-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
volume-up-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Related icons in Eva 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="M18.28 8.37a1 1 0 1 0-1.56 1.26a4 4 0 0 1 0 4.74A1 1 0 0 0 17.5 16a1 1 0 0 0 .78-.37a6 6 0 0 0 0-7.26"/><path fill="currentColor" d="M19.64 5.23a1 1 0 1 0-1.28 1.54A6.8 6.8 0 0 1 21 12a6.8 6.8 0 0 1-2.64 5.23a1 1 0 0 0-.13 1.41A1 1 0 0 0 19 19a1 1 0 0 0 .64-.23A8.75 8.75 0 0 0 23 12a8.75 8.75 0 0 0-3.36-6.77m-5.17-2.11a1 1 0 0 0-1 0L7 7.57H2a1 1 0 0 0-1 1v6.86a1 1 0 0 0 1 1h5l6.41 4.4A1.06 1.06 0 0 0 14 21a1 1 0 0 0 1-1V4a1 1 0 0 0-.53-.88"/></svg>

React

import type { SVGProps } from "react";

export function EvaVolumeUpFill(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="M18.28 8.37a1 1 0 1 0-1.56 1.26a4 4 0 0 1 0 4.74A1 1 0 0 0 17.5 16a1 1 0 0 0 .78-.37a6 6 0 0 0 0-7.26"/><path fill="currentColor" d="M19.64 5.23a1 1 0 1 0-1.28 1.54A6.8 6.8 0 0 1 21 12a6.8 6.8 0 0 1-2.64 5.23a1 1 0 0 0-.13 1.41A1 1 0 0 0 19 19a1 1 0 0 0 .64-.23A8.75 8.75 0 0 0 23 12a8.75 8.75 0 0 0-3.36-6.77m-5.17-2.11a1 1 0 0 0-1 0L7 7.57H2a1 1 0 0 0-1 1v6.86a1 1 0 0 0 1 1h5l6.41 4.4A1.06 1.06 0 0 0 14 21a1 1 0 0 0 1-1V4a1 1 0 0 0-.53-.88"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.28 8.37a1 1 0 1 0-1.56 1.26a4 4 0 0 1 0 4.74A1 1 0 0 0 17.5 16a1 1 0 0 0 .78-.37a6 6 0 0 0 0-7.26"/><path fill="currentColor" d="M19.64 5.23a1 1 0 1 0-1.28 1.54A6.8 6.8 0 0 1 21 12a6.8 6.8 0 0 1-2.64 5.23a1 1 0 0 0-.13 1.41A1 1 0 0 0 19 19a1 1 0 0 0 .64-.23A8.75 8.75 0 0 0 23 12a8.75 8.75 0 0 0-3.36-6.77m-5.17-2.11a1 1 0 0 0-1 0L7 7.57H2a1 1 0 0 0-1 1v6.86a1 1 0 0 0 1 1h5l6.41 4.4A1.06 1.06 0 0 0 14 21a1 1 0 0 0 1-1V4a1 1 0 0 0-.53-.88"/></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%22M18.28%208.37a1%201%200%201%200-1.56%201.26a4%204%200%200%201%200%204.74A1%201%200%200%200%2017.5%2016a1%201%200%200%200%20.78-.37a6%206%200%200%200%200-7.26%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.64%205.23a1%201%200%201%200-1.28%201.54A6.8%206.8%200%200%201%2021%2012a6.8%206.8%200%200%201-2.64%205.23a1%201%200%200%200-.13%201.41A1%201%200%200%200%2019%2019a1%201%200%200%200%20.64-.23A8.75%208.75%200%200%200%2023%2012a8.75%208.75%200%200%200-3.36-6.77m-5.17-2.11a1%201%200%200%200-1%200L7%207.57H2a1%201%200%200%200-1%201v6.86a1%201%200%200%200%201%201h5l6.41%204.4A1.06%201.06%200%200%200%2014%2021a1%201%200%200%200%201-1V4a1%201%200%200%200-.53-.88%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%22M18.28%208.37a1%201%200%201%200-1.56%201.26a4%204%200%200%201%200%204.74A1%201%200%200%200%2017.5%2016a1%201%200%200%200%20.78-.37a6%206%200%200%200%200-7.26%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.64%205.23a1%201%200%201%200-1.28%201.54A6.8%206.8%200%200%201%2021%2012a6.8%206.8%200%200%201-2.64%205.23a1%201%200%200%200-.13%201.41A1%201%200%200%200%2019%2019a1%201%200%200%200%20.64-.23A8.75%208.75%200%200%200%2023%2012a8.75%208.75%200%200%200-3.36-6.77m-5.17-2.11a1%201%200%200%200-1%200L7%207.57H2a1%201%200%200%200-1%201v6.86a1%201%200%200%200%201%201h5l6.41%204.4A1.06%201.06%200%200%200%2014%2021a1%201%200%200%200%201-1V4a1%201%200%200%200-.53-.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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