call ringing 03 icon

call-ringing-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
call-ringing-03
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the call ringing 03 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M12 4v3m6 0l-2 2M6 7l2 2"/><path stroke-linecap="square" d="m15.921 17.244l.01.058c.115.679.172 1.018.35 1.292q.08.122.18.228c.226.237.542.37 1.175.638c.95.402 1.426.603 1.882.523a1.6 1.6 0 0 0 .387-.122c.42-.194.7-.635 1.259-1.517c.582-.92.874-1.38.832-1.904a1.7 1.7 0 0 0-.078-.379c-.168-.499-.563-.77-1.353-1.311c-5.348-3.667-11.782-3.667-17.13 0c-.79.541-1.185.812-1.353 1.311a1.7 1.7 0 0 0-.078.379c-.042.524.25.984.832 1.904c.559.882.838 1.323 1.259 1.517q.185.086.387.122c.456.08.932-.121 1.882-.523c.633-.268.95-.401 1.175-.638q.1-.106.18-.228c.178-.274.235-.613.35-1.292l.01-.058c.118-.7.177-1.05.437-1.37c.036-.046.102-.117.144-.157c.3-.283.565-.348 1.095-.48a9.64 9.64 0 0 1 4.49 0c.53.132.795.197 1.095.48c.042.04.108.111.144.156c.26.321.319.671.437 1.371Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCallRinging03(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" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M12 4v3m6 0l-2 2M6 7l2 2"/><path strokeLinecap="square" d="m15.921 17.244l.01.058c.115.679.172 1.018.35 1.292q.08.122.18.228c.226.237.542.37 1.175.638c.95.402 1.426.603 1.882.523a1.6 1.6 0 0 0 .387-.122c.42-.194.7-.635 1.259-1.517c.582-.92.874-1.38.832-1.904a1.7 1.7 0 0 0-.078-.379c-.168-.499-.563-.77-1.353-1.311c-5.348-3.667-11.782-3.667-17.13 0c-.79.541-1.185.812-1.353 1.311a1.7 1.7 0 0 0-.078.379c-.042.524.25.984.832 1.904c.559.882.838 1.323 1.259 1.517q.185.086.387.122c.456.08.932-.121 1.882-.523c.633-.268.95-.401 1.175-.638q.1-.106.18-.228c.178-.274.235-.613.35-1.292l.01-.058c.118-.7.177-1.05.437-1.37c.036-.046.102-.117.144-.157c.3-.283.565-.348 1.095-.48a9.64 9.64 0 0 1 4.49 0c.53.132.795.197 1.095.48c.042.04.108.111.144.156c.26.321.319.671.437 1.371Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M12 4v3m6 0l-2 2M6 7l2 2"/><path stroke-linecap="square" d="m15.921 17.244l.01.058c.115.679.172 1.018.35 1.292q.08.122.18.228c.226.237.542.37 1.175.638c.95.402 1.426.603 1.882.523a1.6 1.6 0 0 0 .387-.122c.42-.194.7-.635 1.259-1.517c.582-.92.874-1.38.832-1.904a1.7 1.7 0 0 0-.078-.379c-.168-.499-.563-.77-1.353-1.311c-5.348-3.667-11.782-3.667-17.13 0c-.79.541-1.185.812-1.353 1.311a1.7 1.7 0 0 0-.078.379c-.042.524.25.984.832 1.904c.559.882.838 1.323 1.259 1.517q.185.086.387.122c.456.08.932-.121 1.882-.523c.633-.268.95-.401 1.175-.638q.1-.106.18-.228c.178-.274.235-.613.35-1.292l.01-.058c.118-.7.177-1.05.437-1.37c.036-.046.102-.117.144-.157c.3-.283.565-.348 1.095-.48a9.64 9.64 0 0 1 4.49 0c.53.132.795.197 1.095.48c.042.04.108.111.144.156c.26.321.319.671.437 1.371Z"/></g></svg>
</template>

CSS

.icon-call-ringing-03 {
  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%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%204v3m6%200l-2%202M6%207l2%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22m15.921%2017.244l.01.058c.115.679.172%201.018.35%201.292q.08.122.18.228c.226.237.542.37%201.175.638c.95.402%201.426.603%201.882.523a1.6%201.6%200%200%200%20.387-.122c.42-.194.7-.635%201.259-1.517c.582-.92.874-1.38.832-1.904a1.7%201.7%200%200%200-.078-.379c-.168-.499-.563-.77-1.353-1.311c-5.348-3.667-11.782-3.667-17.13%200c-.79.541-1.185.812-1.353%201.311a1.7%201.7%200%200%200-.078.379c-.042.524.25.984.832%201.904c.559.882.838%201.323%201.259%201.517q.185.086.387.122c.456.08.932-.121%201.882-.523c.633-.268.95-.401%201.175-.638q.1-.106.18-.228c.178-.274.235-.613.35-1.292l.01-.058c.118-.7.177-1.05.437-1.37c.036-.046.102-.117.144-.157c.3-.283.565-.348%201.095-.48a9.64%209.64%200%200%201%204.49%200c.53.132.795.197%201.095.48c.042.04.108.111.144.156c.26.321.319.671.437%201.371Z%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%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%204v3m6%200l-2%202M6%207l2%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22m15.921%2017.244l.01.058c.115.679.172%201.018.35%201.292q.08.122.18.228c.226.237.542.37%201.175.638c.95.402%201.426.603%201.882.523a1.6%201.6%200%200%200%20.387-.122c.42-.194.7-.635%201.259-1.517c.582-.92.874-1.38.832-1.904a1.7%201.7%200%200%200-.078-.379c-.168-.499-.563-.77-1.353-1.311c-5.348-3.667-11.782-3.667-17.13%200c-.79.541-1.185.812-1.353%201.311a1.7%201.7%200%200%200-.078.379c-.042.524.25.984.832%201.904c.559.882.838%201.323%201.259%201.517q.185.086.387.122c.456.08.932-.121%201.882-.523c.633-.268.95-.401%201.175-.638q.1-.106.18-.228c.178-.274.235-.613.35-1.292l.01-.058c.118-.7.177-1.05.437-1.37c.036-.046.102-.117.144-.157c.3-.283.565-.348%201.095-.48a9.64%209.64%200%200%201%204.49%200c.53.132.795.197%201.095.48c.042.04.108.111.144.156c.26.321.319.671.437%201.371Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/call-ringing-03.svg?color=%231a73e8&size=48