phone hangup icon

phone-hangup-solid from Flowbite Icons by Themesberg · Solid · General · MIT Free for personal and commercial use.

Name
phone-hangup-solid
Set
Flowbite Icons
Style
Solid
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

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="currentColor" d="M12.017 6.995c-2.306 0-4.534.408-6.215 1.507c-1.737 1.135-2.788 2.944-2.797 5.451a5 5 0 0 0 .01.62c.015.193.047.512.138.763a2.56 2.56 0 0 0 2.579 1.677H7.31a2.685 2.685 0 0 0 2.685-2.684v-.645a.684.684 0 0 1 .684-.684h2.647a.686.686 0 0 1 .686.687v.645c0 .712.284 1.395.787 1.898c.478.478 1.101.787 1.847.787h1.647a2.555 2.555 0 0 0 2.575-1.674c.09-.25.123-.57.137-.763c.015-.2.022-.433.01-.617c-.002-2.508-1.049-4.32-2.785-5.458c-1.68-1.1-3.907-1.51-6.213-1.51"/></svg>

React

import type { SVGProps } from "react";

export function FlowbitePhoneHangupSolid(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="M12.017 6.995c-2.306 0-4.534.408-6.215 1.507c-1.737 1.135-2.788 2.944-2.797 5.451a5 5 0 0 0 .01.62c.015.193.047.512.138.763a2.56 2.56 0 0 0 2.579 1.677H7.31a2.685 2.685 0 0 0 2.685-2.684v-.645a.684.684 0 0 1 .684-.684h2.647a.686.686 0 0 1 .686.687v.645c0 .712.284 1.395.787 1.898c.478.478 1.101.787 1.847.787h1.647a2.555 2.555 0 0 0 2.575-1.674c.09-.25.123-.57.137-.763c.015-.2.022-.433.01-.617c-.002-2.508-1.049-4.32-2.785-5.458c-1.68-1.1-3.907-1.51-6.213-1.51"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.017 6.995c-2.306 0-4.534.408-6.215 1.507c-1.737 1.135-2.788 2.944-2.797 5.451a5 5 0 0 0 .01.62c.015.193.047.512.138.763a2.56 2.56 0 0 0 2.579 1.677H7.31a2.685 2.685 0 0 0 2.685-2.684v-.645a.684.684 0 0 1 .684-.684h2.647a.686.686 0 0 1 .686.687v.645c0 .712.284 1.395.787 1.898c.478.478 1.101.787 1.847.787h1.647a2.555 2.555 0 0 0 2.575-1.674c.09-.25.123-.57.137-.763c.015-.2.022-.433.01-.617c-.002-2.508-1.049-4.32-2.785-5.458c-1.68-1.1-3.907-1.51-6.213-1.51"/></svg>
</template>

CSS

.icon-phone-hangup-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.017%206.995c-2.306%200-4.534.408-6.215%201.507c-1.737%201.135-2.788%202.944-2.797%205.451a5%205%200%200%200%20.01.62c.015.193.047.512.138.763a2.56%202.56%200%200%200%202.579%201.677H7.31a2.685%202.685%200%200%200%202.685-2.684v-.645a.684.684%200%200%201%20.684-.684h2.647a.686.686%200%200%201%20.686.687v.645c0%20.712.284%201.395.787%201.898c.478.478%201.101.787%201.847.787h1.647a2.555%202.555%200%200%200%202.575-1.674c.09-.25.123-.57.137-.763c.015-.2.022-.433.01-.617c-.002-2.508-1.049-4.32-2.785-5.458c-1.68-1.1-3.907-1.51-6.213-1.51%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%22M12.017%206.995c-2.306%200-4.534.408-6.215%201.507c-1.737%201.135-2.788%202.944-2.797%205.451a5%205%200%200%200%20.01.62c.015.193.047.512.138.763a2.56%202.56%200%200%200%202.579%201.677H7.31a2.685%202.685%200%200%200%202.685-2.684v-.645a.684.684%200%200%201%20.684-.684h2.647a.686.686%200%200%201%20.686.687v.645c0%20.712.284%201.395.787%201.898c.478.478%201.101.787%201.847.787h1.647a2.555%202.555%200%200%200%202.575-1.674c.09-.25.123-.57.137-.763c.015-.2.022-.433.01-.617c-.002-2.508-1.049-4.32-2.785-5.458c-1.68-1.1-3.907-1.51-6.213-1.51%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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