coronary care unit negative icon
coronary-care-unit-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- coronary-care-unit-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the coronary care unit negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsCoronaryCareUnitNegative)" clip-rule="evenodd"><path d="M48 0H0v48h48zM9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z"/><path d="M12.19 20.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"/></g><defs><clipPath id="healthiconsCoronaryCareUnitNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCoronaryCareUnitNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" fillRule="evenodd" clipPath="url(#healthiconsCoronaryCareUnitNegative)" clipRule="evenodd"><path d="M48 0H0v48h48zM9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z"/><path d="M12.19 20.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"/></g><defs><clipPath id="healthiconsCoronaryCareUnitNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsCoronaryCareUnitNegative)" clip-rule="evenodd"><path d="M48 0H0v48h48zM9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z"/><path d="M12.19 20.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"/></g><defs><clipPath id="healthiconsCoronaryCareUnitNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-coronary-care-unit-negative {
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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsCoronaryCareUnitNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M48%200H0v48h48zM9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3z%22%2F%3E%3Cpath%20d%3D%22M12.19%2020.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%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCoronaryCareUnitNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsCoronaryCareUnitNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M48%200H0v48h48zM9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3z%22%2F%3E%3Cpath%20d%3D%22M12.19%2020.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%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCoronaryCareUnitNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48