volume up icon
volume-up from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- volume-up
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
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-upMaterial Symbols Lightvolume-upPrime Iconsvolume-up-fillRemix Iconvolume-up-outlinedWeUI Icon
More user interface icons from Unicons
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="M12.43 4.1a1 1 0 0 0-1 .12L6.65 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3.65l4.73 3.78A1 1 0 0 0 12 20a.9.9 0 0 0 .43-.1A1 1 0 0 0 13 19V5a1 1 0 0 0-.57-.9M11 16.92l-3.38-2.7A1 1 0 0 0 7 14H4v-4h3a1 1 0 0 0 .62-.22L11 7.08Zm4.14-12.83a1 1 0 1 0-.28 2a6 6 0 0 1 0 11.86a1 1 0 0 0 .14 2h.14a8 8 0 0 0 0-15.82Zm-.46 9.78a1 1 0 0 0 .32 2a1.1 1.1 0 0 0 .32-.05a4 4 0 0 0 0-7.54a1 1 0 0 0-.64 1.9a2 2 0 0 1 0 3.74Z"/></svg>
React
import type { SVGProps } from "react";
export function UilVolumeUp(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="M12.43 4.1a1 1 0 0 0-1 .12L6.65 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3.65l4.73 3.78A1 1 0 0 0 12 20a.9.9 0 0 0 .43-.1A1 1 0 0 0 13 19V5a1 1 0 0 0-.57-.9M11 16.92l-3.38-2.7A1 1 0 0 0 7 14H4v-4h3a1 1 0 0 0 .62-.22L11 7.08Zm4.14-12.83a1 1 0 1 0-.28 2a6 6 0 0 1 0 11.86a1 1 0 0 0 .14 2h.14a8 8 0 0 0 0-15.82Zm-.46 9.78a1 1 0 0 0 .32 2a1.1 1.1 0 0 0 .32-.05a4 4 0 0 0 0-7.54a1 1 0 0 0-.64 1.9a2 2 0 0 1 0 3.74Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.43 4.1a1 1 0 0 0-1 .12L6.65 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3.65l4.73 3.78A1 1 0 0 0 12 20a.9.9 0 0 0 .43-.1A1 1 0 0 0 13 19V5a1 1 0 0 0-.57-.9M11 16.92l-3.38-2.7A1 1 0 0 0 7 14H4v-4h3a1 1 0 0 0 .62-.22L11 7.08Zm4.14-12.83a1 1 0 1 0-.28 2a6 6 0 0 1 0 11.86a1 1 0 0 0 .14 2h.14a8 8 0 0 0 0-15.82Zm-.46 9.78a1 1 0 0 0 .32 2a1.1 1.1 0 0 0 .32-.05a4 4 0 0 0 0-7.54a1 1 0 0 0-.64 1.9a2 2 0 0 1 0 3.74Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.43%204.1a1%201%200%200%200-1%20.12L6.65%208H3a1%201%200%200%200-1%201v6a1%201%200%200%200%201%201h3.65l4.73%203.78A1%201%200%200%200%2012%2020a.9.9%200%200%200%20.43-.1A1%201%200%200%200%2013%2019V5a1%201%200%200%200-.57-.9M11%2016.92l-3.38-2.7A1%201%200%200%200%207%2014H4v-4h3a1%201%200%200%200%20.62-.22L11%207.08Zm4.14-12.83a1%201%200%201%200-.28%202a6%206%200%200%201%200%2011.86a1%201%200%200%200%20.14%202h.14a8%208%200%200%200%200-15.82Zm-.46%209.78a1%201%200%200%200%20.32%202a1.1%201.1%200%200%200%20.32-.05a4%204%200%200%200%200-7.54a1%201%200%200%200-.64%201.9a2%202%200%200%201%200%203.74Z%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%22M12.43%204.1a1%201%200%200%200-1%20.12L6.65%208H3a1%201%200%200%200-1%201v6a1%201%200%200%200%201%201h3.65l4.73%203.78A1%201%200%200%200%2012%2020a.9.9%200%200%200%20.43-.1A1%201%200%200%200%2013%2019V5a1%201%200%200%200-.57-.9M11%2016.92l-3.38-2.7A1%201%200%200%200%207%2014H4v-4h3a1%201%200%200%200%20.62-.22L11%207.08Zm4.14-12.83a1%201%200%201%200-.28%202a6%206%200%200%201%200%2011.86a1%201%200%200%200%20.14%202h.14a8%208%200%200%200%200-15.82Zm-.46%209.78a1%201%200%200%200%20.32%202a1.1%201.1%200%200%200%20.32-.05a4%204%200%200%200%200-7.54a1%201%200%200%200-.64%201.9a2%202%200%200%201%200%203.74Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/volume-up.svg?color=%231a73e8&size=48