phone block icon

phone-block-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
phone-block-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the phone block 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.525 9.475l4.95-4.95m0 4.95l-4.95-4.95m-7.06 12.01c4.06 4.06 7.88 4.552 9.124 4.598a3 3 0 0 0 .832-.104l.074-.019a4.87 4.87 0 0 0 3.295-2.806a.47.47 0 0 0-.057-.476c-1.102-1.411-2.623-2.414-4.085-3.428a.5.5 0 0 0-.642.057L14.4 15.963a.47.47 0 0 1-.507.11c-.639-.259-2.226-.992-3.6-2.366s-2.107-2.962-2.366-3.6a.47.47 0 0 1 .11-.508l1.606-1.606a.504.504 0 0 0 .058-.641c-.997-1.458-1.998-3.053-3.433-4.1a.47.47 0 0 0-.462-.047a4.9 4.9 0 0 0-2.82 3.31l-.015.063a3 3 0 0 0-.104.833c.046 1.243.538 5.065 4.597 9.124"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePhoneBlockLine(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.525 9.475l4.95-4.95m0 4.95l-4.95-4.95m-7.06 12.01c4.06 4.06 7.88 4.552 9.124 4.598a3 3 0 0 0 .832-.104l.074-.019a4.87 4.87 0 0 0 3.295-2.806a.47.47 0 0 0-.057-.476c-1.102-1.411-2.623-2.414-4.085-3.428a.5.5 0 0 0-.642.057L14.4 15.963a.47.47 0 0 1-.507.11c-.639-.259-2.226-.992-3.6-2.366s-2.107-2.962-2.366-3.6a.47.47 0 0 1 .11-.508l1.606-1.606a.504.504 0 0 0 .058-.641c-.997-1.458-1.998-3.053-3.433-4.1a.47.47 0 0 0-.462-.047a4.9 4.9 0 0 0-2.82 3.31l-.015.063a3 3 0 0 0-.104.833c.046 1.243.538 5.065 4.597 9.124"/></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.525 9.475l4.95-4.95m0 4.95l-4.95-4.95m-7.06 12.01c4.06 4.06 7.88 4.552 9.124 4.598a3 3 0 0 0 .832-.104l.074-.019a4.87 4.87 0 0 0 3.295-2.806a.47.47 0 0 0-.057-.476c-1.102-1.411-2.623-2.414-4.085-3.428a.5.5 0 0 0-.642.057L14.4 15.963a.47.47 0 0 1-.507.11c-.639-.259-2.226-.992-3.6-2.366s-2.107-2.962-2.366-3.6a.47.47 0 0 1 .11-.508l1.606-1.606a.504.504 0 0 0 .058-.641c-.997-1.458-1.998-3.053-3.433-4.1a.47.47 0 0 0-.462-.047a4.9 4.9 0 0 0-2.82 3.31l-.015.063a3 3 0 0 0-.104.833c.046 1.243.538 5.065 4.597 9.124"/></svg>
</template>

CSS

.icon-phone-block-line {
  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.525%209.475l4.95-4.95m0%204.95l-4.95-4.95m-7.06%2012.01c4.06%204.06%207.88%204.552%209.124%204.598a3%203%200%200%200%20.832-.104l.074-.019a4.87%204.87%200%200%200%203.295-2.806a.47.47%200%200%200-.057-.476c-1.102-1.411-2.623-2.414-4.085-3.428a.5.5%200%200%200-.642.057L14.4%2015.963a.47.47%200%200%201-.507.11c-.639-.259-2.226-.992-3.6-2.366s-2.107-2.962-2.366-3.6a.47.47%200%200%201%20.11-.508l1.606-1.606a.504.504%200%200%200%20.058-.641c-.997-1.458-1.998-3.053-3.433-4.1a.47.47%200%200%200-.462-.047a4.9%204.9%200%200%200-2.82%203.31l-.015.063a3%203%200%200%200-.104.833c.046%201.243.538%205.065%204.597%209.124%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.525%209.475l4.95-4.95m0%204.95l-4.95-4.95m-7.06%2012.01c4.06%204.06%207.88%204.552%209.124%204.598a3%203%200%200%200%20.832-.104l.074-.019a4.87%204.87%200%200%200%203.295-2.806a.47.47%200%200%200-.057-.476c-1.102-1.411-2.623-2.414-4.085-3.428a.5.5%200%200%200-.642.057L14.4%2015.963a.47.47%200%200%201-.507.11c-.639-.259-2.226-.992-3.6-2.366s-2.107-2.962-2.366-3.6a.47.47%200%200%201%20.11-.508l1.606-1.606a.504.504%200%200%200%20.058-.641c-.997-1.458-1.998-3.053-3.433-4.1a.47.47%200%200%200-.462-.047a4.9%204.9%200%200%200-2.82%203.31l-.015.063a3%203%200%200%200-.104.833c.046%201.243.538%205.065%204.597%209.124%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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