bxs phone off icon

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

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

Related icons in BoxIcons v2

Use the bxs phone off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9.17 13.42a5.24 5.24 0 0 1-.93-2.06L10.7 9a1 1 0 0 0 0-1.39l-3.65-4.1a1 1 0 0 0-1.4-.08L3.48 5.29a1 1 0 0 0-.29.65a15.25 15.25 0 0 0 3.54 9.92l-4.44 4.43l1.42 1.42l18-18l-1.42-1.42zm7.44.02a1 1 0 0 0-1.39.05L12.82 16a4.07 4.07 0 0 1-.51-.14l-2.66 2.61A15.46 15.46 0 0 0 17.89 21h.36a1 1 0 0 0 .65-.29l1.86-2.17a1 1 0 0 0-.09-1.39z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsPhoneOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9.17 13.42a5.24 5.24 0 0 1-.93-2.06L10.7 9a1 1 0 0 0 0-1.39l-3.65-4.1a1 1 0 0 0-1.4-.08L3.48 5.29a1 1 0 0 0-.29.65a15.25 15.25 0 0 0 3.54 9.92l-4.44 4.43l1.42 1.42l18-18l-1.42-1.42zm7.44.02a1 1 0 0 0-1.39.05L12.82 16a4.07 4.07 0 0 1-.51-.14l-2.66 2.61A15.46 15.46 0 0 0 17.89 21h.36a1 1 0 0 0 .65-.29l1.86-2.17a1 1 0 0 0-.09-1.39z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9.17 13.42a5.24 5.24 0 0 1-.93-2.06L10.7 9a1 1 0 0 0 0-1.39l-3.65-4.1a1 1 0 0 0-1.4-.08L3.48 5.29a1 1 0 0 0-.29.65a15.25 15.25 0 0 0 3.54 9.92l-4.44 4.43l1.42 1.42l18-18l-1.42-1.42zm7.44.02a1 1 0 0 0-1.39.05L12.82 16a4.07 4.07 0 0 1-.51-.14l-2.66 2.61A15.46 15.46 0 0 0 17.89 21h.36a1 1 0 0 0 .65-.29l1.86-2.17a1 1 0 0 0-.09-1.39z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-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%20d%3D%22M9.17%2013.42a5.24%205.24%200%200%201-.93-2.06L10.7%209a1%201%200%200%200%200-1.39l-3.65-4.1a1%201%200%200%200-1.4-.08L3.48%205.29a1%201%200%200%200-.29.65a15.25%2015.25%200%200%200%203.54%209.92l-4.44%204.43l1.42%201.42l18-18l-1.42-1.42zm7.44.02a1%201%200%200%200-1.39.05L12.82%2016a4.07%204.07%200%200%201-.51-.14l-2.66%202.61A15.46%2015.46%200%200%200%2017.89%2021h.36a1%201%200%200%200%20.65-.29l1.86-2.17a1%201%200%200%200-.09-1.39z%22%20fill%3D%22currentColor%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%20d%3D%22M9.17%2013.42a5.24%205.24%200%200%201-.93-2.06L10.7%209a1%201%200%200%200%200-1.39l-3.65-4.1a1%201%200%200%200-1.4-.08L3.48%205.29a1%201%200%200%200-.29.65a15.25%2015.25%200%200%200%203.54%209.92l-4.44%204.43l1.42%201.42l18-18l-1.42-1.42zm7.44.02a1%201%200%200%200-1.39.05L12.82%2016a4.07%204.07%200%200%201-.51-.14l-2.66%202.61A15.46%2015.46%200%200%200%2017.89%2021h.36a1%201%200%200%200%20.65-.29l1.86-2.17a1%201%200%200%200-.09-1.39z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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