unmute-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
unmute-16
Set
Octicons
Style
16
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="currentColor" d="M7.563 2.069A.75.75 0 0 1 8 2.75v10.5a.751.751 0 0 1-1.238.57L3.472 11H1.75A1.75 1.75 0 0 1 0 9.25v-2.5C0 5.784.784 5 1.75 5h1.723l3.289-2.82a.75.75 0 0 1 .801-.111M6.5 4.38L4.238 6.319a.75.75 0 0 1-.488.181h-2a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2c.179 0 .352.064.488.18L6.5 11.62Zm6.096-2.038a.75.75 0 0 1 1.06 0a8 8 0 0 1 0 11.314a.75.75 0 0 1-1.042-.018a.75.75 0 0 1-.018-1.042a6.5 6.5 0 0 0 0-9.193a.75.75 0 0 1 0-1.06Zm-1.06 2.121l-.001.001a5 5 0 0 1 0 7.07a.749.749 0 0 1-1.275-.326a.75.75 0 0 1 .215-.734a3.5 3.5 0 0 0 0-4.95a.75.75 0 1 1 1.061-1.061"/></svg>

React

import type { SVGProps } from "react";

export function OcticonUnmute16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.563 2.069A.75.75 0 0 1 8 2.75v10.5a.751.751 0 0 1-1.238.57L3.472 11H1.75A1.75 1.75 0 0 1 0 9.25v-2.5C0 5.784.784 5 1.75 5h1.723l3.289-2.82a.75.75 0 0 1 .801-.111M6.5 4.38L4.238 6.319a.75.75 0 0 1-.488.181h-2a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2c.179 0 .352.064.488.18L6.5 11.62Zm6.096-2.038a.75.75 0 0 1 1.06 0a8 8 0 0 1 0 11.314a.75.75 0 0 1-1.042-.018a.75.75 0 0 1-.018-1.042a6.5 6.5 0 0 0 0-9.193a.75.75 0 0 1 0-1.06Zm-1.06 2.121l-.001.001a5 5 0 0 1 0 7.07a.749.749 0 0 1-1.275-.326a.75.75 0 0 1 .215-.734a3.5 3.5 0 0 0 0-4.95a.75.75 0 1 1 1.061-1.061"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.563 2.069A.75.75 0 0 1 8 2.75v10.5a.751.751 0 0 1-1.238.57L3.472 11H1.75A1.75 1.75 0 0 1 0 9.25v-2.5C0 5.784.784 5 1.75 5h1.723l3.289-2.82a.75.75 0 0 1 .801-.111M6.5 4.38L4.238 6.319a.75.75 0 0 1-.488.181h-2a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25h2c.179 0 .352.064.488.18L6.5 11.62Zm6.096-2.038a.75.75 0 0 1 1.06 0a8 8 0 0 1 0 11.314a.75.75 0 0 1-1.042-.018a.75.75 0 0 1-.018-1.042a6.5 6.5 0 0 0 0-9.193a.75.75 0 0 1 0-1.06Zm-1.06 2.121l-.001.001a5 5 0 0 1 0 7.07a.749.749 0 0 1-1.275-.326a.75.75 0 0 1 .215-.734a3.5 3.5 0 0 0 0-4.95a.75.75 0 1 1 1.061-1.061"/></svg>
</template>

CSS

.icon-unmute-16 {
  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%3D%22currentColor%22%20d%3D%22M7.563%202.069A.75.75%200%200%201%208%202.75v10.5a.751.751%200%200%201-1.238.57L3.472%2011H1.75A1.75%201.75%200%200%201%200%209.25v-2.5C0%205.784.784%205%201.75%205h1.723l3.289-2.82a.75.75%200%200%201%20.801-.111M6.5%204.38L4.238%206.319a.75.75%200%200%201-.488.181h-2a.25.25%200%200%200-.25.25v2.5c0%20.138.112.25.25.25h2c.179%200%20.352.064.488.18L6.5%2011.62Zm6.096-2.038a.75.75%200%200%201%201.06%200a8%208%200%200%201%200%2011.314a.75.75%200%200%201-1.042-.018a.75.75%200%200%201-.018-1.042a6.5%206.5%200%200%200%200-9.193a.75.75%200%200%201%200-1.06Zm-1.06%202.121l-.001.001a5%205%200%200%201%200%207.07a.749.749%200%200%201-1.275-.326a.75.75%200%200%201%20.215-.734a3.5%203.5%200%200%200%200-4.95a.75.75%200%201%201%201.061-1.061%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%3D%22currentColor%22%20d%3D%22M7.563%202.069A.75.75%200%200%201%208%202.75v10.5a.751.751%200%200%201-1.238.57L3.472%2011H1.75A1.75%201.75%200%200%201%200%209.25v-2.5C0%205.784.784%205%201.75%205h1.723l3.289-2.82a.75.75%200%200%201%20.801-.111M6.5%204.38L4.238%206.319a.75.75%200%200%201-.488.181h-2a.25.25%200%200%200-.25.25v2.5c0%20.138.112.25.25.25h2c.179%200%20.352.064.488.18L6.5%2011.62Zm6.096-2.038a.75.75%200%200%201%201.06%200a8%208%200%200%201%200%2011.314a.75.75%200%200%201-1.042-.018a.75.75%200%200%201-.018-1.042a6.5%206.5%200%200%200%200-9.193a.75.75%200%200%201%200-1.06Zm-1.06%202.121l-.001.001a5%205%200%200%201%200%207.07a.749.749%200%200%201-1.275-.326a.75.75%200%200%201%20.215-.734a3.5%203.5%200%200%200%200-4.95a.75.75%200%201%201%201.061-1.061%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/unmute-16.svg?color=%231a73e8&size=48