round phonelink ring icon

round-phonelink-ring from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.

Name
round-phonelink-ring
Set
Google Material Icons
Style
Baseline
Category
Communication
Viewbox
24×24
License
Apache 2.0

More communication icons from Google Material Icons

Use the round phonelink ring icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 1H4c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2m0 19H4V4h10zm6.63-11.74a.7.7 0 0 0-1.04-.06l-.03.03c-.25.25-.26.65-.05.93c1.26 1.64 1.25 3.87-.02 5.57c-.21.28-.19.67.05.92l.05.05c.29.29.76.26 1.03-.05c1.8-2.13 1.8-5.19.01-7.39m-3.21 2.11l-.06.06c-.2.2-.26.5-.15.76c.21.49.21 1.03 0 1.52c-.11.26-.05.56.15.76l.08.08c.32.32.87.25 1.09-.15c.49-.89.49-1.94-.01-2.86a.687.687 0 0 0-1.1-.17"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundPhonelinkRing(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="M14 1H4c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2m0 19H4V4h10zm6.63-11.74a.7.7 0 0 0-1.04-.06l-.03.03c-.25.25-.26.65-.05.93c1.26 1.64 1.25 3.87-.02 5.57c-.21.28-.19.67.05.92l.05.05c.29.29.76.26 1.03-.05c1.8-2.13 1.8-5.19.01-7.39m-3.21 2.11l-.06.06c-.2.2-.26.5-.15.76c.21.49.21 1.03 0 1.52c-.11.26-.05.56.15.76l.08.08c.32.32.87.25 1.09-.15c.49-.89.49-1.94-.01-2.86a.687.687 0 0 0-1.1-.17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 1H4c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2m0 19H4V4h10zm6.63-11.74a.7.7 0 0 0-1.04-.06l-.03.03c-.25.25-.26.65-.05.93c1.26 1.64 1.25 3.87-.02 5.57c-.21.28-.19.67.05.92l.05.05c.29.29.76.26 1.03-.05c1.8-2.13 1.8-5.19.01-7.39m-3.21 2.11l-.06.06c-.2.2-.26.5-.15.76c.21.49.21 1.03 0 1.52c-.11.26-.05.56.15.76l.08.08c.32.32.87.25 1.09-.15c.49-.89.49-1.94-.01-2.86a.687.687 0 0 0-1.1-.17"/></svg>
</template>

CSS

.icon-round-phonelink-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%22M14%201H4c-1.1%200-2%20.9-2%202v18c0%201.1.9%202%202%202h10c1.1%200%202-.9%202-2V3c0-1.1-.9-2-2-2m0%2019H4V4h10zm6.63-11.74a.7.7%200%200%200-1.04-.06l-.03.03c-.25.25-.26.65-.05.93c1.26%201.64%201.25%203.87-.02%205.57c-.21.28-.19.67.05.92l.05.05c.29.29.76.26%201.03-.05c1.8-2.13%201.8-5.19.01-7.39m-3.21%202.11l-.06.06c-.2.2-.26.5-.15.76c.21.49.21%201.03%200%201.52c-.11.26-.05.56.15.76l.08.08c.32.32.87.25%201.09-.15c.49-.89.49-1.94-.01-2.86a.687.687%200%200%200-1.1-.17%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%22M14%201H4c-1.1%200-2%20.9-2%202v18c0%201.1.9%202%202%202h10c1.1%200%202-.9%202-2V3c0-1.1-.9-2-2-2m0%2019H4V4h10zm6.63-11.74a.7.7%200%200%200-1.04-.06l-.03.03c-.25.25-.26.65-.05.93c1.26%201.64%201.25%203.87-.02%205.57c-.21.28-.19.67.05.92l.05.05c.29.29.76.26%201.03-.05c1.8-2.13%201.8-5.19.01-7.39m-3.21%202.11l-.06.06c-.2.2-.26.5-.15.76c.21.49.21%201.03%200%201.52c-.11.26-.05.56.15.76l.08.08c.32.32.87.25%201.09-.15c.49-.89.49-1.94-.01-2.86a.687.687%200%200%200-1.1-.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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