coronary care unit icon
coronary-care-unit-outline from Health Icons by Resolve to Save Lives · Outline · Specialties · MIT Free for personal and commercial use.
- Name
- coronary-care-unit-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
- Aliases
- coronary-care-unit2x-outline
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"><g fill="currentColor"><path d="M18.78 12c-3.81 0-6.59 3.982-6.59 8.276c0 .997.133 1.957.374 2.877h3.287L19.37 17l2.199 7.569l2.69-3.403h5.702A1.03 1.03 0 0 1 31 22.188a1.03 1.03 0 0 1-1.039 1.021h-4.685L20.696 29l-1.956-6.732l-1.674 2.927h-3.774C16.33 31.911 24.595 36 24.595 36S37 29.467 37 20.276C37 15.983 34.219 12 30.41 12c-2.644 0-4.605 1.787-5.815 4.32C23.384 13.788 21.423 12 18.78 12"/><path 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-3zm2 0a1 1 0 0 1 1-1h30a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V25.196h5.285l-.73-2.044H8z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCoronaryCareUnitOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M18.78 12c-3.81 0-6.59 3.982-6.59 8.276c0 .997.133 1.957.374 2.877h3.287L19.37 17l2.199 7.569l2.69-3.403h5.702A1.03 1.03 0 0 1 31 22.188a1.03 1.03 0 0 1-1.039 1.021h-4.685L20.696 29l-1.956-6.732l-1.674 2.927h-3.774C16.33 31.911 24.595 36 24.595 36S37 29.467 37 20.276C37 15.983 34.219 12 30.41 12c-2.644 0-4.605 1.787-5.815 4.32C23.384 13.788 21.423 12 18.78 12"/><path 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-3zm2 0a1 1 0 0 1 1-1h30a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V25.196h5.285l-.73-2.044H8z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M18.78 12c-3.81 0-6.59 3.982-6.59 8.276c0 .997.133 1.957.374 2.877h3.287L19.37 17l2.199 7.569l2.69-3.403h5.702A1.03 1.03 0 0 1 31 22.188a1.03 1.03 0 0 1-1.039 1.021h-4.685L20.696 29l-1.956-6.732l-1.674 2.927h-3.774C16.33 31.911 24.595 36 24.595 36S37 29.467 37 20.276C37 15.983 34.219 12 30.41 12c-2.644 0-4.605 1.787-5.815 4.32C23.384 13.788 21.423 12 18.78 12"/><path 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-3zm2 0a1 1 0 0 1 1-1h30a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V25.196h5.285l-.73-2.044H8z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-coronary-care-unit-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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.78%2012c-3.81%200-6.59%203.982-6.59%208.276c0%20.997.133%201.957.374%202.877h3.287L19.37%2017l2.199%207.569l2.69-3.403h5.702A1.03%201.03%200%200%201%2031%2022.188a1.03%201.03%200%200%201-1.039%201.021h-4.685L20.696%2029l-1.956-6.732l-1.674%202.927h-3.774C16.33%2031.911%2024.595%2036%2024.595%2036S37%2029.467%2037%2020.276C37%2015.983%2034.219%2012%2030.41%2012c-2.644%200-4.605%201.787-5.815%204.32C23.384%2013.788%2021.423%2012%2018.78%2012%22%2F%3E%3Cpath%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-3zm2%200a1%201%200%200%201%201-1h30a1%201%200%200%201%201%201v30a1%201%200%200%201-1%201H9a1%201%200%200%201-1-1V25.196h5.285l-.73-2.044H8z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.78%2012c-3.81%200-6.59%203.982-6.59%208.276c0%20.997.133%201.957.374%202.877h3.287L19.37%2017l2.199%207.569l2.69-3.403h5.702A1.03%201.03%200%200%201%2031%2022.188a1.03%201.03%200%200%201-1.039%201.021h-4.685L20.696%2029l-1.956-6.732l-1.674%202.927h-3.774C16.33%2031.911%2024.595%2036%2024.595%2036S37%2029.467%2037%2020.276C37%2015.983%2034.219%2012%2030.41%2012c-2.644%200-4.605%201.787-5.815%204.32C23.384%2013.788%2021.423%2012%2018.78%2012%22%2F%3E%3Cpath%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-3zm2%200a1%201%200%200%201%201-1h30a1%201%200%200%201%201%201v30a1%201%200%200%201-1%201H9a1%201%200%200%201-1-1V25.196h5.285l-.73-2.044H8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/coronary-care-unit-outline.svg?color=%231a73e8&size=48