audio muted icon
audio-muted-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- audio-muted-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- audio-muted
Use the audio muted icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M682 455V311l-76 76v68c-.1 50.7-42 92.1-94 92c-19.1.1-36.8-5.4-52-15l-54 55c29.1 22.4 65.9 36 106 36c93.8 0 170-75.1 170-168"/><path fill="currentColor" d="M833 446h-60c-4.4 0-8 3.6-8 8c0 140.3-113.7 254-254 254c-63 0-120.7-23-165-61l-54 54c48.9 43.2 110.8 72.3 179 81v102H326c-13.9 0-24.9 14.3-25 32v36c.1 4.4 2.9 8 6 8h408c3.2 0 6-3.6 6-8v-36c0-17.7-11-32-25-32H547V782c165.3-17.9 294-157.9 294-328c0-4.4-3.6-8-8-8m13.1-377.7l-43.5-41.9c-3.1-3-8.1-3-11.2.1l-129 129C634.3 101.2 577 64 511 64c-93.9 0-170 75.3-170 168v224q0 10.05 1.2 19.8l-68 68c-10.5-27.9-16.3-58.2-16.2-89.8c-.2-4.4-3.8-8-8-8h-60c-4.4 0-8 3.6-8 8c0 53 12.5 103 34.6 147.4l-137 137c-3.1 3.1-3.1 8.2 0 11.3l42.7 42.7c3.1 3.1 8.2 3.1 11.3 0L846.2 79.8l.1-.1c3.1-3.2 3-8.3-.2-11.4M417 401V232c0-50.6 41.9-92 94-92c46 0 84.1 32.3 92.3 74.7z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignAudioMutedOutlined(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="M682 455V311l-76 76v68c-.1 50.7-42 92.1-94 92c-19.1.1-36.8-5.4-52-15l-54 55c29.1 22.4 65.9 36 106 36c93.8 0 170-75.1 170-168"/><path fill="currentColor" d="M833 446h-60c-4.4 0-8 3.6-8 8c0 140.3-113.7 254-254 254c-63 0-120.7-23-165-61l-54 54c48.9 43.2 110.8 72.3 179 81v102H326c-13.9 0-24.9 14.3-25 32v36c.1 4.4 2.9 8 6 8h408c3.2 0 6-3.6 6-8v-36c0-17.7-11-32-25-32H547V782c165.3-17.9 294-157.9 294-328c0-4.4-3.6-8-8-8m13.1-377.7l-43.5-41.9c-3.1-3-8.1-3-11.2.1l-129 129C634.3 101.2 577 64 511 64c-93.9 0-170 75.3-170 168v224q0 10.05 1.2 19.8l-68 68c-10.5-27.9-16.3-58.2-16.2-89.8c-.2-4.4-3.8-8-8-8h-60c-4.4 0-8 3.6-8 8c0 53 12.5 103 34.6 147.4l-137 137c-3.1 3.1-3.1 8.2 0 11.3l42.7 42.7c3.1 3.1 8.2 3.1 11.3 0L846.2 79.8l.1-.1c3.1-3.2 3-8.3-.2-11.4M417 401V232c0-50.6 41.9-92 94-92c46 0 84.1 32.3 92.3 74.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M682 455V311l-76 76v68c-.1 50.7-42 92.1-94 92c-19.1.1-36.8-5.4-52-15l-54 55c29.1 22.4 65.9 36 106 36c93.8 0 170-75.1 170-168"/><path fill="currentColor" d="M833 446h-60c-4.4 0-8 3.6-8 8c0 140.3-113.7 254-254 254c-63 0-120.7-23-165-61l-54 54c48.9 43.2 110.8 72.3 179 81v102H326c-13.9 0-24.9 14.3-25 32v36c.1 4.4 2.9 8 6 8h408c3.2 0 6-3.6 6-8v-36c0-17.7-11-32-25-32H547V782c165.3-17.9 294-157.9 294-328c0-4.4-3.6-8-8-8m13.1-377.7l-43.5-41.9c-3.1-3-8.1-3-11.2.1l-129 129C634.3 101.2 577 64 511 64c-93.9 0-170 75.3-170 168v224q0 10.05 1.2 19.8l-68 68c-10.5-27.9-16.3-58.2-16.2-89.8c-.2-4.4-3.8-8-8-8h-60c-4.4 0-8 3.6-8 8c0 53 12.5 103 34.6 147.4l-137 137c-3.1 3.1-3.1 8.2 0 11.3l42.7 42.7c3.1 3.1 8.2 3.1 11.3 0L846.2 79.8l.1-.1c3.1-3.2 3-8.3-.2-11.4M417 401V232c0-50.6 41.9-92 94-92c46 0 84.1 32.3 92.3 74.7z"/></svg> </template>
CSS
.icon-audio-muted-outlined {
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%22M682%20455V311l-76%2076v68c-.1%2050.7-42%2092.1-94%2092c-19.1.1-36.8-5.4-52-15l-54%2055c29.1%2022.4%2065.9%2036%20106%2036c93.8%200%20170-75.1%20170-168%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M833%20446h-60c-4.4%200-8%203.6-8%208c0%20140.3-113.7%20254-254%20254c-63%200-120.7-23-165-61l-54%2054c48.9%2043.2%20110.8%2072.3%20179%2081v102H326c-13.9%200-24.9%2014.3-25%2032v36c.1%204.4%202.9%208%206%208h408c3.2%200%206-3.6%206-8v-36c0-17.7-11-32-25-32H547V782c165.3-17.9%20294-157.9%20294-328c0-4.4-3.6-8-8-8m13.1-377.7l-43.5-41.9c-3.1-3-8.1-3-11.2.1l-129%20129C634.3%20101.2%20577%2064%20511%2064c-93.9%200-170%2075.3-170%20168v224q0%2010.05%201.2%2019.8l-68%2068c-10.5-27.9-16.3-58.2-16.2-89.8c-.2-4.4-3.8-8-8-8h-60c-4.4%200-8%203.6-8%208c0%2053%2012.5%20103%2034.6%20147.4l-137%20137c-3.1%203.1-3.1%208.2%200%2011.3l42.7%2042.7c3.1%203.1%208.2%203.1%2011.3%200L846.2%2079.8l.1-.1c3.1-3.2%203-8.3-.2-11.4M417%20401V232c0-50.6%2041.9-92%2094-92c46%200%2084.1%2032.3%2092.3%2074.7z%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%22M682%20455V311l-76%2076v68c-.1%2050.7-42%2092.1-94%2092c-19.1.1-36.8-5.4-52-15l-54%2055c29.1%2022.4%2065.9%2036%20106%2036c93.8%200%20170-75.1%20170-168%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M833%20446h-60c-4.4%200-8%203.6-8%208c0%20140.3-113.7%20254-254%20254c-63%200-120.7-23-165-61l-54%2054c48.9%2043.2%20110.8%2072.3%20179%2081v102H326c-13.9%200-24.9%2014.3-25%2032v36c.1%204.4%202.9%208%206%208h408c3.2%200%206-3.6%206-8v-36c0-17.7-11-32-25-32H547V782c165.3-17.9%20294-157.9%20294-328c0-4.4-3.6-8-8-8m13.1-377.7l-43.5-41.9c-3.1-3-8.1-3-11.2.1l-129%20129C634.3%20101.2%20577%2064%20511%2064c-93.9%200-170%2075.3-170%20168v224q0%2010.05%201.2%2019.8l-68%2068c-10.5-27.9-16.3-58.2-16.2-89.8c-.2-4.4-3.8-8-8-8h-60c-4.4%200-8%203.6-8%208c0%2053%2012.5%20103%2034.6%20147.4l-137%20137c-3.1%203.1-3.1%208.2%200%2011.3l42.7%2042.7c3.1%203.1%208.2%203.1%2011.3%200L846.2%2079.8l.1-.1c3.1-3.2%203-8.3-.2-11.4M417%20401V232c0-50.6%2041.9-92%2094-92c46%200%2084.1%2032.3%2092.3%2074.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/audio-muted-outlined.svg?color=%231a73e8&size=48