round mic external on icon

round-mic-external-on from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
round-mic-external-on
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the round mic external on 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 7H4.78C4.3 6.47 4 5.77 4 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .77-.3 1.47-.78 2m7.02-4.99C18.32 2.13 20 4.08 20 6.16V21c0 .55-.45 1-1 1s-1-.45-1-1V6.09c0-.96-.64-1.86-1.58-2.05A2.01 2.01 0 0 0 14 6v11.84c0 2.08-1.68 4.03-3.76 4.15C7.92 22.13 6 20.29 6 18h-.55a.5.5 0 0 1-.5-.45L4.11 9.1c-.06-.59.4-1.1.99-1.1h3.8c.59 0 1.05.51 1 1.1l-.85 8.45c-.03.26-.25.45-.5.45H8a2.01 2.01 0 0 0 2.42 1.96c.94-.19 1.58-1.09 1.58-2.05V6c0-2.29 1.92-4.13 4.24-3.99"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundMicExternalOn(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 7H4.78C4.3 6.47 4 5.77 4 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .77-.3 1.47-.78 2m7.02-4.99C18.32 2.13 20 4.08 20 6.16V21c0 .55-.45 1-1 1s-1-.45-1-1V6.09c0-.96-.64-1.86-1.58-2.05A2.01 2.01 0 0 0 14 6v11.84c0 2.08-1.68 4.03-3.76 4.15C7.92 22.13 6 20.29 6 18h-.55a.5.5 0 0 1-.5-.45L4.11 9.1c-.06-.59.4-1.1.99-1.1h3.8c.59 0 1.05.51 1 1.1l-.85 8.45c-.03.26-.25.45-.5.45H8a2.01 2.01 0 0 0 2.42 1.96c.94-.19 1.58-1.09 1.58-2.05V6c0-2.29 1.92-4.13 4.24-3.99"/></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 7H4.78C4.3 6.47 4 5.77 4 5c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .77-.3 1.47-.78 2m7.02-4.99C18.32 2.13 20 4.08 20 6.16V21c0 .55-.45 1-1 1s-1-.45-1-1V6.09c0-.96-.64-1.86-1.58-2.05A2.01 2.01 0 0 0 14 6v11.84c0 2.08-1.68 4.03-3.76 4.15C7.92 22.13 6 20.29 6 18h-.55a.5.5 0 0 1-.5-.45L4.11 9.1c-.06-.59.4-1.1.99-1.1h3.8c.59 0 1.05.51 1 1.1l-.85 8.45c-.03.26-.25.45-.5.45H8a2.01 2.01 0 0 0 2.42 1.96c.94-.19 1.58-1.09 1.58-2.05V6c0-2.29 1.92-4.13 4.24-3.99"/></svg>
</template>

CSS

.icon-round-mic-external-on {
  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%207H4.78C4.3%206.47%204%205.77%204%205c0-1.66%201.34-3%203-3s3%201.34%203%203c0%20.77-.3%201.47-.78%202m7.02-4.99C18.32%202.13%2020%204.08%2020%206.16V21c0%20.55-.45%201-1%201s-1-.45-1-1V6.09c0-.96-.64-1.86-1.58-2.05A2.01%202.01%200%200%200%2014%206v11.84c0%202.08-1.68%204.03-3.76%204.15C7.92%2022.13%206%2020.29%206%2018h-.55a.5.5%200%200%201-.5-.45L4.11%209.1c-.06-.59.4-1.1.99-1.1h3.8c.59%200%201.05.51%201%201.1l-.85%208.45c-.03.26-.25.45-.5.45H8a2.01%202.01%200%200%200%202.42%201.96c.94-.19%201.58-1.09%201.58-2.05V6c0-2.29%201.92-4.13%204.24-3.99%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%207H4.78C4.3%206.47%204%205.77%204%205c0-1.66%201.34-3%203-3s3%201.34%203%203c0%20.77-.3%201.47-.78%202m7.02-4.99C18.32%202.13%2020%204.08%2020%206.16V21c0%20.55-.45%201-1%201s-1-.45-1-1V6.09c0-.96-.64-1.86-1.58-2.05A2.01%202.01%200%200%200%2014%206v11.84c0%202.08-1.68%204.03-3.76%204.15C7.92%2022.13%206%2020.29%206%2018h-.55a.5.5%200%200%201-.5-.45L4.11%209.1c-.06-.59.4-1.1.99-1.1h3.8c.59%200%201.05.51%201%201.1l-.85%208.45c-.03.26-.25.45-.5.45H8a2.01%202.01%200%200%200%202.42%201.96c.94-.19%201.58-1.09%201.58-2.05V6c0-2.29%201.92-4.13%204.24-3.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-mic-external-on.svg?color=%231a73e8&size=48