volume up icon
volume-up from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.
- Name
- volume-up
- Set
- Line Awesome
- Style
- Line
- Category
- Status
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- volume-up-solid
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-upMage Iconsvolume-upMaterial Symbolsvolume-upMaterial Symbols Lightvolume-upPrime Iconsvolume-up-fillRemix Iconvolume-upUniconsvolume-up-outlinedWeUI Icon
More status icons from Line Awesome
banbattery-emptybattery-fullbattery-halfbattery-quarterbattery-three-quartersbellbell-slashbell-slash-solidbell-solidcalendarcalendar-altcalendar-alt-solidcalendar-checkcalendar-check-solidcalendar-daycalendar-minuscalendar-minus-solidcalendar-pluscalendar-plus-solidcalendar-solidcalendar-timescalendar-times-solidcalendar-week
Use the volume up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 3.594L15.281 5.28L9.562 11H5v10h4.563l5.718 5.719L17 28.406zm6.813 4.594l-1.407 1.406a8.943 8.943 0 0 1 0 12.687l1.407 1.438c4.28-4.282 4.28-11.25 0-15.532zM15 8.438v15.124l-4.281-4.28l-.313-.282H7v-6h3.406l.313-.281zm5.906 2.656L19.5 12.5c1.91 1.91 1.902 5.074-.031 7.094L20.937 21c2.665-2.781 2.657-7.219-.03-9.906z"/></svg>
React
import type { SVGProps } from "react";
export function LaVolumeUp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 3.594L15.281 5.28L9.562 11H5v10h4.563l5.718 5.719L17 28.406zm6.813 4.594l-1.407 1.406a8.943 8.943 0 0 1 0 12.687l1.407 1.438c4.28-4.282 4.28-11.25 0-15.532zM15 8.438v15.124l-4.281-4.28l-.313-.282H7v-6h3.406l.313-.281zm5.906 2.656L19.5 12.5c1.91 1.91 1.902 5.074-.031 7.094L20.937 21c2.665-2.781 2.657-7.219-.03-9.906z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 3.594L15.281 5.28L9.562 11H5v10h4.563l5.718 5.719L17 28.406zm6.813 4.594l-1.407 1.406a8.943 8.943 0 0 1 0 12.687l1.407 1.438c4.28-4.282 4.28-11.25 0-15.532zM15 8.438v15.124l-4.281-4.28l-.313-.282H7v-6h3.406l.313-.281zm5.906 2.656L19.5 12.5c1.91 1.91 1.902 5.074-.031 7.094L20.937 21c2.665-2.781 2.657-7.219-.03-9.906z"/></svg> </template>
CSS
.icon-volume-up {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%203.594L15.281%205.28L9.562%2011H5v10h4.563l5.718%205.719L17%2028.406zm6.813%204.594l-1.407%201.406a8.943%208.943%200%200%201%200%2012.687l1.407%201.438c4.28-4.282%204.28-11.25%200-15.532zM15%208.438v15.124l-4.281-4.28l-.313-.282H7v-6h3.406l.313-.281zm5.906%202.656L19.5%2012.5c1.91%201.91%201.902%205.074-.031%207.094L20.937%2021c2.665-2.781%202.657-7.219-.03-9.906z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%203.594L15.281%205.28L9.562%2011H5v10h4.563l5.718%205.719L17%2028.406zm6.813%204.594l-1.407%201.406a8.943%208.943%200%200%201%200%2012.687l1.407%201.438c4.28-4.282%204.28-11.25%200-15.532zM15%208.438v15.124l-4.281-4.28l-.313-.282H7v-6h3.406l.313-.281zm5.906%202.656L19.5%2012.5c1.91%201.91%201.902%205.074-.031%207.094L20.937%2021c2.665-2.781%202.657-7.219-.03-9.906z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/volume-up.svg?color=%231a73e8&size=48