account tie voice icon

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

Name
account-tie-voice
Set
Material Design Icons
Style
Filled
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.75 4.36c2.02 2.2 2.02 5.25 0 7.27l-1.68-1.69c.84-1.18.84-2.71 0-3.89zM20.06 1c3.94 4.05 3.9 10.11 0 14l-1.63-1.63c2.77-3.18 2.77-7.72 0-10.74zM9 4c2.2 0 4 1.79 4 4s-1.8 4-4 4s-4-1.79-4-4s1.79-4 4-4m4 10.54c0 1.06-.29 3.53-2.2 6.29L10 16l.93-1.88C10.31 14.05 9.66 14 9 14s-1.33.05-1.95.12L8 16l-.82 4.83C5.27 18.07 5 15.6 5 14.54C2.6 15.24.994 16.5.994 18v4H17v-4c0-1.5-1.61-2.76-4-3.46"/></svg>

React

import type { SVGProps } from "react";

export function MdiAccountTieVoice(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="M16.75 4.36c2.02 2.2 2.02 5.25 0 7.27l-1.68-1.69c.84-1.18.84-2.71 0-3.89zM20.06 1c3.94 4.05 3.9 10.11 0 14l-1.63-1.63c2.77-3.18 2.77-7.72 0-10.74zM9 4c2.2 0 4 1.79 4 4s-1.8 4-4 4s-4-1.79-4-4s1.79-4 4-4m4 10.54c0 1.06-.29 3.53-2.2 6.29L10 16l.93-1.88C10.31 14.05 9.66 14 9 14s-1.33.05-1.95.12L8 16l-.82 4.83C5.27 18.07 5 15.6 5 14.54C2.6 15.24.994 16.5.994 18v4H17v-4c0-1.5-1.61-2.76-4-3.46"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.75 4.36c2.02 2.2 2.02 5.25 0 7.27l-1.68-1.69c.84-1.18.84-2.71 0-3.89zM20.06 1c3.94 4.05 3.9 10.11 0 14l-1.63-1.63c2.77-3.18 2.77-7.72 0-10.74zM9 4c2.2 0 4 1.79 4 4s-1.8 4-4 4s-4-1.79-4-4s1.79-4 4-4m4 10.54c0 1.06-.29 3.53-2.2 6.29L10 16l.93-1.88C10.31 14.05 9.66 14 9 14s-1.33.05-1.95.12L8 16l-.82 4.83C5.27 18.07 5 15.6 5 14.54C2.6 15.24.994 16.5.994 18v4H17v-4c0-1.5-1.61-2.76-4-3.46"/></svg>
</template>

CSS

.icon-account-tie-voice {
  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%22M16.75%204.36c2.02%202.2%202.02%205.25%200%207.27l-1.68-1.69c.84-1.18.84-2.71%200-3.89zM20.06%201c3.94%204.05%203.9%2010.11%200%2014l-1.63-1.63c2.77-3.18%202.77-7.72%200-10.74zM9%204c2.2%200%204%201.79%204%204s-1.8%204-4%204s-4-1.79-4-4s1.79-4%204-4m4%2010.54c0%201.06-.29%203.53-2.2%206.29L10%2016l.93-1.88C10.31%2014.05%209.66%2014%209%2014s-1.33.05-1.95.12L8%2016l-.82%204.83C5.27%2018.07%205%2015.6%205%2014.54C2.6%2015.24.994%2016.5.994%2018v4H17v-4c0-1.5-1.61-2.76-4-3.46%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%22M16.75%204.36c2.02%202.2%202.02%205.25%200%207.27l-1.68-1.69c.84-1.18.84-2.71%200-3.89zM20.06%201c3.94%204.05%203.9%2010.11%200%2014l-1.63-1.63c2.77-3.18%202.77-7.72%200-10.74zM9%204c2.2%200%204%201.79%204%204s-1.8%204-4%204s-4-1.79-4-4s1.79-4%204-4m4%2010.54c0%201.06-.29%203.53-2.2%206.29L10%2016l.93-1.88C10.31%2014.05%209.66%2014%209%2014s-1.33.05-1.95.12L8%2016l-.82%204.83C5.27%2018.07%205%2015.6%205%2014.54C2.6%2015.24.994%2016.5.994%2018v4H17v-4c0-1.5-1.61-2.76-4-3.46%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.svg?color=%231a73e8&size=48