medical icon

medical from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
medical
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the medical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M272 464h-32a32 32 0 0 1-32-32l.05-85.82a4 4 0 0 0-6-3.47l-74.34 43.06a31.48 31.48 0 0 1-43-11.52l-16.5-28.64l-.06-.1a31.65 31.65 0 0 1 11.56-42.8l74.61-43.25a4 4 0 0 0 0-6.92l-74.54-43.21a31.41 31.41 0 0 1-11.55-43l16.44-28.55a31.48 31.48 0 0 1 19.27-14.74a31.14 31.14 0 0 1 23.8 3.2l74.31 43a4 4 0 0 0 6-3.47L208 80a32 32 0 0 1 32-32h32a32 32 0 0 1 32 32v85.72a4 4 0 0 0 6 3.47l74.34-43.06a31.51 31.51 0 0 1 43 11.52l16.49 28.64l.06.09a31.52 31.52 0 0 1-11.64 42.86l-74.53 43.2a4 4 0 0 0 0 6.92l74.53 43.2a31.42 31.42 0 0 1 11.56 43l-16.44 28.55a31.48 31.48 0 0 1-19.27 14.74a31.14 31.14 0 0 1-23.8-3.2l-74.31-43a4 4 0 0 0-6 3.46L304 432a32 32 0 0 1-32 32m61.54-218.56"/></svg>

React

import type { SVGProps } from "react";

export function IonMedical(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M272 464h-32a32 32 0 0 1-32-32l.05-85.82a4 4 0 0 0-6-3.47l-74.34 43.06a31.48 31.48 0 0 1-43-11.52l-16.5-28.64l-.06-.1a31.65 31.65 0 0 1 11.56-42.8l74.61-43.25a4 4 0 0 0 0-6.92l-74.54-43.21a31.41 31.41 0 0 1-11.55-43l16.44-28.55a31.48 31.48 0 0 1 19.27-14.74a31.14 31.14 0 0 1 23.8 3.2l74.31 43a4 4 0 0 0 6-3.47L208 80a32 32 0 0 1 32-32h32a32 32 0 0 1 32 32v85.72a4 4 0 0 0 6 3.47l74.34-43.06a31.51 31.51 0 0 1 43 11.52l16.49 28.64l.06.09a31.52 31.52 0 0 1-11.64 42.86l-74.53 43.2a4 4 0 0 0 0 6.92l74.53 43.2a31.42 31.42 0 0 1 11.56 43l-16.44 28.55a31.48 31.48 0 0 1-19.27 14.74a31.14 31.14 0 0 1-23.8-3.2l-74.31-43a4 4 0 0 0-6 3.46L304 432a32 32 0 0 1-32 32m61.54-218.56"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M272 464h-32a32 32 0 0 1-32-32l.05-85.82a4 4 0 0 0-6-3.47l-74.34 43.06a31.48 31.48 0 0 1-43-11.52l-16.5-28.64l-.06-.1a31.65 31.65 0 0 1 11.56-42.8l74.61-43.25a4 4 0 0 0 0-6.92l-74.54-43.21a31.41 31.41 0 0 1-11.55-43l16.44-28.55a31.48 31.48 0 0 1 19.27-14.74a31.14 31.14 0 0 1 23.8 3.2l74.31 43a4 4 0 0 0 6-3.47L208 80a32 32 0 0 1 32-32h32a32 32 0 0 1 32 32v85.72a4 4 0 0 0 6 3.47l74.34-43.06a31.51 31.51 0 0 1 43 11.52l16.49 28.64l.06.09a31.52 31.52 0 0 1-11.64 42.86l-74.53 43.2a4 4 0 0 0 0 6.92l74.53 43.2a31.42 31.42 0 0 1 11.56 43l-16.44 28.55a31.48 31.48 0 0 1-19.27 14.74a31.14 31.14 0 0 1-23.8-3.2l-74.31-43a4 4 0 0 0-6 3.46L304 432a32 32 0 0 1-32 32m61.54-218.56"/></svg>
</template>

CSS

.icon-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M272%20464h-32a32%2032%200%200%201-32-32l.05-85.82a4%204%200%200%200-6-3.47l-74.34%2043.06a31.48%2031.48%200%200%201-43-11.52l-16.5-28.64l-.06-.1a31.65%2031.65%200%200%201%2011.56-42.8l74.61-43.25a4%204%200%200%200%200-6.92l-74.54-43.21a31.41%2031.41%200%200%201-11.55-43l16.44-28.55a31.48%2031.48%200%200%201%2019.27-14.74a31.14%2031.14%200%200%201%2023.8%203.2l74.31%2043a4%204%200%200%200%206-3.47L208%2080a32%2032%200%200%201%2032-32h32a32%2032%200%200%201%2032%2032v85.72a4%204%200%200%200%206%203.47l74.34-43.06a31.51%2031.51%200%200%201%2043%2011.52l16.49%2028.64l.06.09a31.52%2031.52%200%200%201-11.64%2042.86l-74.53%2043.2a4%204%200%200%200%200%206.92l74.53%2043.2a31.42%2031.42%200%200%201%2011.56%2043l-16.44%2028.55a31.48%2031.48%200%200%201-19.27%2014.74a31.14%2031.14%200%200%201-23.8-3.2l-74.31-43a4%204%200%200%200-6%203.46L304%20432a32%2032%200%200%201-32%2032m61.54-218.56%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M272%20464h-32a32%2032%200%200%201-32-32l.05-85.82a4%204%200%200%200-6-3.47l-74.34%2043.06a31.48%2031.48%200%200%201-43-11.52l-16.5-28.64l-.06-.1a31.65%2031.65%200%200%201%2011.56-42.8l74.61-43.25a4%204%200%200%200%200-6.92l-74.54-43.21a31.41%2031.41%200%200%201-11.55-43l16.44-28.55a31.48%2031.48%200%200%201%2019.27-14.74a31.14%2031.14%200%200%201%2023.8%203.2l74.31%2043a4%204%200%200%200%206-3.47L208%2080a32%2032%200%200%201%2032-32h32a32%2032%200%200%201%2032%2032v85.72a4%204%200%200%200%206%203.47l74.34-43.06a31.51%2031.51%200%200%201%2043%2011.52l16.49%2028.64l.06.09a31.52%2031.52%200%200%201-11.64%2042.86l-74.53%2043.2a4%204%200%200%200%200%206.92l74.53%2043.2a31.42%2031.42%200%200%201%2011.56%2043l-16.44%2028.55a31.48%2031.48%200%200%201-19.27%2014.74a31.14%2031.14%200%200%201-23.8-3.2l-74.31-43a4%204%200%200%200-6%203.46L304%20432a32%2032%200%200%201-32%2032m61.54-218.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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