phone2 icon

phone2-duotone from Reicon by REICON · Duotone · Call · MIT Free for personal and commercial use.

Name
phone2-duotone
Set
Reicon
Style
Duotone
Category
Call
Viewbox
24×24
License
MIT

2 other variants in Reicon

More call icons from Reicon

Use the phone2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="m10.687 6.48l-.65-1.164c-.884-1.585-3.106-1.772-4.5-.379c-.836.837-1.487 1.863-1.53 2.996c-.056 1.47.217 3.728 1.83 6.173l4.278-4.278c.922-.923 1.157-2.3.572-3.349m3.485 7.405l-4.278 4.279c2.445 1.612 4.704 1.885 6.173 1.83c1.133-.043 2.159-.695 2.996-1.532c1.393-1.393 1.206-3.615-.38-4.5l-1.162-.649c-1.05-.585-2.426-.35-3.349.572" clip-rule="evenodd"/><path d="M11.025 12.976c-2.03-2.029-.91-3.148-.91-3.148l-4.279 4.278c.482.731 1.084 1.479 1.832 2.227s1.495 1.349 2.226 1.83l4.278-4.277s-1.119 1.119-3.148-.91" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPhone2Duotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="m10.687 6.48l-.65-1.164c-.884-1.585-3.106-1.772-4.5-.379c-.836.837-1.487 1.863-1.53 2.996c-.056 1.47.217 3.728 1.83 6.173l4.278-4.278c.922-.923 1.157-2.3.572-3.349m3.485 7.405l-4.278 4.279c2.445 1.612 4.704 1.885 6.173 1.83c1.133-.043 2.159-.695 2.996-1.532c1.393-1.393 1.206-3.615-.38-4.5l-1.162-.649c-1.05-.585-2.426-.35-3.349.572" clipRule="evenodd"/><path d="M11.025 12.976c-2.03-2.029-.91-3.148-.91-3.148l-4.279 4.278c.482.731 1.084 1.479 1.832 2.227s1.495 1.349 2.226 1.83l4.278-4.277s-1.119 1.119-3.148-.91" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="m10.687 6.48l-.65-1.164c-.884-1.585-3.106-1.772-4.5-.379c-.836.837-1.487 1.863-1.53 2.996c-.056 1.47.217 3.728 1.83 6.173l4.278-4.278c.922-.923 1.157-2.3.572-3.349m3.485 7.405l-4.278 4.279c2.445 1.612 4.704 1.885 6.173 1.83c1.133-.043 2.159-.695 2.996-1.532c1.393-1.393 1.206-3.615-.38-4.5l-1.162-.649c-1.05-.585-2.426-.35-3.349.572" clip-rule="evenodd"/><path d="M11.025 12.976c-2.03-2.029-.91-3.148-.91-3.148l-4.279 4.278c.482.731 1.084 1.479 1.832 2.227s1.495 1.349 2.226 1.83l4.278-4.277s-1.119 1.119-3.148-.91" opacity=".5"/></g></svg>
</template>

CSS

.icon-phone2-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m10.687%206.48l-.65-1.164c-.884-1.585-3.106-1.772-4.5-.379c-.836.837-1.487%201.863-1.53%202.996c-.056%201.47.217%203.728%201.83%206.173l4.278-4.278c.922-.923%201.157-2.3.572-3.349m3.485%207.405l-4.278%204.279c2.445%201.612%204.704%201.885%206.173%201.83c1.133-.043%202.159-.695%202.996-1.532c1.393-1.393%201.206-3.615-.38-4.5l-1.162-.649c-1.05-.585-2.426-.35-3.349.572%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.025%2012.976c-2.03-2.029-.91-3.148-.91-3.148l-4.279%204.278c.482.731%201.084%201.479%201.832%202.227s1.495%201.349%202.226%201.83l4.278-4.277s-1.119%201.119-3.148-.91%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m10.687%206.48l-.65-1.164c-.884-1.585-3.106-1.772-4.5-.379c-.836.837-1.487%201.863-1.53%202.996c-.056%201.47.217%203.728%201.83%206.173l4.278-4.278c.922-.923%201.157-2.3.572-3.349m3.485%207.405l-4.278%204.279c2.445%201.612%204.704%201.885%206.173%201.83c1.133-.043%202.159-.695%202.996-1.532c1.393-1.393%201.206-3.615-.38-4.5l-1.162-.649c-1.05-.585-2.426-.35-3.349.572%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.025%2012.976c-2.03-2.029-.91-3.148-.91-3.148l-4.279%204.278c.482.731%201.084%201.479%201.832%202.227s1.495%201.349%202.226%201.83l4.278-4.277s-1.119%201.119-3.148-.91%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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