phone off icon

phone-off from Humbleicons by Jiří Zralý · Regular · MIT Free for personal and commercial use.

Name
phone-off
Set
Humbleicons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Humbleicons

Use the phone off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 13.906c.34.232.677.432 1 .594l1.5-1.5l3.5 2l-.621 2.485c-.223.89-1.03 1.534-1.93 1.351c-1.8-.366-3.695-1.323-5.449-2.634m-2.265-1.967C7.455 11.95 5.693 9.15 5.164 6.55c-.183-.9.46-1.706 1.35-1.929L9 4l2 3.5L9.5 9c.48.959 1.303 2.032 2.251 3M5 19L19 5"/></svg>

React

import type { SVGProps } from "react";

export function HumbleiconsPhoneOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M14 13.906c.34.232.677.432 1 .594l1.5-1.5l3.5 2l-.621 2.485c-.223.89-1.03 1.534-1.93 1.351c-1.8-.366-3.695-1.323-5.449-2.634m-2.265-1.967C7.455 11.95 5.693 9.15 5.164 6.55c-.183-.9.46-1.706 1.35-1.929L9 4l2 3.5L9.5 9c.48.959 1.303 2.032 2.251 3M5 19L19 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 13.906c.34.232.677.432 1 .594l1.5-1.5l3.5 2l-.621 2.485c-.223.89-1.03 1.534-1.93 1.351c-1.8-.366-3.695-1.323-5.449-2.634m-2.265-1.967C7.455 11.95 5.693 9.15 5.164 6.55c-.183-.9.46-1.706 1.35-1.929L9 4l2 3.5L9.5 9c.48.959 1.303 2.032 2.251 3M5 19L19 5"/></svg>
</template>

CSS

.icon-phone-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14%2013.906c.34.232.677.432%201%20.594l1.5-1.5l3.5%202l-.621%202.485c-.223.89-1.03%201.534-1.93%201.351c-1.8-.366-3.695-1.323-5.449-2.634m-2.265-1.967C7.455%2011.95%205.693%209.15%205.164%206.55c-.183-.9.46-1.706%201.35-1.929L9%204l2%203.5L9.5%209c.48.959%201.303%202.032%202.251%203M5%2019L19%205%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14%2013.906c.34.232.677.432%201%20.594l1.5-1.5l3.5%202l-.621%202.485c-.223.89-1.03%201.534-1.93%201.351c-1.8-.366-3.695-1.323-5.449-2.634m-2.265-1.967C7.455%2011.95%205.693%209.15%205.164%206.55c-.183-.9.46-1.706%201.35-1.929L9%204l2%203.5L9.5%209c.48.959%201.303%202.032%202.251%203M5%2019L19%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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