volume mute icon

volume-mute from IconPark by ByteDance · Color · Music · Apache-2.0 Free for personal and commercial use.

Name
volume-mute
Set
IconPark
Style
Color
Category
Music
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More music icons from IconPark

Use the volume mute icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><mask id="SVGgeW4OrYP" width="13" height="13" x="30" y="18" maskUnits="userSpaceOnUse" style="mask-type:alpha"><rect width="13" height="13" x="30" y="18" fill="#fff"/></mask><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><g stroke-linecap="round" mask="url(#SVGgeW4OrYP)"><path d="M40.7348 20.2858L32.2495 28.7711"/><path d="M32.2496 20.2858L40.7349 28.7711"/></g><path fill="#2F88FF" d="M24 6V42C17 42 11.7985 32.8391 11.7985 32.8391H6C4.89543 32.8391 4 31.9437 4 30.8391V17.0108C4 15.9062 4.89543 15.0108 6 15.0108H11.7985C11.7985 15.0108 17 6 24 6Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkVolumeMute(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><mask id="SVGgeW4OrYP" width="13" height="13" x="30" y="18" maskUnits="userSpaceOnUse" style="maskType:alpha"><rect width="13" height="13" x="30" y="18" fill="#fff"/></mask><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><g strokeLinecap="round" mask="url(#SVGgeW4OrYP)"><path d="M40.7348 20.2858L32.2495 28.7711"/><path d="M32.2496 20.2858L40.7349 28.7711"/></g><path fill="#2F88FF" d="M24 6V42C17 42 11.7985 32.8391 11.7985 32.8391H6C4.89543 32.8391 4 31.9437 4 30.8391V17.0108C4 15.9062 4.89543 15.0108 6 15.0108H11.7985C11.7985 15.0108 17 6 24 6Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><mask id="SVGgeW4OrYP" width="13" height="13" x="30" y="18" maskUnits="userSpaceOnUse" style="mask-type:alpha"><rect width="13" height="13" x="30" y="18" fill="#fff"/></mask><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><g stroke-linecap="round" mask="url(#SVGgeW4OrYP)"><path d="M40.7348 20.2858L32.2495 28.7711"/><path d="M32.2496 20.2858L40.7349 28.7711"/></g><path fill="#2F88FF" d="M24 6V42C17 42 11.7985 32.8391 11.7985 32.8391H6C4.89543 32.8391 4 31.9437 4 30.8391V17.0108C4 15.9062 4.89543 15.0108 6 15.0108H11.7985C11.7985 15.0108 17 6 24 6Z"/></g></svg>
</template>

CSS

.icon-volume-mute {
  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%2048%2048%22%3E%3Cmask%20id%3D%22SVGgeW4OrYP%22%20width%3D%2213%22%20height%3D%2213%22%20x%3D%2230%22%20y%3D%2218%22%20maskUnits%3D%22userSpaceOnUse%22%20style%3D%22mask-type%3Aalpha%22%3E%3Crect%20width%3D%2213%22%20height%3D%2213%22%20x%3D%2230%22%20y%3D%2218%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fmask%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cg%20stroke-linecap%3D%22round%22%20mask%3D%22url(%23SVGgeW4OrYP)%22%3E%3Cpath%20d%3D%22M40.7348%2020.2858L32.2495%2028.7711%22%2F%3E%3Cpath%20d%3D%22M32.2496%2020.2858L40.7349%2028.7711%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%206V42C17%2042%2011.7985%2032.8391%2011.7985%2032.8391H6C4.89543%2032.8391%204%2031.9437%204%2030.8391V17.0108C4%2015.9062%204.89543%2015.0108%206%2015.0108H11.7985C11.7985%2015.0108%2017%206%2024%206Z%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%2048%2048%22%3E%3Cmask%20id%3D%22SVGgeW4OrYP%22%20width%3D%2213%22%20height%3D%2213%22%20x%3D%2230%22%20y%3D%2218%22%20maskUnits%3D%22userSpaceOnUse%22%20style%3D%22mask-type%3Aalpha%22%3E%3Crect%20width%3D%2213%22%20height%3D%2213%22%20x%3D%2230%22%20y%3D%2218%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fmask%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cg%20stroke-linecap%3D%22round%22%20mask%3D%22url(%23SVGgeW4OrYP)%22%3E%3Cpath%20d%3D%22M40.7348%2020.2858L32.2495%2028.7711%22%2F%3E%3Cpath%20d%3D%22M32.2496%2020.2858L40.7349%2028.7711%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%206V42C17%2042%2011.7985%2032.8391%2011.7985%2032.8391H6C4.89543%2032.8391%204%2031.9437%204%2030.8391V17.0108C4%2015.9062%204.89543%2015.0108%206%2015.0108H11.7985C11.7985%2015.0108%2017%206%2024%206Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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