missed call icon

missed-call-outline from Flowbite Icons by Themesberg · Outline · Media · MIT Free for personal and commercial use.

Name
missed-call-outline
Set
Flowbite Icons
Style
Outline
Category
Media
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More media icons from Flowbite Icons

Use the missed call 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="m17.09 13.371l1.143 1.144a1.56 1.56 0 0 1 .41 1.852c-.095.207-.472.625-.646.771c-3.118 3.122-6.774 1.706-9.905-1.425s-4.543-6.79-1.41-9.901c.626-.62 1.713-1.142 2.618-.237l1.19 1.192c1.192 1.192.357 1.936-.492 2.804c-.925.925-.656 1.728 0 2.384l1.871 1.873a1.684 1.684 0 0 0 2.382 0c.863-.827 1.696-1.6 2.839-.457M14.874 8.98l2.135-2.135m0 0l2.16-1.907m-2.16 1.907l2.16 2.15m-2.16-2.15l-2.135-1.907"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteMissedCallOutline(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="m17.09 13.371l1.143 1.144a1.56 1.56 0 0 1 .41 1.852c-.095.207-.472.625-.646.771c-3.118 3.122-6.774 1.706-9.905-1.425s-4.543-6.79-1.41-9.901c.626-.62 1.713-1.142 2.618-.237l1.19 1.192c1.192 1.192.357 1.936-.492 2.804c-.925.925-.656 1.728 0 2.384l1.871 1.873a1.684 1.684 0 0 0 2.382 0c.863-.827 1.696-1.6 2.839-.457M14.874 8.98l2.135-2.135m0 0l2.16-1.907m-2.16 1.907l2.16 2.15m-2.16-2.15l-2.135-1.907"/></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="m17.09 13.371l1.143 1.144a1.56 1.56 0 0 1 .41 1.852c-.095.207-.472.625-.646.771c-3.118 3.122-6.774 1.706-9.905-1.425s-4.543-6.79-1.41-9.901c.626-.62 1.713-1.142 2.618-.237l1.19 1.192c1.192 1.192.357 1.936-.492 2.804c-.925.925-.656 1.728 0 2.384l1.871 1.873a1.684 1.684 0 0 0 2.382 0c.863-.827 1.696-1.6 2.839-.457M14.874 8.98l2.135-2.135m0 0l2.16-1.907m-2.16 1.907l2.16 2.15m-2.16-2.15l-2.135-1.907"/></svg>
</template>

CSS

.icon-missed-call-outline {
  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%22m17.09%2013.371l1.143%201.144a1.56%201.56%200%200%201%20.41%201.852c-.095.207-.472.625-.646.771c-3.118%203.122-6.774%201.706-9.905-1.425s-4.543-6.79-1.41-9.901c.626-.62%201.713-1.142%202.618-.237l1.19%201.192c1.192%201.192.357%201.936-.492%202.804c-.925.925-.656%201.728%200%202.384l1.871%201.873a1.684%201.684%200%200%200%202.382%200c.863-.827%201.696-1.6%202.839-.457M14.874%208.98l2.135-2.135m0%200l2.16-1.907m-2.16%201.907l2.16%202.15m-2.16-2.15l-2.135-1.907%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%22m17.09%2013.371l1.143%201.144a1.56%201.56%200%200%201%20.41%201.852c-.095.207-.472.625-.646.771c-3.118%203.122-6.774%201.706-9.905-1.425s-4.543-6.79-1.41-9.901c.626-.62%201.713-1.142%202.618-.237l1.19%201.192c1.192%201.192.357%201.936-.492%202.804c-.925.925-.656%201.728%200%202.384l1.871%201.873a1.684%201.684%200%200%200%202.382%200c.863-.827%201.696-1.6%202.839-.457M14.874%208.98l2.135-2.135m0%200l2.16-1.907m-2.16%201.907l2.16%202.15m-2.16-2.15l-2.135-1.907%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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