phone block icon

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

Name
phone-block-fill
Set
MingCute Icon
Style
Fill
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="currentColor" d="M5.412 2.286a1.47 1.47 0 0 1 1.446.16c1.441 1.05 2.48 2.588 3.366 3.897l.285.419a1.505 1.505 0 0 1-.256 1.986l-1.951 1.45a.48.48 0 0 0-.142.614c.442.804 1.228 2 2.128 2.9s2.153 1.738 3.012 2.23a.483.483 0 0 0 .644-.162l1.27-1.933a1.503 1.503 0 0 1 2.056-.332l.268.186c1.344.927 2.857 1.97 3.983 3.412c.341.438.392 1.01.188 1.486a5.87 5.87 0 0 1-3.971 3.381l-.074.019c-.32.08-.7.149-1.112.134c-1.441-.053-5.522-.617-9.795-4.89S1.921 8.89 1.867 7.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9 5.9 0 0 1 3.395-3.987M18.77 3.818a1 1 0 0 1 1.414 1.415l-1.769 1.768l1.769 1.768a1 1 0 0 1-1.415 1.414L17 8.416l-1.767 1.767a1 1 0 0 1-1.414-1.414L15.586 7L13.82 5.233a1.001 1.001 0 0 1 1.414-1.415L17 5.587z"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePhoneBlockFill(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="M5.412 2.286a1.47 1.47 0 0 1 1.446.16c1.441 1.05 2.48 2.588 3.366 3.897l.285.419a1.505 1.505 0 0 1-.256 1.986l-1.951 1.45a.48.48 0 0 0-.142.614c.442.804 1.228 2 2.128 2.9s2.153 1.738 3.012 2.23a.483.483 0 0 0 .644-.162l1.27-1.933a1.503 1.503 0 0 1 2.056-.332l.268.186c1.344.927 2.857 1.97 3.983 3.412c.341.438.392 1.01.188 1.486a5.87 5.87 0 0 1-3.971 3.381l-.074.019c-.32.08-.7.149-1.112.134c-1.441-.053-5.522-.617-9.795-4.89S1.921 8.89 1.867 7.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9 5.9 0 0 1 3.395-3.987M18.77 3.818a1 1 0 0 1 1.414 1.415l-1.769 1.768l1.769 1.768a1 1 0 0 1-1.415 1.414L17 8.416l-1.767 1.767a1 1 0 0 1-1.414-1.414L15.586 7L13.82 5.233a1.001 1.001 0 0 1 1.414-1.415L17 5.587z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.412 2.286a1.47 1.47 0 0 1 1.446.16c1.441 1.05 2.48 2.588 3.366 3.897l.285.419a1.505 1.505 0 0 1-.256 1.986l-1.951 1.45a.48.48 0 0 0-.142.614c.442.804 1.228 2 2.128 2.9s2.153 1.738 3.012 2.23a.483.483 0 0 0 .644-.162l1.27-1.933a1.503 1.503 0 0 1 2.056-.332l.268.186c1.344.927 2.857 1.97 3.983 3.412c.341.438.392 1.01.188 1.486a5.87 5.87 0 0 1-3.971 3.381l-.074.019c-.32.08-.7.149-1.112.134c-1.441-.053-5.522-.617-9.795-4.89S1.921 8.89 1.867 7.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9 5.9 0 0 1 3.395-3.987M18.77 3.818a1 1 0 0 1 1.414 1.415l-1.769 1.768l1.769 1.768a1 1 0 0 1-1.415 1.414L17 8.416l-1.767 1.767a1 1 0 0 1-1.414-1.414L15.586 7L13.82 5.233a1.001 1.001 0 0 1 1.414-1.415L17 5.587z"/></svg>
</template>

CSS

.icon-phone-block-fill {
  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%22M5.412%202.286a1.47%201.47%200%200%201%201.446.16c1.441%201.05%202.48%202.588%203.366%203.897l.285.419a1.505%201.505%200%200%201-.256%201.986l-1.951%201.45a.48.48%200%200%200-.142.614c.442.804%201.228%202%202.128%202.9s2.153%201.738%203.012%202.23a.483.483%200%200%200%20.644-.162l1.27-1.933a1.503%201.503%200%200%201%202.056-.332l.268.186c1.344.927%202.857%201.97%203.983%203.412c.341.438.392%201.01.188%201.486a5.87%205.87%200%200%201-3.971%203.381l-.074.019c-.32.08-.7.149-1.112.134c-1.441-.053-5.522-.617-9.795-4.89S1.921%208.89%201.867%207.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9%205.9%200%200%201%203.395-3.987M18.77%203.818a1%201%200%200%201%201.414%201.415l-1.769%201.768l1.769%201.768a1%201%200%200%201-1.415%201.414L17%208.416l-1.767%201.767a1%201%200%200%201-1.414-1.414L15.586%207L13.82%205.233a1.001%201.001%200%200%201%201.414-1.415L17%205.587z%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%22M5.412%202.286a1.47%201.47%200%200%201%201.446.16c1.441%201.05%202.48%202.588%203.366%203.897l.285.419a1.505%201.505%200%200%201-.256%201.986l-1.951%201.45a.48.48%200%200%200-.142.614c.442.804%201.228%202%202.128%202.9s2.153%201.738%203.012%202.23a.483.483%200%200%200%20.644-.162l1.27-1.933a1.503%201.503%200%200%201%202.056-.332l.268.186c1.344.927%202.857%201.97%203.983%203.412c.341.438.392%201.01.188%201.486a5.87%205.87%200%200%201-3.971%203.381l-.074.019c-.32.08-.7.149-1.112.134c-1.441-.053-5.522-.617-9.795-4.89S1.921%208.89%201.867%207.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9%205.9%200%200%201%203.395-3.987M18.77%203.818a1%201%200%200%201%201.414%201.415l-1.769%201.768l1.769%201.768a1%201%200%200%201-1.415%201.414L17%208.416l-1.767%201.767a1%201%200%200%201-1.414-1.414L15.586%207L13.82%205.233a1.001%201.001%200%200%201%201.414-1.415L17%205.587z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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