android phone slash icon

android-phone-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
android-phone-slash
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

More user interface icons from Unicons

Use the android phone slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.29 17.71a1 1 0 0 0 1.42 0a1.2 1.2 0 0 0 .21-.33a.94.94 0 0 0 0-.76a1.2 1.2 0 0 0-.21-.33a1 1 0 0 0-1.42 0a1.2 1.2 0 0 0-.21.33a.94.94 0 0 0 0 .76a1.2 1.2 0 0 0 .21.33M8.66 4H16a1 1 0 0 1 1 1v7.34a1 1 0 0 0 2 0V5a3 3 0 0 0-3-3H8.66a1 1 0 0 0 0 2m13.05 16.29l-18-18a1 1 0 0 0-1.42 1.42L5 6.41V19a3 3 0 0 0 3 3h8a3 3 0 0 0 2.76-1.83l1.53 1.54a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42M17 19a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V8.41l10 10Z"/></svg>

React

import type { SVGProps } from "react";

export function UilAndroidPhoneSlash(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="M11.29 17.71a1 1 0 0 0 1.42 0a1.2 1.2 0 0 0 .21-.33a.94.94 0 0 0 0-.76a1.2 1.2 0 0 0-.21-.33a1 1 0 0 0-1.42 0a1.2 1.2 0 0 0-.21.33a.94.94 0 0 0 0 .76a1.2 1.2 0 0 0 .21.33M8.66 4H16a1 1 0 0 1 1 1v7.34a1 1 0 0 0 2 0V5a3 3 0 0 0-3-3H8.66a1 1 0 0 0 0 2m13.05 16.29l-18-18a1 1 0 0 0-1.42 1.42L5 6.41V19a3 3 0 0 0 3 3h8a3 3 0 0 0 2.76-1.83l1.53 1.54a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42M17 19a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V8.41l10 10Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.29 17.71a1 1 0 0 0 1.42 0a1.2 1.2 0 0 0 .21-.33a.94.94 0 0 0 0-.76a1.2 1.2 0 0 0-.21-.33a1 1 0 0 0-1.42 0a1.2 1.2 0 0 0-.21.33a.94.94 0 0 0 0 .76a1.2 1.2 0 0 0 .21.33M8.66 4H16a1 1 0 0 1 1 1v7.34a1 1 0 0 0 2 0V5a3 3 0 0 0-3-3H8.66a1 1 0 0 0 0 2m13.05 16.29l-18-18a1 1 0 0 0-1.42 1.42L5 6.41V19a3 3 0 0 0 3 3h8a3 3 0 0 0 2.76-1.83l1.53 1.54a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42M17 19a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V8.41l10 10Z"/></svg>
</template>

CSS

.icon-android-phone-slash {
  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%22M11.29%2017.71a1%201%200%200%200%201.42%200a1.2%201.2%200%200%200%20.21-.33a.94.94%200%200%200%200-.76a1.2%201.2%200%200%200-.21-.33a1%201%200%200%200-1.42%200a1.2%201.2%200%200%200-.21.33a.94.94%200%200%200%200%20.76a1.2%201.2%200%200%200%20.21.33M8.66%204H16a1%201%200%200%201%201%201v7.34a1%201%200%200%200%202%200V5a3%203%200%200%200-3-3H8.66a1%201%200%200%200%200%202m13.05%2016.29l-18-18a1%201%200%200%200-1.42%201.42L5%206.41V19a3%203%200%200%200%203%203h8a3%203%200%200%200%202.76-1.83l1.53%201.54a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42M17%2019a1%201%200%200%201-1%201H8a1%201%200%200%201-1-1V8.41l10%2010Z%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%22M11.29%2017.71a1%201%200%200%200%201.42%200a1.2%201.2%200%200%200%20.21-.33a.94.94%200%200%200%200-.76a1.2%201.2%200%200%200-.21-.33a1%201%200%200%200-1.42%200a1.2%201.2%200%200%200-.21.33a.94.94%200%200%200%200%20.76a1.2%201.2%200%200%200%20.21.33M8.66%204H16a1%201%200%200%201%201%201v7.34a1%201%200%200%200%202%200V5a3%203%200%200%200-3-3H8.66a1%201%200%200%200%200%202m13.05%2016.29l-18-18a1%201%200%200%200-1.42%201.42L5%206.41V19a3%203%200%200%200%203%203h8a3%203%200%200%200%202.76-1.83l1.53%201.54a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42M17%2019a1%201%200%200%201-1%201H8a1%201%200%200%201-1-1V8.41l10%2010Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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