phone ring2 icon

phone-ring2 from Reicon by REICON · Outline · Call · MIT Free for personal and commercial use.

Name
phone-ring2
Set
Reicon
Style
Outline
Category
Call
Viewbox
24×24
License
MIT

2 other variants in Reicon

More call icons from Reicon

Use the phone ring2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.26 1.88a.75.75 0 0 1 .861-.62c.026.005.107.02.15.03q.129.028.352.091c.297.087.712.23 1.21.457c.996.457 2.321 1.256 3.697 2.632s2.175 2.701 2.632 3.698c.228.497.37.912.457 1.209a6 6 0 0 1 .113.455l.005.03a.765.765 0 0 1-.617.879a.75.75 0 0 1-.86-.617l-.014-.068a4 4 0 0 0-.067-.26a7.4 7.4 0 0 0-.38-1.003c-.39-.85-1.091-2.025-2.33-3.262c-1.237-1.238-2.411-1.94-3.262-2.33a7.4 7.4 0 0 0-1.003-.38a6 6 0 0 0-.318-.08a.76.76 0 0 1-.626-.86"/><path fill-rule="evenodd" d="M13.486 5.33a.75.75 0 0 1 .927-.515l-.206.72l.206-.72h.003l.003.002l.008.002l.02.006q.023.007.056.02q.068.022.177.069c.146.062.345.159.59.303c.49.29 1.157.771 1.942 1.556s1.266 1.453 1.556 1.943c.145.244.241.443.304.59a3 3 0 0 1 .088.233l.007.02l.002.007v.003l.001.002l-.72.207l.72-.206a.75.75 0 0 1-1.439.423l-.003-.011l-.035-.088a4 4 0 0 0-.216-.416c-.223-.377-.625-.946-1.325-1.646s-1.27-1.103-1.646-1.326a4 4 0 0 0-.504-.25l-.011-.004a.75.75 0 0 1-.505-.924m-8.479-.923c1.68-1.68 4.516-1.552 5.686.544l.649 1.163c.763 1.369.438 3.096-.68 4.228a.63.63 0 0 0-.104.336c-.013.256.078.849.997 1.767c.918.918 1.51 1.01 1.767.997a.63.63 0 0 0 .337-.103c1.131-1.119 2.859-1.444 4.227-.68l1.163.649c2.096 1.17 2.224 4.005.544 5.685c-.899.898-2.093 1.697-3.498 1.75c-2.08.079-5.536-.458-8.958-3.88c-3.421-3.422-3.959-6.877-3.88-8.958c.053-1.404.852-2.6 1.75-3.498m4.376 1.275c-.6-1.073-2.21-1.32-3.315-.214c-.775.775-1.28 1.63-1.312 2.494c-.066 1.735.363 4.76 3.442 7.84s6.105 3.508 7.84 3.442c.863-.032 1.72-.537 2.494-1.312c1.106-1.106.86-2.715-.214-3.314l-1.163-.65c-.723-.403-1.74-.265-2.453.448c-.07.07-.516.486-1.307.524c-.81.04-1.791-.324-2.9-1.434c-1.111-1.11-1.475-2.091-1.435-2.902c.038-.791.455-1.237.524-1.306c.714-.714.851-1.73.448-2.453z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPhoneRing2(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 d="M13.26 1.88a.75.75 0 0 1 .861-.62c.026.005.107.02.15.03q.129.028.352.091c.297.087.712.23 1.21.457c.996.457 2.321 1.256 3.697 2.632s2.175 2.701 2.632 3.698c.228.497.37.912.457 1.209a6 6 0 0 1 .113.455l.005.03a.765.765 0 0 1-.617.879a.75.75 0 0 1-.86-.617l-.014-.068a4 4 0 0 0-.067-.26a7.4 7.4 0 0 0-.38-1.003c-.39-.85-1.091-2.025-2.33-3.262c-1.237-1.238-2.411-1.94-3.262-2.33a7.4 7.4 0 0 0-1.003-.38a6 6 0 0 0-.318-.08a.76.76 0 0 1-.626-.86"/><path fillRule="evenodd" d="M13.486 5.33a.75.75 0 0 1 .927-.515l-.206.72l.206-.72h.003l.003.002l.008.002l.02.006q.023.007.056.02q.068.022.177.069c.146.062.345.159.59.303c.49.29 1.157.771 1.942 1.556s1.266 1.453 1.556 1.943c.145.244.241.443.304.59a3 3 0 0 1 .088.233l.007.02l.002.007v.003l.001.002l-.72.207l.72-.206a.75.75 0 0 1-1.439.423l-.003-.011l-.035-.088a4 4 0 0 0-.216-.416c-.223-.377-.625-.946-1.325-1.646s-1.27-1.103-1.646-1.326a4 4 0 0 0-.504-.25l-.011-.004a.75.75 0 0 1-.505-.924m-8.479-.923c1.68-1.68 4.516-1.552 5.686.544l.649 1.163c.763 1.369.438 3.096-.68 4.228a.63.63 0 0 0-.104.336c-.013.256.078.849.997 1.767c.918.918 1.51 1.01 1.767.997a.63.63 0 0 0 .337-.103c1.131-1.119 2.859-1.444 4.227-.68l1.163.649c2.096 1.17 2.224 4.005.544 5.685c-.899.898-2.093 1.697-3.498 1.75c-2.08.079-5.536-.458-8.958-3.88c-3.421-3.422-3.959-6.877-3.88-8.958c.053-1.404.852-2.6 1.75-3.498m4.376 1.275c-.6-1.073-2.21-1.32-3.315-.214c-.775.775-1.28 1.63-1.312 2.494c-.066 1.735.363 4.76 3.442 7.84s6.105 3.508 7.84 3.442c.863-.032 1.72-.537 2.494-1.312c1.106-1.106.86-2.715-.214-3.314l-1.163-.65c-.723-.403-1.74-.265-2.453.448c-.07.07-.516.486-1.307.524c-.81.04-1.791-.324-2.9-1.434c-1.111-1.11-1.475-2.091-1.435-2.902c.038-.791.455-1.237.524-1.306c.714-.714.851-1.73.448-2.453z" clipRule="evenodd"/></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 d="M13.26 1.88a.75.75 0 0 1 .861-.62c.026.005.107.02.15.03q.129.028.352.091c.297.087.712.23 1.21.457c.996.457 2.321 1.256 3.697 2.632s2.175 2.701 2.632 3.698c.228.497.37.912.457 1.209a6 6 0 0 1 .113.455l.005.03a.765.765 0 0 1-.617.879a.75.75 0 0 1-.86-.617l-.014-.068a4 4 0 0 0-.067-.26a7.4 7.4 0 0 0-.38-1.003c-.39-.85-1.091-2.025-2.33-3.262c-1.237-1.238-2.411-1.94-3.262-2.33a7.4 7.4 0 0 0-1.003-.38a6 6 0 0 0-.318-.08a.76.76 0 0 1-.626-.86"/><path fill-rule="evenodd" d="M13.486 5.33a.75.75 0 0 1 .927-.515l-.206.72l.206-.72h.003l.003.002l.008.002l.02.006q.023.007.056.02q.068.022.177.069c.146.062.345.159.59.303c.49.29 1.157.771 1.942 1.556s1.266 1.453 1.556 1.943c.145.244.241.443.304.59a3 3 0 0 1 .088.233l.007.02l.002.007v.003l.001.002l-.72.207l.72-.206a.75.75 0 0 1-1.439.423l-.003-.011l-.035-.088a4 4 0 0 0-.216-.416c-.223-.377-.625-.946-1.325-1.646s-1.27-1.103-1.646-1.326a4 4 0 0 0-.504-.25l-.011-.004a.75.75 0 0 1-.505-.924m-8.479-.923c1.68-1.68 4.516-1.552 5.686.544l.649 1.163c.763 1.369.438 3.096-.68 4.228a.63.63 0 0 0-.104.336c-.013.256.078.849.997 1.767c.918.918 1.51 1.01 1.767.997a.63.63 0 0 0 .337-.103c1.131-1.119 2.859-1.444 4.227-.68l1.163.649c2.096 1.17 2.224 4.005.544 5.685c-.899.898-2.093 1.697-3.498 1.75c-2.08.079-5.536-.458-8.958-3.88c-3.421-3.422-3.959-6.877-3.88-8.958c.053-1.404.852-2.6 1.75-3.498m4.376 1.275c-.6-1.073-2.21-1.32-3.315-.214c-.775.775-1.28 1.63-1.312 2.494c-.066 1.735.363 4.76 3.442 7.84s6.105 3.508 7.84 3.442c.863-.032 1.72-.537 2.494-1.312c1.106-1.106.86-2.715-.214-3.314l-1.163-.65c-.723-.403-1.74-.265-2.453.448c-.07.07-.516.486-1.307.524c-.81.04-1.791-.324-2.9-1.434c-1.111-1.11-1.475-2.091-1.435-2.902c.038-.791.455-1.237.524-1.306c.714-.714.851-1.73.448-2.453z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-phone-ring2 {
  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%20d%3D%22M13.26%201.88a.75.75%200%200%201%20.861-.62c.026.005.107.02.15.03q.129.028.352.091c.297.087.712.23%201.21.457c.996.457%202.321%201.256%203.697%202.632s2.175%202.701%202.632%203.698c.228.497.37.912.457%201.209a6%206%200%200%201%20.113.455l.005.03a.765.765%200%200%201-.617.879a.75.75%200%200%201-.86-.617l-.014-.068a4%204%200%200%200-.067-.26a7.4%207.4%200%200%200-.38-1.003c-.39-.85-1.091-2.025-2.33-3.262c-1.237-1.238-2.411-1.94-3.262-2.33a7.4%207.4%200%200%200-1.003-.38a6%206%200%200%200-.318-.08a.76.76%200%200%201-.626-.86%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.486%205.33a.75.75%200%200%201%20.927-.515l-.206.72l.206-.72h.003l.003.002l.008.002l.02.006q.023.007.056.02q.068.022.177.069c.146.062.345.159.59.303c.49.29%201.157.771%201.942%201.556s1.266%201.453%201.556%201.943c.145.244.241.443.304.59a3%203%200%200%201%20.088.233l.007.02l.002.007v.003l.001.002l-.72.207l.72-.206a.75.75%200%200%201-1.439.423l-.003-.011l-.035-.088a4%204%200%200%200-.216-.416c-.223-.377-.625-.946-1.325-1.646s-1.27-1.103-1.646-1.326a4%204%200%200%200-.504-.25l-.011-.004a.75.75%200%200%201-.505-.924m-8.479-.923c1.68-1.68%204.516-1.552%205.686.544l.649%201.163c.763%201.369.438%203.096-.68%204.228a.63.63%200%200%200-.104.336c-.013.256.078.849.997%201.767c.918.918%201.51%201.01%201.767.997a.63.63%200%200%200%20.337-.103c1.131-1.119%202.859-1.444%204.227-.68l1.163.649c2.096%201.17%202.224%204.005.544%205.685c-.899.898-2.093%201.697-3.498%201.75c-2.08.079-5.536-.458-8.958-3.88c-3.421-3.422-3.959-6.877-3.88-8.958c.053-1.404.852-2.6%201.75-3.498m4.376%201.275c-.6-1.073-2.21-1.32-3.315-.214c-.775.775-1.28%201.63-1.312%202.494c-.066%201.735.363%204.76%203.442%207.84s6.105%203.508%207.84%203.442c.863-.032%201.72-.537%202.494-1.312c1.106-1.106.86-2.715-.214-3.314l-1.163-.65c-.723-.403-1.74-.265-2.453.448c-.07.07-.516.486-1.307.524c-.81.04-1.791-.324-2.9-1.434c-1.111-1.11-1.475-2.091-1.435-2.902c.038-.791.455-1.237.524-1.306c.714-.714.851-1.73.448-2.453z%22%20clip-rule%3D%22evenodd%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%20d%3D%22M13.26%201.88a.75.75%200%200%201%20.861-.62c.026.005.107.02.15.03q.129.028.352.091c.297.087.712.23%201.21.457c.996.457%202.321%201.256%203.697%202.632s2.175%202.701%202.632%203.698c.228.497.37.912.457%201.209a6%206%200%200%201%20.113.455l.005.03a.765.765%200%200%201-.617.879a.75.75%200%200%201-.86-.617l-.014-.068a4%204%200%200%200-.067-.26a7.4%207.4%200%200%200-.38-1.003c-.39-.85-1.091-2.025-2.33-3.262c-1.237-1.238-2.411-1.94-3.262-2.33a7.4%207.4%200%200%200-1.003-.38a6%206%200%200%200-.318-.08a.76.76%200%200%201-.626-.86%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.486%205.33a.75.75%200%200%201%20.927-.515l-.206.72l.206-.72h.003l.003.002l.008.002l.02.006q.023.007.056.02q.068.022.177.069c.146.062.345.159.59.303c.49.29%201.157.771%201.942%201.556s1.266%201.453%201.556%201.943c.145.244.241.443.304.59a3%203%200%200%201%20.088.233l.007.02l.002.007v.003l.001.002l-.72.207l.72-.206a.75.75%200%200%201-1.439.423l-.003-.011l-.035-.088a4%204%200%200%200-.216-.416c-.223-.377-.625-.946-1.325-1.646s-1.27-1.103-1.646-1.326a4%204%200%200%200-.504-.25l-.011-.004a.75.75%200%200%201-.505-.924m-8.479-.923c1.68-1.68%204.516-1.552%205.686.544l.649%201.163c.763%201.369.438%203.096-.68%204.228a.63.63%200%200%200-.104.336c-.013.256.078.849.997%201.767c.918.918%201.51%201.01%201.767.997a.63.63%200%200%200%20.337-.103c1.131-1.119%202.859-1.444%204.227-.68l1.163.649c2.096%201.17%202.224%204.005.544%205.685c-.899.898-2.093%201.697-3.498%201.75c-2.08.079-5.536-.458-8.958-3.88c-3.421-3.422-3.959-6.877-3.88-8.958c.053-1.404.852-2.6%201.75-3.498m4.376%201.275c-.6-1.073-2.21-1.32-3.315-.214c-.775.775-1.28%201.63-1.312%202.494c-.066%201.735.363%204.76%203.442%207.84s6.105%203.508%207.84%203.442c.863-.032%201.72-.537%202.494-1.312c1.106-1.106.86-2.715-.214-3.314l-1.163-.65c-.723-.403-1.74-.265-2.453.448c-.07.07-.516.486-1.307.524c-.81.04-1.791-.324-2.9-1.434c-1.111-1.11-1.475-2.091-1.435-2.902c.038-.791.455-1.237.524-1.306c.714-.714.851-1.73.448-2.453z%22%20clip-rule%3D%22evenodd%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/phone-ring2.svg?color=%231a73e8&size=48

Phone Ring2 outline icon — Reicon · IconsDB