phone missed icon

phone-missed from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
phone-missed
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the phone missed 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="1.5" d="m4.904 10.541l2.64-2.64a2.08 2.08 0 0 0 .508-2.064a27 27 0 0 1-.49-1.844C7.444 3.45 6.968 3 6.412 3H4.904c-1.11 0-2.023.904-1.9 2.008c.925 8.392 7.589 15.055 15.98 15.981c1.104.122 2.008-.79 2.008-1.9v-1.51c0-.554-.452-1.01-.998-1.11a15 15 0 0 1-1.774-.459c-.767-.244-1.619-.072-2.187.496l-2.582 2.582M19.992 4l-6 6m6 0l-6-6"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPhoneMissed(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="1.5" d="m4.904 10.541l2.64-2.64a2.08 2.08 0 0 0 .508-2.064a27 27 0 0 1-.49-1.844C7.444 3.45 6.968 3 6.412 3H4.904c-1.11 0-2.023.904-1.9 2.008c.925 8.392 7.589 15.055 15.98 15.981c1.104.122 2.008-.79 2.008-1.9v-1.51c0-.554-.452-1.01-.998-1.11a15 15 0 0 1-1.774-.459c-.767-.244-1.619-.072-2.187.496l-2.582 2.582M19.992 4l-6 6m6 0l-6-6"/></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="1.5" d="m4.904 10.541l2.64-2.64a2.08 2.08 0 0 0 .508-2.064a27 27 0 0 1-.49-1.844C7.444 3.45 6.968 3 6.412 3H4.904c-1.11 0-2.023.904-1.9 2.008c.925 8.392 7.589 15.055 15.98 15.981c1.104.122 2.008-.79 2.008-1.9v-1.51c0-.554-.452-1.01-.998-1.11a15 15 0 0 1-1.774-.459c-.767-.244-1.619-.072-2.187.496l-2.582 2.582M19.992 4l-6 6m6 0l-6-6"/></svg>
</template>

CSS

.icon-phone-missed {
  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%221.5%22%20d%3D%22m4.904%2010.541l2.64-2.64a2.08%202.08%200%200%200%20.508-2.064a27%2027%200%200%201-.49-1.844C7.444%203.45%206.968%203%206.412%203H4.904c-1.11%200-2.023.904-1.9%202.008c.925%208.392%207.589%2015.055%2015.98%2015.981c1.104.122%202.008-.79%202.008-1.9v-1.51c0-.554-.452-1.01-.998-1.11a15%2015%200%200%201-1.774-.459c-.767-.244-1.619-.072-2.187.496l-2.582%202.582M19.992%204l-6%206m6%200l-6-6%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%221.5%22%20d%3D%22m4.904%2010.541l2.64-2.64a2.08%202.08%200%200%200%20.508-2.064a27%2027%200%200%201-.49-1.844C7.444%203.45%206.968%203%206.412%203H4.904c-1.11%200-2.023.904-1.9%202.008c.925%208.392%207.589%2015.055%2015.98%2015.981c1.104.122%202.008-.79%202.008-1.9v-1.51c0-.554-.452-1.01-.998-1.11a15%2015%200%200%201-1.774-.459c-.767-.244-1.619-.072-2.187.496l-2.582%202.582M19.992%204l-6%206m6%200l-6-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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