twotone do disturb off icon

twotone-do-disturb-off from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.

Name
twotone-do-disturb-off
Set
Google Material Icons
Style
Baseline
Category
Notification
Viewbox
24×24
License
Apache 2.0

More notification icons from Google Material Icons

Use the twotone do disturb 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 4c-1.41 0-2.73.37-3.88 1.01l6 5.99H17v2h-.88L19 15.88c.63-1.15 1-2.47 1-3.88c0-4.41-3.59-8-8-8m0 16c1.56 0 3-.45 4.23-1.23L10.46 13H7v-2h1.46L5.23 7.77A7.85 7.85 0 0 0 4 12c0 4.41 3.59 8 8 8" opacity=".3"/><path fill="currentColor" d="M12 4c4.41 0 8 3.59 8 8c0 1.41-.37 2.73-1.01 3.88l1.46 1.46A9.96 9.96 0 0 0 22 12c0-5.52-4.48-10-10-10a9.9 9.9 0 0 0-5.33 1.55l1.46 1.46A7.9 7.9 0 0 1 12 4m5 7h-2.88l2 2H17zM2.41 2.13L1 3.54l2.78 2.78A9.9 9.9 0 0 0 2 12c0 5.52 4.48 10 10 10c2.11 0 4.07-.66 5.68-1.78L20.46 23l1.41-1.41zM12 20c-4.41 0-8-3.59-8-8c0-1.56.45-3 1.23-4.23L8.46 11H7v2h3.46l5.77 5.77A7.85 7.85 0 0 1 12 20"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneDoDisturbOff(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 4c-1.41 0-2.73.37-3.88 1.01l6 5.99H17v2h-.88L19 15.88c.63-1.15 1-2.47 1-3.88c0-4.41-3.59-8-8-8m0 16c1.56 0 3-.45 4.23-1.23L10.46 13H7v-2h1.46L5.23 7.77A7.85 7.85 0 0 0 4 12c0 4.41 3.59 8 8 8" opacity=".3"/><path fill="currentColor" d="M12 4c4.41 0 8 3.59 8 8c0 1.41-.37 2.73-1.01 3.88l1.46 1.46A9.96 9.96 0 0 0 22 12c0-5.52-4.48-10-10-10a9.9 9.9 0 0 0-5.33 1.55l1.46 1.46A7.9 7.9 0 0 1 12 4m5 7h-2.88l2 2H17zM2.41 2.13L1 3.54l2.78 2.78A9.9 9.9 0 0 0 2 12c0 5.52 4.48 10 10 10c2.11 0 4.07-.66 5.68-1.78L20.46 23l1.41-1.41zM12 20c-4.41 0-8-3.59-8-8c0-1.56.45-3 1.23-4.23L8.46 11H7v2h3.46l5.77 5.77A7.85 7.85 0 0 1 12 20"/></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 4c-1.41 0-2.73.37-3.88 1.01l6 5.99H17v2h-.88L19 15.88c.63-1.15 1-2.47 1-3.88c0-4.41-3.59-8-8-8m0 16c1.56 0 3-.45 4.23-1.23L10.46 13H7v-2h1.46L5.23 7.77A7.85 7.85 0 0 0 4 12c0 4.41 3.59 8 8 8" opacity=".3"/><path fill="currentColor" d="M12 4c4.41 0 8 3.59 8 8c0 1.41-.37 2.73-1.01 3.88l1.46 1.46A9.96 9.96 0 0 0 22 12c0-5.52-4.48-10-10-10a9.9 9.9 0 0 0-5.33 1.55l1.46 1.46A7.9 7.9 0 0 1 12 4m5 7h-2.88l2 2H17zM2.41 2.13L1 3.54l2.78 2.78A9.9 9.9 0 0 0 2 12c0 5.52 4.48 10 10 10c2.11 0 4.07-.66 5.68-1.78L20.46 23l1.41-1.41zM12 20c-4.41 0-8-3.59-8-8c0-1.56.45-3 1.23-4.23L8.46 11H7v2h3.46l5.77 5.77A7.85 7.85 0 0 1 12 20"/></svg>
</template>

CSS

.icon-twotone-do-disturb-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%204c-1.41%200-2.73.37-3.88%201.01l6%205.99H17v2h-.88L19%2015.88c.63-1.15%201-2.47%201-3.88c0-4.41-3.59-8-8-8m0%2016c1.56%200%203-.45%204.23-1.23L10.46%2013H7v-2h1.46L5.23%207.77A7.85%207.85%200%200%200%204%2012c0%204.41%203.59%208%208%208%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204c4.41%200%208%203.59%208%208c0%201.41-.37%202.73-1.01%203.88l1.46%201.46A9.96%209.96%200%200%200%2022%2012c0-5.52-4.48-10-10-10a9.9%209.9%200%200%200-5.33%201.55l1.46%201.46A7.9%207.9%200%200%201%2012%204m5%207h-2.88l2%202H17zM2.41%202.13L1%203.54l2.78%202.78A9.9%209.9%200%200%200%202%2012c0%205.52%204.48%2010%2010%2010c2.11%200%204.07-.66%205.68-1.78L20.46%2023l1.41-1.41zM12%2020c-4.41%200-8-3.59-8-8c0-1.56.45-3%201.23-4.23L8.46%2011H7v2h3.46l5.77%205.77A7.85%207.85%200%200%201%2012%2020%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%204c-1.41%200-2.73.37-3.88%201.01l6%205.99H17v2h-.88L19%2015.88c.63-1.15%201-2.47%201-3.88c0-4.41-3.59-8-8-8m0%2016c1.56%200%203-.45%204.23-1.23L10.46%2013H7v-2h1.46L5.23%207.77A7.85%207.85%200%200%200%204%2012c0%204.41%203.59%208%208%208%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204c4.41%200%208%203.59%208%208c0%201.41-.37%202.73-1.01%203.88l1.46%201.46A9.96%209.96%200%200%200%2022%2012c0-5.52-4.48-10-10-10a9.9%209.9%200%200%200-5.33%201.55l1.46%201.46A7.9%207.9%200%200%201%2012%204m5%207h-2.88l2%202H17zM2.41%202.13L1%203.54l2.78%202.78A9.9%209.9%200%200%200%202%2012c0%205.52%204.48%2010%2010%2010c2.11%200%204.07-.66%205.68-1.78L20.46%2023l1.41-1.41zM12%2020c-4.41%200-8-3.59-8-8c0-1.56.45-3%201.23-4.23L8.46%2011H7v2h3.46l5.77%205.77A7.85%207.85%200%200%201%2012%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-do-disturb-off.svg?color=%231a73e8&size=48