Skip to main content
Go back
Share

Volume Plus

React Code

npm install @mynaui/icons-react
import { VolumePlus } from "@mynaui/icons-react";

const App = () => {
  return <VolumePlus />;
};

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='M13 3v18c-3.5 0-6.1-4.58-6.1-4.58s-3.9.586-3.9-1V8.505c0-1.586 3.9-1 3.9-1S9.5 3 13 3m3 9h5m-2.5-2.5v5'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/volume-plus.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-volume-plus"></use>
</svg>