phone off icon

phone-off from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
phone-off
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-phone-off

The same icon in other sets

Related icons in BoxIcons v2

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="currentColor" d="M10.09 12.5a9 9 0 0 1-1-2.2l1.59-1.59a1 1 0 0 0 0-1.42l-4-4a1 1 0 0 0-1.41 0L2.59 6A2 2 0 0 0 2 7.44A15.44 15.44 0 0 0 5.62 17L2.3 20.29l1.41 1.42l18-18l-1.41-1.42zM7 15.55a13.36 13.36 0 0 1-3-8.13l2-2L8.59 8L7.3 9.29a1 1 0 0 0-.27.92a11 11 0 0 0 1.62 3.73zm9.71-2.26a1 1 0 0 0-1.41 0l-1.6 1.6l-.34-.12l-1.56 1.55a12 12 0 0 0 2 .66a1 1 0 0 0 .91-.27l1.3-1.3L18.59 18l-2 2A13.6 13.6 0 0 1 10 18.1l-1.43 1.45a15.63 15.63 0 0 0 8 2.45a2 2 0 0 0 1.43-.58l2.71-2.71a1 1 0 0 0 0-1.42z"/></svg>

React

import type { SVGProps } from "react";

export function BxPhoneOff(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="M10.09 12.5a9 9 0 0 1-1-2.2l1.59-1.59a1 1 0 0 0 0-1.42l-4-4a1 1 0 0 0-1.41 0L2.59 6A2 2 0 0 0 2 7.44A15.44 15.44 0 0 0 5.62 17L2.3 20.29l1.41 1.42l18-18l-1.41-1.42zM7 15.55a13.36 13.36 0 0 1-3-8.13l2-2L8.59 8L7.3 9.29a1 1 0 0 0-.27.92a11 11 0 0 0 1.62 3.73zm9.71-2.26a1 1 0 0 0-1.41 0l-1.6 1.6l-.34-.12l-1.56 1.55a12 12 0 0 0 2 .66a1 1 0 0 0 .91-.27l1.3-1.3L18.59 18l-2 2A13.6 13.6 0 0 1 10 18.1l-1.43 1.45a15.63 15.63 0 0 0 8 2.45a2 2 0 0 0 1.43-.58l2.71-2.71a1 1 0 0 0 0-1.42z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.09 12.5a9 9 0 0 1-1-2.2l1.59-1.59a1 1 0 0 0 0-1.42l-4-4a1 1 0 0 0-1.41 0L2.59 6A2 2 0 0 0 2 7.44A15.44 15.44 0 0 0 5.62 17L2.3 20.29l1.41 1.42l18-18l-1.41-1.42zM7 15.55a13.36 13.36 0 0 1-3-8.13l2-2L8.59 8L7.3 9.29a1 1 0 0 0-.27.92a11 11 0 0 0 1.62 3.73zm9.71-2.26a1 1 0 0 0-1.41 0l-1.6 1.6l-.34-.12l-1.56 1.55a12 12 0 0 0 2 .66a1 1 0 0 0 .91-.27l1.3-1.3L18.59 18l-2 2A13.6 13.6 0 0 1 10 18.1l-1.43 1.45a15.63 15.63 0 0 0 8 2.45a2 2 0 0 0 1.43-.58l2.71-2.71a1 1 0 0 0 0-1.42z"/></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%22currentColor%22%20d%3D%22M10.09%2012.5a9%209%200%200%201-1-2.2l1.59-1.59a1%201%200%200%200%200-1.42l-4-4a1%201%200%200%200-1.41%200L2.59%206A2%202%200%200%200%202%207.44A15.44%2015.44%200%200%200%205.62%2017L2.3%2020.29l1.41%201.42l18-18l-1.41-1.42zM7%2015.55a13.36%2013.36%200%200%201-3-8.13l2-2L8.59%208L7.3%209.29a1%201%200%200%200-.27.92a11%2011%200%200%200%201.62%203.73zm9.71-2.26a1%201%200%200%200-1.41%200l-1.6%201.6l-.34-.12l-1.56%201.55a12%2012%200%200%200%202%20.66a1%201%200%200%200%20.91-.27l1.3-1.3L18.59%2018l-2%202A13.6%2013.6%200%200%201%2010%2018.1l-1.43%201.45a15.63%2015.63%200%200%200%208%202.45a2%202%200%200%200%201.43-.58l2.71-2.71a1%201%200%200%200%200-1.42z%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%22M10.09%2012.5a9%209%200%200%201-1-2.2l1.59-1.59a1%201%200%200%200%200-1.42l-4-4a1%201%200%200%200-1.41%200L2.59%206A2%202%200%200%200%202%207.44A15.44%2015.44%200%200%200%205.62%2017L2.3%2020.29l1.41%201.42l18-18l-1.41-1.42zM7%2015.55a13.36%2013.36%200%200%201-3-8.13l2-2L8.59%208L7.3%209.29a1%201%200%200%200-.27.92a11%2011%200%200%200%201.62%203.73zm9.71-2.26a1%201%200%200%200-1.41%200l-1.6%201.6l-.34-.12l-1.56%201.55a12%2012%200%200%200%202%20.66a1%201%200%200%200%20.91-.27l1.3-1.3L18.59%2018l-2%202A13.6%2013.6%200%200%201%2010%2018.1l-1.43%201.45a15.63%2015.63%200%200%200%208%202.45a2%202%200%200%200%201.43-.58l2.71-2.71a1%201%200%200%200%200-1.42z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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