mic off circle icon

mic-off-circle from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
mic-off-circle
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

Related icons in IonIcons

Use the mic off circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208s208-93.31 208-208S370.69 48 256 48m0 80a48.14 48.14 0 0 1 48 48v64a48 48 0 0 1-.63 7.71a2 2 0 0 1-3.46 1l-84.42-92.86a4 4 0 0 1-.47-4.77A48.08 48.08 0 0 1 256 128m32 256h-63.55c-8.61 0-16-6.62-16.43-15.23A16 16 0 0 1 224 352h16v-17.74a103.7 103.7 0 0 1-49.21-23.38c-19.85-17.05-30.79-39.3-30.79-62.66V224a15.91 15.91 0 0 1 16.39-16A16.26 16.26 0 0 1 192 224.4v23.82c0 25.66 28 55.48 64 55.48c1.67 0 3.37-.09 5.06-.24a3.94 3.94 0 0 1 3.29 1.29l21.07 23.19a2 2 0 0 1-.89 3.26a100 100 0 0 1-12.53 3.06V352h15.55c8.61 0 16 6.62 16.43 15.23A16 16 0 0 1 288 384m-77.89-138.91l36.46 40.11a1 1 0 0 1-.95 1.66a48.26 48.26 0 0 1-37.25-41a1 1 0 0 1 1.74-.77m152.65 119.75a16 16 0 0 1-22.6-1.08l-192-210a16 16 0 0 1 23.68-21.52l192 210a16 16 0 0 1-1.08 22.6M352 248.22a77.1 77.1 0 0 1-11.93 40.87a2 2 0 0 1-3.19.3l-19.19-21.1a4 4 0 0 1-.76-4.16a43.4 43.4 0 0 0 3.07-15.91v-23.8a16.3 16.3 0 0 1 13.64-16.24c9.88-1.48 18.36 6.51 18.36 16.12Z"/></svg>

React

import type { SVGProps } from "react";

export function IonMicOffCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208s208-93.31 208-208S370.69 48 256 48m0 80a48.14 48.14 0 0 1 48 48v64a48 48 0 0 1-.63 7.71a2 2 0 0 1-3.46 1l-84.42-92.86a4 4 0 0 1-.47-4.77A48.08 48.08 0 0 1 256 128m32 256h-63.55c-8.61 0-16-6.62-16.43-15.23A16 16 0 0 1 224 352h16v-17.74a103.7 103.7 0 0 1-49.21-23.38c-19.85-17.05-30.79-39.3-30.79-62.66V224a15.91 15.91 0 0 1 16.39-16A16.26 16.26 0 0 1 192 224.4v23.82c0 25.66 28 55.48 64 55.48c1.67 0 3.37-.09 5.06-.24a3.94 3.94 0 0 1 3.29 1.29l21.07 23.19a2 2 0 0 1-.89 3.26a100 100 0 0 1-12.53 3.06V352h15.55c8.61 0 16 6.62 16.43 15.23A16 16 0 0 1 288 384m-77.89-138.91l36.46 40.11a1 1 0 0 1-.95 1.66a48.26 48.26 0 0 1-37.25-41a1 1 0 0 1 1.74-.77m152.65 119.75a16 16 0 0 1-22.6-1.08l-192-210a16 16 0 0 1 23.68-21.52l192 210a16 16 0 0 1-1.08 22.6M352 248.22a77.1 77.1 0 0 1-11.93 40.87a2 2 0 0 1-3.19.3l-19.19-21.1a4 4 0 0 1-.76-4.16a43.4 43.4 0 0 0 3.07-15.91v-23.8a16.3 16.3 0 0 1 13.64-16.24c9.88-1.48 18.36 6.51 18.36 16.12Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208s208-93.31 208-208S370.69 48 256 48m0 80a48.14 48.14 0 0 1 48 48v64a48 48 0 0 1-.63 7.71a2 2 0 0 1-3.46 1l-84.42-92.86a4 4 0 0 1-.47-4.77A48.08 48.08 0 0 1 256 128m32 256h-63.55c-8.61 0-16-6.62-16.43-15.23A16 16 0 0 1 224 352h16v-17.74a103.7 103.7 0 0 1-49.21-23.38c-19.85-17.05-30.79-39.3-30.79-62.66V224a15.91 15.91 0 0 1 16.39-16A16.26 16.26 0 0 1 192 224.4v23.82c0 25.66 28 55.48 64 55.48c1.67 0 3.37-.09 5.06-.24a3.94 3.94 0 0 1 3.29 1.29l21.07 23.19a2 2 0 0 1-.89 3.26a100 100 0 0 1-12.53 3.06V352h15.55c8.61 0 16 6.62 16.43 15.23A16 16 0 0 1 288 384m-77.89-138.91l36.46 40.11a1 1 0 0 1-.95 1.66a48.26 48.26 0 0 1-37.25-41a1 1 0 0 1 1.74-.77m152.65 119.75a16 16 0 0 1-22.6-1.08l-192-210a16 16 0 0 1 23.68-21.52l192 210a16 16 0 0 1-1.08 22.6M352 248.22a77.1 77.1 0 0 1-11.93 40.87a2 2 0 0 1-3.19.3l-19.19-21.1a4 4 0 0 1-.76-4.16a43.4 43.4 0 0 0 3.07-15.91v-23.8a16.3 16.3 0 0 1 13.64-16.24c9.88-1.48 18.36 6.51 18.36 16.12Z"/></svg>
</template>

