volume icon
volume-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.
- Name
- volume-filled
- Set
- Reicon
- Style
- Filled
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All volume icons →volumeBoxIcons v2volumeBoxIcons v2 SolidvolumeDither IconsvolumeFont Awesome SolidvolumeFeather Iconsvolumecss.ggvolumeHuge IconsvolumeHumbleiconsvolumeJam IconsvolumeKeyline IconsvolumeLucidevolumeMaterial Design Iconsvolume-fillMingCute IconvolumePixelarticonsvolume-boldSolarvolumeTabler IconsvolumeUnicons
More video icons from Reicon
albumcameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilm
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="M5.003 11.716c.038-1.843.057-2.764.678-3.552c.113-.144.28-.315.42-.431c.763-.636 1.771-.636 3.788-.636c.72 0 1.081 0 1.425-.092q.107-.03.211-.067c.336-.121.637-.33 1.238-.746c2.374-1.645 3.56-2.467 4.557-2.11c.191.069.376.168.541.29c.861.635.927 2.115 1.058 5.073C18.967 10.541 19 11.48 19 12s-.033 1.46-.081 2.555c-.131 2.958-.197 4.438-1.058 5.073a2.2 2.2 0 0 1-.54.29c-.997.357-2.184-.465-4.558-2.11c-.601-.416-.902-.625-1.238-.746a3 3 0 0 0-.211-.067c-.344-.092-.704-.092-1.425-.092c-2.017 0-3.025 0-3.789-.636a3 3 0 0 1-.419-.43c-.621-.79-.64-1.71-.678-3.552a14 14 0 0 1 0-.57"/></svg>
React
import type { SVGProps } from "react";
export function ReiconVolumeFilled(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="M5.003 11.716c.038-1.843.057-2.764.678-3.552c.113-.144.28-.315.42-.431c.763-.636 1.771-.636 3.788-.636c.72 0 1.081 0 1.425-.092q.107-.03.211-.067c.336-.121.637-.33 1.238-.746c2.374-1.645 3.56-2.467 4.557-2.11c.191.069.376.168.541.29c.861.635.927 2.115 1.058 5.073C18.967 10.541 19 11.48 19 12s-.033 1.46-.081 2.555c-.131 2.958-.197 4.438-1.058 5.073a2.2 2.2 0 0 1-.54.29c-.997.357-2.184-.465-4.558-2.11c-.601-.416-.902-.625-1.238-.746a3 3 0 0 0-.211-.067c-.344-.092-.704-.092-1.425-.092c-2.017 0-3.025 0-3.789-.636a3 3 0 0 1-.419-.43c-.621-.79-.64-1.71-.678-3.552a14 14 0 0 1 0-.57"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.003 11.716c.038-1.843.057-2.764.678-3.552c.113-.144.28-.315.42-.431c.763-.636 1.771-.636 3.788-.636c.72 0 1.081 0 1.425-.092q.107-.03.211-.067c.336-.121.637-.33 1.238-.746c2.374-1.645 3.56-2.467 4.557-2.11c.191.069.376.168.541.29c.861.635.927 2.115 1.058 5.073C18.967 10.541 19 11.48 19 12s-.033 1.46-.081 2.555c-.131 2.958-.197 4.438-1.058 5.073a2.2 2.2 0 0 1-.54.29c-.997.357-2.184-.465-4.558-2.11c-.601-.416-.902-.625-1.238-.746a3 3 0 0 0-.211-.067c-.344-.092-.704-.092-1.425-.092c-2.017 0-3.025 0-3.789-.636a3 3 0 0 1-.419-.43c-.621-.79-.64-1.71-.678-3.552a14 14 0 0 1 0-.57"/></svg> </template>
CSS
.icon-volume-filled {
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%22M5.003%2011.716c.038-1.843.057-2.764.678-3.552c.113-.144.28-.315.42-.431c.763-.636%201.771-.636%203.788-.636c.72%200%201.081%200%201.425-.092q.107-.03.211-.067c.336-.121.637-.33%201.238-.746c2.374-1.645%203.56-2.467%204.557-2.11c.191.069.376.168.541.29c.861.635.927%202.115%201.058%205.073C18.967%2010.541%2019%2011.48%2019%2012s-.033%201.46-.081%202.555c-.131%202.958-.197%204.438-1.058%205.073a2.2%202.2%200%200%201-.54.29c-.997.357-2.184-.465-4.558-2.11c-.601-.416-.902-.625-1.238-.746a3%203%200%200%200-.211-.067c-.344-.092-.704-.092-1.425-.092c-2.017%200-3.025%200-3.789-.636a3%203%200%200%201-.419-.43c-.621-.79-.64-1.71-.678-3.552a14%2014%200%200%201%200-.57%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%22M5.003%2011.716c.038-1.843.057-2.764.678-3.552c.113-.144.28-.315.42-.431c.763-.636%201.771-.636%203.788-.636c.72%200%201.081%200%201.425-.092q.107-.03.211-.067c.336-.121.637-.33%201.238-.746c2.374-1.645%203.56-2.467%204.557-2.11c.191.069.376.168.541.29c.861.635.927%202.115%201.058%205.073C18.967%2010.541%2019%2011.48%2019%2012s-.033%201.46-.081%202.555c-.131%202.958-.197%204.438-1.058%205.073a2.2%202.2%200%200%201-.54.29c-.997.357-2.184-.465-4.558-2.11c-.601-.416-.902-.625-1.238-.746a3%203%200%200%200-.211-.067c-.344-.092-.704-.092-1.425-.092c-2.017%200-3.025%200-3.789-.636a3%203%200%200%201-.419-.43c-.621-.79-.64-1.71-.678-3.552a14%2014%200%200%201%200-.57%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/volume-filled.svg?color=%231a73e8&size=48