missed call icon
missed-call from Unicons by Iconscout · Line · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- missed-call
- Set
- Unicons
- Style
- Line
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More communication icons from Unicons
callingdesktop-cloud-altenvelopeenvelope-addenvelope-altenvelope-blockenvelope-bookmarkenvelope-checkenvelope-downloadenvelope-download-altenvelope-editenvelope-exclamationenvelope-heartenvelope-infoenvelope-lockenvelope-minusenvelope-openenvelope-questionenvelope-receiveenvelope-redoenvelope-searchenvelope-sendenvelope-shareenvelope-shield
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="currentColor" d="M6 7.49a1 1 0 0 0 1-1V5.9l2.88 2.88a3 3 0 0 0 4.24 0l4.59-4.59a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0l-4.58 4.58a1 1 0 0 1-1.42 0L8.41 4.49H9a1 1 0 0 0 0-2H6a1 1 0 0 0-.92.61a1.1 1.1 0 0 0-.08.39v3a1 1 0 0 0 1 1m15.94 7.36a16.27 16.27 0 0 0-19.88 0a2.7 2.7 0 0 0-1 2a2.66 2.66 0 0 0 .78 2.07l1.76 1.8a2.68 2.68 0 0 0 3.46.28l.47-.32a8 8 0 0 1 1-.55a1.85 1.85 0 0 0 1-2.3l-.09-.24a10.5 10.5 0 0 1 5.22 0l-.09.24a1.85 1.85 0 0 0 1 2.3a8 8 0 0 1 1 .55l.47.32a2.58 2.58 0 0 0 1.54.5a2.72 2.72 0 0 0 1.92-.79l1.81-1.82a2.66 2.66 0 0 0 .69-2.06a2.69 2.69 0 0 0-1.06-1.98m-1.14 2.64L19 19.3a.68.68 0 0 1-.86.1c-.19-.14-.38-.27-.59-.4a12 12 0 0 0-1.09-.61l.4-1.09a1 1 0 0 0-.6-1.28a12.42 12.42 0 0 0-8.5 0a1 1 0 0 0-.6 1.28l.4 1.1a10 10 0 0 0-1.1.6l-.58.4a.66.66 0 0 1-.88-.1l-1.8-1.81A.67.67 0 0 1 3 17a.76.76 0 0 1 .28-.53a14.29 14.29 0 0 1 17.44 0A.76.76 0 0 1 21 17a.67.67 0 0 1-.2.49"/></svg>
React
import type { SVGProps } from "react";
export function UilMissedCall(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="M6 7.49a1 1 0 0 0 1-1V5.9l2.88 2.88a3 3 0 0 0 4.24 0l4.59-4.59a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0l-4.58 4.58a1 1 0 0 1-1.42 0L8.41 4.49H9a1 1 0 0 0 0-2H6a1 1 0 0 0-.92.61a1.1 1.1 0 0 0-.08.39v3a1 1 0 0 0 1 1m15.94 7.36a16.27 16.27 0 0 0-19.88 0a2.7 2.7 0 0 0-1 2a2.66 2.66 0 0 0 .78 2.07l1.76 1.8a2.68 2.68 0 0 0 3.46.28l.47-.32a8 8 0 0 1 1-.55a1.85 1.85 0 0 0 1-2.3l-.09-.24a10.5 10.5 0 0 1 5.22 0l-.09.24a1.85 1.85 0 0 0 1 2.3a8 8 0 0 1 1 .55l.47.32a2.58 2.58 0 0 0 1.54.5a2.72 2.72 0 0 0 1.92-.79l1.81-1.82a2.66 2.66 0 0 0 .69-2.06a2.69 2.69 0 0 0-1.06-1.98m-1.14 2.64L19 19.3a.68.68 0 0 1-.86.1c-.19-.14-.38-.27-.59-.4a12 12 0 0 0-1.09-.61l.4-1.09a1 1 0 0 0-.6-1.28a12.42 12.42 0 0 0-8.5 0a1 1 0 0 0-.6 1.28l.4 1.1a10 10 0 0 0-1.1.6l-.58.4a.66.66 0 0 1-.88-.1l-1.8-1.81A.67.67 0 0 1 3 17a.76.76 0 0 1 .28-.53a14.29 14.29 0 0 1 17.44 0A.76.76 0 0 1 21 17a.67.67 0 0 1-.2.49"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 7.49a1 1 0 0 0 1-1V5.9l2.88 2.88a3 3 0 0 0 4.24 0l4.59-4.59a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0l-4.58 4.58a1 1 0 0 1-1.42 0L8.41 4.49H9a1 1 0 0 0 0-2H6a1 1 0 0 0-.92.61a1.1 1.1 0 0 0-.08.39v3a1 1 0 0 0 1 1m15.94 7.36a16.27 16.27 0 0 0-19.88 0a2.7 2.7 0 0 0-1 2a2.66 2.66 0 0 0 .78 2.07l1.76 1.8a2.68 2.68 0 0 0 3.46.28l.47-.32a8 8 0 0 1 1-.55a1.85 1.85 0 0 0 1-2.3l-.09-.24a10.5 10.5 0 0 1 5.22 0l-.09.24a1.85 1.85 0 0 0 1 2.3a8 8 0 0 1 1 .55l.47.32a2.58 2.58 0 0 0 1.54.5a2.72 2.72 0 0 0 1.92-.79l1.81-1.82a2.66 2.66 0 0 0 .69-2.06a2.69 2.69 0 0 0-1.06-1.98m-1.14 2.64L19 19.3a.68.68 0 0 1-.86.1c-.19-.14-.38-.27-.59-.4a12 12 0 0 0-1.09-.61l.4-1.09a1 1 0 0 0-.6-1.28a12.42 12.42 0 0 0-8.5 0a1 1 0 0 0-.6 1.28l.4 1.1a10 10 0 0 0-1.1.6l-.58.4a.66.66 0 0 1-.88-.1l-1.8-1.81A.67.67 0 0 1 3 17a.76.76 0 0 1 .28-.53a14.29 14.29 0 0 1 17.44 0A.76.76 0 0 1 21 17a.67.67 0 0 1-.2.49"/></svg> </template>
CSS
.icon-missed-call {
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%22M6%207.49a1%201%200%200%200%201-1V5.9l2.88%202.88a3%203%200%200%200%204.24%200l4.59-4.59a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200l-4.58%204.58a1%201%200%200%201-1.42%200L8.41%204.49H9a1%201%200%200%200%200-2H6a1%201%200%200%200-.92.61a1.1%201.1%200%200%200-.08.39v3a1%201%200%200%200%201%201m15.94%207.36a16.27%2016.27%200%200%200-19.88%200a2.7%202.7%200%200%200-1%202a2.66%202.66%200%200%200%20.78%202.07l1.76%201.8a2.68%202.68%200%200%200%203.46.28l.47-.32a8%208%200%200%201%201-.55a1.85%201.85%200%200%200%201-2.3l-.09-.24a10.5%2010.5%200%200%201%205.22%200l-.09.24a1.85%201.85%200%200%200%201%202.3a8%208%200%200%201%201%20.55l.47.32a2.58%202.58%200%200%200%201.54.5a2.72%202.72%200%200%200%201.92-.79l1.81-1.82a2.66%202.66%200%200%200%20.69-2.06a2.69%202.69%200%200%200-1.06-1.98m-1.14%202.64L19%2019.3a.68.68%200%200%201-.86.1c-.19-.14-.38-.27-.59-.4a12%2012%200%200%200-1.09-.61l.4-1.09a1%201%200%200%200-.6-1.28a12.42%2012.42%200%200%200-8.5%200a1%201%200%200%200-.6%201.28l.4%201.1a10%2010%200%200%200-1.1.6l-.58.4a.66.66%200%200%201-.88-.1l-1.8-1.81A.67.67%200%200%201%203%2017a.76.76%200%200%201%20.28-.53a14.29%2014.29%200%200%201%2017.44%200A.76.76%200%200%201%2021%2017a.67.67%200%200%201-.2.49%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%22M6%207.49a1%201%200%200%200%201-1V5.9l2.88%202.88a3%203%200%200%200%204.24%200l4.59-4.59a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200l-4.58%204.58a1%201%200%200%201-1.42%200L8.41%204.49H9a1%201%200%200%200%200-2H6a1%201%200%200%200-.92.61a1.1%201.1%200%200%200-.08.39v3a1%201%200%200%200%201%201m15.94%207.36a16.27%2016.27%200%200%200-19.88%200a2.7%202.7%200%200%200-1%202a2.66%202.66%200%200%200%20.78%202.07l1.76%201.8a2.68%202.68%200%200%200%203.46.28l.47-.32a8%208%200%200%201%201-.55a1.85%201.85%200%200%200%201-2.3l-.09-.24a10.5%2010.5%200%200%201%205.22%200l-.09.24a1.85%201.85%200%200%200%201%202.3a8%208%200%200%201%201%20.55l.47.32a2.58%202.58%200%200%200%201.54.5a2.72%202.72%200%200%200%201.92-.79l1.81-1.82a2.66%202.66%200%200%200%20.69-2.06a2.69%202.69%200%200%200-1.06-1.98m-1.14%202.64L19%2019.3a.68.68%200%200%201-.86.1c-.19-.14-.38-.27-.59-.4a12%2012%200%200%200-1.09-.61l.4-1.09a1%201%200%200%200-.6-1.28a12.42%2012.42%200%200%200-8.5%200a1%201%200%200%200-.6%201.28l.4%201.1a10%2010%200%200%200-1.1.6l-.58.4a.66.66%200%200%201-.88-.1l-1.8-1.81A.67.67%200%200%201%203%2017a.76.76%200%200%201%20.28-.53a14.29%2014.29%200%200%201%2017.44%200A.76.76%200%200%201%2021%2017a.67.67%200%200%201-.2.49%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/missed-call.svg?color=%231a73e8&size=48