unmute icon
unmute from Octicons by GitHub · Regular · MIT Free for personal and commercial use.
- Name
- unmute
- Set
- Octicons
- Style
- Regular
- Viewbox
- 16×16
- License
- MIT
2 other variants in Octicons
The same icon in other sets
Use the unmute icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12 8.02c0 1.09-.45 2.09-1.17 2.83l-.67-.67c.55-.56.89-1.31.89-2.16c0-.85-.34-1.61-.89-2.16l.67-.67A3.99 3.99 0 0 1 12 8.02zM7.72 2.28L4 6H2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2l3.72 3.72c.47.47 1.28.14 1.28-.53V2.81c0-.67-.81-1-1.28-.53zm5.94.08l-.67.67a6.996 6.996 0 0 1 2.06 4.98c0 1.94-.78 3.7-2.06 4.98l.67.67A7.973 7.973 0 0 0 16 8c0-2.22-.89-4.22-2.34-5.66v.02zm-1.41 1.41l-.69.67a5.05 5.05 0 0 1 1.48 3.58c0 1.39-.56 2.66-1.48 3.56l.69.67A5.971 5.971 0 0 0 14 8.02c0-1.65-.67-3.16-1.75-4.25z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function OcticonUnmute(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fillRule="evenodd" d="M12 8.02c0 1.09-.45 2.09-1.17 2.83l-.67-.67c.55-.56.89-1.31.89-2.16c0-.85-.34-1.61-.89-2.16l.67-.67A3.99 3.99 0 0 1 12 8.02zM7.72 2.28L4 6H2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2l3.72 3.72c.47.47 1.28.14 1.28-.53V2.81c0-.67-.81-1-1.28-.53zm5.94.08l-.67.67a6.996 6.996 0 0 1 2.06 4.98c0 1.94-.78 3.7-2.06 4.98l.67.67A7.973 7.973 0 0 0 16 8c0-2.22-.89-4.22-2.34-5.66v.02zm-1.41 1.41l-.69.67a5.05 5.05 0 0 1 1.48 3.58c0 1.39-.56 2.66-1.48 3.56l.69.67A5.971 5.971 0 0 0 14 8.02c0-1.65-.67-3.16-1.75-4.25z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12 8.02c0 1.09-.45 2.09-1.17 2.83l-.67-.67c.55-.56.89-1.31.89-2.16c0-.85-.34-1.61-.89-2.16l.67-.67A3.99 3.99 0 0 1 12 8.02zM7.72 2.28L4 6H2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2l3.72 3.72c.47.47 1.28.14 1.28-.53V2.81c0-.67-.81-1-1.28-.53zm5.94.08l-.67.67a6.996 6.996 0 0 1 2.06 4.98c0 1.94-.78 3.7-2.06 4.98l.67.67A7.973 7.973 0 0 0 16 8c0-2.22-.89-4.22-2.34-5.66v.02zm-1.41 1.41l-.69.67a5.05 5.05 0 0 1 1.48 3.58c0 1.39-.56 2.66-1.48 3.56l.69.67A5.971 5.971 0 0 0 14 8.02c0-1.65-.67-3.16-1.75-4.25z" fill="currentColor"/></svg> </template>
CSS
.icon-unmute {
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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%208.02c0%201.09-.45%202.09-1.17%202.83l-.67-.67c.55-.56.89-1.31.89-2.16c0-.85-.34-1.61-.89-2.16l.67-.67A3.99%203.99%200%200%201%2012%208.02zM7.72%202.28L4%206H2c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201h2l3.72%203.72c.47.47%201.28.14%201.28-.53V2.81c0-.67-.81-1-1.28-.53zm5.94.08l-.67.67a6.996%206.996%200%200%201%202.06%204.98c0%201.94-.78%203.7-2.06%204.98l.67.67A7.973%207.973%200%200%200%2016%208c0-2.22-.89-4.22-2.34-5.66v.02zm-1.41%201.41l-.69.67a5.05%205.05%200%200%201%201.48%203.58c0%201.39-.56%202.66-1.48%203.56l.69.67A5.971%205.971%200%200%200%2014%208.02c0-1.65-.67-3.16-1.75-4.25z%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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%208.02c0%201.09-.45%202.09-1.17%202.83l-.67-.67c.55-.56.89-1.31.89-2.16c0-.85-.34-1.61-.89-2.16l.67-.67A3.99%203.99%200%200%201%2012%208.02zM7.72%202.28L4%206H2c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201h2l3.72%203.72c.47.47%201.28.14%201.28-.53V2.81c0-.67-.81-1-1.28-.53zm5.94.08l-.67.67a6.996%206.996%200%200%201%202.06%204.98c0%201.94-.78%203.7-2.06%204.98l.67.67A7.973%207.973%200%200%200%2016%208c0-2.22-.89-4.22-2.34-5.66v.02zm-1.41%201.41l-.69.67a5.05%205.05%200%200%201%201.48%203.58c0%201.39-.56%202.66-1.48%203.56l.69.67A5.971%205.971%200%200%200%2014%208.02c0-1.65-.67-3.16-1.75-4.25z%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/octicon/unmute.svg?color=%231a73e8&size=48