coronary care unit icon
coronary-care-unit from Health Icons by Resolve to Save Lives · Filled · Specialties · MIT Free for personal and commercial use.
- Name
- coronary-care-unit
- Set
- Health Icons
- Style
- Filled
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More specialties icons from Health Icons
accident-and-emergencyadmissionsbiochemistry-laboratoryburn-unitcardiologychaplaincycritical-caredischarge-loungeears-nose-and-throatendocrinologyfinance-deptgastroenterologygeneral-surgerygeriatricsgymgynecologyhematologyhematology-laboratoryhepatologyhuman-resorucesintensive-care-unitmedical-recordsnephrologyobstetricsmonia
Use the coronary care unit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm6.19 11.276c0-4.294 2.78-8.276 6.59-8.276c2.643 0 4.604 1.787 5.815 4.32c1.21-2.533 3.171-4.32 5.815-4.32c3.809 0 6.59 3.983 6.59 8.276C37 29.466 24.595 36 24.595 36s-8.265-4.09-11.303-10.805h3.774l1.674-2.927L20.696 29l4.58-5.79h4.685A1.03 1.03 0 0 0 31 22.187a1.03 1.03 0 0 0-1.039-1.022H24.26l-2.691 3.403l-2.2-7.569l-3.518 6.153h-3.287c-.24-.92-.375-1.88-.375-2.877m.364 2.876H10v2.043h3.285z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCoronaryCareUnit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm6.19 11.276c0-4.294 2.78-8.276 6.59-8.276c2.643 0 4.604 1.787 5.815 4.32c1.21-2.533 3.171-4.32 5.815-4.32c3.809 0 6.59 3.983 6.59 8.276C37 29.466 24.595 36 24.595 36s-8.265-4.09-11.303-10.805h3.774l1.674-2.927L20.696 29l4.58-5.79h4.685A1.03 1.03 0 0 0 31 22.187a1.03 1.03 0 0 0-1.039-1.022H24.26l-2.691 3.403l-2.2-7.569l-3.518 6.153h-3.287c-.24-.92-.375-1.88-.375-2.877m.364 2.876H10v2.043h3.285z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm6.19 11.276c0-4.294 2.78-8.276 6.59-8.276c2.643 0 4.604 1.787 5.815 4.32c1.21-2.533 3.171-4.32 5.815-4.32c3.809 0 6.59 3.983 6.59 8.276C37 29.466 24.595 36 24.595 36s-8.265-4.09-11.303-10.805h3.774l1.674-2.927L20.696 29l4.58-5.79h4.685A1.03 1.03 0 0 0 31 22.187a1.03 1.03 0 0 0-1.039-1.022H24.26l-2.691 3.403l-2.2-7.569l-3.518 6.153h-3.287c-.24-.92-.375-1.88-.375-2.877m.364 2.876H10v2.043h3.285z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-coronary-care-unit {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm6.19%2011.276c0-4.294%202.78-8.276%206.59-8.276c2.643%200%204.604%201.787%205.815%204.32c1.21-2.533%203.171-4.32%205.815-4.32c3.809%200%206.59%203.983%206.59%208.276C37%2029.466%2024.595%2036%2024.595%2036s-8.265-4.09-11.303-10.805h3.774l1.674-2.927L20.696%2029l4.58-5.79h4.685A1.03%201.03%200%200%200%2031%2022.187a1.03%201.03%200%200%200-1.039-1.022H24.26l-2.691%203.403l-2.2-7.569l-3.518%206.153h-3.287c-.24-.92-.375-1.88-.375-2.877m.364%202.876H10v2.043h3.285z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm6.19%2011.276c0-4.294%202.78-8.276%206.59-8.276c2.643%200%204.604%201.787%205.815%204.32c1.21-2.533%203.171-4.32%205.815-4.32c3.809%200%206.59%203.983%206.59%208.276C37%2029.466%2024.595%2036%2024.595%2036s-8.265-4.09-11.303-10.805h3.774l1.674-2.927L20.696%2029l4.58-5.79h4.685A1.03%201.03%200%200%200%2031%2022.187a1.03%201.03%200%200%200-1.039-1.022H24.26l-2.691%203.403l-2.2-7.569l-3.518%206.153h-3.287c-.24-.92-.375-1.88-.375-2.877m.364%202.876H10v2.043h3.285z%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/healthicons/coronary-care-unit.svg?color=%231a73e8&size=48