call locked 02 icon

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

Name
call-locked-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the call locked 02 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M15.5 6.5V5a2 2 0 1 1 4 0v1.5m-4 0h4m-4 0c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C14 7.301 14 7.534 14 8v1c0 .943 0 1.414.293 1.707S15.057 11 16 11h3c.943 0 1.414 0 1.707-.293S21 9.943 21 9V8c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54c-.184-.077-.417-.077-.883-.077"/><path d="m9.158 5.712l-.402-.906c-.264-.592-.395-.888-.592-1.115a2 2 0 0 0-.928-.603C6.949 3 6.624 3 5.976 3c-.948 0-1.422 0-1.82.182a2.12 2.12 0 0 0-1.061 1.169c-.143.413-.102.838-.02 1.689q1.31 13.575 14.885 14.885c.85.082 1.276.123 1.69-.02a2.12 2.12 0 0 0 1.168-1.06c.182-.399.182-.873.182-1.821c0-.649 0-.973-.088-1.26a2 2 0 0 0-.603-.928c-.227-.197-.523-.328-1.115-.592l-.906-.402c-.642-.285-.962-.428-1.288-.459a2 2 0 0 0-.919.128c-.305.119-.575.343-1.114.793c-.537.447-.805.67-1.133.79a2.16 2.16 0 0 1-.982.101c-.345-.05-.61-.192-1.139-.475c-1.646-.88-2.553-1.787-3.433-3.433c-.283-.53-.424-.794-.475-1.14a2.16 2.16 0 0 1 .1-.98c.12-.329.344-.597.791-1.134c.45-.54.674-.809.793-1.114c.114-.292.158-.607.128-.919c-.031-.325-.174-.646-.459-1.288Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCallLocked02(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M15.5 6.5V5a2 2 0 1 1 4 0v1.5m-4 0h4m-4 0c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C14 7.301 14 7.534 14 8v1c0 .943 0 1.414.293 1.707S15.057 11 16 11h3c.943 0 1.414 0 1.707-.293S21 9.943 21 9V8c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54c-.184-.077-.417-.077-.883-.077"/><path d="m9.158 5.712l-.402-.906c-.264-.592-.395-.888-.592-1.115a2 2 0 0 0-.928-.603C6.949 3 6.624 3 5.976 3c-.948 0-1.422 0-1.82.182a2.12 2.12 0 0 0-1.061 1.169c-.143.413-.102.838-.02 1.689q1.31 13.575 14.885 14.885c.85.082 1.276.123 1.69-.02a2.12 2.12 0 0 0 1.168-1.06c.182-.399.182-.873.182-1.821c0-.649 0-.973-.088-1.26a2 2 0 0 0-.603-.928c-.227-.197-.523-.328-1.115-.592l-.906-.402c-.642-.285-.962-.428-1.288-.459a2 2 0 0 0-.919.128c-.305.119-.575.343-1.114.793c-.537.447-.805.67-1.133.79a2.16 2.16 0 0 1-.982.101c-.345-.05-.61-.192-1.139-.475c-1.646-.88-2.553-1.787-3.433-3.433c-.283-.53-.424-.794-.475-1.14a2.16 2.16 0 0 1 .1-.98c.12-.329.344-.597.791-1.134c.45-.54.674-.809.793-1.114c.114-.292.158-.607.128-.919c-.031-.325-.174-.646-.459-1.288Z"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M15.5 6.5V5a2 2 0 1 1 4 0v1.5m-4 0h4m-4 0c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C14 7.301 14 7.534 14 8v1c0 .943 0 1.414.293 1.707S15.057 11 16 11h3c.943 0 1.414 0 1.707-.293S21 9.943 21 9V8c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54c-.184-.077-.417-.077-.883-.077"/><path d="m9.158 5.712l-.402-.906c-.264-.592-.395-.888-.592-1.115a2 2 0 0 0-.928-.603C6.949 3 6.624 3 5.976 3c-.948 0-1.422 0-1.82.182a2.12 2.12 0 0 0-1.061 1.169c-.143.413-.102.838-.02 1.689q1.31 13.575 14.885 14.885c.85.082 1.276.123 1.69-.02a2.12 2.12 0 0 0 1.168-1.06c.182-.399.182-.873.182-1.821c0-.649 0-.973-.088-1.26a2 2 0 0 0-.603-.928c-.227-.197-.523-.328-1.115-.592l-.906-.402c-.642-.285-.962-.428-1.288-.459a2 2 0 0 0-.919.128c-.305.119-.575.343-1.114.793c-.537.447-.805.67-1.133.79a2.16 2.16 0 0 1-.982.101c-.345-.05-.61-.192-1.139-.475c-1.646-.88-2.553-1.787-3.433-3.433c-.283-.53-.424-.794-.475-1.14a2.16 2.16 0 0 1 .1-.98c.12-.329.344-.597.791-1.134c.45-.54.674-.809.793-1.114c.114-.292.158-.607.128-.919c-.031-.325-.174-.646-.459-1.288Z"/></g></svg>
</template>

CSS

.icon-call-locked-02 {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.5%206.5V5a2%202%200%201%201%204%200v1.5m-4%200h4m-4%200c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541C14%207.301%2014%207.534%2014%208v1c0%20.943%200%201.414.293%201.707S15.057%2011%2016%2011h3c.943%200%201.414%200%201.707-.293S21%209.943%2021%209V8c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54c-.184-.077-.417-.077-.883-.077%22%2F%3E%3Cpath%20d%3D%22m9.158%205.712l-.402-.906c-.264-.592-.395-.888-.592-1.115a2%202%200%200%200-.928-.603C6.949%203%206.624%203%205.976%203c-.948%200-1.422%200-1.82.182a2.12%202.12%200%200%200-1.061%201.169c-.143.413-.102.838-.02%201.689q1.31%2013.575%2014.885%2014.885c.85.082%201.276.123%201.69-.02a2.12%202.12%200%200%200%201.168-1.06c.182-.399.182-.873.182-1.821c0-.649%200-.973-.088-1.26a2%202%200%200%200-.603-.928c-.227-.197-.523-.328-1.115-.592l-.906-.402c-.642-.285-.962-.428-1.288-.459a2%202%200%200%200-.919.128c-.305.119-.575.343-1.114.793c-.537.447-.805.67-1.133.79a2.16%202.16%200%200%201-.982.101c-.345-.05-.61-.192-1.139-.475c-1.646-.88-2.553-1.787-3.433-3.433c-.283-.53-.424-.794-.475-1.14a2.16%202.16%200%200%201%20.1-.98c.12-.329.344-.597.791-1.134c.45-.54.674-.809.793-1.114c.114-.292.158-.607.128-.919c-.031-.325-.174-.646-.459-1.288Z%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.5%206.5V5a2%202%200%201%201%204%200v1.5m-4%200h4m-4%200c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541C14%207.301%2014%207.534%2014%208v1c0%20.943%200%201.414.293%201.707S15.057%2011%2016%2011h3c.943%200%201.414%200%201.707-.293S21%209.943%2021%209V8c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54c-.184-.077-.417-.077-.883-.077%22%2F%3E%3Cpath%20d%3D%22m9.158%205.712l-.402-.906c-.264-.592-.395-.888-.592-1.115a2%202%200%200%200-.928-.603C6.949%203%206.624%203%205.976%203c-.948%200-1.422%200-1.82.182a2.12%202.12%200%200%200-1.061%201.169c-.143.413-.102.838-.02%201.689q1.31%2013.575%2014.885%2014.885c.85.082%201.276.123%201.69-.02a2.12%202.12%200%200%200%201.168-1.06c.182-.399.182-.873.182-1.821c0-.649%200-.973-.088-1.26a2%202%200%200%200-.603-.928c-.227-.197-.523-.328-1.115-.592l-.906-.402c-.642-.285-.962-.428-1.288-.459a2%202%200%200%200-.919.128c-.305.119-.575.343-1.114.793c-.537.447-.805.67-1.133.79a2.16%202.16%200%200%201-.982.101c-.345-.05-.61-.192-1.139-.475c-1.646-.88-2.553-1.787-3.433-3.433c-.283-.53-.424-.794-.475-1.14a2.16%202.16%200%200%201%20.1-.98c.12-.329.344-.597.791-1.134c.45-.54.674-.809.793-1.114c.114-.292.158-.607.128-.919c-.031-.325-.174-.646-.459-1.288Z%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-locked-02.svg?color=%231a73e8&size=48