dialpad-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
dialpad-off-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the dialpad off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.497 4.497a1.5 1.5 0 1 0 1.76 1.76l3.239 3.24a1.5 1.5 0 1 0 1.757 1.757l7.246 7.246a.75.75 0 0 0 1.061-1.06zm15.216 12.03c0 .303-.09.585-.244.82l-2.076-2.076a1.5 1.5 0 0 1 2.32 1.256m-4.996-5c0 .304-.09.586-.245.823l-2.078-2.078A1.5 1.5 0 0 1 13.5 9.25m-4.996-5c0 .305-.09.588-.247.825L6.179 2.997A1.5 1.5 0 0 1 8.504 4.25M12 17.75a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-4.996-5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m9.992-5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M12 2.75a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m4.996 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>

React

import type { SVGProps } from "react";

export function FluentDialpadOff24Filled(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="M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.497 4.497a1.5 1.5 0 1 0 1.76 1.76l3.239 3.24a1.5 1.5 0 1 0 1.757 1.757l7.246 7.246a.75.75 0 0 0 1.061-1.06zm15.216 12.03c0 .303-.09.585-.244.82l-2.076-2.076a1.5 1.5 0 0 1 2.32 1.256m-4.996-5c0 .304-.09.586-.245.823l-2.078-2.078A1.5 1.5 0 0 1 13.5 9.25m-4.996-5c0 .305-.09.588-.247.825L6.179 2.997A1.5 1.5 0 0 1 8.504 4.25M12 17.75a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-4.996-5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m9.992-5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M12 2.75a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m4.996 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.497 4.497a1.5 1.5 0 1 0 1.76 1.76l3.239 3.24a1.5 1.5 0 1 0 1.757 1.757l7.246 7.246a.75.75 0 0 0 1.061-1.06zm15.216 12.03c0 .303-.09.585-.244.82l-2.076-2.076a1.5 1.5 0 0 1 2.32 1.256m-4.996-5c0 .304-.09.586-.245.823l-2.078-2.078A1.5 1.5 0 0 1 13.5 9.25m-4.996-5c0 .305-.09.588-.247.825L6.179 2.997A1.5 1.5 0 0 1 8.504 4.25M12 17.75a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-4.996-5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m9.992-5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M12 2.75a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m4.996 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
</template>

CSS

.icon-dialpad-off-24-filled {
  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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l4.497%204.497a1.5%201.5%200%201%200%201.76%201.76l3.239%203.24a1.5%201.5%200%201%200%201.757%201.757l7.246%207.246a.75.75%200%200%200%201.061-1.06zm15.216%2012.03c0%20.303-.09.585-.244.82l-2.076-2.076a1.5%201.5%200%200%201%202.32%201.256m-4.996-5c0%20.304-.09.586-.245.823l-2.078-2.078A1.5%201.5%200%200%201%2013.5%209.25m-4.996-5c0%20.305-.09.588-.247.825L6.179%202.997A1.5%201.5%200%200%201%208.504%204.25M12%2017.75a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m-4.996-5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m9.992-5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M12%202.75a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m4.996%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l4.497%204.497a1.5%201.5%200%201%200%201.76%201.76l3.239%203.24a1.5%201.5%200%201%200%201.757%201.757l7.246%207.246a.75.75%200%200%200%201.061-1.06zm15.216%2012.03c0%20.303-.09.585-.244.82l-2.076-2.076a1.5%201.5%200%200%201%202.32%201.256m-4.996-5c0%20.304-.09.586-.245.823l-2.078-2.078A1.5%201.5%200%200%201%2013.5%209.25m-4.996-5c0%20.305-.09.588-.247.825L6.179%202.997A1.5%201.5%200%200%201%208.504%204.25M12%2017.75a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m-4.996-5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m9.992-5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M12%202.75a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m4.996%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/dialpad-off-24-filled.svg?color=%231a73e8&size=48