phone hangup icon

phone-hangup-filled from Reicon by REICON · Filled · Call · MIT Free for personal and commercial use.

Name
phone-hangup-filled
Set
Reicon
Style
Filled
Category
Call
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All phone hangup icons →

More call icons from Reicon

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="M22.382 15.766a1.05 1.05 0 0 0 .816-.709c.052-.16.052-.353.052-.62v-1.328a4.93 4.93 0 0 0-2.506-4.272a15 15 0 0 0-4.411-1.644a22.1 22.1 0 0 0-8.672 0A15 15 0 0 0 3.246 8.84A4.92 4.92 0 0 0 .75 13.1v1.336c0 .268 0 .462.052.622c.12.368.434.64.816.707c.166.03.358.002.623-.036l5.116-.73q.173-.023.296-.05a.8.8 0 0 0 .252-.097a.75.75 0 0 0 .277-.32a.8.8 0 0 0 .062-.264q.008-.126.006-.299v-2.516c2.852-.805 4.822-.804 7.5-.003v2.519q-.002.174.006.3a.8.8 0 0 0 .062.263a.75.75 0 0 0 .277.32c.08.051.166.079.252.098q.124.025.296.048l5.117.731c.264.038.456.066.622.037"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPhoneHangupFilled(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="M22.382 15.766a1.05 1.05 0 0 0 .816-.709c.052-.16.052-.353.052-.62v-1.328a4.93 4.93 0 0 0-2.506-4.272a15 15 0 0 0-4.411-1.644a22.1 22.1 0 0 0-8.672 0A15 15 0 0 0 3.246 8.84A4.92 4.92 0 0 0 .75 13.1v1.336c0 .268 0 .462.052.622c.12.368.434.64.816.707c.166.03.358.002.623-.036l5.116-.73q.173-.023.296-.05a.8.8 0 0 0 .252-.097a.75.75 0 0 0 .277-.32a.8.8 0 0 0 .062-.264q.008-.126.006-.299v-2.516c2.852-.805 4.822-.804 7.5-.003v2.519q-.002.174.006.3a.8.8 0 0 0 .062.263a.75.75 0 0 0 .277.32c.08.051.166.079.252.098q.124.025.296.048l5.117.731c.264.038.456.066.622.037"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.382 15.766a1.05 1.05 0 0 0 .816-.709c.052-.16.052-.353.052-.62v-1.328a4.93 4.93 0 0 0-2.506-4.272a15 15 0 0 0-4.411-1.644a22.1 22.1 0 0 0-8.672 0A15 15 0 0 0 3.246 8.84A4.92 4.92 0 0 0 .75 13.1v1.336c0 .268 0 .462.052.622c.12.368.434.64.816.707c.166.03.358.002.623-.036l5.116-.73q.173-.023.296-.05a.8.8 0 0 0 .252-.097a.75.75 0 0 0 .277-.32a.8.8 0 0 0 .062-.264q.008-.126.006-.299v-2.516c2.852-.805 4.822-.804 7.5-.003v2.519q-.002.174.006.3a.8.8 0 0 0 .062.263a.75.75 0 0 0 .277.32c.08.051.166.079.252.098q.124.025.296.048l5.117.731c.264.038.456.066.622.037"/></svg>
</template>

CSS

.icon-phone-hangup-filled {
  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%22M22.382%2015.766a1.05%201.05%200%200%200%20.816-.709c.052-.16.052-.353.052-.62v-1.328a4.93%204.93%200%200%200-2.506-4.272a15%2015%200%200%200-4.411-1.644a22.1%2022.1%200%200%200-8.672%200A15%2015%200%200%200%203.246%208.84A4.92%204.92%200%200%200%20.75%2013.1v1.336c0%20.268%200%20.462.052.622c.12.368.434.64.816.707c.166.03.358.002.623-.036l5.116-.73q.173-.023.296-.05a.8.8%200%200%200%20.252-.097a.75.75%200%200%200%20.277-.32a.8.8%200%200%200%20.062-.264q.008-.126.006-.299v-2.516c2.852-.805%204.822-.804%207.5-.003v2.519q-.002.174.006.3a.8.8%200%200%200%20.062.263a.75.75%200%200%200%20.277.32c.08.051.166.079.252.098q.124.025.296.048l5.117.731c.264.038.456.066.622.037%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%22M22.382%2015.766a1.05%201.05%200%200%200%20.816-.709c.052-.16.052-.353.052-.62v-1.328a4.93%204.93%200%200%200-2.506-4.272a15%2015%200%200%200-4.411-1.644a22.1%2022.1%200%200%200-8.672%200A15%2015%200%200%200%203.246%208.84A4.92%204.92%200%200%200%20.75%2013.1v1.336c0%20.268%200%20.462.052.622c.12.368.434.64.816.707c.166.03.358.002.623-.036l5.116-.73q.173-.023.296-.05a.8.8%200%200%200%20.252-.097a.75.75%200%200%200%20.277-.32a.8.8%200%200%200%20.062-.264q.008-.126.006-.299v-2.516c2.852-.805%204.822-.804%207.5-.003v2.519q-.002.174.006.3a.8.8%200%200%200%20.062.263a.75.75%200%200%200%20.277.32c.08.051.166.079.252.098q.124.025.296.048l5.117.731c.264.038.456.066.622.037%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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