missed call icon

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

Name
missed-call-solid
Set
Flowbite Icons
Style
Solid
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"><g fill="currentColor"><path fill-rule="evenodd" d="M14.167 10.687a1 1 0 0 1 0-1.414l1.387-1.387l-1.346-1.203a1 1 0 1 1 1.333-1.491l1.472 1.316l1.494-1.32a1 1 0 1 1 1.324 1.5l-1.36 1.2l1.404 1.4a1 1 0 1 1-1.412 1.416l-1.452-1.446l-1.43 1.429a1 1 0 0 1-1.414 0" clip-rule="evenodd"/><path d="M7.978 5a2.55 2.55 0 0 0-1.926.877C4.233 7.7 3.699 9.751 4.153 11.814c.44 1.995 1.778 3.893 3.456 5.572c1.68 1.679 3.577 3.018 5.57 3.459c2.062.456 4.115-.073 5.94-1.885a2.556 2.556 0 0 0 .001-3.861l-1.21-1.21a2.69 2.69 0 0 0-3.802 0l-.617.618a.806.806 0 0 1-1.14 0l-1.854-1.855a.807.807 0 0 1 0-1.14l.618-.62a2.69 2.69 0 0 0 0-3.803l-1.21-1.211A2.56 2.56 0 0 0 7.978 5"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteMissedCallSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M14.167 10.687a1 1 0 0 1 0-1.414l1.387-1.387l-1.346-1.203a1 1 0 1 1 1.333-1.491l1.472 1.316l1.494-1.32a1 1 0 1 1 1.324 1.5l-1.36 1.2l1.404 1.4a1 1 0 1 1-1.412 1.416l-1.452-1.446l-1.43 1.429a1 1 0 0 1-1.414 0" clipRule="evenodd"/><path d="M7.978 5a2.55 2.55 0 0 0-1.926.877C4.233 7.7 3.699 9.751 4.153 11.814c.44 1.995 1.778 3.893 3.456 5.572c1.68 1.679 3.577 3.018 5.57 3.459c2.062.456 4.115-.073 5.94-1.885a2.556 2.556 0 0 0 .001-3.861l-1.21-1.21a2.69 2.69 0 0 0-3.802 0l-.617.618a.806.806 0 0 1-1.14 0l-1.854-1.855a.807.807 0 0 1 0-1.14l.618-.62a2.69 2.69 0 0 0 0-3.803l-1.21-1.211A2.56 2.56 0 0 0 7.978 5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M14.167 10.687a1 1 0 0 1 0-1.414l1.387-1.387l-1.346-1.203a1 1 0 1 1 1.333-1.491l1.472 1.316l1.494-1.32a1 1 0 1 1 1.324 1.5l-1.36 1.2l1.404 1.4a1 1 0 1 1-1.412 1.416l-1.452-1.446l-1.43 1.429a1 1 0 0 1-1.414 0" clip-rule="evenodd"/><path d="M7.978 5a2.55 2.55 0 0 0-1.926.877C4.233 7.7 3.699 9.751 4.153 11.814c.44 1.995 1.778 3.893 3.456 5.572c1.68 1.679 3.577 3.018 5.57 3.459c2.062.456 4.115-.073 5.94-1.885a2.556 2.556 0 0 0 .001-3.861l-1.21-1.21a2.69 2.69 0 0 0-3.802 0l-.617.618a.806.806 0 0 1-1.14 0l-1.854-1.855a.807.807 0 0 1 0-1.14l.618-.62a2.69 2.69 0 0 0 0-3.803l-1.21-1.211A2.56 2.56 0 0 0 7.978 5"/></g></svg>
</template>

CSS

.icon-missed-call-solid {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.167%2010.687a1%201%200%200%201%200-1.414l1.387-1.387l-1.346-1.203a1%201%200%201%201%201.333-1.491l1.472%201.316l1.494-1.32a1%201%200%201%201%201.324%201.5l-1.36%201.2l1.404%201.4a1%201%200%201%201-1.412%201.416l-1.452-1.446l-1.43%201.429a1%201%200%200%201-1.414%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.978%205a2.55%202.55%200%200%200-1.926.877C4.233%207.7%203.699%209.751%204.153%2011.814c.44%201.995%201.778%203.893%203.456%205.572c1.68%201.679%203.577%203.018%205.57%203.459c2.062.456%204.115-.073%205.94-1.885a2.556%202.556%200%200%200%20.001-3.861l-1.21-1.21a2.69%202.69%200%200%200-3.802%200l-.617.618a.806.806%200%200%201-1.14%200l-1.854-1.855a.807.807%200%200%201%200-1.14l.618-.62a2.69%202.69%200%200%200%200-3.803l-1.21-1.211A2.56%202.56%200%200%200%207.978%205%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.167%2010.687a1%201%200%200%201%200-1.414l1.387-1.387l-1.346-1.203a1%201%200%201%201%201.333-1.491l1.472%201.316l1.494-1.32a1%201%200%201%201%201.324%201.5l-1.36%201.2l1.404%201.4a1%201%200%201%201-1.412%201.416l-1.452-1.446l-1.43%201.429a1%201%200%200%201-1.414%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.978%205a2.55%202.55%200%200%200-1.926.877C4.233%207.7%203.699%209.751%204.153%2011.814c.44%201.995%201.778%203.893%203.456%205.572c1.68%201.679%203.577%203.018%205.57%203.459c2.062.456%204.115-.073%205.94-1.885a2.556%202.556%200%200%200%20.001-3.861l-1.21-1.21a2.69%202.69%200%200%200-3.802%200l-.617.618a.806.806%200%200%201-1.14%200l-1.854-1.855a.807.807%200%200%201%200-1.14l.618-.62a2.69%202.69%200%200%200%200-3.803l-1.21-1.211A2.56%202.56%200%200%200%207.978%205%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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