incoming call icon
incoming-call-outline from Flowbite Icons by Themesberg · Outline · Media · MIT Free for personal and commercial use.
- Name
- incoming-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
backward-step-outlinecamera-photo-outlinecaption-outlinecircle-pause-outlineclapperboard-play-outlinecomputer-speaker-outlineforward-step-outlineheadphones-outlinelist-music-outlinemicrophone-outlinemicrophone-slash-outlinemissed-call-outlinemusic-alt-outlinemusic-outlineoutgoing-call-outlinepause-outlineplay-outlinerectangle-list-outlineshuffle-outlinestop-outlinevideo-camera-outlinevolume-mute-outline
Use the incoming 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="M19.023 4L14 8.981m0 0h3.03m-3.03 0V6m4.233 8.515L17.09 13.37c-1.143-1.144-1.976-.37-2.839.457a1.684 1.684 0 0 1-2.382 0l-1.871-1.873c-.656-.656-.925-1.46 0-2.384c.849-.868 1.684-1.612.493-2.804L9.3 5.575c-.905-.905-1.992-.383-2.619.237c-3.132 3.111-1.72 6.77 1.41 9.901s6.788 4.547 9.906 1.426c.174-.147.55-.565.647-.772a1.56 1.56 0 0 0-.411-1.852"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteIncomingCallOutline(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="M19.023 4L14 8.981m0 0h3.03m-3.03 0V6m4.233 8.515L17.09 13.37c-1.143-1.144-1.976-.37-2.839.457a1.684 1.684 0 0 1-2.382 0l-1.871-1.873c-.656-.656-.925-1.46 0-2.384c.849-.868 1.684-1.612.493-2.804L9.3 5.575c-.905-.905-1.992-.383-2.619.237c-3.132 3.111-1.72 6.77 1.41 9.901s6.788 4.547 9.906 1.426c.174-.147.55-.565.647-.772a1.56 1.56 0 0 0-.411-1.852"/></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="M19.023 4L14 8.981m0 0h3.03m-3.03 0V6m4.233 8.515L17.09 13.37c-1.143-1.144-1.976-.37-2.839.457a1.684 1.684 0 0 1-2.382 0l-1.871-1.873c-.656-.656-.925-1.46 0-2.384c.849-.868 1.684-1.612.493-2.804L9.3 5.575c-.905-.905-1.992-.383-2.619.237c-3.132 3.111-1.72 6.77 1.41 9.901s6.788 4.547 9.906 1.426c.174-.147.55-.565.647-.772a1.56 1.56 0 0 0-.411-1.852"/></svg> </template>
CSS
.icon-incoming-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%22M19.023%204L14%208.981m0%200h3.03m-3.03%200V6m4.233%208.515L17.09%2013.37c-1.143-1.144-1.976-.37-2.839.457a1.684%201.684%200%200%201-2.382%200l-1.871-1.873c-.656-.656-.925-1.46%200-2.384c.849-.868%201.684-1.612.493-2.804L9.3%205.575c-.905-.905-1.992-.383-2.619.237c-3.132%203.111-1.72%206.77%201.41%209.901s6.788%204.547%209.906%201.426c.174-.147.55-.565.647-.772a1.56%201.56%200%200%200-.411-1.852%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%22M19.023%204L14%208.981m0%200h3.03m-3.03%200V6m4.233%208.515L17.09%2013.37c-1.143-1.144-1.976-.37-2.839.457a1.684%201.684%200%200%201-2.382%200l-1.871-1.873c-.656-.656-.925-1.46%200-2.384c.849-.868%201.684-1.612.493-2.804L9.3%205.575c-.905-.905-1.992-.383-2.619.237c-3.132%203.111-1.72%206.77%201.41%209.901s6.788%204.547%209.906%201.426c.174-.147.55-.565.647-.772a1.56%201.56%200%200%200-.411-1.852%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/incoming-call-outline.svg?color=%231a73e8&size=48