medical icon

medical-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
medical-outline
Set
IonIcons
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m429.93 174.27l-16.47-28.59a15.49 15.49 0 0 0-21.15-5.7l-98.39 57a4 4 0 0 1-6-3.5L288 80a16 16 0 0 0-16-16h-32a16 16 0 0 0-16 16l.07 113.57a4 4 0 0 1-6 3.5l-98.39-57a15.49 15.49 0 0 0-21.15 5.7l-16.46 28.6a15.42 15.42 0 0 0 5.69 21.1l98.49 57.08a4 4 0 0 1 0 6.9l-98.49 57.08a15.54 15.54 0 0 0-5.69 21.1l16.47 28.59a15.49 15.49 0 0 0 21.15 5.7l98.39-57a4 4 0 0 1 6 3.5L224 432a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16l-.07-113.67a4 4 0 0 1 6-3.5l98.39 57a15.49 15.49 0 0 0 21.15-5.7l16.47-28.59a15.42 15.42 0 0 0-5.69-21.1l-98.49-57.08a4 4 0 0 1 0-6.9l98.49-57.08a15.51 15.51 0 0 0 5.68-21.11"/></svg>

React

import type { SVGProps } from "react";

export function IonMedicalOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="m429.93 174.27l-16.47-28.59a15.49 15.49 0 0 0-21.15-5.7l-98.39 57a4 4 0 0 1-6-3.5L288 80a16 16 0 0 0-16-16h-32a16 16 0 0 0-16 16l.07 113.57a4 4 0 0 1-6 3.5l-98.39-57a15.49 15.49 0 0 0-21.15 5.7l-16.46 28.6a15.42 15.42 0 0 0 5.69 21.1l98.49 57.08a4 4 0 0 1 0 6.9l-98.49 57.08a15.54 15.54 0 0 0-5.69 21.1l16.47 28.59a15.49 15.49 0 0 0 21.15 5.7l98.39-57a4 4 0 0 1 6 3.5L224 432a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16l-.07-113.67a4 4 0 0 1 6-3.5l98.39 57a15.49 15.49 0 0 0 21.15-5.7l16.47-28.59a15.42 15.42 0 0 0-5.69-21.1l-98.49-57.08a4 4 0 0 1 0-6.9l98.49-57.08a15.51 15.51 0 0 0 5.68-21.11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m429.93 174.27l-16.47-28.59a15.49 15.49 0 0 0-21.15-5.7l-98.39 57a4 4 0 0 1-6-3.5L288 80a16 16 0 0 0-16-16h-32a16 16 0 0 0-16 16l.07 113.57a4 4 0 0 1-6 3.5l-98.39-57a15.49 15.49 0 0 0-21.15 5.7l-16.46 28.6a15.42 15.42 0 0 0 5.69 21.1l98.49 57.08a4 4 0 0 1 0 6.9l-98.49 57.08a15.54 15.54 0 0 0-5.69 21.1l16.47 28.59a15.49 15.49 0 0 0 21.15 5.7l98.39-57a4 4 0 0 1 6 3.5L224 432a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16l-.07-113.67a4 4 0 0 1 6-3.5l98.39 57a15.49 15.49 0 0 0 21.15-5.7l16.47-28.59a15.42 15.42 0 0 0-5.69-21.1l-98.49-57.08a4 4 0 0 1 0-6.9l98.49-57.08a15.51 15.51 0 0 0 5.68-21.11"/></svg>
</template>

CSS

.icon-medical-outline {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22m429.93%20174.27l-16.47-28.59a15.49%2015.49%200%200%200-21.15-5.7l-98.39%2057a4%204%200%200%201-6-3.5L288%2080a16%2016%200%200%200-16-16h-32a16%2016%200%200%200-16%2016l.07%20113.57a4%204%200%200%201-6%203.5l-98.39-57a15.49%2015.49%200%200%200-21.15%205.7l-16.46%2028.6a15.42%2015.42%200%200%200%205.69%2021.1l98.49%2057.08a4%204%200%200%201%200%206.9l-98.49%2057.08a15.54%2015.54%200%200%200-5.69%2021.1l16.47%2028.59a15.49%2015.49%200%200%200%2021.15%205.7l98.39-57a4%204%200%200%201%206%203.5L224%20432a16%2016%200%200%200%2016%2016h32a16%2016%200%200%200%2016-16l-.07-113.67a4%204%200%200%201%206-3.5l98.39%2057a15.49%2015.49%200%200%200%2021.15-5.7l16.47-28.59a15.42%2015.42%200%200%200-5.69-21.1l-98.49-57.08a4%204%200%200%201%200-6.9l98.49-57.08a15.51%2015.51%200%200%200%205.68-21.11%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2232%22%20d%3D%22m429.93%20174.27l-16.47-28.59a15.49%2015.49%200%200%200-21.15-5.7l-98.39%2057a4%204%200%200%201-6-3.5L288%2080a16%2016%200%200%200-16-16h-32a16%2016%200%200%200-16%2016l.07%20113.57a4%204%200%200%201-6%203.5l-98.39-57a15.49%2015.49%200%200%200-21.15%205.7l-16.46%2028.6a15.42%2015.42%200%200%200%205.69%2021.1l98.49%2057.08a4%204%200%200%201%200%206.9l-98.49%2057.08a15.54%2015.54%200%200%200-5.69%2021.1l16.47%2028.59a15.49%2015.49%200%200%200%2021.15%205.7l98.39-57a4%204%200%200%201%206%203.5L224%20432a16%2016%200%200%200%2016%2016h32a16%2016%200%200%200%2016-16l-.07-113.67a4%204%200%200%201%206-3.5l98.39%2057a15.49%2015.49%200%200%200%2021.15-5.7l16.47-28.59a15.42%2015.42%200%200%200-5.69-21.1l-98.49-57.08a4%204%200%200%201%200-6.9l98.49-57.08a15.51%2015.51%200%200%200%205.68-21.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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