microphone from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
microphone
Set
Firefox OS Emoji
Style
Default
Category
Objects
Viewbox
512×512
License
Apache 2.0

The same emoji in other sets

More objects icons from Firefox OS Emoji

Use the microphone emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M224.585 488.503a11.47 11.47 0 0 1-8.132-3.368c-4.491-4.491-4.491-11.772 0-16.264l14.768-14.768c9.866-9.866 9.866-25.921 0-35.787c-9.867-9.867-25.92-9.865-35.786 0l-11.639 11.639c-17.95 17.949-47.157 17.949-65.106 0c-17.95-17.95-17.95-47.157 0-65.107l52.908-52.908c4.491-4.49 11.772-4.49 16.264 0s4.491 11.772 0 16.264l-52.908 52.908c-8.982 8.982-8.982 23.598 0 32.58s23.597 8.98 32.58 0l11.639-11.639c9.124-9.123 21.254-14.147 34.157-14.147s25.033 5.024 34.157 14.147c18.833 18.835 18.833 49.479 0 68.314l-14.768 14.768a11.47 11.47 0 0 1-8.134 3.368"/><path fill="#445056" d="m214.707 344.84l-39.498 11.829c-20.849 6.244-40.281-13.189-34.037-34.037l11.829-39.498a98.8 98.8 0 0 1 18.068-34.078l85.57-104.943c10.234-12.551 29.074-13.506 40.525-2.055l58.619 58.619c11.451 11.451 10.496 30.291-2.055 40.525l-104.943 85.57a98.8 98.8 0 0 1-34.078 18.068"/><circle cx="380.768" cy="117.073" r="92.721" fill="#B9C5C6"/><path fill="#96A9B2" d="M434.083 189.532c-66.881-5.576-120.199-58.893-125.774-125.774c-.593-7.111 2.029-14.119 7.075-19.165l7.172-7.172c5.399-5.399 14.673-2.341 15.748 5.218c8.6 60.467 56.432 108.299 116.899 116.899c7.559 1.075 10.617 10.349 5.218 15.748l-7.172 7.172c-5.047 5.045-12.054 7.667-19.166 7.074"/><path fill="#00D1AE" d="M175.638 193.482c0 .082-.01.162-.012.243c.003.162.012.323.012.486c0 15.971-12.947 28.919-28.919 28.919c-15.971 0-28.919-12.947-28.919-28.919c0-15.971 12.947-28.919 28.919-28.919c4.254 0 8.289.926 11.926 2.575v-60.975l-81.059 44.75v99.565c0 .359-.03.692-.073 1.011c-.534 15.502-13.261 27.908-28.893 27.908c-15.971 0-28.919-12.947-28.919-28.919s12.947-28.919 28.919-28.919c4.272 0 8.324.934 11.973 2.596V110.722a8.5 8.5 0 0 1 4.39-7.439l98.052-54.131a8.496 8.496 0 0 1 12.604 7.439v136.891zm278.857 82.977l-40.615 22.422a8.5 8.5 0 0 0-4.39 7.439v114.163a28.8 28.8 0 0 0-11.973-2.596c-15.971 0-28.919 12.947-28.919 28.919s12.947 28.919 28.919 28.919c15.632 0 28.359-12.405 28.893-27.907c.043-.32.073-.652.073-1.012v-96.209a5.69 5.69 0 0 1 2.938-4.979l30.571-16.877a5.69 5.69 0 0 0 2.938-4.979v-42.325c.001-4.329-4.644-7.071-8.435-4.978"/><path fill="#597B91" d="M251.89 268.95a22.93 22.93 0 0 1-16.264-6.736c-8.982-8.982-8.982-23.545 0-32.527l26.444-26.444c8.983-8.981 23.546-8.982 32.527 0s8.981 23.545 0 32.527l-26.445 26.444a22.93 22.93 0 0 1-16.262 6.736"/><ellipse cx="384.857" cy="46.002" fill="#DCE2E2" rx="28.879" ry="12"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiMicrophone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M224.585 488.503a11.47 11.47 0 0 1-8.132-3.368c-4.491-4.491-4.491-11.772 0-16.264l14.768-14.768c9.866-9.866 9.866-25.921 0-35.787c-9.867-9.867-25.92-9.865-35.786 0l-11.639 11.639c-17.95 17.949-47.157 17.949-65.106 0c-17.95-17.95-17.95-47.157 0-65.107l52.908-52.908c4.491-4.49 11.772-4.49 16.264 0s4.491 11.772 0 16.264l-52.908 52.908c-8.982 8.982-8.982 23.598 0 32.58s23.597 8.98 32.58 0l11.639-11.639c9.124-9.123 21.254-14.147 34.157-14.147s25.033 5.024 34.157 14.147c18.833 18.835 18.833 49.479 0 68.314l-14.768 14.768a11.47 11.47 0 0 1-8.134 3.368"/><path fill="#445056" d="m214.707 344.84l-39.498 11.829c-20.849 6.244-40.281-13.189-34.037-34.037l11.829-39.498a98.8 98.8 0 0 1 18.068-34.078l85.57-104.943c10.234-12.551 29.074-13.506 40.525-2.055l58.619 58.619c11.451 11.451 10.496 30.291-2.055 40.525l-104.943 85.57a98.8 98.8 0 0 1-34.078 18.068"/><circle cx="380.768" cy="117.073" r="92.721" fill="#B9C5C6"/><path fill="#96A9B2" d="M434.083 189.532c-66.881-5.576-120.199-58.893-125.774-125.774c-.593-7.111 2.029-14.119 7.075-19.165l7.172-7.172c5.399-5.399 14.673-2.341 15.748 5.218c8.6 60.467 56.432 108.299 116.899 116.899c7.559 1.075 10.617 10.349 5.218 15.748l-7.172 7.172c-5.047 5.045-12.054 7.667-19.166 7.074"/><path fill="#00D1AE" d="M175.638 193.482c0 .082-.01.162-.012.243c.003.162.012.323.012.486c0 15.971-12.947 28.919-28.919 28.919c-15.971 0-28.919-12.947-28.919-28.919c0-15.971 12.947-28.919 28.919-28.919c4.254 0 8.289.926 11.926 2.575v-60.975l-81.059 44.75v99.565c0 .359-.03.692-.073 1.011c-.534 15.502-13.261 27.908-28.893 27.908c-15.971 0-28.919-12.947-28.919-28.919s12.947-28.919 28.919-28.919c4.272 0 8.324.934 11.973 2.596V110.722a8.5 8.5 0 0 1 4.39-7.439l98.052-54.131a8.496 8.496 0 0 1 12.604 7.439v136.891zm278.857 82.977l-40.615 22.422a8.5 8.5 0 0 0-4.39 7.439v114.163a28.8 28.8 0 0 0-11.973-2.596c-15.971 0-28.919 12.947-28.919 28.919s12.947 28.919 28.919 28.919c15.632 0 28.359-12.405 28.893-27.907c.043-.32.073-.652.073-1.012v-96.209a5.69 5.69 0 0 1 2.938-4.979l30.571-16.877a5.69 5.69 0 0 0 2.938-4.979v-42.325c.001-4.329-4.644-7.071-8.435-4.978"/><path fill="#597B91" d="M251.89 268.95a22.93 22.93 0 0 1-16.264-6.736c-8.982-8.982-8.982-23.545 0-32.527l26.444-26.444c8.983-8.981 23.546-8.982 32.527 0s8.981 23.545 0 32.527l-26.445 26.444a22.93 22.93 0 0 1-16.262 6.736"/><ellipse cx="384.857" cy="46.002" fill="#DCE2E2" rx="28.879" ry="12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M224.585 488.503a11.47 11.47 0 0 1-8.132-3.368c-4.491-4.491-4.491-11.772 0-16.264l14.768-14.768c9.866-9.866 9.866-25.921 0-35.787c-9.867-9.867-25.92-9.865-35.786 0l-11.639 11.639c-17.95 17.949-47.157 17.949-65.106 0c-17.95-17.95-17.95-47.157 0-65.107l52.908-52.908c4.491-4.49 11.772-4.49 16.264 0s4.491 11.772 0 16.264l-52.908 52.908c-8.982 8.982-8.982 23.598 0 32.58s23.597 8.98 32.58 0l11.639-11.639c9.124-9.123 21.254-14.147 34.157-14.147s25.033 5.024 34.157 14.147c18.833 18.835 18.833 49.479 0 68.314l-14.768 14.768a11.47 11.47 0 0 1-8.134 3.368"/><path fill="#445056" d="m214.707 344.84l-39.498 11.829c-20.849 6.244-40.281-13.189-34.037-34.037l11.829-39.498a98.8 98.8 0 0 1 18.068-34.078l85.57-104.943c10.234-12.551 29.074-13.506 40.525-2.055l58.619 58.619c11.451 11.451 10.496 30.291-2.055 40.525l-104.943 85.57a98.8 98.8 0 0 1-34.078 18.068"/><circle cx="380.768" cy="117.073" r="92.721" fill="#B9C5C6"/><path fill="#96A9B2" d="M434.083 189.532c-66.881-5.576-120.199-58.893-125.774-125.774c-.593-7.111 2.029-14.119 7.075-19.165l7.172-7.172c5.399-5.399 14.673-2.341 15.748 5.218c8.6 60.467 56.432 108.299 116.899 116.899c7.559 1.075 10.617 10.349 5.218 15.748l-7.172 7.172c-5.047 5.045-12.054 7.667-19.166 7.074"/><path fill="#00D1AE" d="M175.638 193.482c0 .082-.01.162-.012.243c.003.162.012.323.012.486c0 15.971-12.947 28.919-28.919 28.919c-15.971 0-28.919-12.947-28.919-28.919c0-15.971 12.947-28.919 28.919-28.919c4.254 0 8.289.926 11.926 2.575v-60.975l-81.059 44.75v99.565c0 .359-.03.692-.073 1.011c-.534 15.502-13.261 27.908-28.893 27.908c-15.971 0-28.919-12.947-28.919-28.919s12.947-28.919 28.919-28.919c4.272 0 8.324.934 11.973 2.596V110.722a8.5 8.5 0 0 1 4.39-7.439l98.052-54.131a8.496 8.496 0 0 1 12.604 7.439v136.891zm278.857 82.977l-40.615 22.422a8.5 8.5 0 0 0-4.39 7.439v114.163a28.8 28.8 0 0 0-11.973-2.596c-15.971 0-28.919 12.947-28.919 28.919s12.947 28.919 28.919 28.919c15.632 0 28.359-12.405 28.893-27.907c.043-.32.073-.652.073-1.012v-96.209a5.69 5.69 0 0 1 2.938-4.979l30.571-16.877a5.69 5.69 0 0 0 2.938-4.979v-42.325c.001-4.329-4.644-7.071-8.435-4.978"/><path fill="#597B91" d="M251.89 268.95a22.93 22.93 0 0 1-16.264-6.736c-8.982-8.982-8.982-23.545 0-32.527l26.444-26.444c8.983-8.981 23.546-8.982 32.527 0s8.981 23.545 0 32.527l-26.445 26.444a22.93 22.93 0 0 1-16.262 6.736"/><ellipse cx="384.857" cy="46.002" fill="#DCE2E2" rx="28.879" ry="12"/></svg>
</template>

