phonelink ring icon

phonelink-ring-sharp from Material Symbols by Google · Sharp · Apache-2.0 Free for personal and commercial use.

Name
phonelink-ring-sharp
Set
Material Symbols
Style
Sharp
Viewbox
24×24
License
Apache 2.0

4 other variants in Material Symbols

The same icon in other sets

Related icons in Material Symbols

Use the 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="M18.35 14.85L16.9 13.4q.3-.275.463-.637t.162-.763t-.162-.763t-.463-.637l1.45-1.45q.575.575.875 1.313t.3 1.537t-.3 1.538t-.875 1.312m2.45 2.45l-1.4-1.4q.775-.775 1.2-1.775T21.025 12T20.6 9.875T19.4 8.1l1.4-1.4q1.075 1.05 1.65 2.425T23.025 12t-.575 2.875T20.8 17.3M5 23V1h14v6h-2V6H7v12h10v-1h2v6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPhonelinkRingSharp(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="M18.35 14.85L16.9 13.4q.3-.275.463-.637t.162-.763t-.162-.763t-.463-.637l1.45-1.45q.575.575.875 1.313t.3 1.537t-.3 1.538t-.875 1.312m2.45 2.45l-1.4-1.4q.775-.775 1.2-1.775T21.025 12T20.6 9.875T19.4 8.1l1.4-1.4q1.075 1.05 1.65 2.425T23.025 12t-.575 2.875T20.8 17.3M5 23V1h14v6h-2V6H7v12h10v-1h2v6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.35 14.85L16.9 13.4q.3-.275.463-.637t.162-.763t-.162-.763t-.463-.637l1.45-1.45q.575.575.875 1.313t.3 1.537t-.3 1.538t-.875 1.312m2.45 2.45l-1.4-1.4q.775-.775 1.2-1.775T21.025 12T20.6 9.875T19.4 8.1l1.4-1.4q1.075 1.05 1.65 2.425T23.025 12t-.575 2.875T20.8 17.3M5 23V1h14v6h-2V6H7v12h10v-1h2v6z"/></svg>
</template>

CSS

.icon-phonelink-ring-sharp {
  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%22M18.35%2014.85L16.9%2013.4q.3-.275.463-.637t.162-.763t-.162-.763t-.463-.637l1.45-1.45q.575.575.875%201.313t.3%201.537t-.3%201.538t-.875%201.312m2.45%202.45l-1.4-1.4q.775-.775%201.2-1.775T21.025%2012T20.6%209.875T19.4%208.1l1.4-1.4q1.075%201.05%201.65%202.425T23.025%2012t-.575%202.875T20.8%2017.3M5%2023V1h14v6h-2V6H7v12h10v-1h2v6z%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%22M18.35%2014.85L16.9%2013.4q.3-.275.463-.637t.162-.763t-.162-.763t-.463-.637l1.45-1.45q.575.575.875%201.313t.3%201.537t-.3%201.538t-.875%201.312m2.45%202.45l-1.4-1.4q.775-.775%201.2-1.775T21.025%2012T20.6%209.875T19.4%208.1l1.4-1.4q1.075%201.05%201.65%202.425T23.025%2012t-.575%202.875T20.8%2017.3M5%2023V1h14v6h-2V6H7v12h10v-1h2v6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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