mute icon
mute from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- mute
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
Related icons in Element Plus
Use the mute icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m412.2 592.1l-45.5 45.5A191 191 0 0 1 320 512V256a192 192 0 1 1 384 0v44.4l-64 64V256a128 128 0 1 0-256 0v256c0 30.3 10.6 58.2 28.2 80.1m52 38.6A128 128 0 0 0 640 512v-57.2l64-64V512a192 192 0 0 1-287.7 166.5zM314.8 780l46.1-46.1A223 223 0 0 0 480 768h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64h64v-64a286 286 0 0 1-165.1-52m-48.1-42.4A287 287 0 0 1 192 544v-32a32 32 0 0 1 64 0v32c0 56.8 21.2 108.8 56 148.3z"/><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 EpMute(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="m412.2 592.1l-45.5 45.5A191 191 0 0 1 320 512V256a192 192 0 1 1 384 0v44.4l-64 64V256a128 128 0 1 0-256 0v256c0 30.3 10.6 58.2 28.2 80.1m52 38.6A128 128 0 0 0 640 512v-57.2l64-64V512a192 192 0 0 1-287.7 166.5zM314.8 780l46.1-46.1A223 223 0 0 0 480 768h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64h64v-64a286 286 0 0 1-165.1-52m-48.1-42.4A287 287 0 0 1 192 544v-32a32 32 0 0 1 64 0v32c0 56.8 21.2 108.8 56 148.3z"/><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="m412.2 592.1l-45.5 45.5A191 191 0 0 1 320 512V256a192 192 0 1 1 384 0v44.4l-64 64V256a128 128 0 1 0-256 0v256c0 30.3 10.6 58.2 28.2 80.1m52 38.6A128 128 0 0 0 640 512v-57.2l64-64V512a192 192 0 0 1-287.7 166.5zM314.8 780l46.1-46.1A223 223 0 0 0 480 768h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64h64v-64a286 286 0 0 1-165.1-52m-48.1-42.4A287 287 0 0 1 192 544v-32a32 32 0 0 1 64 0v32c0 56.8 21.2 108.8 56 148.3z"/><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 {
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%22m412.2%20592.1l-45.5%2045.5A191%20191%200%200%201%20320%20512V256a192%20192%200%201%201%20384%200v44.4l-64%2064V256a128%20128%200%201%200-256%200v256c0%2030.3%2010.6%2058.2%2028.2%2080.1m52%2038.6A128%20128%200%200%200%20640%20512v-57.2l64-64V512a192%20192%200%200%201-287.7%20166.5zM314.8%20780l46.1-46.1A223%20223%200%200%200%20480%20768h64a224%20224%200%200%200%20224-224v-32a32%2032%200%201%201%2064%200v32a288%20288%200%200%201-288%20288v64h64a32%2032%200%201%201%200%2064H416a32%2032%200%201%201%200-64h64v-64a286%20286%200%200%201-165.1-52m-48.1-42.4A287%20287%200%200%201%20192%20544v-32a32%2032%200%200%201%2064%200v32c0%2056.8%2021.2%20108.8%2056%20148.3z%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%22m412.2%20592.1l-45.5%2045.5A191%20191%200%200%201%20320%20512V256a192%20192%200%201%201%20384%200v44.4l-64%2064V256a128%20128%200%201%200-256%200v256c0%2030.3%2010.6%2058.2%2028.2%2080.1m52%2038.6A128%20128%200%200%200%20640%20512v-57.2l64-64V512a192%20192%200%200%201-287.7%20166.5zM314.8%20780l46.1-46.1A223%20223%200%200%200%20480%20768h64a224%20224%200%200%200%20224-224v-32a32%2032%200%201%201%2064%200v32a288%20288%200%200%201-288%20288v64h64a32%2032%200%201%201%200%2064H416a32%2032%200%201%201%200-64h64v-64a286%20286%200%200%201-165.1-52m-48.1-42.4A287%20287%200%200%201%20192%20544v-32a32%2032%200%200%201%2064%200v32c0%2056.8%2021.2%20108.8%2056%20148.3z%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.svg?color=%231a73e8&size=48