defibrillator icon

defibrillator-24px from Health Icons by Resolve to Save Lives · Filled 24px · Devices · MIT Free for personal and commercial use.

Name
defibrillator-24px
Set
Health Icons
Style
Filled 24px
Category
Devices
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More devices icons from Health Icons

Use the defibrillator icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.184 18.933L11.996 21l-2.184-2.08l-.08-.075c-1.837-1.743-3.486-3.306-4.661-4.81C3.857 12.484 3 10.816 3 8.856C3 5.666 5.434 3 8.677 3c1.154 0 2.259.764 3.19 1.408L12 4.5l.133-.092C13.064 3.764 14.169 3 15.323 3C18.566 3 21 5.666 21 8.855c0 1.96-.857 3.628-2.07 5.181c-1.172 1.499-2.812 3.058-4.64 4.795zm-4.838-7.326l3.703-4.704l-.706 3.52h2.15a.2.2 0 0 1 .158.325l-3.704 4.705l.707-3.52h-2.15a.2.2 0 0 1-.158-.326" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDefibrillator24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M14.184 18.933L11.996 21l-2.184-2.08l-.08-.075c-1.837-1.743-3.486-3.306-4.661-4.81C3.857 12.484 3 10.816 3 8.856C3 5.666 5.434 3 8.677 3c1.154 0 2.259.764 3.19 1.408L12 4.5l.133-.092C13.064 3.764 14.169 3 15.323 3C18.566 3 21 5.666 21 8.855c0 1.96-.857 3.628-2.07 5.181c-1.172 1.499-2.812 3.058-4.64 4.795zm-4.838-7.326l3.703-4.704l-.706 3.52h2.15a.2.2 0 0 1 .158.325l-3.704 4.705l.707-3.52h-2.15a.2.2 0 0 1-.158-.326" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.184 18.933L11.996 21l-2.184-2.08l-.08-.075c-1.837-1.743-3.486-3.306-4.661-4.81C3.857 12.484 3 10.816 3 8.856C3 5.666 5.434 3 8.677 3c1.154 0 2.259.764 3.19 1.408L12 4.5l.133-.092C13.064 3.764 14.169 3 15.323 3C18.566 3 21 5.666 21 8.855c0 1.96-.857 3.628-2.07 5.181c-1.172 1.499-2.812 3.058-4.64 4.795zm-4.838-7.326l3.703-4.704l-.706 3.52h2.15a.2.2 0 0 1 .158.325l-3.704 4.705l.707-3.52h-2.15a.2.2 0 0 1-.158-.326" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-defibrillator-24px {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.184%2018.933L11.996%2021l-2.184-2.08l-.08-.075c-1.837-1.743-3.486-3.306-4.661-4.81C3.857%2012.484%203%2010.816%203%208.856C3%205.666%205.434%203%208.677%203c1.154%200%202.259.764%203.19%201.408L12%204.5l.133-.092C13.064%203.764%2014.169%203%2015.323%203C18.566%203%2021%205.666%2021%208.855c0%201.96-.857%203.628-2.07%205.181c-1.172%201.499-2.812%203.058-4.64%204.795zm-4.838-7.326l3.703-4.704l-.706%203.52h2.15a.2.2%200%200%201%20.158.325l-3.704%204.705l.707-3.52h-2.15a.2.2%200%200%201-.158-.326%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.184%2018.933L11.996%2021l-2.184-2.08l-.08-.075c-1.837-1.743-3.486-3.306-4.661-4.81C3.857%2012.484%203%2010.816%203%208.856C3%205.666%205.434%203%208.677%203c1.154%200%202.259.764%203.19%201.408L12%204.5l.133-.092C13.064%203.764%2014.169%203%2015.323%203C18.566%203%2021%205.666%2021%208.855c0%201.96-.857%203.628-2.07%205.181c-1.172%201.499-2.812%203.058-4.64%204.795zm-4.838-7.326l3.703-4.704l-.706%203.52h2.15a.2.2%200%200%201%20.158.325l-3.704%204.705l.707-3.52h-2.15a.2.2%200%200%201-.158-.326%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/defibrillator-24px.svg?color=%231a73e8&size=48