baseline noise control off icon

baseline-noise-control-off from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
baseline-noise-control-off
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the baseline noise control off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c1.44 0 2.79.38 3.95 1.05L17.4 3.6C15.85 2.59 13.99 2 12 2s-3.85.59-5.41 1.59l1.45 1.45A8.03 8.03 0 0 1 12 4m8 8c0 1.44-.38 2.79-1.05 3.95l1.45 1.45c1.01-1.55 1.6-3.41 1.6-5.4s-.59-3.85-1.59-5.41l-1.45 1.45A8.03 8.03 0 0 1 20 12m-8 8c-1.44 0-2.79-.38-3.95-1.05L6.6 20.4C8.15 21.41 10.01 22 12 22s3.85-.59 5.41-1.59l-1.45-1.45A8.03 8.03 0 0 1 12 20m-8-8c0-1.44.38-2.79 1.05-3.95L3.59 6.59C2.59 8.15 2 10.01 2 12s.59 3.85 1.59 5.41l1.45-1.45A8.03 8.03 0 0 1 4 12m7.5-6C9.02 6 7 8.02 7 10.5c0 1.22.49 2.41 1.35 3.27l1.36 1.36c.17.17.31.44.44.82A3.01 3.01 0 0 0 13 18c1.65 0 3-1.35 3-3h-2a1.003 1.003 0 0 1-1.95.32c-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5a2.5 2.5 0 0 1 4.95-.5h2.02c-.25-2.25-2.16-4-4.47-4"/><circle cx="13.5" cy="12.5" r="1.5" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineNoiseControlOff(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="M12 4c1.44 0 2.79.38 3.95 1.05L17.4 3.6C15.85 2.59 13.99 2 12 2s-3.85.59-5.41 1.59l1.45 1.45A8.03 8.03 0 0 1 12 4m8 8c0 1.44-.38 2.79-1.05 3.95l1.45 1.45c1.01-1.55 1.6-3.41 1.6-5.4s-.59-3.85-1.59-5.41l-1.45 1.45A8.03 8.03 0 0 1 20 12m-8 8c-1.44 0-2.79-.38-3.95-1.05L6.6 20.4C8.15 21.41 10.01 22 12 22s3.85-.59 5.41-1.59l-1.45-1.45A8.03 8.03 0 0 1 12 20m-8-8c0-1.44.38-2.79 1.05-3.95L3.59 6.59C2.59 8.15 2 10.01 2 12s.59 3.85 1.59 5.41l1.45-1.45A8.03 8.03 0 0 1 4 12m7.5-6C9.02 6 7 8.02 7 10.5c0 1.22.49 2.41 1.35 3.27l1.36 1.36c.17.17.31.44.44.82A3.01 3.01 0 0 0 13 18c1.65 0 3-1.35 3-3h-2a1.003 1.003 0 0 1-1.95.32c-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5a2.5 2.5 0 0 1 4.95-.5h2.02c-.25-2.25-2.16-4-4.47-4"/><circle cx="13.5" cy="12.5" r="1.5" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c1.44 0 2.79.38 3.95 1.05L17.4 3.6C15.85 2.59 13.99 2 12 2s-3.85.59-5.41 1.59l1.45 1.45A8.03 8.03 0 0 1 12 4m8 8c0 1.44-.38 2.79-1.05 3.95l1.45 1.45c1.01-1.55 1.6-3.41 1.6-5.4s-.59-3.85-1.59-5.41l-1.45 1.45A8.03 8.03 0 0 1 20 12m-8 8c-1.44 0-2.79-.38-3.95-1.05L6.6 20.4C8.15 21.41 10.01 22 12 22s3.85-.59 5.41-1.59l-1.45-1.45A8.03 8.03 0 0 1 12 20m-8-8c0-1.44.38-2.79 1.05-3.95L3.59 6.59C2.59 8.15 2 10.01 2 12s.59 3.85 1.59 5.41l1.45-1.45A8.03 8.03 0 0 1 4 12m7.5-6C9.02 6 7 8.02 7 10.5c0 1.22.49 2.41 1.35 3.27l1.36 1.36c.17.17.31.44.44.82A3.01 3.01 0 0 0 13 18c1.65 0 3-1.35 3-3h-2a1.003 1.003 0 0 1-1.95.32c-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5a2.5 2.5 0 0 1 4.95-.5h2.02c-.25-2.25-2.16-4-4.47-4"/><circle cx="13.5" cy="12.5" r="1.5" fill="currentColor"/></svg>
</template>

CSS

.icon-baseline-noise-control-off {
  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%22M12%204c1.44%200%202.79.38%203.95%201.05L17.4%203.6C15.85%202.59%2013.99%202%2012%202s-3.85.59-5.41%201.59l1.45%201.45A8.03%208.03%200%200%201%2012%204m8%208c0%201.44-.38%202.79-1.05%203.95l1.45%201.45c1.01-1.55%201.6-3.41%201.6-5.4s-.59-3.85-1.59-5.41l-1.45%201.45A8.03%208.03%200%200%201%2020%2012m-8%208c-1.44%200-2.79-.38-3.95-1.05L6.6%2020.4C8.15%2021.41%2010.01%2022%2012%2022s3.85-.59%205.41-1.59l-1.45-1.45A8.03%208.03%200%200%201%2012%2020m-8-8c0-1.44.38-2.79%201.05-3.95L3.59%206.59C2.59%208.15%202%2010.01%202%2012s.59%203.85%201.59%205.41l1.45-1.45A8.03%208.03%200%200%201%204%2012m7.5-6C9.02%206%207%208.02%207%2010.5c0%201.22.49%202.41%201.35%203.27l1.36%201.36c.17.17.31.44.44.82A3.01%203.01%200%200%200%2013%2018c1.65%200%203-1.35%203-3h-2a1.003%201.003%200%200%201-1.95.32c-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28%2011.87%209%2011.19%209%2010.5a2.5%202.5%200%200%201%204.95-.5h2.02c-.25-2.25-2.16-4-4.47-4%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2212.5%22%20r%3D%221.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204c1.44%200%202.79.38%203.95%201.05L17.4%203.6C15.85%202.59%2013.99%202%2012%202s-3.85.59-5.41%201.59l1.45%201.45A8.03%208.03%200%200%201%2012%204m8%208c0%201.44-.38%202.79-1.05%203.95l1.45%201.45c1.01-1.55%201.6-3.41%201.6-5.4s-.59-3.85-1.59-5.41l-1.45%201.45A8.03%208.03%200%200%201%2020%2012m-8%208c-1.44%200-2.79-.38-3.95-1.05L6.6%2020.4C8.15%2021.41%2010.01%2022%2012%2022s3.85-.59%205.41-1.59l-1.45-1.45A8.03%208.03%200%200%201%2012%2020m-8-8c0-1.44.38-2.79%201.05-3.95L3.59%206.59C2.59%208.15%202%2010.01%202%2012s.59%203.85%201.59%205.41l1.45-1.45A8.03%208.03%200%200%201%204%2012m7.5-6C9.02%206%207%208.02%207%2010.5c0%201.22.49%202.41%201.35%203.27l1.36%201.36c.17.17.31.44.44.82A3.01%203.01%200%200%200%2013%2018c1.65%200%203-1.35%203-3h-2a1.003%201.003%200%200%201-1.95.32c-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28%2011.87%209%2011.19%209%2010.5a2.5%202.5%200%200%201%204.95-.5h2.02c-.25-2.25-2.16-4-4.47-4%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2212.5%22%20r%3D%221.5%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/ic/baseline-noise-control-off.svg?color=%231a73e8&size=48