volume up icon
volume-up-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- volume-up-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
volume-upBootstrap Iconsvolume-upCarbonvolume-up-fillEva Iconsvolume-upFont Awesome Solidvolume-up-outlineFlowbite Iconsvolume-upHuge Iconsvolume-upIconParkvolume-upIconPark Outlinevolume-upIconPark Solidvolume-upIconPark TwoTonevolume-upJam Iconsvolume-upLine Awesomevolume-upMage Iconsvolume-upMaterial Symbolsvolume-upPrime Iconsvolume-up-fillRemix Iconvolume-upUniconsvolume-up-outlinedWeUI Icon
More audio & video icons from Material Symbols Light
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.692 11.975q0-2.056-1.11-3.749q-1.109-1.693-2.978-2.524q-.202-.098-.3-.278t-.012-.362q.093-.208.317-.268t.45.039q2.099.979 3.366 2.893t1.267 4.249t-1.267 4.249t-3.366 2.893q-.226.099-.45.039t-.317-.267q-.086-.183.012-.363t.3-.278q1.869-.83 2.979-2.524t1.11-3.749M7.73 14H5.116q-.349 0-.578-.23t-.23-.578v-2.384q0-.349.23-.578t.578-.23H7.73l2.685-2.685q.244-.244.568-.116t.324.476v8.65q0 .348-.324.476t-.568-.116zm8.077-2q0 .82-.302 1.555q-.302.736-.846 1.278q-.173.13-.378.041t-.205-.312V9.389q0-.223.205-.313t.377.041q.545.548.847 1.306T15.808 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightVolumeUpRounded(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.692 11.975q0-2.056-1.11-3.749q-1.109-1.693-2.978-2.524q-.202-.098-.3-.278t-.012-.362q.093-.208.317-.268t.45.039q2.099.979 3.366 2.893t1.267 4.249t-1.267 4.249t-3.366 2.893q-.226.099-.45.039t-.317-.267q-.086-.183.012-.363t.3-.278q1.869-.83 2.979-2.524t1.11-3.749M7.73 14H5.116q-.349 0-.578-.23t-.23-.578v-2.384q0-.349.23-.578t.578-.23H7.73l2.685-2.685q.244-.244.568-.116t.324.476v8.65q0 .348-.324.476t-.568-.116zm8.077-2q0 .82-.302 1.555q-.302.736-.846 1.278q-.173.13-.378.041t-.205-.312V9.389q0-.223.205-.313t.377.041q.545.548.847 1.306T15.808 12"/></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.692 11.975q0-2.056-1.11-3.749q-1.109-1.693-2.978-2.524q-.202-.098-.3-.278t-.012-.362q.093-.208.317-.268t.45.039q2.099.979 3.366 2.893t1.267 4.249t-1.267 4.249t-3.366 2.893q-.226.099-.45.039t-.317-.267q-.086-.183.012-.363t.3-.278q1.869-.83 2.979-2.524t1.11-3.749M7.73 14H5.116q-.349 0-.578-.23t-.23-.578v-2.384q0-.349.23-.578t.578-.23H7.73l2.685-2.685q.244-.244.568-.116t.324.476v8.65q0 .348-.324.476t-.568-.116zm8.077-2q0 .82-.302 1.555q-.302.736-.846 1.278q-.173.13-.378.041t-.205-.312V9.389q0-.223.205-.313t.377.041q.545.548.847 1.306T15.808 12"/></svg> </template>
CSS
.icon-volume-up-rounded {
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.692%2011.975q0-2.056-1.11-3.749q-1.109-1.693-2.978-2.524q-.202-.098-.3-.278t-.012-.362q.093-.208.317-.268t.45.039q2.099.979%203.366%202.893t1.267%204.249t-1.267%204.249t-3.366%202.893q-.226.099-.45.039t-.317-.267q-.086-.183.012-.363t.3-.278q1.869-.83%202.979-2.524t1.11-3.749M7.73%2014H5.116q-.349%200-.578-.23t-.23-.578v-2.384q0-.349.23-.578t.578-.23H7.73l2.685-2.685q.244-.244.568-.116t.324.476v8.65q0%20.348-.324.476t-.568-.116zm8.077-2q0%20.82-.302%201.555q-.302.736-.846%201.278q-.173.13-.378.041t-.205-.312V9.389q0-.223.205-.313t.377.041q.545.548.847%201.306T15.808%2012%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.692%2011.975q0-2.056-1.11-3.749q-1.109-1.693-2.978-2.524q-.202-.098-.3-.278t-.012-.362q.093-.208.317-.268t.45.039q2.099.979%203.366%202.893t1.267%204.249t-1.267%204.249t-3.366%202.893q-.226.099-.45.039t-.317-.267q-.086-.183.012-.363t.3-.278q1.869-.83%202.979-2.524t1.11-3.749M7.73%2014H5.116q-.349%200-.578-.23t-.23-.578v-2.384q0-.349.23-.578t.578-.23H7.73l2.685-2.685q.244-.244.568-.116t.324.476v8.65q0%20.348-.324.476t-.568-.116zm8.077-2q0%20.82-.302%201.555q-.302.736-.846%201.278q-.173.13-.378.041t-.205-.312V9.389q0-.223.205-.313t.377.041q.545.548.847%201.306T15.808%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/volume-up-rounded.svg?color=%231a73e8&size=48