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

Name
dialpad-off-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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.5 4.502a1.25 1.25 0 1 0 1.5 1.5l3.5 3.5a1.25 1.25 0 1 0 1.498 1.498l7.5 7.5a.75.75 0 0 0 1.061-1.06zM18.246 14c0 .298-.104.571-.278.786l-1.758-1.758a1.25 1.25 0 0 1 2.036.972M13.25 9c0 .299-.105.573-.28.788L11.212 8.03A1.25 1.25 0 0 1 13.25 9M8.254 4c0 .3-.106.575-.282.79L6.214 3.032A1.25 1.25 0 0 1 8.254 4M12 17.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-4.996-5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m9.992-5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M12 2.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m4.996 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentDialpadOff24Regular(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.5 4.502a1.25 1.25 0 1 0 1.5 1.5l3.5 3.5a1.25 1.25 0 1 0 1.498 1.498l7.5 7.5a.75.75 0 0 0 1.061-1.06zM18.246 14c0 .298-.104.571-.278.786l-1.758-1.758a1.25 1.25 0 0 1 2.036.972M13.25 9c0 .299-.105.573-.28.788L11.212 8.03A1.25 1.25 0 0 1 13.25 9M8.254 4c0 .3-.106.575-.282.79L6.214 3.032A1.25 1.25 0 0 1 8.254 4M12 17.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-4.996-5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m9.992-5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M12 2.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m4.996 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5"/></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.5 4.502a1.25 1.25 0 1 0 1.5 1.5l3.5 3.5a1.25 1.25 0 1 0 1.498 1.498l7.5 7.5a.75.75 0 0 0 1.061-1.06zM18.246 14c0 .298-.104.571-.278.786l-1.758-1.758a1.25 1.25 0 0 1 2.036.972M13.25 9c0 .299-.105.573-.28.788L11.212 8.03A1.25 1.25 0 0 1 13.25 9M8.254 4c0 .3-.106.575-.282.79L6.214 3.032A1.25 1.25 0 0 1 8.254 4M12 17.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-4.996-5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m9.992-5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M12 2.75a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m4.996 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5"/></svg>
</template>

CSS

.icon-dialpad-off-24-regular {
  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.5%204.502a1.25%201.25%200%201%200%201.5%201.5l3.5%203.5a1.25%201.25%200%201%200%201.498%201.498l7.5%207.5a.75.75%200%200%200%201.061-1.06zM18.246%2014c0%20.298-.104.571-.278.786l-1.758-1.758a1.25%201.25%200%200%201%202.036.972M13.25%209c0%20.299-.105.573-.28.788L11.212%208.03A1.25%201.25%200%200%201%2013.25%209M8.254%204c0%20.3-.106.575-.282.79L6.214%203.032A1.25%201.25%200%200%201%208.254%204M12%2017.75a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m-4.996-5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m9.992-5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5M12%202.75a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m4.996%200a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5%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.5%204.502a1.25%201.25%200%201%200%201.5%201.5l3.5%203.5a1.25%201.25%200%201%200%201.498%201.498l7.5%207.5a.75.75%200%200%200%201.061-1.06zM18.246%2014c0%20.298-.104.571-.278.786l-1.758-1.758a1.25%201.25%200%200%201%202.036.972M13.25%209c0%20.299-.105.573-.28.788L11.212%208.03A1.25%201.25%200%200%201%2013.25%209M8.254%204c0%20.3-.106.575-.282.79L6.214%203.032A1.25%201.25%200%200%201%208.254%204M12%2017.75a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m-4.996-5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m9.992-5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5M12%202.75a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m4.996%200a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5%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-regular.svg?color=%231a73e8&size=48