volume-up-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.

Name
volume-up-fill
Set
Bootstrap Icons
Style
Fill
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

The same icon in other sets

Related icons in Bootstrap Icons

Use the volume up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.536 14.01A8.47 8.47 0 0 0 14.026 8a8.47 8.47 0 0 0-2.49-6.01l-.708.707A7.48 7.48 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303z"/><path d="M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.48 5.48 0 0 1 11.025 8a5.48 5.48 0 0 1-1.61 3.89z"/><path d="M8.707 11.182A4.5 4.5 0 0 0 10.025 8a4.5 4.5 0 0 0-1.318-3.182L8 5.525A3.5 3.5 0 0 1 9.025 8A3.5 3.5 0 0 1 8 10.475zM6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06"/></g></svg>

React

import type { SVGProps } from "react";

export function BiVolumeUpFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.536 14.01A8.47 8.47 0 0 0 14.026 8a8.47 8.47 0 0 0-2.49-6.01l-.708.707A7.48 7.48 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303z"/><path d="M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.48 5.48 0 0 1 11.025 8a5.48 5.48 0 0 1-1.61 3.89z"/><path d="M8.707 11.182A4.5 4.5 0 0 0 10.025 8a4.5 4.5 0 0 0-1.318-3.182L8 5.525A3.5 3.5 0 0 1 9.025 8A3.5 3.5 0 0 1 8 10.475zM6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.536 14.01A8.47 8.47 0 0 0 14.026 8a8.47 8.47 0 0 0-2.49-6.01l-.708.707A7.48 7.48 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303z"/><path d="M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.48 5.48 0 0 1 11.025 8a5.48 5.48 0 0 1-1.61 3.89z"/><path d="M8.707 11.182A4.5 4.5 0 0 0 10.025 8a4.5 4.5 0 0 0-1.318-3.182L8 5.525A3.5 3.5 0 0 1 9.025 8A3.5 3.5 0 0 1 8 10.475zM6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06"/></g></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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.536%2014.01A8.47%208.47%200%200%200%2014.026%208a8.47%208.47%200%200%200-2.49-6.01l-.708.707A7.48%207.48%200%200%201%2013.025%208c0%202.071-.84%203.946-2.197%205.303z%22%2F%3E%3Cpath%20d%3D%22M10.121%2012.596A6.48%206.48%200%200%200%2012.025%208a6.48%206.48%200%200%200-1.904-4.596l-.707.707A5.48%205.48%200%200%201%2011.025%208a5.48%205.48%200%200%201-1.61%203.89z%22%2F%3E%3Cpath%20d%3D%22M8.707%2011.182A4.5%204.5%200%200%200%2010.025%208a4.5%204.5%200%200%200-1.318-3.182L8%205.525A3.5%203.5%200%200%201%209.025%208A3.5%203.5%200%200%201%208%2010.475zM6.717%203.55A.5.5%200%200%201%207%204v8a.5.5%200%200%201-.812.39L3.825%2010.5H1.5A.5.5%200%200%201%201%2010V6a.5.5%200%200%201%20.5-.5h2.325l2.363-1.89a.5.5%200%200%201%20.529-.06%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.536%2014.01A8.47%208.47%200%200%200%2014.026%208a8.47%208.47%200%200%200-2.49-6.01l-.708.707A7.48%207.48%200%200%201%2013.025%208c0%202.071-.84%203.946-2.197%205.303z%22%2F%3E%3Cpath%20d%3D%22M10.121%2012.596A6.48%206.48%200%200%200%2012.025%208a6.48%206.48%200%200%200-1.904-4.596l-.707.707A5.48%205.48%200%200%201%2011.025%208a5.48%205.48%200%200%201-1.61%203.89z%22%2F%3E%3Cpath%20d%3D%22M8.707%2011.182A4.5%204.5%200%200%200%2010.025%208a4.5%204.5%200%200%200-1.318-3.182L8%205.525A3.5%203.5%200%200%201%209.025%208A3.5%203.5%200%200%201%208%2010.475zM6.717%203.55A.5.5%200%200%201%207%204v8a.5.5%200%200%201-.812.39L3.825%2010.5H1.5A.5.5%200%200%201%201%2010V6a.5.5%200%200%201%20.5-.5h2.325l2.363-1.89a.5.5%200%200%201%20.529-.06%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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