phone outgoing icon

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

Name
phone-outgoing
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 outgoing 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-.2C6.2 27.9 3.4 11.3 3 6.2C2.9 4.6 4.1 3.1 5.8 3h5.5c.8 0 1.6.5 1.9 1.3L14.6 8c.3.7.1 1.6-.4 2.2l-2.1 2.1c.7 3.9 3.7 6.9 7.6 7.6l2.2-2.1c.6-.6 1.4-.7 2.2-.4l3.8 1.5c.7.3 1.2 1 1.2 1.9V26c-.1 1.7-1.4 3-3.1 3M6 5c-.6 0-1 .4-1 1v.1C5.5 12 8.4 26 25.9 27c.6 0 1-.4 1.1-.9v-5.4l-3.8-1.5l-2.9 2.9l-.4-.1c-8.7-1.1-9.9-9.8-9.9-9.9l-.1-.5l2.8-2.9L11.3 5z"/><path fill="currentColor" d="M20 4v2h4.6L18 12.6l1.4 1.4L26 7.4V12h2V4z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPhoneOutgoing(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-.2C6.2 27.9 3.4 11.3 3 6.2C2.9 4.6 4.1 3.1 5.8 3h5.5c.8 0 1.6.5 1.9 1.3L14.6 8c.3.7.1 1.6-.4 2.2l-2.1 2.1c.7 3.9 3.7 6.9 7.6 7.6l2.2-2.1c.6-.6 1.4-.7 2.2-.4l3.8 1.5c.7.3 1.2 1 1.2 1.9V26c-.1 1.7-1.4 3-3.1 3M6 5c-.6 0-1 .4-1 1v.1C5.5 12 8.4 26 25.9 27c.6 0 1-.4 1.1-.9v-5.4l-3.8-1.5l-2.9 2.9l-.4-.1c-8.7-1.1-9.9-9.8-9.9-9.9l-.1-.5l2.8-2.9L11.3 5z"/><path fill="currentColor" d="M20 4v2h4.6L18 12.6l1.4 1.4L26 7.4V12h2V4z"/></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-.2C6.2 27.9 3.4 11.3 3 6.2C2.9 4.6 4.1 3.1 5.8 3h5.5c.8 0 1.6.5 1.9 1.3L14.6 8c.3.7.1 1.6-.4 2.2l-2.1 2.1c.7 3.9 3.7 6.9 7.6 7.6l2.2-2.1c.6-.6 1.4-.7 2.2-.4l3.8 1.5c.7.3 1.2 1 1.2 1.9V26c-.1 1.7-1.4 3-3.1 3M6 5c-.6 0-1 .4-1 1v.1C5.5 12 8.4 26 25.9 27c.6 0 1-.4 1.1-.9v-5.4l-3.8-1.5l-2.9 2.9l-.4-.1c-8.7-1.1-9.9-9.8-9.9-9.9l-.1-.5l2.8-2.9L11.3 5z"/><path fill="currentColor" d="M20 4v2h4.6L18 12.6l1.4 1.4L26 7.4V12h2V4z"/></svg>
</template>

CSS

.icon-phone-outgoing {
  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-.2C6.2%2027.9%203.4%2011.3%203%206.2C2.9%204.6%204.1%203.1%205.8%203h5.5c.8%200%201.6.5%201.9%201.3L14.6%208c.3.7.1%201.6-.4%202.2l-2.1%202.1c.7%203.9%203.7%206.9%207.6%207.6l2.2-2.1c.6-.6%201.4-.7%202.2-.4l3.8%201.5c.7.3%201.2%201%201.2%201.9V26c-.1%201.7-1.4%203-3.1%203M6%205c-.6%200-1%20.4-1%201v.1C5.5%2012%208.4%2026%2025.9%2027c.6%200%201-.4%201.1-.9v-5.4l-3.8-1.5l-2.9%202.9l-.4-.1c-8.7-1.1-9.9-9.8-9.9-9.9l-.1-.5l2.8-2.9L11.3%205z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204v2h4.6L18%2012.6l1.4%201.4L26%207.4V12h2V4z%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-.2C6.2%2027.9%203.4%2011.3%203%206.2C2.9%204.6%204.1%203.1%205.8%203h5.5c.8%200%201.6.5%201.9%201.3L14.6%208c.3.7.1%201.6-.4%202.2l-2.1%202.1c.7%203.9%203.7%206.9%207.6%207.6l2.2-2.1c.6-.6%201.4-.7%202.2-.4l3.8%201.5c.7.3%201.2%201%201.2%201.9V26c-.1%201.7-1.4%203-3.1%203M6%205c-.6%200-1%20.4-1%201v.1C5.5%2012%208.4%2026%2025.9%2027c.6%200%201-.4%201.1-.9v-5.4l-3.8-1.5l-2.9%202.9l-.4-.1c-8.7-1.1-9.9-9.8-9.9-9.9l-.1-.5l2.8-2.9L11.3%205z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204v2h4.6L18%2012.6l1.4%201.4L26%207.4V12h2V4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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