mute notification icon

mute-notification from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
mute-notification
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

Use the mute notification icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m241.2 832l63.6-64H768V448c0-42.4-10.2-82.3-28.5-117.5l47-47.2A319 319 0 0 1 832 448v320h96a32 32 0 1 1 0 64zm-90.2 0H96a32 32 0 1 1 0-64h96V448a320 320 0 0 1 256-313.6V128a64 64 0 1 1 128 0v6.4a320 320 0 0 1 171.6 97L702.5 277A256 256 0 0 0 256 448v278.3zm297 64h128a64 64 0 0 1-128 0"/><path fill="currentColor" d="M150.7 859a32 32 0 0 1-45.4-45l704-708.5a32 32 0 0 1 45.4 45z"/></svg>

React

import type { SVGProps } from "react";

export function EpMuteNotification(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m241.2 832l63.6-64H768V448c0-42.4-10.2-82.3-28.5-117.5l47-47.2A319 319 0 0 1 832 448v320h96a32 32 0 1 1 0 64zm-90.2 0H96a32 32 0 1 1 0-64h96V448a320 320 0 0 1 256-313.6V128a64 64 0 1 1 128 0v6.4a320 320 0 0 1 171.6 97L702.5 277A256 256 0 0 0 256 448v278.3zm297 64h128a64 64 0 0 1-128 0"/><path fill="currentColor" d="M150.7 859a32 32 0 0 1-45.4-45l704-708.5a32 32 0 0 1 45.4 45z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m241.2 832l63.6-64H768V448c0-42.4-10.2-82.3-28.5-117.5l47-47.2A319 319 0 0 1 832 448v320h96a32 32 0 1 1 0 64zm-90.2 0H96a32 32 0 1 1 0-64h96V448a320 320 0 0 1 256-313.6V128a64 64 0 1 1 128 0v6.4a320 320 0 0 1 171.6 97L702.5 277A256 256 0 0 0 256 448v278.3zm297 64h128a64 64 0 0 1-128 0"/><path fill="currentColor" d="M150.7 859a32 32 0 0 1-45.4-45l704-708.5a32 32 0 0 1 45.4 45z"/></svg>
</template>

CSS

.icon-mute-notification {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m241.2%20832l63.6-64H768V448c0-42.4-10.2-82.3-28.5-117.5l47-47.2A319%20319%200%200%201%20832%20448v320h96a32%2032%200%201%201%200%2064zm-90.2%200H96a32%2032%200%201%201%200-64h96V448a320%20320%200%200%201%20256-313.6V128a64%2064%200%201%201%20128%200v6.4a320%20320%200%200%201%20171.6%2097L702.5%20277A256%20256%200%200%200%20256%20448v278.3zm297%2064h128a64%2064%200%200%201-128%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M150.7%20859a32%2032%200%200%201-45.4-45l704-708.5a32%2032%200%200%201%2045.4%2045z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m241.2%20832l63.6-64H768V448c0-42.4-10.2-82.3-28.5-117.5l47-47.2A319%20319%200%200%201%20832%20448v320h96a32%2032%200%201%201%200%2064zm-90.2%200H96a32%2032%200%201%201%200-64h96V448a320%20320%200%200%201%20256-313.6V128a64%2064%200%201%201%20128%200v6.4a320%20320%200%200%201%20171.6%2097L702.5%20277A256%20256%200%200%200%20256%20448v278.3zm297%2064h128a64%2064%200%200%201-128%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M150.7%20859a32%2032%200%200%201-45.4-45l704-708.5a32%2032%200%200%201%2045.4%2045z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Mute Notification outline icon — Element Plus · IconsDB