call-missed-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
call-missed-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the call missed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M39.609 8.605c4.72 2.315 5.399 7.99 2.92 12.147a4.94 4.94 0 0 1-4.748 2.38l-3.431-.356a5.25 5.25 0 0 1-4.525-3.846l-.83-3.058c-.211-.776-.667-1.23-1.151-1.343c-2.191-.515-5.51-.506-7.69.003c-.484.113-.939.565-1.15 1.34l-.83 3.058a5.25 5.25 0 0 1-4.524 3.846l-3.431.356a4.93 4.93 0 0 1-4.748-2.38c-2.48-4.157-1.8-9.832 2.92-12.147A35.35 35.35 0 0 1 24 5c6.542 0 11.846 1.76 15.609 3.605m.772 10.866c1.953-3.274 1.175-7.126-1.873-8.621A32.85 32.85 0 0 0 24 7.5a32.85 32.85 0 0 0-14.51 3.35c-3.047 1.495-3.826 5.347-1.873 8.62a2.44 2.44 0 0 0 2.343 1.176l3.43-.356a2.75 2.75 0 0 0 2.371-2.015l.83-3.058c.366-1.347 1.336-2.732 2.994-3.12c2.548-.595 6.258-.607 8.83-.002c1.657.39 2.626 1.776 2.991 3.122l.83 3.058a2.75 2.75 0 0 0 2.37 2.015l3.432.356a2.44 2.44 0 0 0 2.342-1.175M25 29.25a1.25 1.25 0 1 0-2.5 0v5.5c0 .69.56 1.25 1.25 1.25h3.5a1.25 1.25 0 1 0 0-2.5H25zM24 44c6.075 0 11-4.925 11-11s-4.925-11-11-11s-11 4.925-11 11s4.925 11 11 11m0-2.5a8.5 8.5 0 1 1 0-17a8.5 8.5 0 0 1 0 17"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallMissed48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M39.609 8.605c4.72 2.315 5.399 7.99 2.92 12.147a4.94 4.94 0 0 1-4.748 2.38l-3.431-.356a5.25 5.25 0 0 1-4.525-3.846l-.83-3.058c-.211-.776-.667-1.23-1.151-1.343c-2.191-.515-5.51-.506-7.69.003c-.484.113-.939.565-1.15 1.34l-.83 3.058a5.25 5.25 0 0 1-4.524 3.846l-3.431.356a4.93 4.93 0 0 1-4.748-2.38c-2.48-4.157-1.8-9.832 2.92-12.147A35.35 35.35 0 0 1 24 5c6.542 0 11.846 1.76 15.609 3.605m.772 10.866c1.953-3.274 1.175-7.126-1.873-8.621A32.85 32.85 0 0 0 24 7.5a32.85 32.85 0 0 0-14.51 3.35c-3.047 1.495-3.826 5.347-1.873 8.62a2.44 2.44 0 0 0 2.343 1.176l3.43-.356a2.75 2.75 0 0 0 2.371-2.015l.83-3.058c.366-1.347 1.336-2.732 2.994-3.12c2.548-.595 6.258-.607 8.83-.002c1.657.39 2.626 1.776 2.991 3.122l.83 3.058a2.75 2.75 0 0 0 2.37 2.015l3.432.356a2.44 2.44 0 0 0 2.342-1.175M25 29.25a1.25 1.25 0 1 0-2.5 0v5.5c0 .69.56 1.25 1.25 1.25h3.5a1.25 1.25 0 1 0 0-2.5H25zM24 44c6.075 0 11-4.925 11-11s-4.925-11-11-11s-11 4.925-11 11s4.925 11 11 11m0-2.5a8.5 8.5 0 1 1 0-17a8.5 8.5 0 0 1 0 17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M39.609 8.605c4.72 2.315 5.399 7.99 2.92 12.147a4.94 4.94 0 0 1-4.748 2.38l-3.431-.356a5.25 5.25 0 0 1-4.525-3.846l-.83-3.058c-.211-.776-.667-1.23-1.151-1.343c-2.191-.515-5.51-.506-7.69.003c-.484.113-.939.565-1.15 1.34l-.83 3.058a5.25 5.25 0 0 1-4.524 3.846l-3.431.356a4.93 4.93 0 0 1-4.748-2.38c-2.48-4.157-1.8-9.832 2.92-12.147A35.35 35.35 0 0 1 24 5c6.542 0 11.846 1.76 15.609 3.605m.772 10.866c1.953-3.274 1.175-7.126-1.873-8.621A32.85 32.85 0 0 0 24 7.5a32.85 32.85 0 0 0-14.51 3.35c-3.047 1.495-3.826 5.347-1.873 8.62a2.44 2.44 0 0 0 2.343 1.176l3.43-.356a2.75 2.75 0 0 0 2.371-2.015l.83-3.058c.366-1.347 1.336-2.732 2.994-3.12c2.548-.595 6.258-.607 8.83-.002c1.657.39 2.626 1.776 2.991 3.122l.83 3.058a2.75 2.75 0 0 0 2.37 2.015l3.432.356a2.44 2.44 0 0 0 2.342-1.175M25 29.25a1.25 1.25 0 1 0-2.5 0v5.5c0 .69.56 1.25 1.25 1.25h3.5a1.25 1.25 0 1 0 0-2.5H25zM24 44c6.075 0 11-4.925 11-11s-4.925-11-11-11s-11 4.925-11 11s4.925 11 11 11m0-2.5a8.5 8.5 0 1 1 0-17a8.5 8.5 0 0 1 0 17"/></svg>
</template>

