volume up icon

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

Name
volume-up-outline
Set
Eva Icons
Style
Outline
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.77M15 3.12a1 1 0 0 0-1 0L7.52 7.57h-5a1 1 0 0 0-1 1v6.86a1 1 0 0 0 1 1h5l6.41 4.4a1.06 1.06 0 0 0 .57.17a1 1 0 0 0 1-1V4a1 1 0 0 0-.5-.88m-1.47 15L8.4 14.6a1 1 0 0 0-.57-.17H3.5V9.57h4.33a1 1 0 0 0 .57-.17l5.1-3.5Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaVolumeUpOutline(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.77M15 3.12a1 1 0 0 0-1 0L7.52 7.57h-5a1 1 0 0 0-1 1v6.86a1 1 0 0 0 1 1h5l6.41 4.4a1.06 1.06 0 0 0 .57.17a1 1 0 0 0 1-1V4a1 1 0 0 0-.5-.88m-1.47 15L8.4 14.6a1 1 0 0 0-.57-.17H3.5V9.57h4.33a1 1 0 0 0 .57-.17l5.1-3.5Z"/></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.77M15 3.12a1 1 0 0 0-1 0L7.52 7.57h-5a1 1 0 0 0-1 1v6.86a1 1 0 0 0 1 1h5l6.41 4.4a1.06 1.06 0 0 0 .57.17a1 1 0 0 0 1-1V4a1 1 0 0 0-.5-.88m-1.47 15L8.4 14.6a1 1 0 0 0-.57-.17H3.5V9.57h4.33a1 1 0 0 0 .57-.17l5.1-3.5Z"/></svg>
</template>

CSS

.icon-volume-up-outline {
  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.77M15%203.12a1%201%200%200%200-1%200L7.52%207.57h-5a1%201%200%200%200-1%201v6.86a1%201%200%200%200%201%201h5l6.41%204.4a1.06%201.06%200%200%200%20.57.17a1%201%200%200%200%201-1V4a1%201%200%200%200-.5-.88m-1.47%2015L8.4%2014.6a1%201%200%200%200-.57-.17H3.5V9.57h4.33a1%201%200%200%200%20.57-.17l5.1-3.5Z%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.77M15%203.12a1%201%200%200%200-1%200L7.52%207.57h-5a1%201%200%200%200-1%201v6.86a1%201%200%200%200%201%201h5l6.41%204.4a1.06%201.06%200%200%200%20.57.17a1%201%200%200%200%201-1V4a1%201%200%200%200-.5-.88m-1.47%2015L8.4%2014.6a1%201%200%200%200-.57-.17H3.5V9.57h4.33a1%201%200%200%200%20.57-.17l5.1-3.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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