muted-speaker from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
muted-speaker
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Emoji One (Colored)

Use the muted speaker emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ff5a79"/><circle cx="32" cy="32" r="24" fill="#333"/><path fill="#fff" d="M41.5 28.1V13.9c0-.5-.4-.9-.9-.9s-.9.4-.9.9v.5l-14.1 9.9h-6.2c-1.2 0-2.3.9-2.3 2.1v11.3c0 1.2 1 2.1 2.3 2.1h6.2l14.1 9.9v.5c0 .5.4.9.9.9s.9-.4.9-.9V36c2.3 0 4.2-1.7 4.2-3.9s-1.9-4-4.2-4"/><path fill="#ff5a79" d="m9.23 13.474l4.243-4.242l41.294 41.294l-4.242 4.243z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneMutedSpeaker(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ff5a79"/><circle cx="32" cy="32" r="24" fill="#333"/><path fill="#fff" d="M41.5 28.1V13.9c0-.5-.4-.9-.9-.9s-.9.4-.9.9v.5l-14.1 9.9h-6.2c-1.2 0-2.3.9-2.3 2.1v11.3c0 1.2 1 2.1 2.3 2.1h6.2l14.1 9.9v.5c0 .5.4.9.9.9s.9-.4.9-.9V36c2.3 0 4.2-1.7 4.2-3.9s-1.9-4-4.2-4"/><path fill="#ff5a79" d="m9.23 13.474l4.243-4.242l41.294 41.294l-4.242 4.243z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ff5a79"/><circle cx="32" cy="32" r="24" fill="#333"/><path fill="#fff" d="M41.5 28.1V13.9c0-.5-.4-.9-.9-.9s-.9.4-.9.9v.5l-14.1 9.9h-6.2c-1.2 0-2.3.9-2.3 2.1v11.3c0 1.2 1 2.1 2.3 2.1h6.2l14.1 9.9v.5c0 .5.4.9.9.9s.9-.4.9-.9V36c2.3 0 4.2-1.7 4.2-3.9s-1.9-4-4.2-4"/><path fill="#ff5a79" d="m9.23 13.474l4.243-4.242l41.294 41.294l-4.242 4.243z"/></svg>
</template>

CSS

.icon-muted-speaker {
  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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ff5a79%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2224%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M41.5%2028.1V13.9c0-.5-.4-.9-.9-.9s-.9.4-.9.9v.5l-14.1%209.9h-6.2c-1.2%200-2.3.9-2.3%202.1v11.3c0%201.2%201%202.1%202.3%202.1h6.2l14.1%209.9v.5c0%20.5.4.9.9.9s.9-.4.9-.9V36c2.3%200%204.2-1.7%204.2-3.9s-1.9-4-4.2-4%22%2F%3E%3Cpath%20fill%3D%22%23ff5a79%22%20d%3D%22m9.23%2013.474l4.243-4.242l41.294%2041.294l-4.242%204.243z%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ff5a79%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2224%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M41.5%2028.1V13.9c0-.5-.4-.9-.9-.9s-.9.4-.9.9v.5l-14.1%209.9h-6.2c-1.2%200-2.3.9-2.3%202.1v11.3c0%201.2%201%202.1%202.3%202.1h6.2l14.1%209.9v.5c0%20.5.4.9.9.9s.9-.4.9-.9V36c2.3%200%204.2-1.7%204.2-3.9s-1.9-4-4.2-4%22%2F%3E%3Cpath%20fill%3D%22%23ff5a79%22%20d%3D%22m9.23%2013.474l4.243-4.242l41.294%2041.294l-4.242%204.243z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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