defibrillator icon

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

Name
defibrillator-outline-24px
Set
Health Icons
Style
Outline 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"><g fill="currentColor"><path fill-rule="evenodd" d="m12 18.234l-.92-.868c-1.853-1.739-3.376-3.169-4.438-4.513C5.582 11.51 5 10.277 5 8.933c0-2.186 1.657-3.902 3.77-3.902a3.94 3.94 0 0 1 1.815.454c.49.255.928.608 1.278 1.034L12 6.75l.137-.23a4.1 4.1 0 0 1 1.278-1.035a3.94 3.94 0 0 1 1.816-.454C17.343 5.031 19 6.747 19 8.933c0 1.344-.582 2.578-1.642 3.92c-1.059 1.341-2.575 2.768-4.418 4.502l-.02.018zM11.996 21l2.28-2.133l.116-.108c1.768-1.664 3.376-3.176 4.527-4.635C20.116 12.607 21 10.932 21 8.934C21 5.661 18.484 3 15.23 3c-1.165 0-2.284.637-3.23 1.25C11.054 3.637 9.935 3 8.77 3C5.515 3 3 5.662 3 8.933c0 1.999.884 3.675 2.082 5.19c1.156 1.464 2.772 2.98 4.548 4.649l.09.083z" clip-rule="evenodd"/><path d="m13.05 6.903l-3.704 4.704a.2.2 0 0 0 .158.325h2.15l-.707 3.52l3.704-4.703a.2.2 0 0 0-.158-.325h-2.15z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDefibrillatorOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="m12 18.234l-.92-.868c-1.853-1.739-3.376-3.169-4.438-4.513C5.582 11.51 5 10.277 5 8.933c0-2.186 1.657-3.902 3.77-3.902a3.94 3.94 0 0 1 1.815.454c.49.255.928.608 1.278 1.034L12 6.75l.137-.23a4.1 4.1 0 0 1 1.278-1.035a3.94 3.94 0 0 1 1.816-.454C17.343 5.031 19 6.747 19 8.933c0 1.344-.582 2.578-1.642 3.92c-1.059 1.341-2.575 2.768-4.418 4.502l-.02.018zM11.996 21l2.28-2.133l.116-.108c1.768-1.664 3.376-3.176 4.527-4.635C20.116 12.607 21 10.932 21 8.934C21 5.661 18.484 3 15.23 3c-1.165 0-2.284.637-3.23 1.25C11.054 3.637 9.935 3 8.77 3C5.515 3 3 5.662 3 8.933c0 1.999.884 3.675 2.082 5.19c1.156 1.464 2.772 2.98 4.548 4.649l.09.083z" clipRule="evenodd"/><path d="m13.05 6.903l-3.704 4.704a.2.2 0 0 0 .158.325h2.15l-.707 3.52l3.704-4.703a.2.2 0 0 0-.158-.325h-2.15z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="m12 18.234l-.92-.868c-1.853-1.739-3.376-3.169-4.438-4.513C5.582 11.51 5 10.277 5 8.933c0-2.186 1.657-3.902 3.77-3.902a3.94 3.94 0 0 1 1.815.454c.49.255.928.608 1.278 1.034L12 6.75l.137-.23a4.1 4.1 0 0 1 1.278-1.035a3.94 3.94 0 0 1 1.816-.454C17.343 5.031 19 6.747 19 8.933c0 1.344-.582 2.578-1.642 3.92c-1.059 1.341-2.575 2.768-4.418 4.502l-.02.018zM11.996 21l2.28-2.133l.116-.108c1.768-1.664 3.376-3.176 4.527-4.635C20.116 12.607 21 10.932 21 8.934C21 5.661 18.484 3 15.23 3c-1.165 0-2.284.637-3.23 1.25C11.054 3.637 9.935 3 8.77 3C5.515 3 3 5.662 3 8.933c0 1.999.884 3.675 2.082 5.19c1.156 1.464 2.772 2.98 4.548 4.649l.09.083z" clip-rule="evenodd"/><path d="m13.05 6.903l-3.704 4.704a.2.2 0 0 0 .158.325h2.15l-.707 3.52l3.704-4.703a.2.2 0 0 0-.158-.325h-2.15z"/></g></svg>
</template>

CSS

.icon-defibrillator-outline-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m12%2018.234l-.92-.868c-1.853-1.739-3.376-3.169-4.438-4.513C5.582%2011.51%205%2010.277%205%208.933c0-2.186%201.657-3.902%203.77-3.902a3.94%203.94%200%200%201%201.815.454c.49.255.928.608%201.278%201.034L12%206.75l.137-.23a4.1%204.1%200%200%201%201.278-1.035a3.94%203.94%200%200%201%201.816-.454C17.343%205.031%2019%206.747%2019%208.933c0%201.344-.582%202.578-1.642%203.92c-1.059%201.341-2.575%202.768-4.418%204.502l-.02.018zM11.996%2021l2.28-2.133l.116-.108c1.768-1.664%203.376-3.176%204.527-4.635C20.116%2012.607%2021%2010.932%2021%208.934C21%205.661%2018.484%203%2015.23%203c-1.165%200-2.284.637-3.23%201.25C11.054%203.637%209.935%203%208.77%203C5.515%203%203%205.662%203%208.933c0%201.999.884%203.675%202.082%205.19c1.156%201.464%202.772%202.98%204.548%204.649l.09.083z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m13.05%206.903l-3.704%204.704a.2.2%200%200%200%20.158.325h2.15l-.707%203.52l3.704-4.703a.2.2%200%200%200-.158-.325h-2.15z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m12%2018.234l-.92-.868c-1.853-1.739-3.376-3.169-4.438-4.513C5.582%2011.51%205%2010.277%205%208.933c0-2.186%201.657-3.902%203.77-3.902a3.94%203.94%200%200%201%201.815.454c.49.255.928.608%201.278%201.034L12%206.75l.137-.23a4.1%204.1%200%200%201%201.278-1.035a3.94%203.94%200%200%201%201.816-.454C17.343%205.031%2019%206.747%2019%208.933c0%201.344-.582%202.578-1.642%203.92c-1.059%201.341-2.575%202.768-4.418%204.502l-.02.018zM11.996%2021l2.28-2.133l.116-.108c1.768-1.664%203.376-3.176%204.527-4.635C20.116%2012.607%2021%2010.932%2021%208.934C21%205.661%2018.484%203%2015.23%203c-1.165%200-2.284.637-3.23%201.25C11.054%203.637%209.935%203%208.77%203C5.515%203%203%205.662%203%208.933c0%201.999.884%203.675%202.082%205.19c1.156%201.464%202.772%202.98%204.548%204.649l.09.083z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m13.05%206.903l-3.704%204.704a.2.2%200%200%200%20.158.325h2.15l-.707%203.52l3.704-4.703a.2.2%200%200%200-.158-.325h-2.15z%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/defibrillator-outline-24px.svg?color=%231a73e8&size=48