phonecall receive icon

phonecall-receive-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.

Name
phonecall-receive-solid
Set
Teenyicons
Style
Solid
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

Related icons in Teenyicons

Use the phonecall receive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M2.5 0A2.5 2.5 0 0 0 0 2.5v2C0 10.299 4.701 15 10.5 15h2a2.5 2.5 0 0 0 2.5-2.5v-1.382a1.5 1.5 0 0 0-.83-1.342l-2.415-1.208a1.5 1.5 0 0 0-2.094.868l-.298.893a.71.71 0 0 1-.812.471A5.55 5.55 0 0 1 4.2 6.45a.71.71 0 0 1 .471-.812l1.109-.37a1.5 1.5 0 0 0 .98-1.787l-.586-2.344A1.5 1.5 0 0 0 4.72 0z"/><path fill="currentColor" d="M14.146.146L9 5.293V3H8v4h4V6H9.707L14.854.854z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsPhonecallReceiveSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M2.5 0A2.5 2.5 0 0 0 0 2.5v2C0 10.299 4.701 15 10.5 15h2a2.5 2.5 0 0 0 2.5-2.5v-1.382a1.5 1.5 0 0 0-.83-1.342l-2.415-1.208a1.5 1.5 0 0 0-2.094.868l-.298.893a.71.71 0 0 1-.812.471A5.55 5.55 0 0 1 4.2 6.45a.71.71 0 0 1 .471-.812l1.109-.37a1.5 1.5 0 0 0 .98-1.787l-.586-2.344A1.5 1.5 0 0 0 4.72 0z"/><path fill="currentColor" d="M14.146.146L9 5.293V3H8v4h4V6H9.707L14.854.854z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M2.5 0A2.5 2.5 0 0 0 0 2.5v2C0 10.299 4.701 15 10.5 15h2a2.5 2.5 0 0 0 2.5-2.5v-1.382a1.5 1.5 0 0 0-.83-1.342l-2.415-1.208a1.5 1.5 0 0 0-2.094.868l-.298.893a.71.71 0 0 1-.812.471A5.55 5.55 0 0 1 4.2 6.45a.71.71 0 0 1 .471-.812l1.109-.37a1.5 1.5 0 0 0 .98-1.787l-.586-2.344A1.5 1.5 0 0 0 4.72 0z"/><path fill="currentColor" d="M14.146.146L9 5.293V3H8v4h4V6H9.707L14.854.854z"/></svg>
</template>

CSS

.icon-phonecall-receive-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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%200A2.5%202.5%200%200%200%200%202.5v2C0%2010.299%204.701%2015%2010.5%2015h2a2.5%202.5%200%200%200%202.5-2.5v-1.382a1.5%201.5%200%200%200-.83-1.342l-2.415-1.208a1.5%201.5%200%200%200-2.094.868l-.298.893a.71.71%200%200%201-.812.471A5.55%205.55%200%200%201%204.2%206.45a.71.71%200%200%201%20.471-.812l1.109-.37a1.5%201.5%200%200%200%20.98-1.787l-.586-2.344A1.5%201.5%200%200%200%204.72%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.146.146L9%205.293V3H8v4h4V6H9.707L14.854.854z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%200A2.5%202.5%200%200%200%200%202.5v2C0%2010.299%204.701%2015%2010.5%2015h2a2.5%202.5%200%200%200%202.5-2.5v-1.382a1.5%201.5%200%200%200-.83-1.342l-2.415-1.208a1.5%201.5%200%200%200-2.094.868l-.298.893a.71.71%200%200%201-.812.471A5.55%205.55%200%200%201%204.2%206.45a.71.71%200%200%201%20.471-.812l1.109-.37a1.5%201.5%200%200%200%20.98-1.787l-.586-2.344A1.5%201.5%200%200%200%204.72%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.146.146L9%205.293V3H8v4h4V6H9.707L14.854.854z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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