CSS

.icon-call-missed-48-regular {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39.609%208.605c4.72%202.315%205.399%207.99%202.92%2012.147a4.94%204.94%200%200%201-4.748%202.38l-3.431-.356a5.25%205.25%200%200%201-4.525-3.846l-.83-3.058c-.211-.776-.667-1.23-1.151-1.343c-2.191-.515-5.51-.506-7.69.003c-.484.113-.939.565-1.15%201.34l-.83%203.058a5.25%205.25%200%200%201-4.524%203.846l-3.431.356a4.93%204.93%200%200%201-4.748-2.38c-2.48-4.157-1.8-9.832%202.92-12.147A35.35%2035.35%200%200%201%2024%205c6.542%200%2011.846%201.76%2015.609%203.605m.772%2010.866c1.953-3.274%201.175-7.126-1.873-8.621A32.85%2032.85%200%200%200%2024%207.5a32.85%2032.85%200%200%200-14.51%203.35c-3.047%201.495-3.826%205.347-1.873%208.62a2.44%202.44%200%200%200%202.343%201.176l3.43-.356a2.75%202.75%200%200%200%202.371-2.015l.83-3.058c.366-1.347%201.336-2.732%202.994-3.12c2.548-.595%206.258-.607%208.83-.002c1.657.39%202.626%201.776%202.991%203.122l.83%203.058a2.75%202.75%200%200%200%202.37%202.015l3.432.356a2.44%202.44%200%200%200%202.342-1.175M25%2029.25a1.25%201.25%200%201%200-2.5%200v5.5c0%20.69.56%201.25%201.25%201.25h3.5a1.25%201.25%200%201%200%200-2.5H25zM24%2044c6.075%200%2011-4.925%2011-11s-4.925-11-11-11s-11%204.925-11%2011s4.925%2011%2011%2011m0-2.5a8.5%208.5%200%201%201%200-17a8.5%208.5%200%200%201%200%2017%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39.609%208.605c4.72%202.315%205.399%207.99%202.92%2012.147a4.94%204.94%200%200%201-4.748%202.38l-3.431-.356a5.25%205.25%200%200%201-4.525-3.846l-.83-3.058c-.211-.776-.667-1.23-1.151-1.343c-2.191-.515-5.51-.506-7.69.003c-.484.113-.939.565-1.15%201.34l-.83%203.058a5.25%205.25%200%200%201-4.524%203.846l-3.431.356a4.93%204.93%200%200%201-4.748-2.38c-2.48-4.157-1.8-9.832%202.92-12.147A35.35%2035.35%200%200%201%2024%205c6.542%200%2011.846%201.76%2015.609%203.605m.772%2010.866c1.953-3.274%201.175-7.126-1.873-8.621A32.85%2032.85%200%200%200%2024%207.5a32.85%2032.85%200%200%200-14.51%203.35c-3.047%201.495-3.826%205.347-1.873%208.62a2.44%202.44%200%200%200%202.343%201.176l3.43-.356a2.75%202.75%200%200%200%202.371-2.015l.83-3.058c.366-1.347%201.336-2.732%202.994-3.12c2.548-.595%206.258-.607%208.83-.002c1.657.39%202.626%201.776%202.991%203.122l.83%203.058a2.75%202.75%200%200%200%202.37%202.015l3.432.356a2.44%202.44%200%200%200%202.342-1.175M25%2029.25a1.25%201.25%200%201%200-2.5%200v5.5c0%20.69.56%201.25%201.25%201.25h3.5a1.25%201.25%200%201%200%200-2.5H25zM24%2044c6.075%200%2011-4.925%2011-11s-4.925-11-11-11s-11%204.925-11%2011s4.925%2011%2011%2011m0-2.5a8.5%208.5%200%201%201%200-17a8.5%208.5%200%200%201%200%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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