phone medical icon
phone-medical from Reicon by REICON · Outline · Call · MIT Free for personal and commercial use.
- Name
- phone-medical
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M17 2.75a4.25 4.25 0 0 0-3.807 6.142c.16.32.225.71.12 1.102l-.253.946l.946-.253a1.57 1.57 0 0 1 1.102.12A4.25 4.25 0 1 0 17 2.75M11.25 7a5.75 5.75 0 1 1 3.19 5.15a.1.1 0 0 0-.04-.013h-.007l-1.112.297a1.4 1.4 0 0 1-1.715-1.714l.298-1.113V9.6a.1.1 0 0 0-.014-.04a5.7 5.7 0 0 1-.6-2.56M3.718 4.092c1.226-1.29 3.254-1.049 4.268.385l1.26 1.783c.811 1.147.743 2.74-.225 3.76l-.245.257l-.002.006c-.013.037-.045.152-.013.372c.067.456.418 1.381 1.846 2.884c1.432 1.508 2.3 1.864 2.703 1.929a.6.6 0 0 0 .294-.007l.408-.43c.874-.92 2.236-1.101 3.335-.469l1.91 1.1c1.633.94 2.013 3.239.708 4.613l-1.42 1.495c-.443.467-1.048.866-1.795.94c-1.824.18-6.049-.055-10.478-4.718c-4.134-4.352-4.919-8.137-5.018-9.986c-.049-.914.358-1.697.894-2.261l.544.516l-.544-.516zm3.043 1.25c-.512-.724-1.433-.767-1.956-.217l-1.57 1.653c-.33.349-.505.748-.483 1.148c.08 1.51.731 4.952 4.607 9.033c4.064 4.279 7.809 4.4 9.244 4.258c.283-.028.575-.186.854-.48l1.42-1.495c.614-.645.453-1.808-.368-2.28l-1.91-1.1c-.513-.295-1.114-.204-1.499.202l-.455.48l-.544-.517c.543.517.543.517.542.518l-.001.002l-.003.003l-.007.006l-.014.014a1 1 0 0 1-.136.112c-.08.057-.186.12-.321.172c-.276.11-.64.168-1.091.095c-.878-.143-2.028-.773-3.55-2.377c-1.528-1.608-2.113-2.807-2.243-3.7a2.25 2.25 0 0 1 .084-1.092a1.6 1.6 0 0 1 .23-.427l.03-.037l.014-.015l.006-.006l.003-.003l.002-.002s.001-.001.545.515l-.544-.516l.287-.302c.445-.47.51-1.264.088-1.86zM17 4.25a.75.75 0 0 1 .75.75v1.25H19a.75.75 0 1 1 0 1.5h-1.25V9a.75.75 0 1 1-1.5 0V7.75H15a.75.75 0 0 1 0-1.5h1.25V5a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPhoneMedical(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" fillRule="evenodd" d="M17 2.75a4.25 4.25 0 0 0-3.807 6.142c.16.32.225.71.12 1.102l-.253.946l.946-.253a1.57 1.57 0 0 1 1.102.12A4.25 4.25 0 1 0 17 2.75M11.25 7a5.75 5.75 0 1 1 3.19 5.15a.1.1 0 0 0-.04-.013h-.007l-1.112.297a1.4 1.4 0 0 1-1.715-1.714l.298-1.113V9.6a.1.1 0 0 0-.014-.04a5.7 5.7 0 0 1-.6-2.56M3.718 4.092c1.226-1.29 3.254-1.049 4.268.385l1.26 1.783c.811 1.147.743 2.74-.225 3.76l-.245.257l-.002.006c-.013.037-.045.152-.013.372c.067.456.418 1.381 1.846 2.884c1.432 1.508 2.3 1.864 2.703 1.929a.6.6 0 0 0 .294-.007l.408-.43c.874-.92 2.236-1.101 3.335-.469l1.91 1.1c1.633.94 2.013 3.239.708 4.613l-1.42 1.495c-.443.467-1.048.866-1.795.94c-1.824.18-6.049-.055-10.478-4.718c-4.134-4.352-4.919-8.137-5.018-9.986c-.049-.914.358-1.697.894-2.261l.544.516l-.544-.516zm3.043 1.25c-.512-.724-1.433-.767-1.956-.217l-1.57 1.653c-.33.349-.505.748-.483 1.148c.08 1.51.731 4.952 4.607 9.033c4.064 4.279 7.809 4.4 9.244 4.258c.283-.028.575-.186.854-.48l1.42-1.495c.614-.645.453-1.808-.368-2.28l-1.91-1.1c-.513-.295-1.114-.204-1.499.202l-.455.48l-.544-.517c.543.517.543.517.542.518l-.001.002l-.003.003l-.007.006l-.014.014a1 1 0 0 1-.136.112c-.08.057-.186.12-.321.172c-.276.11-.64.168-1.091.095c-.878-.143-2.028-.773-3.55-2.377c-1.528-1.608-2.113-2.807-2.243-3.7a2.25 2.25 0 0 1 .084-1.092a1.6 1.6 0 0 1 .23-.427l.03-.037l.014-.015l.006-.006l.003-.003l.002-.002s.001-.001.545.515l-.544-.516l.287-.302c.445-.47.51-1.264.088-1.86zM17 4.25a.75.75 0 0 1 .75.75v1.25H19a.75.75 0 1 1 0 1.5h-1.25V9a.75.75 0 1 1-1.5 0V7.75H15a.75.75 0 0 1 0-1.5h1.25V5a.75.75 0 0 1 .75-.75" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17 2.75a4.25 4.25 0 0 0-3.807 6.142c.16.32.225.71.12 1.102l-.253.946l.946-.253a1.57 1.57 0 0 1 1.102.12A4.25 4.25 0 1 0 17 2.75M11.25 7a5.75 5.75 0 1 1 3.19 5.15a.1.1 0 0 0-.04-.013h-.007l-1.112.297a1.4 1.4 0 0 1-1.715-1.714l.298-1.113V9.6a.1.1 0 0 0-.014-.04a5.7 5.7 0 0 1-.6-2.56M3.718 4.092c1.226-1.29 3.254-1.049 4.268.385l1.26 1.783c.811 1.147.743 2.74-.225 3.76l-.245.257l-.002.006c-.013.037-.045.152-.013.372c.067.456.418 1.381 1.846 2.884c1.432 1.508 2.3 1.864 2.703 1.929a.6.6 0 0 0 .294-.007l.408-.43c.874-.92 2.236-1.101 3.335-.469l1.91 1.1c1.633.94 2.013 3.239.708 4.613l-1.42 1.495c-.443.467-1.048.866-1.795.94c-1.824.18-6.049-.055-10.478-4.718c-4.134-4.352-4.919-8.137-5.018-9.986c-.049-.914.358-1.697.894-2.261l.544.516l-.544-.516zm3.043 1.25c-.512-.724-1.433-.767-1.956-.217l-1.57 1.653c-.33.349-.505.748-.483 1.148c.08 1.51.731 4.952 4.607 9.033c4.064 4.279 7.809 4.4 9.244 4.258c.283-.028.575-.186.854-.48l1.42-1.495c.614-.645.453-1.808-.368-2.28l-1.91-1.1c-.513-.295-1.114-.204-1.499.202l-.455.48l-.544-.517c.543.517.543.517.542.518l-.001.002l-.003.003l-.007.006l-.014.014a1 1 0 0 1-.136.112c-.08.057-.186.12-.321.172c-.276.11-.64.168-1.091.095c-.878-.143-2.028-.773-3.55-2.377c-1.528-1.608-2.113-2.807-2.243-3.7a2.25 2.25 0 0 1 .084-1.092a1.6 1.6 0 0 1 .23-.427l.03-.037l.014-.015l.006-.006l.003-.003l.002-.002s.001-.001.545.515l-.544-.516l.287-.302c.445-.47.51-1.264.088-1.86zM17 4.25a.75.75 0 0 1 .75.75v1.25H19a.75.75 0 1 1 0 1.5h-1.25V9a.75.75 0 1 1-1.5 0V7.75H15a.75.75 0 0 1 0-1.5h1.25V5a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-phone-medical {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M17%202.75a4.25%204.25%200%200%200-3.807%206.142c.16.32.225.71.12%201.102l-.253.946l.946-.253a1.57%201.57%200%200%201%201.102.12A4.25%204.25%200%201%200%2017%202.75M11.25%207a5.75%205.75%200%201%201%203.19%205.15a.1.1%200%200%200-.04-.013h-.007l-1.112.297a1.4%201.4%200%200%201-1.715-1.714l.298-1.113V9.6a.1.1%200%200%200-.014-.04a5.7%205.7%200%200%201-.6-2.56M3.718%204.092c1.226-1.29%203.254-1.049%204.268.385l1.26%201.783c.811%201.147.743%202.74-.225%203.76l-.245.257l-.002.006c-.013.037-.045.152-.013.372c.067.456.418%201.381%201.846%202.884c1.432%201.508%202.3%201.864%202.703%201.929a.6.6%200%200%200%20.294-.007l.408-.43c.874-.92%202.236-1.101%203.335-.469l1.91%201.1c1.633.94%202.013%203.239.708%204.613l-1.42%201.495c-.443.467-1.048.866-1.795.94c-1.824.18-6.049-.055-10.478-4.718c-4.134-4.352-4.919-8.137-5.018-9.986c-.049-.914.358-1.697.894-2.261l.544.516l-.544-.516zm3.043%201.25c-.512-.724-1.433-.767-1.956-.217l-1.57%201.653c-.33.349-.505.748-.483%201.148c.08%201.51.731%204.952%204.607%209.033c4.064%204.279%207.809%204.4%209.244%204.258c.283-.028.575-.186.854-.48l1.42-1.495c.614-.645.453-1.808-.368-2.28l-1.91-1.1c-.513-.295-1.114-.204-1.499.202l-.455.48l-.544-.517c.543.517.543.517.542.518l-.001.002l-.003.003l-.007.006l-.014.014a1%201%200%200%201-.136.112c-.08.057-.186.12-.321.172c-.276.11-.64.168-1.091.095c-.878-.143-2.028-.773-3.55-2.377c-1.528-1.608-2.113-2.807-2.243-3.7a2.25%202.25%200%200%201%20.084-1.092a1.6%201.6%200%200%201%20.23-.427l.03-.037l.014-.015l.006-.006l.003-.003l.002-.002s.001-.001.545.515l-.544-.516l.287-.302c.445-.47.51-1.264.088-1.86zM17%204.25a.75.75%200%200%201%20.75.75v1.25H19a.75.75%200%201%201%200%201.5h-1.25V9a.75.75%200%201%201-1.5%200V7.75H15a.75.75%200%200%201%200-1.5h1.25V5a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M17%202.75a4.25%204.25%200%200%200-3.807%206.142c.16.32.225.71.12%201.102l-.253.946l.946-.253a1.57%201.57%200%200%201%201.102.12A4.25%204.25%200%201%200%2017%202.75M11.25%207a5.75%205.75%200%201%201%203.19%205.15a.1.1%200%200%200-.04-.013h-.007l-1.112.297a1.4%201.4%200%200%201-1.715-1.714l.298-1.113V9.6a.1.1%200%200%200-.014-.04a5.7%205.7%200%200%201-.6-2.56M3.718%204.092c1.226-1.29%203.254-1.049%204.268.385l1.26%201.783c.811%201.147.743%202.74-.225%203.76l-.245.257l-.002.006c-.013.037-.045.152-.013.372c.067.456.418%201.381%201.846%202.884c1.432%201.508%202.3%201.864%202.703%201.929a.6.6%200%200%200%20.294-.007l.408-.43c.874-.92%202.236-1.101%203.335-.469l1.91%201.1c1.633.94%202.013%203.239.708%204.613l-1.42%201.495c-.443.467-1.048.866-1.795.94c-1.824.18-6.049-.055-10.478-4.718c-4.134-4.352-4.919-8.137-5.018-9.986c-.049-.914.358-1.697.894-2.261l.544.516l-.544-.516zm3.043%201.25c-.512-.724-1.433-.767-1.956-.217l-1.57%201.653c-.33.349-.505.748-.483%201.148c.08%201.51.731%204.952%204.607%209.033c4.064%204.279%207.809%204.4%209.244%204.258c.283-.028.575-.186.854-.48l1.42-1.495c.614-.645.453-1.808-.368-2.28l-1.91-1.1c-.513-.295-1.114-.204-1.499.202l-.455.48l-.544-.517c.543.517.543.517.542.518l-.001.002l-.003.003l-.007.006l-.014.014a1%201%200%200%201-.136.112c-.08.057-.186.12-.321.172c-.276.11-.64.168-1.091.095c-.878-.143-2.028-.773-3.55-2.377c-1.528-1.608-2.113-2.807-2.243-3.7a2.25%202.25%200%200%201%20.084-1.092a1.6%201.6%200%200%201%20.23-.427l.03-.037l.014-.015l.006-.006l.003-.003l.002-.002s.001-.001.545.515l-.544-.516l.287-.302c.445-.47.51-1.264.088-1.86zM17%204.25a.75.75%200%200%201%20.75.75v1.25H19a.75.75%200%201%201%200%201.5h-1.25V9a.75.75%200%201%201-1.5%200V7.75H15a.75.75%200%200%201%200-1.5h1.25V5a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/phone-medical.svg?color=%231a73e8&size=48