mute icon
mute-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- mute-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
2 other variants in Octicons
The same icon in other sets
Use the mute icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.75v16.5a.75.75 0 0 1-1.255.555L5.46 16H2.75A1.75 1.75 0 0 1 1 14.25v-4.5C1 8.784 1.784 8 2.75 8h2.71l5.285-4.805A.75.75 0 0 1 12 3.75M6.255 9.305a.75.75 0 0 1-.505.195h-3a.25.25 0 0 0-.25.25v4.5c0 .138.112.25.25.25h3c.187 0 .367.069.505.195l4.245 3.86V5.445ZM16.28 8.22a.75.75 0 1 0-1.06 1.06L17.94 12l-2.72 2.72a.75.75 0 1 0 1.06 1.06L19 13.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L20.06 12l2.72-2.72a.75.75 0 0 0-1.06-1.06L19 10.94z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonMute24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.75v16.5a.75.75 0 0 1-1.255.555L5.46 16H2.75A1.75 1.75 0 0 1 1 14.25v-4.5C1 8.784 1.784 8 2.75 8h2.71l5.285-4.805A.75.75 0 0 1 12 3.75M6.255 9.305a.75.75 0 0 1-.505.195h-3a.25.25 0 0 0-.25.25v4.5c0 .138.112.25.25.25h3c.187 0 .367.069.505.195l4.245 3.86V5.445ZM16.28 8.22a.75.75 0 1 0-1.06 1.06L17.94 12l-2.72 2.72a.75.75 0 1 0 1.06 1.06L19 13.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L20.06 12l2.72-2.72a.75.75 0 0 0-1.06-1.06L19 10.94z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.75v16.5a.75.75 0 0 1-1.255.555L5.46 16H2.75A1.75 1.75 0 0 1 1 14.25v-4.5C1 8.784 1.784 8 2.75 8h2.71l5.285-4.805A.75.75 0 0 1 12 3.75M6.255 9.305a.75.75 0 0 1-.505.195h-3a.25.25 0 0 0-.25.25v4.5c0 .138.112.25.25.25h3c.187 0 .367.069.505.195l4.245 3.86V5.445ZM16.28 8.22a.75.75 0 1 0-1.06 1.06L17.94 12l-2.72 2.72a.75.75 0 1 0 1.06 1.06L19 13.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L20.06 12l2.72-2.72a.75.75 0 0 0-1.06-1.06L19 10.94z"/></svg> </template>
CSS
.icon-mute-24 {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203.75v16.5a.75.75%200%200%201-1.255.555L5.46%2016H2.75A1.75%201.75%200%200%201%201%2014.25v-4.5C1%208.784%201.784%208%202.75%208h2.71l5.285-4.805A.75.75%200%200%201%2012%203.75M6.255%209.305a.75.75%200%200%201-.505.195h-3a.25.25%200%200%200-.25.25v4.5c0%20.138.112.25.25.25h3c.187%200%20.367.069.505.195l4.245%203.86V5.445ZM16.28%208.22a.75.75%200%201%200-1.06%201.06L17.94%2012l-2.72%202.72a.75.75%200%201%200%201.06%201.06L19%2013.06l2.72%202.72a.75.75%200%201%200%201.06-1.06L20.06%2012l2.72-2.72a.75.75%200%200%200-1.06-1.06L19%2010.94z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203.75v16.5a.75.75%200%200%201-1.255.555L5.46%2016H2.75A1.75%201.75%200%200%201%201%2014.25v-4.5C1%208.784%201.784%208%202.75%208h2.71l5.285-4.805A.75.75%200%200%201%2012%203.75M6.255%209.305a.75.75%200%200%201-.505.195h-3a.25.25%200%200%200-.25.25v4.5c0%20.138.112.25.25.25h3c.187%200%20.367.069.505.195l4.245%203.86V5.445ZM16.28%208.22a.75.75%200%201%200-1.06%201.06L17.94%2012l-2.72%202.72a.75.75%200%201%200%201.06%201.06L19%2013.06l2.72%202.72a.75.75%200%201%200%201.06-1.06L20.06%2012l2.72-2.72a.75.75%200%200%200-1.06-1.06L19%2010.94z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/mute-24.svg?color=%231a73e8&size=48