phone incoming icon

phone-incoming from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
phone-incoming
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

1 other variant in Carbon

The same icon in other sets

More actions icons from Carbon

Use the phone incoming icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 29h-.17C6.18 27.87 3.39 11.29 3 6.23a3 3 0 0 1 2.761-3.221Q5.88 3 6 3h5.27a2 2 0 0 1 1.86 1.26L14.65 8a2 2 0 0 1-.44 2.16l-2.13 2.15a9.36 9.36 0 0 0 7.58 7.6l2.17-2.15a2 2 0 0 1 2.17-.41l3.77 1.51A2 2 0 0 1 29 20.72V26a3 3 0 0 1-3 3M6 5a1 1 0 0 0-1.003.997q0 .042.003.083C5.46 12 8.41 26 25.94 27a1 1 0 0 0 1.058-.938L27 26v-5.28l-3.77-1.51l-2.87 2.85l-.48-.06c-8.7-1.09-9.88-9.79-9.88-9.88l-.06-.48l2.84-2.87L11.28 5Z"/><path fill="currentColor" d="M27 13v-2h-4.586L29 4.414L27.586 3L21 9.586V5h-2v8z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPhoneIncoming(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 29h-.17C6.18 27.87 3.39 11.29 3 6.23a3 3 0 0 1 2.761-3.221Q5.88 3 6 3h5.27a2 2 0 0 1 1.86 1.26L14.65 8a2 2 0 0 1-.44 2.16l-2.13 2.15a9.36 9.36 0 0 0 7.58 7.6l2.17-2.15a2 2 0 0 1 2.17-.41l3.77 1.51A2 2 0 0 1 29 20.72V26a3 3 0 0 1-3 3M6 5a1 1 0 0 0-1.003.997q0 .042.003.083C5.46 12 8.41 26 25.94 27a1 1 0 0 0 1.058-.938L27 26v-5.28l-3.77-1.51l-2.87 2.85l-.48-.06c-8.7-1.09-9.88-9.79-9.88-9.88l-.06-.48l2.84-2.87L11.28 5Z"/><path fill="currentColor" d="M27 13v-2h-4.586L29 4.414L27.586 3L21 9.586V5h-2v8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 29h-.17C6.18 27.87 3.39 11.29 3 6.23a3 3 0 0 1 2.761-3.221Q5.88 3 6 3h5.27a2 2 0 0 1 1.86 1.26L14.65 8a2 2 0 0 1-.44 2.16l-2.13 2.15a9.36 9.36 0 0 0 7.58 7.6l2.17-2.15a2 2 0 0 1 2.17-.41l3.77 1.51A2 2 0 0 1 29 20.72V26a3 3 0 0 1-3 3M6 5a1 1 0 0 0-1.003.997q0 .042.003.083C5.46 12 8.41 26 25.94 27a1 1 0 0 0 1.058-.938L27 26v-5.28l-3.77-1.51l-2.87 2.85l-.48-.06c-8.7-1.09-9.88-9.79-9.88-9.88l-.06-.48l2.84-2.87L11.28 5Z"/><path fill="currentColor" d="M27 13v-2h-4.586L29 4.414L27.586 3L21 9.586V5h-2v8z"/></svg>
</template>

CSS

.icon-phone-incoming {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2029h-.17C6.18%2027.87%203.39%2011.29%203%206.23a3%203%200%200%201%202.761-3.221Q5.88%203%206%203h5.27a2%202%200%200%201%201.86%201.26L14.65%208a2%202%200%200%201-.44%202.16l-2.13%202.15a9.36%209.36%200%200%200%207.58%207.6l2.17-2.15a2%202%200%200%201%202.17-.41l3.77%201.51A2%202%200%200%201%2029%2020.72V26a3%203%200%200%201-3%203M6%205a1%201%200%200%200-1.003.997q0%20.042.003.083C5.46%2012%208.41%2026%2025.94%2027a1%201%200%200%200%201.058-.938L27%2026v-5.28l-3.77-1.51l-2.87%202.85l-.48-.06c-8.7-1.09-9.88-9.79-9.88-9.88l-.06-.48l2.84-2.87L11.28%205Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2013v-2h-4.586L29%204.414L27.586%203L21%209.586V5h-2v8z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2029h-.17C6.18%2027.87%203.39%2011.29%203%206.23a3%203%200%200%201%202.761-3.221Q5.88%203%206%203h5.27a2%202%200%200%201%201.86%201.26L14.65%208a2%202%200%200%201-.44%202.16l-2.13%202.15a9.36%209.36%200%200%200%207.58%207.6l2.17-2.15a2%202%200%200%201%202.17-.41l3.77%201.51A2%202%200%200%201%2029%2020.72V26a3%203%200%200%201-3%203M6%205a1%201%200%200%200-1.003.997q0%20.042.003.083C5.46%2012%208.41%2026%2025.94%2027a1%201%200%200%200%201.058-.938L27%2026v-5.28l-3.77-1.51l-2.87%202.85l-.48-.06c-8.7-1.09-9.88-9.79-9.88-9.88l-.06-.48l2.84-2.87L11.28%205Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2013v-2h-4.586L29%204.414L27.586%203L21%209.586V5h-2v8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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