phone hangup icon
phone-hangup-outline from Flowbite Icons by Themesberg · Outline · General · MIT Free for personal and commercial use.
- Name
- phone-hangup-outline
- Set
- Flowbite Icons
- Style
- Outline
- Category
- General
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
More general icons from Flowbite Icons
add-column-after-outlineadd-column-before-outlineadjustments-horizontal-outlineadjustments-vertical-outlineannotation-outlineapi-key-outlinearchive-outlinearrow-up-right-from-square-outlineatom-outlineaward-outlinebadge-check-outlineban-outlinebarcode-outlinebars-from-left-outlinebars-outlinebattery-outlinebed-outlinebell-active-alt-outlinebell-active-outlinebell-outlinebell-ring-outlineblender-phone-outlinebook-open-outlinebook-outline
Use the phone hangup 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="M5.693 16.013H7.31a1.685 1.685 0 0 0 1.685-1.684v-.645A1.684 1.684 0 0 1 10.679 12h2.647a1.686 1.686 0 0 1 1.686 1.686v.646c0 .446.178.875.494 1.19c.316.317.693.495 1.14.495h1.685a1.556 1.556 0 0 0 1.597-1.016c.078-.214.107-.776.088-1.002c.014-4.415-3.571-6.003-8-6.004c-4.427 0-8.014 1.585-8.01 5.996c-.02.227.009.79.087 1.003a1.56 1.56 0 0 0 1.6 1.02Z"/></svg>
React
import type { SVGProps } from "react";
export function FlowbitePhoneHangupOutline(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="M5.693 16.013H7.31a1.685 1.685 0 0 0 1.685-1.684v-.645A1.684 1.684 0 0 1 10.679 12h2.647a1.686 1.686 0 0 1 1.686 1.686v.646c0 .446.178.875.494 1.19c.316.317.693.495 1.14.495h1.685a1.556 1.556 0 0 0 1.597-1.016c.078-.214.107-.776.088-1.002c.014-4.415-3.571-6.003-8-6.004c-4.427 0-8.014 1.585-8.01 5.996c-.02.227.009.79.087 1.003a1.56 1.56 0 0 0 1.6 1.02Z"/></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="M5.693 16.013H7.31a1.685 1.685 0 0 0 1.685-1.684v-.645A1.684 1.684 0 0 1 10.679 12h2.647a1.686 1.686 0 0 1 1.686 1.686v.646c0 .446.178.875.494 1.19c.316.317.693.495 1.14.495h1.685a1.556 1.556 0 0 0 1.597-1.016c.078-.214.107-.776.088-1.002c.014-4.415-3.571-6.003-8-6.004c-4.427 0-8.014 1.585-8.01 5.996c-.02.227.009.79.087 1.003a1.56 1.56 0 0 0 1.6 1.02Z"/></svg> </template>
CSS
.icon-phone-hangup-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%22M5.693%2016.013H7.31a1.685%201.685%200%200%200%201.685-1.684v-.645A1.684%201.684%200%200%201%2010.679%2012h2.647a1.686%201.686%200%200%201%201.686%201.686v.646c0%20.446.178.875.494%201.19c.316.317.693.495%201.14.495h1.685a1.556%201.556%200%200%200%201.597-1.016c.078-.214.107-.776.088-1.002c.014-4.415-3.571-6.003-8-6.004c-4.427%200-8.014%201.585-8.01%205.996c-.02.227.009.79.087%201.003a1.56%201.56%200%200%200%201.6%201.02Z%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%22M5.693%2016.013H7.31a1.685%201.685%200%200%200%201.685-1.684v-.645A1.684%201.684%200%200%201%2010.679%2012h2.647a1.686%201.686%200%200%201%201.686%201.686v.646c0%20.446.178.875.494%201.19c.316.317.693.495%201.14.495h1.685a1.556%201.556%200%200%200%201.597-1.016c.078-.214.107-.776.088-1.002c.014-4.415-3.571-6.003-8-6.004c-4.427%200-8.014%201.585-8.01%205.996c-.02.227.009.79.087%201.003a1.56%201.56%200%200%200%201.6%201.02Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/phone-hangup-outline.svg?color=%231a73e8&size=48