ecmo icon
ecmo from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- ecmo
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More devices icons from Health Icons
Use the ecmo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M6 7a1 1 0 0 1 1-1h27a1 1 0 0 1 1 1v20a1 1 0 0 1-1 1H21v3h13a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-7v-2.5a1 1 0 1 0-2 0V38h-9v-2.5a1 1 0 1 0-2 0V38H7a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1h12v-3H7a1 1 0 0 1-1-1zm15.496 3h-2v5.136c0 .216-.047.31-.066.342a.2.2 0 0 1-.087.08a.5.5 0 0 1-.2.06h-1.209l.001-.111c.017-1.53.05-4.507-2.33-4.507c-3.26 0-5.588 11.27-4.191 12.42s4.19.46 5.588-.92c.991-.98 1.036-3.112.984-4.882h1.198l.022-.001h.008a2 2 0 0 0 .339-.04a2.5 2.5 0 0 0 .942-.382q.092.061.182.112a2.5 2.5 0 0 0 1.13.31h.02s-.008 0 0 0h1.187c-.052 1.771-.007 3.903.984 4.882c1.397 1.38 4.191 2.07 5.588.92S28.656 11 25.396 11c-2.38 0-2.348 2.978-2.331 4.507v.11h-1.217l-.045-.006a.5.5 0 0 1-.155-.053a.2.2 0 0 1-.087-.08c-.019-.031-.065-.126-.065-.342z" clip-rule="evenodd"/><path d="M15.999 42A2 2 0 0 1 14 40v-2h2v2h9v-2h2v2h9.862c.686 0 1.114-.127 1.38-.269c.256-.137.411-.313.517-.511c.24-.452.24-1.014.24-1.544V24A1 1 0 0 1 38 23v-6a1 1 0 0 1 1-1v-3.095c0-.366-.066-.534-.105-.603c-.029-.05-.07-.095-.183-.143c-.136-.058-.348-.106-.682-.132C37.7 12 37.32 12 36.862 12v-2h.023c.431 0 .884 0 1.302.033c.423.033.883.104 1.307.285c.447.19.855.501 1.134.987c.27.467.372 1.014.372 1.6V16a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1v13.757c.003.473.01 1.494-.477 2.404a3.2 3.2 0 0 1-1.338 1.334c-.625.334-1.396.505-2.323.505z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsEcmo(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 fillRule="evenodd" d="M6 7a1 1 0 0 1 1-1h27a1 1 0 0 1 1 1v20a1 1 0 0 1-1 1H21v3h13a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-7v-2.5a1 1 0 1 0-2 0V38h-9v-2.5a1 1 0 1 0-2 0V38H7a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1h12v-3H7a1 1 0 0 1-1-1zm15.496 3h-2v5.136c0 .216-.047.31-.066.342a.2.2 0 0 1-.087.08a.5.5 0 0 1-.2.06h-1.209l.001-.111c.017-1.53.05-4.507-2.33-4.507c-3.26 0-5.588 11.27-4.191 12.42s4.19.46 5.588-.92c.991-.98 1.036-3.112.984-4.882h1.198l.022-.001h.008a2 2 0 0 0 .339-.04a2.5 2.5 0 0 0 .942-.382q.092.061.182.112a2.5 2.5 0 0 0 1.13.31h.02s-.008 0 0 0h1.187c-.052 1.771-.007 3.903.984 4.882c1.397 1.38 4.191 2.07 5.588.92S28.656 11 25.396 11c-2.38 0-2.348 2.978-2.331 4.507v.11h-1.217l-.045-.006a.5.5 0 0 1-.155-.053a.2.2 0 0 1-.087-.08c-.019-.031-.065-.126-.065-.342z" clipRule="evenodd"/><path d="M15.999 42A2 2 0 0 1 14 40v-2h2v2h9v-2h2v2h9.862c.686 0 1.114-.127 1.38-.269c.256-.137.411-.313.517-.511c.24-.452.24-1.014.24-1.544V24A1 1 0 0 1 38 23v-6a1 1 0 0 1 1-1v-3.095c0-.366-.066-.534-.105-.603c-.029-.05-.07-.095-.183-.143c-.136-.058-.348-.106-.682-.132C37.7 12 37.32 12 36.862 12v-2h.023c.431 0 .884 0 1.302.033c.423.033.883.104 1.307.285c.447.19.855.501 1.134.987c.27.467.372 1.014.372 1.6V16a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1v13.757c.003.473.01 1.494-.477 2.404a3.2 3.2 0 0 1-1.338 1.334c-.625.334-1.396.505-2.323.505z"/></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 fill-rule="evenodd" d="M6 7a1 1 0 0 1 1-1h27a1 1 0 0 1 1 1v20a1 1 0 0 1-1 1H21v3h13a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-7v-2.5a1 1 0 1 0-2 0V38h-9v-2.5a1 1 0 1 0-2 0V38H7a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1h12v-3H7a1 1 0 0 1-1-1zm15.496 3h-2v5.136c0 .216-.047.31-.066.342a.2.2 0 0 1-.087.08a.5.5 0 0 1-.2.06h-1.209l.001-.111c.017-1.53.05-4.507-2.33-4.507c-3.26 0-5.588 11.27-4.191 12.42s4.19.46 5.588-.92c.991-.98 1.036-3.112.984-4.882h1.198l.022-.001h.008a2 2 0 0 0 .339-.04a2.5 2.5 0 0 0 .942-.382q.092.061.182.112a2.5 2.5 0 0 0 1.13.31h.02s-.008 0 0 0h1.187c-.052 1.771-.007 3.903.984 4.882c1.397 1.38 4.191 2.07 5.588.92S28.656 11 25.396 11c-2.38 0-2.348 2.978-2.331 4.507v.11h-1.217l-.045-.006a.5.5 0 0 1-.155-.053a.2.2 0 0 1-.087-.08c-.019-.031-.065-.126-.065-.342z" clip-rule="evenodd"/><path d="M15.999 42A2 2 0 0 1 14 40v-2h2v2h9v-2h2v2h9.862c.686 0 1.114-.127 1.38-.269c.256-.137.411-.313.517-.511c.24-.452.24-1.014.24-1.544V24A1 1 0 0 1 38 23v-6a1 1 0 0 1 1-1v-3.095c0-.366-.066-.534-.105-.603c-.029-.05-.07-.095-.183-.143c-.136-.058-.348-.106-.682-.132C37.7 12 37.32 12 36.862 12v-2h.023c.431 0 .884 0 1.302.033c.423.033.883.104 1.307.285c.447.19.855.501 1.134.987c.27.467.372 1.014.372 1.6V16a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1v13.757c.003.473.01 1.494-.477 2.404a3.2 3.2 0 0 1-1.338 1.334c-.625.334-1.396.505-2.323.505z"/></g></svg> </template>
CSS
.icon-ecmo {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M6%207a1%201%200%200%201%201-1h27a1%201%200%200%201%201%201v20a1%201%200%200%201-1%201H21v3h13a1%201%200%200%201%201%201v5a1%201%200%200%201-1%201h-7v-2.5a1%201%200%201%200-2%200V38h-9v-2.5a1%201%200%201%200-2%200V38H7a1%201%200%200%201-1-1v-5a1%201%200%200%201%201-1h12v-3H7a1%201%200%200%201-1-1zm15.496%203h-2v5.136c0%20.216-.047.31-.066.342a.2.2%200%200%201-.087.08a.5.5%200%200%201-.2.06h-1.209l.001-.111c.017-1.53.05-4.507-2.33-4.507c-3.26%200-5.588%2011.27-4.191%2012.42s4.19.46%205.588-.92c.991-.98%201.036-3.112.984-4.882h1.198l.022-.001h.008a2%202%200%200%200%20.339-.04a2.5%202.5%200%200%200%20.942-.382q.092.061.182.112a2.5%202.5%200%200%200%201.13.31h.02s-.008%200%200%200h1.187c-.052%201.771-.007%203.903.984%204.882c1.397%201.38%204.191%202.07%205.588.92S28.656%2011%2025.396%2011c-2.38%200-2.348%202.978-2.331%204.507v.11h-1.217l-.045-.006a.5.5%200%200%201-.155-.053a.2.2%200%200%201-.087-.08c-.019-.031-.065-.126-.065-.342z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.999%2042A2%202%200%200%201%2014%2040v-2h2v2h9v-2h2v2h9.862c.686%200%201.114-.127%201.38-.269c.256-.137.411-.313.517-.511c.24-.452.24-1.014.24-1.544V24A1%201%200%200%201%2038%2023v-6a1%201%200%200%201%201-1v-3.095c0-.366-.066-.534-.105-.603c-.029-.05-.07-.095-.183-.143c-.136-.058-.348-.106-.682-.132C37.7%2012%2037.32%2012%2036.862%2012v-2h.023c.431%200%20.884%200%201.302.033c.423.033.883.104%201.307.285c.447.19.855.501%201.134.987c.27.467.372%201.014.372%201.6V16a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201v13.757c.003.473.01%201.494-.477%202.404a3.2%203.2%200%200%201-1.338%201.334c-.625.334-1.396.505-2.323.505z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M6%207a1%201%200%200%201%201-1h27a1%201%200%200%201%201%201v20a1%201%200%200%201-1%201H21v3h13a1%201%200%200%201%201%201v5a1%201%200%200%201-1%201h-7v-2.5a1%201%200%201%200-2%200V38h-9v-2.5a1%201%200%201%200-2%200V38H7a1%201%200%200%201-1-1v-5a1%201%200%200%201%201-1h12v-3H7a1%201%200%200%201-1-1zm15.496%203h-2v5.136c0%20.216-.047.31-.066.342a.2.2%200%200%201-.087.08a.5.5%200%200%201-.2.06h-1.209l.001-.111c.017-1.53.05-4.507-2.33-4.507c-3.26%200-5.588%2011.27-4.191%2012.42s4.19.46%205.588-.92c.991-.98%201.036-3.112.984-4.882h1.198l.022-.001h.008a2%202%200%200%200%20.339-.04a2.5%202.5%200%200%200%20.942-.382q.092.061.182.112a2.5%202.5%200%200%200%201.13.31h.02s-.008%200%200%200h1.187c-.052%201.771-.007%203.903.984%204.882c1.397%201.38%204.191%202.07%205.588.92S28.656%2011%2025.396%2011c-2.38%200-2.348%202.978-2.331%204.507v.11h-1.217l-.045-.006a.5.5%200%200%201-.155-.053a.2.2%200%200%201-.087-.08c-.019-.031-.065-.126-.065-.342z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.999%2042A2%202%200%200%201%2014%2040v-2h2v2h9v-2h2v2h9.862c.686%200%201.114-.127%201.38-.269c.256-.137.411-.313.517-.511c.24-.452.24-1.014.24-1.544V24A1%201%200%200%201%2038%2023v-6a1%201%200%200%201%201-1v-3.095c0-.366-.066-.534-.105-.603c-.029-.05-.07-.095-.183-.143c-.136-.058-.348-.106-.682-.132C37.7%2012%2037.32%2012%2036.862%2012v-2h.023c.431%200%20.884%200%201.302.033c.423.033.883.104%201.307.285c.447.19.855.501%201.134.987c.27.467.372%201.014.372%201.6V16a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201v13.757c.003.473.01%201.494-.477%202.404a3.2%203.2%200%200%201-1.338%201.334c-.625.334-1.396.505-2.323.505z%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/ecmo.svg?color=%231a73e8&size=48