CSS

.icon-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%20fill%3D%22%23597B91%22%20d%3D%22M224.585%20488.503a11.47%2011.47%200%200%201-8.132-3.368c-4.491-4.491-4.491-11.772%200-16.264l14.768-14.768c9.866-9.866%209.866-25.921%200-35.787c-9.867-9.867-25.92-9.865-35.786%200l-11.639%2011.639c-17.95%2017.949-47.157%2017.949-65.106%200c-17.95-17.95-17.95-47.157%200-65.107l52.908-52.908c4.491-4.49%2011.772-4.49%2016.264%200s4.491%2011.772%200%2016.264l-52.908%2052.908c-8.982%208.982-8.982%2023.598%200%2032.58s23.597%208.98%2032.58%200l11.639-11.639c9.124-9.123%2021.254-14.147%2034.157-14.147s25.033%205.024%2034.157%2014.147c18.833%2018.835%2018.833%2049.479%200%2068.314l-14.768%2014.768a11.47%2011.47%200%200%201-8.134%203.368%22%2F%3E%3Cpath%20fill%3D%22%23445056%22%20d%3D%22m214.707%20344.84l-39.498%2011.829c-20.849%206.244-40.281-13.189-34.037-34.037l11.829-39.498a98.8%2098.8%200%200%201%2018.068-34.078l85.57-104.943c10.234-12.551%2029.074-13.506%2040.525-2.055l58.619%2058.619c11.451%2011.451%2010.496%2030.291-2.055%2040.525l-104.943%2085.57a98.8%2098.8%200%200%201-34.078%2018.068%22%2F%3E%3Ccircle%20cx%3D%22380.768%22%20cy%3D%22117.073%22%20r%3D%2292.721%22%20fill%3D%22%23B9C5C6%22%2F%3E%3Cpath%20fill%3D%22%2396A9B2%22%20d%3D%22M434.083%20189.532c-66.881-5.576-120.199-58.893-125.774-125.774c-.593-7.111%202.029-14.119%207.075-19.165l7.172-7.172c5.399-5.399%2014.673-2.341%2015.748%205.218c8.6%2060.467%2056.432%20108.299%20116.899%20116.899c7.559%201.075%2010.617%2010.349%205.218%2015.748l-7.172%207.172c-5.047%205.045-12.054%207.667-19.166%207.074%22%2F%3E%3Cpath%20fill%3D%22%2300D1AE%22%20d%3D%22M175.638%20193.482c0%20.082-.01.162-.012.243c.003.162.012.323.012.486c0%2015.971-12.947%2028.919-28.919%2028.919c-15.971%200-28.919-12.947-28.919-28.919c0-15.971%2012.947-28.919%2028.919-28.919c4.254%200%208.289.926%2011.926%202.575v-60.975l-81.059%2044.75v99.565c0%20.359-.03.692-.073%201.011c-.534%2015.502-13.261%2027.908-28.893%2027.908c-15.971%200-28.919-12.947-28.919-28.919s12.947-28.919%2028.919-28.919c4.272%200%208.324.934%2011.973%202.596V110.722a8.5%208.5%200%200%201%204.39-7.439l98.052-54.131a8.496%208.496%200%200%201%2012.604%207.439v136.891zm278.857%2082.977l-40.615%2022.422a8.5%208.5%200%200%200-4.39%207.439v114.163a28.8%2028.8%200%200%200-11.973-2.596c-15.971%200-28.919%2012.947-28.919%2028.919s12.947%2028.919%2028.919%2028.919c15.632%200%2028.359-12.405%2028.893-27.907c.043-.32.073-.652.073-1.012v-96.209a5.69%205.69%200%200%201%202.938-4.979l30.571-16.877a5.69%205.69%200%200%200%202.938-4.979v-42.325c.001-4.329-4.644-7.071-8.435-4.978%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M251.89%20268.95a22.93%2022.93%200%200%201-16.264-6.736c-8.982-8.982-8.982-23.545%200-32.527l26.444-26.444c8.983-8.981%2023.546-8.982%2032.527%200s8.981%2023.545%200%2032.527l-26.445%2026.444a22.93%2022.93%200%200%201-16.262%206.736%22%2F%3E%3Cellipse%20cx%3D%22384.857%22%20cy%3D%2246.002%22%20fill%3D%22%23DCE2E2%22%20rx%3D%2228.879%22%20ry%3D%2212%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%20fill%3D%22%23597B91%22%20d%3D%22M224.585%20488.503a11.47%2011.47%200%200%201-8.132-3.368c-4.491-4.491-4.491-11.772%200-16.264l14.768-14.768c9.866-9.866%209.866-25.921%200-35.787c-9.867-9.867-25.92-9.865-35.786%200l-11.639%2011.639c-17.95%2017.949-47.157%2017.949-65.106%200c-17.95-17.95-17.95-47.157%200-65.107l52.908-52.908c4.491-4.49%2011.772-4.49%2016.264%200s4.491%2011.772%200%2016.264l-52.908%2052.908c-8.982%208.982-8.982%2023.598%200%2032.58s23.597%208.98%2032.58%200l11.639-11.639c9.124-9.123%2021.254-14.147%2034.157-14.147s25.033%205.024%2034.157%2014.147c18.833%2018.835%2018.833%2049.479%200%2068.314l-14.768%2014.768a11.47%2011.47%200%200%201-8.134%203.368%22%2F%3E%3Cpath%20fill%3D%22%23445056%22%20d%3D%22m214.707%20344.84l-39.498%2011.829c-20.849%206.244-40.281-13.189-34.037-34.037l11.829-39.498a98.8%2098.8%200%200%201%2018.068-34.078l85.57-104.943c10.234-12.551%2029.074-13.506%2040.525-2.055l58.619%2058.619c11.451%2011.451%2010.496%2030.291-2.055%2040.525l-104.943%2085.57a98.8%2098.8%200%200%201-34.078%2018.068%22%2F%3E%3Ccircle%20cx%3D%22380.768%22%20cy%3D%22117.073%22%20r%3D%2292.721%22%20fill%3D%22%23B9C5C6%22%2F%3E%3Cpath%20fill%3D%22%2396A9B2%22%20d%3D%22M434.083%20189.532c-66.881-5.576-120.199-58.893-125.774-125.774c-.593-7.111%202.029-14.119%207.075-19.165l7.172-7.172c5.399-5.399%2014.673-2.341%2015.748%205.218c8.6%2060.467%2056.432%20108.299%20116.899%20116.899c7.559%201.075%2010.617%2010.349%205.218%2015.748l-7.172%207.172c-5.047%205.045-12.054%207.667-19.166%207.074%22%2F%3E%3Cpath%20fill%3D%22%2300D1AE%22%20d%3D%22M175.638%20193.482c0%20.082-.01.162-.012.243c.003.162.012.323.012.486c0%2015.971-12.947%2028.919-28.919%2028.919c-15.971%200-28.919-12.947-28.919-28.919c0-15.971%2012.947-28.919%2028.919-28.919c4.254%200%208.289.926%2011.926%202.575v-60.975l-81.059%2044.75v99.565c0%20.359-.03.692-.073%201.011c-.534%2015.502-13.261%2027.908-28.893%2027.908c-15.971%200-28.919-12.947-28.919-28.919s12.947-28.919%2028.919-28.919c4.272%200%208.324.934%2011.973%202.596V110.722a8.5%208.5%200%200%201%204.39-7.439l98.052-54.131a8.496%208.496%200%200%201%2012.604%207.439v136.891zm278.857%2082.977l-40.615%2022.422a8.5%208.5%200%200%200-4.39%207.439v114.163a28.8%2028.8%200%200%200-11.973-2.596c-15.971%200-28.919%2012.947-28.919%2028.919s12.947%2028.919%2028.919%2028.919c15.632%200%2028.359-12.405%2028.893-27.907c.043-.32.073-.652.073-1.012v-96.209a5.69%205.69%200%200%201%202.938-4.979l30.571-16.877a5.69%205.69%200%200%200%202.938-4.979v-42.325c.001-4.329-4.644-7.071-8.435-4.978%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M251.89%20268.95a22.93%2022.93%200%200%201-16.264-6.736c-8.982-8.982-8.982-23.545%200-32.527l26.444-26.444c8.983-8.981%2023.546-8.982%2032.527%200s8.981%2023.545%200%2032.527l-26.445%2026.444a22.93%2022.93%200%200%201-16.262%206.736%22%2F%3E%3Cellipse%20cx%3D%22384.857%22%20cy%3D%2246.002%22%20fill%3D%22%23DCE2E2%22%20rx%3D%2228.879%22%20ry%3D%2212%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/microphone.svg?color=%231a73e8&size=48