account tie voice off icon

account-tie-voice-off-outline from Material Design Icons by Pictogrammers · Outline · Account / User · Apache-2.0 Free for personal and commercial use.

Name
account-tie-voice-off-outline
Set
Material Design Icons
Style
Outline
Category
Account / User
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More account / user icons from Material Design Icons

Use the account tie voice off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.22 6L7.5 4.3c.46-.19.97-.3 1.5-.3c2.21 0 4 1.79 4 4c0 .53-.11 1.04-.3 1.5L11 7.78A2.1 2.1 0 0 0 9.22 6m10.84 9c3.9-3.89 3.94-9.95 0-14l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74zm-3.31-3.37c2.02-2.02 2.02-5.07 0-7.27l-1.68 1.69c.84 1.18.84 2.71 0 3.89zM2.39 1.73L1.11 3l4.03 4.03C5.06 7.34 5 7.66 5 8c0 2.21 1.79 4 4 4c.34 0 .66-.06.97-.14l2.89 2.89l-.13.25l-.23.5c.8.24 1.47.55 1.94.83l.66.67v3.1h-4.22L10 15.03l.94-1.88c-.62-.07-1.27-.12-1.94-.12s-1.32.05-1.94.12L8 15.03l-.88 5.07H2.9V17c0-.38 1.1-1.04 2.6-1.5l-.23-.5l-.62-1.24C2.69 14.42 1 15.5 1 17v5h16v-3.11l3.84 3.84l1.27-1.27z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAccountTieVoiceOffOutline(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="M9.22 6L7.5 4.3c.46-.19.97-.3 1.5-.3c2.21 0 4 1.79 4 4c0 .53-.11 1.04-.3 1.5L11 7.78A2.1 2.1 0 0 0 9.22 6m10.84 9c3.9-3.89 3.94-9.95 0-14l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74zm-3.31-3.37c2.02-2.02 2.02-5.07 0-7.27l-1.68 1.69c.84 1.18.84 2.71 0 3.89zM2.39 1.73L1.11 3l4.03 4.03C5.06 7.34 5 7.66 5 8c0 2.21 1.79 4 4 4c.34 0 .66-.06.97-.14l2.89 2.89l-.13.25l-.23.5c.8.24 1.47.55 1.94.83l.66.67v3.1h-4.22L10 15.03l.94-1.88c-.62-.07-1.27-.12-1.94-.12s-1.32.05-1.94.12L8 15.03l-.88 5.07H2.9V17c0-.38 1.1-1.04 2.6-1.5l-.23-.5l-.62-1.24C2.69 14.42 1 15.5 1 17v5h16v-3.11l3.84 3.84l1.27-1.27z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.22 6L7.5 4.3c.46-.19.97-.3 1.5-.3c2.21 0 4 1.79 4 4c0 .53-.11 1.04-.3 1.5L11 7.78A2.1 2.1 0 0 0 9.22 6m10.84 9c3.9-3.89 3.94-9.95 0-14l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74zm-3.31-3.37c2.02-2.02 2.02-5.07 0-7.27l-1.68 1.69c.84 1.18.84 2.71 0 3.89zM2.39 1.73L1.11 3l4.03 4.03C5.06 7.34 5 7.66 5 8c0 2.21 1.79 4 4 4c.34 0 .66-.06.97-.14l2.89 2.89l-.13.25l-.23.5c.8.24 1.47.55 1.94.83l.66.67v3.1h-4.22L10 15.03l.94-1.88c-.62-.07-1.27-.12-1.94-.12s-1.32.05-1.94.12L8 15.03l-.88 5.07H2.9V17c0-.38 1.1-1.04 2.6-1.5l-.23-.5l-.62-1.24C2.69 14.42 1 15.5 1 17v5h16v-3.11l3.84 3.84l1.27-1.27z"/></svg>
</template>

CSS

.icon-account-tie-voice-off-outline {
  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%22M9.22%206L7.5%204.3c.46-.19.97-.3%201.5-.3c2.21%200%204%201.79%204%204c0%20.53-.11%201.04-.3%201.5L11%207.78A2.1%202.1%200%200%200%209.22%206m10.84%209c3.9-3.89%203.94-9.95%200-14l-1.63%201.63c2.77%203.02%202.77%207.56%200%2010.74zm-3.31-3.37c2.02-2.02%202.02-5.07%200-7.27l-1.68%201.69c.84%201.18.84%202.71%200%203.89zM2.39%201.73L1.11%203l4.03%204.03C5.06%207.34%205%207.66%205%208c0%202.21%201.79%204%204%204c.34%200%20.66-.06.97-.14l2.89%202.89l-.13.25l-.23.5c.8.24%201.47.55%201.94.83l.66.67v3.1h-4.22L10%2015.03l.94-1.88c-.62-.07-1.27-.12-1.94-.12s-1.32.05-1.94.12L8%2015.03l-.88%205.07H2.9V17c0-.38%201.1-1.04%202.6-1.5l-.23-.5l-.62-1.24C2.69%2014.42%201%2015.5%201%2017v5h16v-3.11l3.84%203.84l1.27-1.27z%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%22M9.22%206L7.5%204.3c.46-.19.97-.3%201.5-.3c2.21%200%204%201.79%204%204c0%20.53-.11%201.04-.3%201.5L11%207.78A2.1%202.1%200%200%200%209.22%206m10.84%209c3.9-3.89%203.94-9.95%200-14l-1.63%201.63c2.77%203.02%202.77%207.56%200%2010.74zm-3.31-3.37c2.02-2.02%202.02-5.07%200-7.27l-1.68%201.69c.84%201.18.84%202.71%200%203.89zM2.39%201.73L1.11%203l4.03%204.03C5.06%207.34%205%207.66%205%208c0%202.21%201.79%204%204%204c.34%200%20.66-.06.97-.14l2.89%202.89l-.13.25l-.23.5c.8.24%201.47.55%201.94.83l.66.67v3.1h-4.22L10%2015.03l.94-1.88c-.62-.07-1.27-.12-1.94-.12s-1.32.05-1.94.12L8%2015.03l-.88%205.07H2.9V17c0-.38%201.1-1.04%202.6-1.5l-.23-.5l-.62-1.24C2.69%2014.42%201%2015.5%201%2017v5h16v-3.11l3.84%203.84l1.27-1.27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/account-tie-voice-off-outline.svg?color=%231a73e8&size=48