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

Name
unmute-24
Set
Octicons
Style
24
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M11.553 3.064A.75.75 0 0 1 12 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 .808-.13ZM10.5 5.445l-4.245 3.86a.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.86Zm8.218-1.223a.75.75 0 0 1 1.06 0c4.296 4.296 4.296 11.26 0 15.556a.75.75 0 0 1-1.06-1.06a9.5 9.5 0 0 0 0-13.436a.75.75 0 0 1 0-1.06"/><path fill="currentColor" d="M16.243 7.757a.75.75 0 1 0-1.061 1.061a4.5 4.5 0 0 1 0 6.364a.75.75 0 0 0 1.06 1.06a6 6 0 0 0 0-8.485Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonUnmute24(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="M11.553 3.064A.75.75 0 0 1 12 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 .808-.13ZM10.5 5.445l-4.245 3.86a.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.86Zm8.218-1.223a.75.75 0 0 1 1.06 0c4.296 4.296 4.296 11.26 0 15.556a.75.75 0 0 1-1.06-1.06a9.5 9.5 0 0 0 0-13.436a.75.75 0 0 1 0-1.06"/><path fill="currentColor" d="M16.243 7.757a.75.75 0 1 0-1.061 1.061a4.5 4.5 0 0 1 0 6.364a.75.75 0 0 0 1.06 1.06a6 6 0 0 0 0-8.485Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.553 3.064A.75.75 0 0 1 12 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 .808-.13ZM10.5 5.445l-4.245 3.86a.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.86Zm8.218-1.223a.75.75 0 0 1 1.06 0c4.296 4.296 4.296 11.26 0 15.556a.75.75 0 0 1-1.06-1.06a9.5 9.5 0 0 0 0-13.436a.75.75 0 0 1 0-1.06"/><path fill="currentColor" d="M16.243 7.757a.75.75 0 1 0-1.061 1.061a4.5 4.5 0 0 1 0 6.364a.75.75 0 0 0 1.06 1.06a6 6 0 0 0 0-8.485Z"/></svg>
</template>

CSS

.icon-unmute-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%22M11.553%203.064A.75.75%200%200%201%2012%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%20.808-.13ZM10.5%205.445l-4.245%203.86a.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.86Zm8.218-1.223a.75.75%200%200%201%201.06%200c4.296%204.296%204.296%2011.26%200%2015.556a.75.75%200%200%201-1.06-1.06a9.5%209.5%200%200%200%200-13.436a.75.75%200%200%201%200-1.06%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.243%207.757a.75.75%200%201%200-1.061%201.061a4.5%204.5%200%200%201%200%206.364a.75.75%200%200%200%201.06%201.06a6%206%200%200%200%200-8.485Z%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%22M11.553%203.064A.75.75%200%200%201%2012%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%20.808-.13ZM10.5%205.445l-4.245%203.86a.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.86Zm8.218-1.223a.75.75%200%200%201%201.06%200c4.296%204.296%204.296%2011.26%200%2015.556a.75.75%200%200%201-1.06-1.06a9.5%209.5%200%200%200%200-13.436a.75.75%200%200%201%200-1.06%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.243%207.757a.75.75%200%201%200-1.061%201.061a4.5%204.5%200%200%201%200%206.364a.75.75%200%200%200%201.06%201.06a6%206%200%200%200%200-8.485Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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