ios mic icon

ios-mic-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
ios-mic-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios mic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32c-43.7 0-79 37.5-79 83.5V270c0 46 35.3 83.5 79 83.5s79-37.5 79-83.5V115.5c0-46-35.3-83.5-79-83.5zm63 238c0 37.2-28.3 67.5-63 67.5s-63-30.3-63-67.5V115.5c0-37.2 28.3-67.5 63-67.5s63 30.3 63 67.5V270z" fill="currentColor"/><path d="M367 192v79.7c0 60.2-49.8 109.2-110 109.2s-110-49-110-109.2V192h-19v79.7c0 67.2 53 122.6 120 127.5V462h-73v18h161v-18h-69v-62.8c66-4.9 117-60.3 117-127.5V192h-17z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosMicOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32c-43.7 0-79 37.5-79 83.5V270c0 46 35.3 83.5 79 83.5s79-37.5 79-83.5V115.5c0-46-35.3-83.5-79-83.5zm63 238c0 37.2-28.3 67.5-63 67.5s-63-30.3-63-67.5V115.5c0-37.2 28.3-67.5 63-67.5s63 30.3 63 67.5V270z" fill="currentColor"/><path d="M367 192v79.7c0 60.2-49.8 109.2-110 109.2s-110-49-110-109.2V192h-19v79.7c0 67.2 53 122.6 120 127.5V462h-73v18h161v-18h-69v-62.8c66-4.9 117-60.3 117-127.5V192h-17z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32c-43.7 0-79 37.5-79 83.5V270c0 46 35.3 83.5 79 83.5s79-37.5 79-83.5V115.5c0-46-35.3-83.5-79-83.5zm63 238c0 37.2-28.3 67.5-63 67.5s-63-30.3-63-67.5V115.5c0-37.2 28.3-67.5 63-67.5s63 30.3 63 67.5V270z" fill="currentColor"/><path d="M367 192v79.7c0 60.2-49.8 109.2-110 109.2s-110-49-110-109.2V192h-19v79.7c0 67.2 53 122.6 120 127.5V462h-73v18h161v-18h-69v-62.8c66-4.9 117-60.3 117-127.5V192h-17z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-mic-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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2032c-43.7%200-79%2037.5-79%2083.5V270c0%2046%2035.3%2083.5%2079%2083.5s79-37.5%2079-83.5V115.5c0-46-35.3-83.5-79-83.5zm63%20238c0%2037.2-28.3%2067.5-63%2067.5s-63-30.3-63-67.5V115.5c0-37.2%2028.3-67.5%2063-67.5s63%2030.3%2063%2067.5V270z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M367%20192v79.7c0%2060.2-49.8%20109.2-110%20109.2s-110-49-110-109.2V192h-19v79.7c0%2067.2%2053%20122.6%20120%20127.5V462h-73v18h161v-18h-69v-62.8c66-4.9%20117-60.3%20117-127.5V192h-17z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2032c-43.7%200-79%2037.5-79%2083.5V270c0%2046%2035.3%2083.5%2079%2083.5s79-37.5%2079-83.5V115.5c0-46-35.3-83.5-79-83.5zm63%20238c0%2037.2-28.3%2067.5-63%2067.5s-63-30.3-63-67.5V115.5c0-37.2%2028.3-67.5%2063-67.5s63%2030.3%2063%2067.5V270z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M367%20192v79.7c0%2060.2-49.8%20109.2-110%20109.2s-110-49-110-109.2V192h-19v79.7c0%2067.2%2053%20122.6%20120%20127.5V462h-73v18h161v-18h-69v-62.8c66-4.9%20117-60.3%20117-127.5V192h-17z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-mic-outline.svg?color=%231a73e8&size=48