phone medical icon

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

Name
phone-medical-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 medical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m14.556 15.548l-.455.48s-1.083 1.139-4.038-1.972s-1.872-4.25-1.872-4.25l.287-.303c.706-.744.773-1.938.156-2.81L7.374 4.91C6.61 3.83 5.135 3.688 4.26 4.609L2.691 6.26c-.433.457-.723 1.048-.688 1.705c.09 1.68.808 5.293 4.812 9.51c4.247 4.47 8.232 4.648 9.861 4.487c.516-.05.964-.329 1.325-.709l1.42-1.496c.96-1.01.69-2.74-.538-3.446l-1.91-1.1c-.806-.463-1.787-.327-2.417.336"/><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"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPhoneMedicalFilled(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 d="m14.556 15.548l-.455.48s-1.083 1.139-4.038-1.972s-1.872-4.25-1.872-4.25l.287-.303c.706-.744.773-1.938.156-2.81L7.374 4.91C6.61 3.83 5.135 3.688 4.26 4.609L2.691 6.26c-.433.457-.723 1.048-.688 1.705c.09 1.68.808 5.293 4.812 9.51c4.247 4.47 8.232 4.648 9.861 4.487c.516-.05.964-.329 1.325-.709l1.42-1.496c.96-1.01.69-2.74-.538-3.446l-1.91-1.1c-.806-.463-1.787-.327-2.417.336"/><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"/></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 d="m14.556 15.548l-.455.48s-1.083 1.139-4.038-1.972s-1.872-4.25-1.872-4.25l.287-.303c.706-.744.773-1.938.156-2.81L7.374 4.91C6.61 3.83 5.135 3.688 4.26 4.609L2.691 6.26c-.433.457-.723 1.048-.688 1.705c.09 1.68.808 5.293 4.812 9.51c4.247 4.47 8.232 4.648 9.861 4.487c.516-.05.964-.329 1.325-.709l1.42-1.496c.96-1.01.69-2.74-.538-3.446l-1.91-1.1c-.806-.463-1.787-.327-2.417.336"/><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"/></g></svg>
</template>

CSS

.icon-phone-medical-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%20d%3D%22m14.556%2015.548l-.455.48s-1.083%201.139-4.038-1.972s-1.872-4.25-1.872-4.25l.287-.303c.706-.744.773-1.938.156-2.81L7.374%204.91C6.61%203.83%205.135%203.688%204.26%204.609L2.691%206.26c-.433.457-.723%201.048-.688%201.705c.09%201.68.808%205.293%204.812%209.51c4.247%204.47%208.232%204.648%209.861%204.487c.516-.05.964-.329%201.325-.709l1.42-1.496c.96-1.01.69-2.74-.538-3.446l-1.91-1.1c-.806-.463-1.787-.327-2.417.336%22%2F%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%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%20d%3D%22m14.556%2015.548l-.455.48s-1.083%201.139-4.038-1.972s-1.872-4.25-1.872-4.25l.287-.303c.706-.744.773-1.938.156-2.81L7.374%204.91C6.61%203.83%205.135%203.688%204.26%204.609L2.691%206.26c-.433.457-.723%201.048-.688%201.705c.09%201.68.808%205.293%204.812%209.51c4.247%204.47%208.232%204.648%209.861%204.487c.516-.05.964-.329%201.325-.709l1.42-1.496c.96-1.01.69-2.74-.538-3.446l-1.91-1.1c-.806-.463-1.787-.327-2.417.336%22%2F%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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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