volume-up-solid from Flowbite Icons by Themesberg · Solid · General · MIT Free for personal and commercial use.

Name
volume-up-solid
Set
Flowbite Icons
Style
Solid
Category
General
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More general icons from Flowbite Icons

Use the volume up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13 6.037c0-1.724-1.978-2.665-3.28-1.562L5.638 7.933H4c-1.105 0-2 .91-2 2.034v4.066c0 1.123.895 2.034 2 2.034h1.638l4.082 3.458c1.302 1.104 3.28.162 3.28-1.562z"/><path fill-rule="evenodd" d="M14.786 7.658a.99.99 0 0 1 1.414-.014A6.14 6.14 0 0 1 18 12c0 1.662-.655 3.17-1.715 4.27a.99.99 0 0 1-1.414.014a1.03 1.03 0 0 1-.014-1.437A4.1 4.1 0 0 0 16 12a4.1 4.1 0 0 0-1.2-2.904a1.03 1.03 0 0 1-.014-1.438" clip-rule="evenodd"/><path fill-rule="evenodd" d="M17.657 4.811a.99.99 0 0 1 1.414 0A10.22 10.22 0 0 1 22 12c0 2.807-1.12 5.35-2.929 7.189a.99.99 0 0 1-1.414 0a1.03 1.03 0 0 1 0-1.438A8.17 8.17 0 0 0 20 12a8.17 8.17 0 0 0-2.343-5.751a1.03 1.03 0 0 1 0-1.438" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteVolumeUpSolid(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="M13 6.037c0-1.724-1.978-2.665-3.28-1.562L5.638 7.933H4c-1.105 0-2 .91-2 2.034v4.066c0 1.123.895 2.034 2 2.034h1.638l4.082 3.458c1.302 1.104 3.28.162 3.28-1.562z"/><path fillRule="evenodd" d="M14.786 7.658a.99.99 0 0 1 1.414-.014A6.14 6.14 0 0 1 18 12c0 1.662-.655 3.17-1.715 4.27a.99.99 0 0 1-1.414.014a1.03 1.03 0 0 1-.014-1.437A4.1 4.1 0 0 0 16 12a4.1 4.1 0 0 0-1.2-2.904a1.03 1.03 0 0 1-.014-1.438" clipRule="evenodd"/><path fillRule="evenodd" d="M17.657 4.811a.99.99 0 0 1 1.414 0A10.22 10.22 0 0 1 22 12c0 2.807-1.12 5.35-2.929 7.189a.99.99 0 0 1-1.414 0a1.03 1.03 0 0 1 0-1.438A8.17 8.17 0 0 0 20 12a8.17 8.17 0 0 0-2.343-5.751a1.03 1.03 0 0 1 0-1.438" clipRule="evenodd"/></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="M13 6.037c0-1.724-1.978-2.665-3.28-1.562L5.638 7.933H4c-1.105 0-2 .91-2 2.034v4.066c0 1.123.895 2.034 2 2.034h1.638l4.082 3.458c1.302 1.104 3.28.162 3.28-1.562z"/><path fill-rule="evenodd" d="M14.786 7.658a.99.99 0 0 1 1.414-.014A6.14 6.14 0 0 1 18 12c0 1.662-.655 3.17-1.715 4.27a.99.99 0 0 1-1.414.014a1.03 1.03 0 0 1-.014-1.437A4.1 4.1 0 0 0 16 12a4.1 4.1 0 0 0-1.2-2.904a1.03 1.03 0 0 1-.014-1.438" clip-rule="evenodd"/><path fill-rule="evenodd" d="M17.657 4.811a.99.99 0 0 1 1.414 0A10.22 10.22 0 0 1 22 12c0 2.807-1.12 5.35-2.929 7.189a.99.99 0 0 1-1.414 0a1.03 1.03 0 0 1 0-1.438A8.17 8.17 0 0 0 20 12a8.17 8.17 0 0 0-2.343-5.751a1.03 1.03 0 0 1 0-1.438" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-volume-up-solid {
  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%22M13%206.037c0-1.724-1.978-2.665-3.28-1.562L5.638%207.933H4c-1.105%200-2%20.91-2%202.034v4.066c0%201.123.895%202.034%202%202.034h1.638l4.082%203.458c1.302%201.104%203.28.162%203.28-1.562z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.786%207.658a.99.99%200%200%201%201.414-.014A6.14%206.14%200%200%201%2018%2012c0%201.662-.655%203.17-1.715%204.27a.99.99%200%200%201-1.414.014a1.03%201.03%200%200%201-.014-1.437A4.1%204.1%200%200%200%2016%2012a4.1%204.1%200%200%200-1.2-2.904a1.03%201.03%200%200%201-.014-1.438%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.657%204.811a.99.99%200%200%201%201.414%200A10.22%2010.22%200%200%201%2022%2012c0%202.807-1.12%205.35-2.929%207.189a.99.99%200%200%201-1.414%200a1.03%201.03%200%200%201%200-1.438A8.17%208.17%200%200%200%2020%2012a8.17%208.17%200%200%200-2.343-5.751a1.03%201.03%200%200%201%200-1.438%22%20clip-rule%3D%22evenodd%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%22M13%206.037c0-1.724-1.978-2.665-3.28-1.562L5.638%207.933H4c-1.105%200-2%20.91-2%202.034v4.066c0%201.123.895%202.034%202%202.034h1.638l4.082%203.458c1.302%201.104%203.28.162%203.28-1.562z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.786%207.658a.99.99%200%200%201%201.414-.014A6.14%206.14%200%200%201%2018%2012c0%201.662-.655%203.17-1.715%204.27a.99.99%200%200%201-1.414.014a1.03%201.03%200%200%201-.014-1.437A4.1%204.1%200%200%200%2016%2012a4.1%204.1%200%200%200-1.2-2.904a1.03%201.03%200%200%201-.014-1.438%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.657%204.811a.99.99%200%200%201%201.414%200A10.22%2010.22%200%200%201%2022%2012c0%202.807-1.12%205.35-2.929%207.189a.99.99%200%200%201-1.414%200a1.03%201.03%200%200%201%200-1.438A8.17%208.17%200%200%200%2020%2012a8.17%208.17%200%200%200-2.343-5.751a1.03%201.03%200%200%201%200-1.438%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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