ios volume mute icon

ios-volume-mute from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-volume-mute
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios volume mute icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M326.9 145.6c-2.2-1.1-4.6-1.6-6.9-1.6-3.6 0-7.1 1.2-10 3.5L244.8 200H192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16h52.8l65.2 52.5c2.9 2.3 6.5 3.5 10 3.5 2.3 0 4.7-.5 6.9-1.6 5.6-2.7 9.1-8.3 9.1-14.4V160c0-6.2-3.5-11.8-9.1-14.4z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosVolumeMute(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M326.9 145.6c-2.2-1.1-4.6-1.6-6.9-1.6-3.6 0-7.1 1.2-10 3.5L244.8 200H192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16h52.8l65.2 52.5c2.9 2.3 6.5 3.5 10 3.5 2.3 0 4.7-.5 6.9-1.6 5.6-2.7 9.1-8.3 9.1-14.4V160c0-6.2-3.5-11.8-9.1-14.4z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M326.9 145.6c-2.2-1.1-4.6-1.6-6.9-1.6-3.6 0-7.1 1.2-10 3.5L244.8 200H192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16h52.8l65.2 52.5c2.9 2.3 6.5 3.5 10 3.5 2.3 0 4.7-.5 6.9-1.6 5.6-2.7 9.1-8.3 9.1-14.4V160c0-6.2-3.5-11.8-9.1-14.4z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%20512%20512%22%3E%3Cpath%20d%3D%22M326.9%20145.6c-2.2-1.1-4.6-1.6-6.9-1.6-3.6%200-7.1%201.2-10%203.5L244.8%20200H192c-8.8%200-16%207.2-16%2016v80c0%208.8%207.2%2016%2016%2016h52.8l65.2%2052.5c2.9%202.3%206.5%203.5%2010%203.5%202.3%200%204.7-.5%206.9-1.6%205.6-2.7%209.1-8.3%209.1-14.4V160c0-6.2-3.5-11.8-9.1-14.4z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M326.9%20145.6c-2.2-1.1-4.6-1.6-6.9-1.6-3.6%200-7.1%201.2-10%203.5L244.8%20200H192c-8.8%200-16%207.2-16%2016v80c0%208.8%207.2%2016%2016%2016h52.8l65.2%2052.5c2.9%202.3%206.5%203.5%2010%203.5%202.3%200%204.7-.5%206.9-1.6%205.6-2.7%209.1-8.3%209.1-14.4V160c0-6.2-3.5-11.8-9.1-14.4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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