phonecall icon

phonecall-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
phonecall-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

Related icons in Teenyicons

Use the phonecall icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="m14.5.5l-6 6m6-6V4m0-3.5H11M2.5.5h2.22a1 1 0 0 1 .97.757l.585 2.345a1 1 0 0 1-.654 1.19l-1.108.37a1.21 1.21 0 0 0-.804 1.385a6.05 6.05 0 0 0 4.744 4.744a1.21 1.21 0 0 0 1.385-.804l.297-.893a1 1 0 0 1 1.396-.578l2.416 1.208a1 1 0 0 1 .553.894V12.5a2 2 0 0 1-2 2h-2c-5.523 0-10-4.477-10-10v-2a2 2 0 0 1 2-2Z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsPhonecallOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="m14.5.5l-6 6m6-6V4m0-3.5H11M2.5.5h2.22a1 1 0 0 1 .97.757l.585 2.345a1 1 0 0 1-.654 1.19l-1.108.37a1.21 1.21 0 0 0-.804 1.385a6.05 6.05 0 0 0 4.744 4.744a1.21 1.21 0 0 0 1.385-.804l.297-.893a1 1 0 0 1 1.396-.578l2.416 1.208a1 1 0 0 1 .553.894V12.5a2 2 0 0 1-2 2h-2c-5.523 0-10-4.477-10-10v-2a2 2 0 0 1 2-2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="m14.5.5l-6 6m6-6V4m0-3.5H11M2.5.5h2.22a1 1 0 0 1 .97.757l.585 2.345a1 1 0 0 1-.654 1.19l-1.108.37a1.21 1.21 0 0 0-.804 1.385a6.05 6.05 0 0 0 4.744 4.744a1.21 1.21 0 0 0 1.385-.804l.297-.893a1 1 0 0 1 1.396-.578l2.416 1.208a1 1 0 0 1 .553.894V12.5a2 2 0 0 1-2 2h-2c-5.523 0-10-4.477-10-10v-2a2 2 0 0 1 2-2Z"/></svg>
</template>

CSS

.icon-phonecall-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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22m14.5.5l-6%206m6-6V4m0-3.5H11M2.5.5h2.22a1%201%200%200%201%20.97.757l.585%202.345a1%201%200%200%201-.654%201.19l-1.108.37a1.21%201.21%200%200%200-.804%201.385a6.05%206.05%200%200%200%204.744%204.744a1.21%201.21%200%200%200%201.385-.804l.297-.893a1%201%200%200%201%201.396-.578l2.416%201.208a1%201%200%200%201%20.553.894V12.5a2%202%200%200%201-2%202h-2c-5.523%200-10-4.477-10-10v-2a2%202%200%200%201%202-2Z%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%22none%22%20stroke%3D%22currentColor%22%20d%3D%22m14.5.5l-6%206m6-6V4m0-3.5H11M2.5.5h2.22a1%201%200%200%201%20.97.757l.585%202.345a1%201%200%200%201-.654%201.19l-1.108.37a1.21%201.21%200%200%200-.804%201.385a6.05%206.05%200%200%200%204.744%204.744a1.21%201.21%200%200%200%201.385-.804l.297-.893a1%201%200%200%201%201.396-.578l2.416%201.208a1%201%200%200%201%20.553.894V12.5a2%202%200%200%201-2%202h-2c-5.523%200-10-4.477-10-10v-2a2%202%200%200%201%202-2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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