phone-ring from Material Design Icons by Pictogrammers · Filled · Cellphone / Phone · Apache-2.0 Free for personal and commercial use.

Name
phone-ring
Set
Material Design Icons
Style
Filled
Category
Cellphone / Phone
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More cellphone / phone icons from Material Design Icons

Use the phone ring icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.71 16.67C20.66 13.78 16.54 12 12 12S3.34 13.78.29 16.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48c.18.18.43.29.71.29c.27 0 .52-.11.7-.28c.79-.74 1.69-1.36 2.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9c.98.49 1.87 1.12 2.66 1.85c.18.18.43.28.7.28c.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71a1 1 0 0 0-.29-.7M21.16 6.26l-1.41-1.41l-3.56 3.55l1.41 1.41s3.45-3.52 3.56-3.55M13 2h-2v5h2zM6.4 9.81L7.81 8.4L4.26 4.84L2.84 6.26c.11.03 3.56 3.55 3.56 3.55"/></svg>

React

import type { SVGProps } from "react";

export function MdiPhoneRing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.71 16.67C20.66 13.78 16.54 12 12 12S3.34 13.78.29 16.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48c.18.18.43.29.71.29c.27 0 .52-.11.7-.28c.79-.74 1.69-1.36 2.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9c.98.49 1.87 1.12 2.66 1.85c.18.18.43.28.7.28c.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71a1 1 0 0 0-.29-.7M21.16 6.26l-1.41-1.41l-3.56 3.55l1.41 1.41s3.45-3.52 3.56-3.55M13 2h-2v5h2zM6.4 9.81L7.81 8.4L4.26 4.84L2.84 6.26c.11.03 3.56 3.55 3.56 3.55"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.71 16.67C20.66 13.78 16.54 12 12 12S3.34 13.78.29 16.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48c.18.18.43.29.71.29c.27 0 .52-.11.7-.28c.79-.74 1.69-1.36 2.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9c.98.49 1.87 1.12 2.66 1.85c.18.18.43.28.7.28c.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71a1 1 0 0 0-.29-.7M21.16 6.26l-1.41-1.41l-3.56 3.55l1.41 1.41s3.45-3.52 3.56-3.55M13 2h-2v5h2zM6.4 9.81L7.81 8.4L4.26 4.84L2.84 6.26c.11.03 3.56 3.55 3.56 3.55"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.71%2016.67C20.66%2013.78%2016.54%2012%2012%2012S3.34%2013.78.29%2016.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48%202.48c.18.18.43.29.71.29c.27%200%20.52-.11.7-.28c.79-.74%201.69-1.36%202.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.48%203-.73%204.6-.73s3.15.25%204.6.72v3.1c0%20.39.23.74.56.9c.98.49%201.87%201.12%202.66%201.85c.18.18.43.28.7.28c.28%200%20.53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71a1%201%200%200%200-.29-.7M21.16%206.26l-1.41-1.41l-3.56%203.55l1.41%201.41s3.45-3.52%203.56-3.55M13%202h-2v5h2zM6.4%209.81L7.81%208.4L4.26%204.84L2.84%206.26c.11.03%203.56%203.55%203.56%203.55%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.71%2016.67C20.66%2013.78%2016.54%2012%2012%2012S3.34%2013.78.29%2016.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48%202.48c.18.18.43.29.71.29c.27%200%20.52-.11.7-.28c.79-.74%201.69-1.36%202.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.48%203-.73%204.6-.73s3.15.25%204.6.72v3.1c0%20.39.23.74.56.9c.98.49%201.87%201.12%202.66%201.85c.18.18.43.28.7.28c.28%200%20.53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71a1%201%200%200%200-.29-.7M21.16%206.26l-1.41-1.41l-3.56%203.55l1.41%201.41s3.45-3.52%203.56-3.55M13%202h-2v5h2zM6.4%209.81L7.81%208.4L4.26%204.84L2.84%206.26c.11.03%203.56%203.55%203.56%203.55%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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