phone medical2 icon

phone-medical2-filled from Reicon by REICON · Filled · Call · MIT Free for personal and commercial use.

Name
phone-medical2-filled
Set
Reicon
Style
Filled
Category
Call
Viewbox
24×24
License
MIT

2 other variants in Reicon

More call icons from Reicon

Use the phone medical2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M22 7a5 5 0 0 1-7.226 4.478a.82.82 0 0 0-.574-.067l-1.113.298a.65.65 0 0 1-.796-.796l.298-1.113a.82.82 0 0 0-.067-.574A5 5 0 1 1 22 7m-5-2.187c.518 0 .938.42.938.937v.313h.312a.937.937 0 1 1 0 1.875h-.312v.312a.937.937 0 1 1-1.875 0v-.312h-.313a.937.937 0 1 1 0-1.875h.313V5.75c0-.518.42-.937.937-.937" clip-rule="evenodd"/><path d="m8.038 7.316l.649 1.163c.585 1.05.35 2.426-.572 3.349c0 0-1.12 1.119.91 3.148c2.027 2.027 3.146.91 3.147.91c.923-.923 2.3-1.158 3.349-.573l1.163.65c1.585.884 1.772 3.106.379 4.5c-.837.836-1.863 1.488-2.996 1.53c-1.908.073-5.149-.41-8.4-3.66c-3.25-3.251-3.733-6.492-3.66-8.4c.043-1.133.694-2.159 1.53-2.996c1.394-1.393 3.616-1.206 4.5.38"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPhoneMedical2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M22 7a5 5 0 0 1-7.226 4.478a.82.82 0 0 0-.574-.067l-1.113.298a.65.65 0 0 1-.796-.796l.298-1.113a.82.82 0 0 0-.067-.574A5 5 0 1 1 22 7m-5-2.187c.518 0 .938.42.938.937v.313h.312a.937.937 0 1 1 0 1.875h-.312v.312a.937.937 0 1 1-1.875 0v-.312h-.313a.937.937 0 1 1 0-1.875h.313V5.75c0-.518.42-.937.937-.937" clipRule="evenodd"/><path d="m8.038 7.316l.649 1.163c.585 1.05.35 2.426-.572 3.349c0 0-1.12 1.119.91 3.148c2.027 2.027 3.146.91 3.147.91c.923-.923 2.3-1.158 3.349-.573l1.163.65c1.585.884 1.772 3.106.379 4.5c-.837.836-1.863 1.488-2.996 1.53c-1.908.073-5.149-.41-8.4-3.66c-3.25-3.251-3.733-6.492-3.66-8.4c.043-1.133.694-2.159 1.53-2.996c1.394-1.393 3.616-1.206 4.5.38"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M22 7a5 5 0 0 1-7.226 4.478a.82.82 0 0 0-.574-.067l-1.113.298a.65.65 0 0 1-.796-.796l.298-1.113a.82.82 0 0 0-.067-.574A5 5 0 1 1 22 7m-5-2.187c.518 0 .938.42.938.937v.313h.312a.937.937 0 1 1 0 1.875h-.312v.312a.937.937 0 1 1-1.875 0v-.312h-.313a.937.937 0 1 1 0-1.875h.313V5.75c0-.518.42-.937.937-.937" clip-rule="evenodd"/><path d="m8.038 7.316l.649 1.163c.585 1.05.35 2.426-.572 3.349c0 0-1.12 1.119.91 3.148c2.027 2.027 3.146.91 3.147.91c.923-.923 2.3-1.158 3.349-.573l1.163.65c1.585.884 1.772 3.106.379 4.5c-.837.836-1.863 1.488-2.996 1.53c-1.908.073-5.149-.41-8.4-3.66c-3.25-3.251-3.733-6.492-3.66-8.4c.043-1.133.694-2.159 1.53-2.996c1.394-1.393 3.616-1.206 4.5.38"/></g></svg>
</template>

CSS

.icon-phone-medical2-filled {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%207a5%205%200%200%201-7.226%204.478a.82.82%200%200%200-.574-.067l-1.113.298a.65.65%200%200%201-.796-.796l.298-1.113a.82.82%200%200%200-.067-.574A5%205%200%201%201%2022%207m-5-2.187c.518%200%20.938.42.938.937v.313h.312a.937.937%200%201%201%200%201.875h-.312v.312a.937.937%200%201%201-1.875%200v-.312h-.313a.937.937%200%201%201%200-1.875h.313V5.75c0-.518.42-.937.937-.937%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m8.038%207.316l.649%201.163c.585%201.05.35%202.426-.572%203.349c0%200-1.12%201.119.91%203.148c2.027%202.027%203.146.91%203.147.91c.923-.923%202.3-1.158%203.349-.573l1.163.65c1.585.884%201.772%203.106.379%204.5c-.837.836-1.863%201.488-2.996%201.53c-1.908.073-5.149-.41-8.4-3.66c-3.25-3.251-3.733-6.492-3.66-8.4c.043-1.133.694-2.159%201.53-2.996c1.394-1.393%203.616-1.206%204.5.38%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%207a5%205%200%200%201-7.226%204.478a.82.82%200%200%200-.574-.067l-1.113.298a.65.65%200%200%201-.796-.796l.298-1.113a.82.82%200%200%200-.067-.574A5%205%200%201%201%2022%207m-5-2.187c.518%200%20.938.42.938.937v.313h.312a.937.937%200%201%201%200%201.875h-.312v.312a.937.937%200%201%201-1.875%200v-.312h-.313a.937.937%200%201%201%200-1.875h.313V5.75c0-.518.42-.937.937-.937%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m8.038%207.316l.649%201.163c.585%201.05.35%202.426-.572%203.349c0%200-1.12%201.119.91%203.148c2.027%202.027%203.146.91%203.147.91c.923-.923%202.3-1.158%203.349-.573l1.163.65c1.585.884%201.772%203.106.379%204.5c-.837.836-1.863%201.488-2.996%201.53c-1.908.073-5.149-.41-8.4-3.66c-3.25-3.251-3.733-6.492-3.66-8.4c.043-1.133.694-2.159%201.53-2.996c1.394-1.393%203.616-1.206%204.5.38%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Phone Medical2 filled icon — Reicon · IconsDB