volume down icon

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

Name
volume-down-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 down icons →

More video icons from Reicon

Use the volume down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.003 11.716c.04-1.843.059-2.764.697-3.552c.117-.144.288-.315.432-.431c.785-.636 1.822-.636 3.897-.636c.741 0 1.112 0 1.465-.092q.11-.03.218-.067c.345-.121.654-.33 1.273-.746c2.442-1.645 3.662-2.467 4.687-2.11c.196.069.387.168.556.29c.886.635.953 2.115 1.088 5.073c.05 1.096.084 2.034.084 2.555s-.034 1.46-.084 2.555c-.134 2.958-.202 4.438-1.088 5.073c-.17.122-.36.221-.556.29c-1.025.357-2.245-.465-4.687-2.11c-.619-.416-.928-.625-1.273-.746a3 3 0 0 0-.218-.067c-.353-.092-.724-.092-1.465-.092c-2.075 0-3.112 0-3.897-.636a3 3 0 0 1-.432-.43c-.638-.79-.658-1.71-.697-3.552a13 13 0 0 1 0-.57"/><path fill-rule="evenodd" d="M19.45 8.416a.71.71 0 0 1 .98.286l-.63.357l.63-.357l.001.002l.002.003l.003.007l.01.018a2 2 0 0 1 .098.224c.056.144.126.349.194.619c.135.54.262 1.337.262 2.425c0 1.089-.127 1.886-.262 2.426c-.068.27-.138.475-.194.619a3 3 0 0 1-.098.223l-.01.018l-.003.007l-.002.003v.002s-.001.001-.63-.356l.629.357a.71.71 0 0 1-.98.286a.744.744 0 0 1-.284-.991l.005-.01l.036-.085a4 4 0 0 0 .136-.438c.104-.416.217-1.09.217-2.06c0-.971-.113-1.645-.217-2.061a4 4 0 0 0-.172-.523l-.005-.01a.744.744 0 0 1 .285-.991" clip-rule="evenodd" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconVolumeDownDuotone(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 d="M3.003 11.716c.04-1.843.059-2.764.697-3.552c.117-.144.288-.315.432-.431c.785-.636 1.822-.636 3.897-.636c.741 0 1.112 0 1.465-.092q.11-.03.218-.067c.345-.121.654-.33 1.273-.746c2.442-1.645 3.662-2.467 4.687-2.11c.196.069.387.168.556.29c.886.635.953 2.115 1.088 5.073c.05 1.096.084 2.034.084 2.555s-.034 1.46-.084 2.555c-.134 2.958-.202 4.438-1.088 5.073c-.17.122-.36.221-.556.29c-1.025.357-2.245-.465-4.687-2.11c-.619-.416-.928-.625-1.273-.746a3 3 0 0 0-.218-.067c-.353-.092-.724-.092-1.465-.092c-2.075 0-3.112 0-3.897-.636a3 3 0 0 1-.432-.43c-.638-.79-.658-1.71-.697-3.552a13 13 0 0 1 0-.57"/><path fillRule="evenodd" d="M19.45 8.416a.71.71 0 0 1 .98.286l-.63.357l.63-.357l.001.002l.002.003l.003.007l.01.018a2 2 0 0 1 .098.224c.056.144.126.349.194.619c.135.54.262 1.337.262 2.425c0 1.089-.127 1.886-.262 2.426c-.068.27-.138.475-.194.619a3 3 0 0 1-.098.223l-.01.018l-.003.007l-.002.003v.002s-.001.001-.63-.356l.629.357a.71.71 0 0 1-.98.286a.744.744 0 0 1-.284-.991l.005-.01l.036-.085a4 4 0 0 0 .136-.438c.104-.416.217-1.09.217-2.06c0-.971-.113-1.645-.217-2.061a4 4 0 0 0-.172-.523l-.005-.01a.744.744 0 0 1 .285-.991" clipRule="evenodd" 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 d="M3.003 11.716c.04-1.843.059-2.764.697-3.552c.117-.144.288-.315.432-.431c.785-.636 1.822-.636 3.897-.636c.741 0 1.112 0 1.465-.092q.11-.03.218-.067c.345-.121.654-.33 1.273-.746c2.442-1.645 3.662-2.467 4.687-2.11c.196.069.387.168.556.29c.886.635.953 2.115 1.088 5.073c.05 1.096.084 2.034.084 2.555s-.034 1.46-.084 2.555c-.134 2.958-.202 4.438-1.088 5.073c-.17.122-.36.221-.556.29c-1.025.357-2.245-.465-4.687-2.11c-.619-.416-.928-.625-1.273-.746a3 3 0 0 0-.218-.067c-.353-.092-.724-.092-1.465-.092c-2.075 0-3.112 0-3.897-.636a3 3 0 0 1-.432-.43c-.638-.79-.658-1.71-.697-3.552a13 13 0 0 1 0-.57"/><path fill-rule="evenodd" d="M19.45 8.416a.71.71 0 0 1 .98.286l-.63.357l.63-.357l.001.002l.002.003l.003.007l.01.018a2 2 0 0 1 .098.224c.056.144.126.349.194.619c.135.54.262 1.337.262 2.425c0 1.089-.127 1.886-.262 2.426c-.068.27-.138.475-.194.619a3 3 0 0 1-.098.223l-.01.018l-.003.007l-.002.003v.002s-.001.001-.63-.356l.629.357a.71.71 0 0 1-.98.286a.744.744 0 0 1-.284-.991l.005-.01l.036-.085a4 4 0 0 0 .136-.438c.104-.416.217-1.09.217-2.06c0-.971-.113-1.645-.217-2.061a4 4 0 0 0-.172-.523l-.005-.01a.744.744 0 0 1 .285-.991" clip-rule="evenodd" opacity=".5"/></g></svg>
</template>