CSS

.icon-mic-off-circle {
  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%22currentColor%22%20d%3D%22M256%2048C141.31%2048%2048%20141.31%2048%20256s93.31%20208%20208%20208s208-93.31%20208-208S370.69%2048%20256%2048m0%2080a48.14%2048.14%200%200%201%2048%2048v64a48%2048%200%200%201-.63%207.71a2%202%200%200%201-3.46%201l-84.42-92.86a4%204%200%200%201-.47-4.77A48.08%2048.08%200%200%201%20256%20128m32%20256h-63.55c-8.61%200-16-6.62-16.43-15.23A16%2016%200%200%201%20224%20352h16v-17.74a103.7%20103.7%200%200%201-49.21-23.38c-19.85-17.05-30.79-39.3-30.79-62.66V224a15.91%2015.91%200%200%201%2016.39-16A16.26%2016.26%200%200%201%20192%20224.4v23.82c0%2025.66%2028%2055.48%2064%2055.48c1.67%200%203.37-.09%205.06-.24a3.94%203.94%200%200%201%203.29%201.29l21.07%2023.19a2%202%200%200%201-.89%203.26a100%20100%200%200%201-12.53%203.06V352h15.55c8.61%200%2016%206.62%2016.43%2015.23A16%2016%200%200%201%20288%20384m-77.89-138.91l36.46%2040.11a1%201%200%200%201-.95%201.66a48.26%2048.26%200%200%201-37.25-41a1%201%200%200%201%201.74-.77m152.65%20119.75a16%2016%200%200%201-22.6-1.08l-192-210a16%2016%200%200%201%2023.68-21.52l192%20210a16%2016%200%200%201-1.08%2022.6M352%20248.22a77.1%2077.1%200%200%201-11.93%2040.87a2%202%200%200%201-3.19.3l-19.19-21.1a4%204%200%200%201-.76-4.16a43.4%2043.4%200%200%200%203.07-15.91v-23.8a16.3%2016.3%200%200%201%2013.64-16.24c9.88-1.48%2018.36%206.51%2018.36%2016.12Z%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%22currentColor%22%20d%3D%22M256%2048C141.31%2048%2048%20141.31%2048%20256s93.31%20208%20208%20208s208-93.31%20208-208S370.69%2048%20256%2048m0%2080a48.14%2048.14%200%200%201%2048%2048v64a48%2048%200%200%201-.63%207.71a2%202%200%200%201-3.46%201l-84.42-92.86a4%204%200%200%201-.47-4.77A48.08%2048.08%200%200%201%20256%20128m32%20256h-63.55c-8.61%200-16-6.62-16.43-15.23A16%2016%200%200%201%20224%20352h16v-17.74a103.7%20103.7%200%200%201-49.21-23.38c-19.85-17.05-30.79-39.3-30.79-62.66V224a15.91%2015.91%200%200%201%2016.39-16A16.26%2016.26%200%200%201%20192%20224.4v23.82c0%2025.66%2028%2055.48%2064%2055.48c1.67%200%203.37-.09%205.06-.24a3.94%203.94%200%200%201%203.29%201.29l21.07%2023.19a2%202%200%200%201-.89%203.26a100%20100%200%200%201-12.53%203.06V352h15.55c8.61%200%2016%206.62%2016.43%2015.23A16%2016%200%200%201%20288%20384m-77.89-138.91l36.46%2040.11a1%201%200%200%201-.95%201.66a48.26%2048.26%200%200%201-37.25-41a1%201%200%200%201%201.74-.77m152.65%20119.75a16%2016%200%200%201-22.6-1.08l-192-210a16%2016%200%200%201%2023.68-21.52l192%20210a16%2016%200%200%201-1.08%2022.6M352%20248.22a77.1%2077.1%200%200%201-11.93%2040.87a2%202%200%200%201-3.19.3l-19.19-21.1a4%204%200%200%201-.76-4.16a43.4%2043.4%200%200%200%203.07-15.91v-23.8a16.3%2016.3%200%200%201%2013.64-16.24c9.88-1.48%2018.36%206.51%2018.36%2016.12Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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