phone ring icon

phone-ring from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.

Name
phone-ring
Set
Majesticons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Majesticons

The same icon in other sets

Related icons in Majesticons

Use the phone ring icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M23 17.5L20.5 20l-3-2v-4.158C15.976 13.337 14.146 13 12 13s-3.976.337-5.5.842V18l-3 2L1 17.5c.665-.997 2.479-2.657 5.5-3.658C8.024 13.337 9.855 13 12 13s3.976.337 5.5.842c3.021 1 4.835 2.66 5.5 3.658"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.5 13.842C15.976 13.337 14.146 13 12 13s-3.976.337-5.5.842m11 0c3.021 1 4.835 2.66 5.5 3.658L20.5 20l-3-2zm-11 0c-3.021 1-4.835 2.66-5.5 3.658L3.5 20l3-2zM12 4v4M4.636 6.636l2.828 2.828m11.9-2.828l-2.828 2.828"/></g></svg>

React

import type { SVGProps } from "react";

export function MajesticonsPhoneRing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M23 17.5L20.5 20l-3-2v-4.158C15.976 13.337 14.146 13 12 13s-3.976.337-5.5.842V18l-3 2L1 17.5c.665-.997 2.479-2.657 5.5-3.658C8.024 13.337 9.855 13 12 13s3.976.337 5.5.842c3.021 1 4.835 2.66 5.5 3.658"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M17.5 13.842C15.976 13.337 14.146 13 12 13s-3.976.337-5.5.842m11 0c3.021 1 4.835 2.66 5.5 3.658L20.5 20l-3-2zm-11 0c-3.021 1-4.835 2.66-5.5 3.658L3.5 20l3-2zM12 4v4M4.636 6.636l2.828 2.828m11.9-2.828l-2.828 2.828"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M23 17.5L20.5 20l-3-2v-4.158C15.976 13.337 14.146 13 12 13s-3.976.337-5.5.842V18l-3 2L1 17.5c.665-.997 2.479-2.657 5.5-3.658C8.024 13.337 9.855 13 12 13s3.976.337 5.5.842c3.021 1 4.835 2.66 5.5 3.658"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.5 13.842C15.976 13.337 14.146 13 12 13s-3.976.337-5.5.842m11 0c3.021 1 4.835 2.66 5.5 3.658L20.5 20l-3-2zm-11 0c-3.021 1-4.835 2.66-5.5 3.658L3.5 20l3-2zM12 4v4M4.636 6.636l2.828 2.828m11.9-2.828l-2.828 2.828"/></g></svg>
</template>

CSS

.icon-phone-ring {
  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%22none%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2017.5L20.5%2020l-3-2v-4.158C15.976%2013.337%2014.146%2013%2012%2013s-3.976.337-5.5.842V18l-3%202L1%2017.5c.665-.997%202.479-2.657%205.5-3.658C8.024%2013.337%209.855%2013%2012%2013s3.976.337%205.5.842c3.021%201%204.835%202.66%205.5%203.658%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17.5%2013.842C15.976%2013.337%2014.146%2013%2012%2013s-3.976.337-5.5.842m11%200c3.021%201%204.835%202.66%205.5%203.658L20.5%2020l-3-2zm-11%200c-3.021%201-4.835%202.66-5.5%203.658L3.5%2020l3-2zM12%204v4M4.636%206.636l2.828%202.828m11.9-2.828l-2.828%202.828%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%22none%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2017.5L20.5%2020l-3-2v-4.158C15.976%2013.337%2014.146%2013%2012%2013s-3.976.337-5.5.842V18l-3%202L1%2017.5c.665-.997%202.479-2.657%205.5-3.658C8.024%2013.337%209.855%2013%2012%2013s3.976.337%205.5.842c3.021%201%204.835%202.66%205.5%203.658%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17.5%2013.842C15.976%2013.337%2014.146%2013%2012%2013s-3.976.337-5.5.842m11%200c3.021%201%204.835%202.66%205.5%203.658L20.5%2020l-3-2zm-11%200c-3.021%201-4.835%202.66-5.5%203.658L3.5%2020l3-2zM12%204v4M4.636%206.636l2.828%202.828m11.9-2.828l-2.828%202.828%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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