CSS

.icon-volume-down-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%20d%3D%22M3.003%2011.716c.04-1.843.059-2.764.697-3.552c.117-.144.288-.315.432-.431c.785-.636%201.822-.636%203.897-.636c.741%200%201.112%200%201.465-.092q.11-.03.218-.067c.345-.121.654-.33%201.273-.746c2.442-1.645%203.662-2.467%204.687-2.11c.196.069.387.168.556.29c.886.635.953%202.115%201.088%205.073c.05%201.096.084%202.034.084%202.555s-.034%201.46-.084%202.555c-.134%202.958-.202%204.438-1.088%205.073c-.17.122-.36.221-.556.29c-1.025.357-2.245-.465-4.687-2.11c-.619-.416-.928-.625-1.273-.746a3%203%200%200%200-.218-.067c-.353-.092-.724-.092-1.465-.092c-2.075%200-3.112%200-3.897-.636a3%203%200%200%201-.432-.43c-.638-.79-.658-1.71-.697-3.552a13%2013%200%200%201%200-.57%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.45%208.416a.71.71%200%200%201%20.98.286l-.63.357l.63-.357l.001.002l.002.003l.003.007l.01.018a2%202%200%200%201%20.098.224c.056.144.126.349.194.619c.135.54.262%201.337.262%202.425c0%201.089-.127%201.886-.262%202.426c-.068.27-.138.475-.194.619a3%203%200%200%201-.098.223l-.01.018l-.003.007l-.002.003v.002s-.001.001-.63-.356l.629.357a.71.71%200%200%201-.98.286a.744.744%200%200%201-.284-.991l.005-.01l.036-.085a4%204%200%200%200%20.136-.438c.104-.416.217-1.09.217-2.06c0-.971-.113-1.645-.217-2.061a4%204%200%200%200-.172-.523l-.005-.01a.744.744%200%200%201%20.285-.991%22%20clip-rule%3D%22evenodd%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%20d%3D%22M3.003%2011.716c.04-1.843.059-2.764.697-3.552c.117-.144.288-.315.432-.431c.785-.636%201.822-.636%203.897-.636c.741%200%201.112%200%201.465-.092q.11-.03.218-.067c.345-.121.654-.33%201.273-.746c2.442-1.645%203.662-2.467%204.687-2.11c.196.069.387.168.556.29c.886.635.953%202.115%201.088%205.073c.05%201.096.084%202.034.084%202.555s-.034%201.46-.084%202.555c-.134%202.958-.202%204.438-1.088%205.073c-.17.122-.36.221-.556.29c-1.025.357-2.245-.465-4.687-2.11c-.619-.416-.928-.625-1.273-.746a3%203%200%200%200-.218-.067c-.353-.092-.724-.092-1.465-.092c-2.075%200-3.112%200-3.897-.636a3%203%200%200%201-.432-.43c-.638-.79-.658-1.71-.697-3.552a13%2013%200%200%201%200-.57%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.45%208.416a.71.71%200%200%201%20.98.286l-.63.357l.63-.357l.001.002l.002.003l.003.007l.01.018a2%202%200%200%201%20.098.224c.056.144.126.349.194.619c.135.54.262%201.337.262%202.425c0%201.089-.127%201.886-.262%202.426c-.068.27-.138.475-.194.619a3%203%200%200%201-.098.223l-.01.018l-.003.007l-.002.003v.002s-.001.001-.63-.356l.629.357a.71.71%200%200%201-.98.286a.744.744%200%200%201-.284-.991l.005-.01l.036-.085a4%204%200%200%200%20.136-.438c.104-.416.217-1.09.217-2.06c0-.971-.113-1.645-.217-2.061a4%204%200%200%200-.172-.523l-.005-.01a.744.744%200%200%201%20.285-.991%22%20clip-rule%3D%22evenodd%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-down-duotone.svg?color=%231a73e8&size=48