volume icon

volume-duotone from Reicon by REICON · Duotone · Video · MIT Free for personal and commercial use.

Name
volume-duotone
Set
Reicon
Style
Duotone
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All volume icons →

More video icons from Reicon

Use the volume icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12.763 6.192c-.601.416-.902.625-1.238.746v10.124c.336.121.637.33 1.238.746c2.374 1.645 3.56 2.467 4.557 2.11a2.1 2.1 0 0 0 .541-.29c.861-.635.927-2.115 1.058-5.073A70 70 0 0 0 19 12c0-.521-.033-1.46-.081-2.555c-.131-2.958-.197-4.438-1.058-5.073a2.1 2.1 0 0 0-.54-.29c-.997-.357-2.184.465-4.558 2.11" clip-rule="evenodd"/><path d="M5.681 8.163c-.621.789-.64 1.71-.678 3.552a14 14 0 0 0 0 .57c.038 1.841.057 2.762.678 3.551c.113.144.28.315.42.431c.763.635 1.771.635 3.788.635c.72 0 1.081 0 1.425.093q.107.03.211.067V6.937q-.105.039-.211.067c-.344.093-.704.093-1.425.093c-2.017 0-3.025 0-3.789.635c-.14.116-.306.287-.419.431" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconVolumeDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M12.763 6.192c-.601.416-.902.625-1.238.746v10.124c.336.121.637.33 1.238.746c2.374 1.645 3.56 2.467 4.557 2.11a2.1 2.1 0 0 0 .541-.29c.861-.635.927-2.115 1.058-5.073A70 70 0 0 0 19 12c0-.521-.033-1.46-.081-2.555c-.131-2.958-.197-4.438-1.058-5.073a2.1 2.1 0 0 0-.54-.29c-.997-.357-2.184.465-4.558 2.11" clipRule="evenodd"/><path d="M5.681 8.163c-.621.789-.64 1.71-.678 3.552a14 14 0 0 0 0 .57c.038 1.841.057 2.762.678 3.551c.113.144.28.315.42.431c.763.635 1.771.635 3.788.635c.72 0 1.081 0 1.425.093q.107.03.211.067V6.937q-.105.039-.211.067c-.344.093-.704.093-1.425.093c-2.017 0-3.025 0-3.789.635c-.14.116-.306.287-.419.431" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12.763 6.192c-.601.416-.902.625-1.238.746v10.124c.336.121.637.33 1.238.746c2.374 1.645 3.56 2.467 4.557 2.11a2.1 2.1 0 0 0 .541-.29c.861-.635.927-2.115 1.058-5.073A70 70 0 0 0 19 12c0-.521-.033-1.46-.081-2.555c-.131-2.958-.197-4.438-1.058-5.073a2.1 2.1 0 0 0-.54-.29c-.997-.357-2.184.465-4.558 2.11" clip-rule="evenodd"/><path d="M5.681 8.163c-.621.789-.64 1.71-.678 3.552a14 14 0 0 0 0 .57c.038 1.841.057 2.762.678 3.551c.113.144.28.315.42.431c.763.635 1.771.635 3.788.635c.72 0 1.081 0 1.425.093q.107.03.211.067V6.937q-.105.039-.211.067c-.344.093-.704.093-1.425.093c-2.017 0-3.025 0-3.789.635c-.14.116-.306.287-.419.431" opacity=".5"/></g></svg>
</template>

CSS

.icon-volume-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.763%206.192c-.601.416-.902.625-1.238.746v10.124c.336.121.637.33%201.238.746c2.374%201.645%203.56%202.467%204.557%202.11a2.1%202.1%200%200%200%20.541-.29c.861-.635.927-2.115%201.058-5.073A70%2070%200%200%200%2019%2012c0-.521-.033-1.46-.081-2.555c-.131-2.958-.197-4.438-1.058-5.073a2.1%202.1%200%200%200-.54-.29c-.997-.357-2.184.465-4.558%202.11%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.681%208.163c-.621.789-.64%201.71-.678%203.552a14%2014%200%200%200%200%20.57c.038%201.841.057%202.762.678%203.551c.113.144.28.315.42.431c.763.635%201.771.635%203.788.635c.72%200%201.081%200%201.425.093q.107.03.211.067V6.937q-.105.039-.211.067c-.344.093-.704.093-1.425.093c-2.017%200-3.025%200-3.789.635c-.14.116-.306.287-.419.431%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.763%206.192c-.601.416-.902.625-1.238.746v10.124c.336.121.637.33%201.238.746c2.374%201.645%203.56%202.467%204.557%202.11a2.1%202.1%200%200%200%20.541-.29c.861-.635.927-2.115%201.058-5.073A70%2070%200%200%200%2019%2012c0-.521-.033-1.46-.081-2.555c-.131-2.958-.197-4.438-1.058-5.073a2.1%202.1%200%200%200-.54-.29c-.997-.357-2.184.465-4.558%202.11%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.681%208.163c-.621.789-.64%201.71-.678%203.552a14%2014%200%200%200%200%20.57c.038%201.841.057%202.762.678%203.551c.113.144.28.315.42.431c.763.635%201.771.635%203.788.635c.72%200%201.081%200%201.425.093q.107.03.211.067V6.937q-.105.039-.211.067c-.344.093-.704.093-1.425.093c-2.017%200-3.025%200-3.789.635c-.14.116-.306.287-.419.431%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/volume-duotone.svg?color=%231a73e8&size=48