healthcare icon
healthcare from Iconoir by Luca Burgio · Regular · Health · MIT Free for personal and commercial use.
- Name
- healthcare
- Set
- Iconoir
- Style
- Regular
- Category
- Health
- Viewbox
- 24×24
- License
- MIT
More health icons from Iconoir
Use the healthcare icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m18 20l3.824-3.824a.6.6 0 0 0 .176-.424V10.5A1.5 1.5 0 0 0 20.5 9v0a1.5 1.5 0 0 0-1.5 1.5V15"/><path d="m18 16l.858-.858a.48.48 0 0 0 .142-.343v0a.49.49 0 0 0-.268-.433l-.443-.221a2 2 0 0 0-2.308.374l-.895.895a2 2 0 0 0-.586 1.414V20M6 20l-3.824-3.824A.6.6 0 0 1 2 15.752V10.5A1.5 1.5 0 0 1 3.5 9v0A1.5 1.5 0 0 1 5 10.5V15"/><path d="m6 16l-.858-.858A.5.5 0 0 1 5 14.799v0c0-.183.104-.35.268-.433l.443-.221a2 2 0 0 1 2.308.374l.895.895a2 2 0 0 1 .586 1.414V20m4.167-8h-3.334V9.667H8V6.333h2.333V4h3.334v2.333H16v3.334h-2.333z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirHealthcare(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m18 20l3.824-3.824a.6.6 0 0 0 .176-.424V10.5A1.5 1.5 0 0 0 20.5 9v0a1.5 1.5 0 0 0-1.5 1.5V15"/><path d="m18 16l.858-.858a.48.48 0 0 0 .142-.343v0a.49.49 0 0 0-.268-.433l-.443-.221a2 2 0 0 0-2.308.374l-.895.895a2 2 0 0 0-.586 1.414V20M6 20l-3.824-3.824A.6.6 0 0 1 2 15.752V10.5A1.5 1.5 0 0 1 3.5 9v0A1.5 1.5 0 0 1 5 10.5V15"/><path d="m6 16l-.858-.858A.5.5 0 0 1 5 14.799v0c0-.183.104-.35.268-.433l.443-.221a2 2 0 0 1 2.308.374l.895.895a2 2 0 0 1 .586 1.414V20m4.167-8h-3.334V9.667H8V6.333h2.333V4h3.334v2.333H16v3.334h-2.333z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m18 20l3.824-3.824a.6.6 0 0 0 .176-.424V10.5A1.5 1.5 0 0 0 20.5 9v0a1.5 1.5 0 0 0-1.5 1.5V15"/><path d="m18 16l.858-.858a.48.48 0 0 0 .142-.343v0a.49.49 0 0 0-.268-.433l-.443-.221a2 2 0 0 0-2.308.374l-.895.895a2 2 0 0 0-.586 1.414V20M6 20l-3.824-3.824A.6.6 0 0 1 2 15.752V10.5A1.5 1.5 0 0 1 3.5 9v0A1.5 1.5 0 0 1 5 10.5V15"/><path d="m6 16l-.858-.858A.5.5 0 0 1 5 14.799v0c0-.183.104-.35.268-.433l.443-.221a2 2 0 0 1 2.308.374l.895.895a2 2 0 0 1 .586 1.414V20m4.167-8h-3.334V9.667H8V6.333h2.333V4h3.334v2.333H16v3.334h-2.333z"/></g></svg> </template>
CSS
.icon-healthcare {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m18%2020l3.824-3.824a.6.6%200%200%200%20.176-.424V10.5A1.5%201.5%200%200%200%2020.5%209v0a1.5%201.5%200%200%200-1.5%201.5V15%22%2F%3E%3Cpath%20d%3D%22m18%2016l.858-.858a.48.48%200%200%200%20.142-.343v0a.49.49%200%200%200-.268-.433l-.443-.221a2%202%200%200%200-2.308.374l-.895.895a2%202%200%200%200-.586%201.414V20M6%2020l-3.824-3.824A.6.6%200%200%201%202%2015.752V10.5A1.5%201.5%200%200%201%203.5%209v0A1.5%201.5%200%200%201%205%2010.5V15%22%2F%3E%3Cpath%20d%3D%22m6%2016l-.858-.858A.5.5%200%200%201%205%2014.799v0c0-.183.104-.35.268-.433l.443-.221a2%202%200%200%201%202.308.374l.895.895a2%202%200%200%201%20.586%201.414V20m4.167-8h-3.334V9.667H8V6.333h2.333V4h3.334v2.333H16v3.334h-2.333z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m18%2020l3.824-3.824a.6.6%200%200%200%20.176-.424V10.5A1.5%201.5%200%200%200%2020.5%209v0a1.5%201.5%200%200%200-1.5%201.5V15%22%2F%3E%3Cpath%20d%3D%22m18%2016l.858-.858a.48.48%200%200%200%20.142-.343v0a.49.49%200%200%200-.268-.433l-.443-.221a2%202%200%200%200-2.308.374l-.895.895a2%202%200%200%200-.586%201.414V20M6%2020l-3.824-3.824A.6.6%200%200%201%202%2015.752V10.5A1.5%201.5%200%200%201%203.5%209v0A1.5%201.5%200%200%201%205%2010.5V15%22%2F%3E%3Cpath%20d%3D%22m6%2016l-.858-.858A.5.5%200%200%201%205%2014.799v0c0-.183.104-.35.268-.433l.443-.221a2%202%200%200%201%202.308.374l.895.895a2%202%200%200%201%20.586%201.414V20m4.167-8h-3.334V9.667H8V6.333h2.333V4h3.334v2.333H16v3.334h-2.333z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/healthcare.svg?color=%231a73e8&size=48