ios microphone icon
ios-microphone from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-microphone
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios microphone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M315 204h72.6c6.6 0 12.3-5.2 12.4-11.8.1-6.7-5.3-12.2-12-12.2h-73c-6.7 0-12.1-5.5-12-12.2.1-6.6 5.8-11.8 12.4-11.8h76.5c4.5 0 8.2-3.7 8-8.2-1.7-47.5-31.2-88.1-72.7-106-5.3-2.3-11.2 1.6-11.2 7.3v35.5c0 6.6-5.2 12.3-11.8 12.4-6.7.1-12.2-5.3-12.2-12V44c0-6.6-5.4-12-12-12s-12 5.4-12 12v56.6c0 6.6-5.2 12.3-11.8 12.4-6.7.1-12.2-5.3-12.2-12V44c0-6.6-5.4-12-12-12s-12 5.4-12 12v40.6c0 6.6-5.2 12.3-11.8 12.4-6.7.1-12.2-5.3-12.2-12V49.1c0-5.8-5.9-9.6-11.2-7.3-41.5 17.9-71.1 58.6-72.7 106-.2 4.5 3.5 8.2 8 8.2h76.5c6.6 0 12.3 5.2 12.4 11.8.1 6.7-5.3 12.2-12 12.2h-72.6c-6.6 0-12.3 5.2-12.4 11.8-.1 6.7 5.3 12.2 12 12.2h72.6c6.6 0 12.3 5.2 12.4 11.8.1 6.7-5.3 12.2-12 12.2h-72.6c-6.6 0-12.3 5.2-12.4 11.8-.1 6.7 5.3 12.2 12 12.2h72.6c6.6 0 12.3 5.2 12.4 11.8.1 6.7-5.3 12.2-12 12.2h-76.9c-4.5 0-8.2 3.7-8 8.2.5 13.6 3.3 26.7 7.9 38.8 1.2 3.1 4.2 5 7.4 5h257.1c3.3 0 6.3-2 7.4-5 4.7-12.1 7.5-25.2 7.9-38.8.2-4.5-3.5-8.2-8-8.2h-76.5c-6.6 0-12.3-5.2-12.4-11.8-.1-6.7 5.3-12.2 12-12.2h72.6c6.6 0 12.3-5.2 12.4-11.8.1-6.7-5.3-12.2-12-12.2h-72.6c-6.6 0-12.3-5.2-12.4-11.8 0-6.7 5.4-12.2 12.1-12.2z" fill="currentColor"/><path d="M141.5 358.6c19 22 45.2 37.2 75.4 40.8 4 .5 7.1 3.9 7.1 7.9V448c0 17.7 14.3 32 32 32s32-14.3 32-32v-40.7c0-4.1 3.1-7.5 7.1-7.9 30.3-3.5 56.4-18.7 75.4-40.8 2.2-2.6.3-6.6-3.1-6.6H144.5c-3.4 0-5.2 4-3 6.6z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosMicrophone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M315 204h72.6c6.6 0 12.3-5.2 12.4-11.8.1-6.7-5.3-12.2-12-12.2h-73c-6.7 0-12.1-5.5-12-12.2.1-6.6 5.8-11.8 12.4-11.8h76.5c4.5 0 8.2-3.7 8-8.2-1.7-47.5-31.2-88.1-72.7-106-5.3-2.3-11.2 1.6-11.2 7.3v35.5c0 6.6-5.2 12.3-11.8 12.4-6.7.1-12.2-5.3-12.2-12V44c0-6.6-5.4-12-12-12s-12 5.4-12 12v56.6c0 6.6-5.2 12.3-11.8 12.4-6.7.1-12.2-5.3-12.2-12V44c0-6.6-5.4-12-12-12s-12 5.4-12 12v40.6c0 6.6-5.2 12.3-11.8 12.4-6.7.1-12.2-5.3-12.2-12V49.1c0-5.8-5.9-9.6-11.2-7.3-41.5 17.9-71.1 58.6-72.7 106-.2 4.5 3.5 8.2 8 8.2h76.5c6.6 0 12.3 5.2 12.4 11.8.1 6.7-5.3 12.2-12 12.2h-72.6c-6.6 0-12.3 5.2-12.4 11.8-.1 6.7 5.3 12.2 12 12.2h72.6c6.6 0 12.3 5.2 12.4 11.8.1 6.7-5.3 12.2-12 12.2h-72.6c-6.6 0-12.3 5.2-12.4 11.8-.1 6.7 5.3 12.2 12 12.2h72.6c6.6 0 12.3 5.2 12.4 11.8.1 6.7-5.3 12.2-12 12.2h-76.9c-4.5 0-8.2 3.7-8 8.2.5 13.6 3.3 26.7 7.9 38.8 1.2 3.1 4.2 5 7.4 5h257.1c3.3 0 6.3-2 7.4-5 4.7-12.1 7.5-25.2 7.9-38.8.2-4.5-3.5-8.2-8-8.2h-76.5c-6.6 0-12.3-5.2-12.4-11.8-.1-6.7 5.3-12.2 12-12.2h72.6c6.6 0 12.3-5.2 12.4-11.8.1-6.7-5.3-12.2-12-12.2h-72.6c-6.6 0-12.3-5.2-12.4-11.8 0-6.7 5.4-12.2 12.1-12.2z" fill="currentColor"/><path d="M141.5 358.6c19 22 45.2 37.2 75.4 40.8 4 .5 7.1 3.9 7.1 7.9V448c0 17.7 14.3 32 32 32s32-14.3 32-32v-40.7c0-4.1 3.1-7.5 7.1-7.9 30.3-3.5 56.4-18.7 75.4-40.8 2.2-2.6.3-6.6-3.1-6.6H144.5c-3.4 0-5.2 4-3 6.6z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M315 204h72.6c6.6 0 12.3-5.2 12.4-11.8.1-6.7-5.3-12.2-12-12.2h-73c-6.7 0-12.1-5.5-12-12.2.1-6.6 5.8-11.8 12.4-11.8h76.5c4.5 0 8.2-3.7 8-8.2-1.7-47.5-31.2-88.1-72.7-106-5.3-2.3-11.2 1.6-11.2 7.3v35.5c0 6.6-5.2 12.3-11.8 12.4-6.7.1-12.2-5.3-12.2-12V44c0-6.6-5.4-12-12-12s-12 5.4-12 12v56.6c0 6.6-5.2 12.3-11.8 12.4-6.7.1-12.2-5.3-12.2-12V44c0-6.6-5.4-12-12-12s-12 5.4-12 12v40.6c0 6.6-5.2 12.3-11.8 12.4-6.7.1-12.2-5.3-12.2-12V49.1c0-5.8-5.9-9.6-11.2-7.3-41.5 17.9-71.1 58.6-72.7 106-.2 4.5 3.5 8.2 8 8.2h76.5c6.6 0 12.3 5.2 12.4 11.8.1 6.7-5.3 12.2-12 12.2h-72.6c-6.6 0-12.3 5.2-12.4 11.8-.1 6.7 5.3 12.2 12 12.2h72.6c6.6 0 12.3 5.2 12.4 11.8.1 6.7-5.3 12.2-12 12.2h-72.6c-6.6 0-12.3 5.2-12.4 11.8-.1 6.7 5.3 12.2 12 12.2h72.6c6.6 0 12.3 5.2 12.4 11.8.1 6.7-5.3 12.2-12 12.2h-76.9c-4.5 0-8.2 3.7-8 8.2.5 13.6 3.3 26.7 7.9 38.8 1.2 3.1 4.2 5 7.4 5h257.1c3.3 0 6.3-2 7.4-5 4.7-12.1 7.5-25.2 7.9-38.8.2-4.5-3.5-8.2-8-8.2h-76.5c-6.6 0-12.3-5.2-12.4-11.8-.1-6.7 5.3-12.2 12-12.2h72.6c6.6 0 12.3-5.2 12.4-11.8.1-6.7-5.3-12.2-12-12.2h-72.6c-6.6 0-12.3-5.2-12.4-11.8 0-6.7 5.4-12.2 12.1-12.2z" fill="currentColor"/><path d="M141.5 358.6c19 22 45.2 37.2 75.4 40.8 4 .5 7.1 3.9 7.1 7.9V448c0 17.7 14.3 32 32 32s32-14.3 32-32v-40.7c0-4.1 3.1-7.5 7.1-7.9 30.3-3.5 56.4-18.7 75.4-40.8 2.2-2.6.3-6.6-3.1-6.6H144.5c-3.4 0-5.2 4-3 6.6z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-microphone {
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%22M315%20204h72.6c6.6%200%2012.3-5.2%2012.4-11.8.1-6.7-5.3-12.2-12-12.2h-73c-6.7%200-12.1-5.5-12-12.2.1-6.6%205.8-11.8%2012.4-11.8h76.5c4.5%200%208.2-3.7%208-8.2-1.7-47.5-31.2-88.1-72.7-106-5.3-2.3-11.2%201.6-11.2%207.3v35.5c0%206.6-5.2%2012.3-11.8%2012.4-6.7.1-12.2-5.3-12.2-12V44c0-6.6-5.4-12-12-12s-12%205.4-12%2012v56.6c0%206.6-5.2%2012.3-11.8%2012.4-6.7.1-12.2-5.3-12.2-12V44c0-6.6-5.4-12-12-12s-12%205.4-12%2012v40.6c0%206.6-5.2%2012.3-11.8%2012.4-6.7.1-12.2-5.3-12.2-12V49.1c0-5.8-5.9-9.6-11.2-7.3-41.5%2017.9-71.1%2058.6-72.7%20106-.2%204.5%203.5%208.2%208%208.2h76.5c6.6%200%2012.3%205.2%2012.4%2011.8.1%206.7-5.3%2012.2-12%2012.2h-72.6c-6.6%200-12.3%205.2-12.4%2011.8-.1%206.7%205.3%2012.2%2012%2012.2h72.6c6.6%200%2012.3%205.2%2012.4%2011.8.1%206.7-5.3%2012.2-12%2012.2h-72.6c-6.6%200-12.3%205.2-12.4%2011.8-.1%206.7%205.3%2012.2%2012%2012.2h72.6c6.6%200%2012.3%205.2%2012.4%2011.8.1%206.7-5.3%2012.2-12%2012.2h-76.9c-4.5%200-8.2%203.7-8%208.2.5%2013.6%203.3%2026.7%207.9%2038.8%201.2%203.1%204.2%205%207.4%205h257.1c3.3%200%206.3-2%207.4-5%204.7-12.1%207.5-25.2%207.9-38.8.2-4.5-3.5-8.2-8-8.2h-76.5c-6.6%200-12.3-5.2-12.4-11.8-.1-6.7%205.3-12.2%2012-12.2h72.6c6.6%200%2012.3-5.2%2012.4-11.8.1-6.7-5.3-12.2-12-12.2h-72.6c-6.6%200-12.3-5.2-12.4-11.8%200-6.7%205.4-12.2%2012.1-12.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M141.5%20358.6c19%2022%2045.2%2037.2%2075.4%2040.8%204%20.5%207.1%203.9%207.1%207.9V448c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-40.7c0-4.1%203.1-7.5%207.1-7.9%2030.3-3.5%2056.4-18.7%2075.4-40.8%202.2-2.6.3-6.6-3.1-6.6H144.5c-3.4%200-5.2%204-3%206.6z%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%22M315%20204h72.6c6.6%200%2012.3-5.2%2012.4-11.8.1-6.7-5.3-12.2-12-12.2h-73c-6.7%200-12.1-5.5-12-12.2.1-6.6%205.8-11.8%2012.4-11.8h76.5c4.5%200%208.2-3.7%208-8.2-1.7-47.5-31.2-88.1-72.7-106-5.3-2.3-11.2%201.6-11.2%207.3v35.5c0%206.6-5.2%2012.3-11.8%2012.4-6.7.1-12.2-5.3-12.2-12V44c0-6.6-5.4-12-12-12s-12%205.4-12%2012v56.6c0%206.6-5.2%2012.3-11.8%2012.4-6.7.1-12.2-5.3-12.2-12V44c0-6.6-5.4-12-12-12s-12%205.4-12%2012v40.6c0%206.6-5.2%2012.3-11.8%2012.4-6.7.1-12.2-5.3-12.2-12V49.1c0-5.8-5.9-9.6-11.2-7.3-41.5%2017.9-71.1%2058.6-72.7%20106-.2%204.5%203.5%208.2%208%208.2h76.5c6.6%200%2012.3%205.2%2012.4%2011.8.1%206.7-5.3%2012.2-12%2012.2h-72.6c-6.6%200-12.3%205.2-12.4%2011.8-.1%206.7%205.3%2012.2%2012%2012.2h72.6c6.6%200%2012.3%205.2%2012.4%2011.8.1%206.7-5.3%2012.2-12%2012.2h-72.6c-6.6%200-12.3%205.2-12.4%2011.8-.1%206.7%205.3%2012.2%2012%2012.2h72.6c6.6%200%2012.3%205.2%2012.4%2011.8.1%206.7-5.3%2012.2-12%2012.2h-76.9c-4.5%200-8.2%203.7-8%208.2.5%2013.6%203.3%2026.7%207.9%2038.8%201.2%203.1%204.2%205%207.4%205h257.1c3.3%200%206.3-2%207.4-5%204.7-12.1%207.5-25.2%207.9-38.8.2-4.5-3.5-8.2-8-8.2h-76.5c-6.6%200-12.3-5.2-12.4-11.8-.1-6.7%205.3-12.2%2012-12.2h72.6c6.6%200%2012.3-5.2%2012.4-11.8.1-6.7-5.3-12.2-12-12.2h-72.6c-6.6%200-12.3-5.2-12.4-11.8%200-6.7%205.4-12.2%2012.1-12.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M141.5%20358.6c19%2022%2045.2%2037.2%2075.4%2040.8%204%20.5%207.1%203.9%207.1%207.9V448c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-40.7c0-4.1%203.1-7.5%207.1-7.9%2030.3-3.5%2056.4-18.7%2075.4-40.8%202.2-2.6.3-6.6-3.1-6.6H144.5c-3.4%200-5.2%204-3%206.6z%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-microphone.svg?color=%231a73e8&size=48