volume icon
volume from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- volume
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More user interface icons from Unicons
Use the volume 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.08Zm8.66-10.58a1 1 0 0 0-1.42 1.42a6 6 0 0 1-.38 8.84a1 1 0 0 0 .64 1.76a1 1 0 0 0 .64-.23a8 8 0 0 0 .52-11.79m-2.83 2.83a1 1 0 1 0-1.42 1.42A2 2 0 0 1 16 12a2 2 0 0 1-.71 1.53a1 1 0 0 0-.13 1.41a1 1 0 0 0 1.41.12A4 4 0 0 0 18 12a4.06 4.06 0 0 0-1.17-2.83"/></svg>
React
import type { SVGProps } from "react";
export function UilVolume(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.08Zm8.66-10.58a1 1 0 0 0-1.42 1.42a6 6 0 0 1-.38 8.84a1 1 0 0 0 .64 1.76a1 1 0 0 0 .64-.23a8 8 0 0 0 .52-11.79m-2.83 2.83a1 1 0 1 0-1.42 1.42A2 2 0 0 1 16 12a2 2 0 0 1-.71 1.53a1 1 0 0 0-.13 1.41a1 1 0 0 0 1.41.12A4 4 0 0 0 18 12a4.06 4.06 0 0 0-1.17-2.83"/></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.08Zm8.66-10.58a1 1 0 0 0-1.42 1.42a6 6 0 0 1-.38 8.84a1 1 0 0 0 .64 1.76a1 1 0 0 0 .64-.23a8 8 0 0 0 .52-11.79m-2.83 2.83a1 1 0 1 0-1.42 1.42A2 2 0 0 1 16 12a2 2 0 0 1-.71 1.53a1 1 0 0 0-.13 1.41a1 1 0 0 0 1.41.12A4 4 0 0 0 18 12a4.06 4.06 0 0 0-1.17-2.83"/></svg> </template>
CSS
.icon-volume {
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.08Zm8.66-10.58a1%201%200%200%200-1.42%201.42a6%206%200%200%201-.38%208.84a1%201%200%200%200%20.64%201.76a1%201%200%200%200%20.64-.23a8%208%200%200%200%20.52-11.79m-2.83%202.83a1%201%200%201%200-1.42%201.42A2%202%200%200%201%2016%2012a2%202%200%200%201-.71%201.53a1%201%200%200%200-.13%201.41a1%201%200%200%200%201.41.12A4%204%200%200%200%2018%2012a4.06%204.06%200%200%200-1.17-2.83%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.08Zm8.66-10.58a1%201%200%200%200-1.42%201.42a6%206%200%200%201-.38%208.84a1%201%200%200%200%20.64%201.76a1%201%200%200%200%20.64-.23a8%208%200%200%200%20.52-11.79m-2.83%202.83a1%201%200%201%200-1.42%201.42A2%202%200%200%201%2016%2012a2%202%200%200%201-.71%201.53a1%201%200%200%200-.13%201.41a1%201%200%200%200%201.41.12A4%204%200%200%200%2018%2012a4.06%204.06%200%200%200-1.17-2.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/volume.svg?color=%231a73e8&size=48