phone end icon

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

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

2 other variants in Reicon

The same icon in other sets

More call icons from Reicon

Use the phone end icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 13.478v-.616s0-1.466 4-1.466s4 1.466 4 1.466v.388c0 .956.723 1.77 1.7 1.912l2 .294c1.21.177 2.3-.73 2.3-1.913v-2.125c0-.587-.184-1.164-.63-1.562C20.23 8.837 17.42 7 12 7c-5.749 0-8.56 2.583-9.56 3.789c-.315.381-.44.864-.44 1.352v1.923c0 1.298 1.296 2.228 2.58 1.852l2-.587c.843-.247 1.42-.998 1.42-1.85"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPhoneEndFilled(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="M8 13.478v-.616s0-1.466 4-1.466s4 1.466 4 1.466v.388c0 .956.723 1.77 1.7 1.912l2 .294c1.21.177 2.3-.73 2.3-1.913v-2.125c0-.587-.184-1.164-.63-1.562C20.23 8.837 17.42 7 12 7c-5.749 0-8.56 2.583-9.56 3.789c-.315.381-.44.864-.44 1.352v1.923c0 1.298 1.296 2.228 2.58 1.852l2-.587c.843-.247 1.42-.998 1.42-1.85"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 13.478v-.616s0-1.466 4-1.466s4 1.466 4 1.466v.388c0 .956.723 1.77 1.7 1.912l2 .294c1.21.177 2.3-.73 2.3-1.913v-2.125c0-.587-.184-1.164-.63-1.562C20.23 8.837 17.42 7 12 7c-5.749 0-8.56 2.583-9.56 3.789c-.315.381-.44.864-.44 1.352v1.923c0 1.298 1.296 2.228 2.58 1.852l2-.587c.843-.247 1.42-.998 1.42-1.85"/></svg>
</template>

CSS

.icon-phone-end-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%22M8%2013.478v-.616s0-1.466%204-1.466s4%201.466%204%201.466v.388c0%20.956.723%201.77%201.7%201.912l2%20.294c1.21.177%202.3-.73%202.3-1.913v-2.125c0-.587-.184-1.164-.63-1.562C20.23%208.837%2017.42%207%2012%207c-5.749%200-8.56%202.583-9.56%203.789c-.315.381-.44.864-.44%201.352v1.923c0%201.298%201.296%202.228%202.58%201.852l2-.587c.843-.247%201.42-.998%201.42-1.85%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%22M8%2013.478v-.616s0-1.466%204-1.466s4%201.466%204%201.466v.388c0%20.956.723%201.77%201.7%201.912l2%20.294c1.21.177%202.3-.73%202.3-1.913v-2.125c0-.587-.184-1.164-.63-1.562C20.23%208.837%2017.42%207%2012%207c-5.749%200-8.56%202.583-9.56%203.789c-.315.381-.44.864-.44%201.352v1.923c0%201.298%201.296%202.228%202.58%201.852l2-.587c.843-.247%201.42-.998%201.42-1.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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