defibrillator icon

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

Name
defibrillator-outline
Set
Health Icons
Style
Outline
Category
Devices
Viewbox
48×48
License
MIT
Aliases
defibrilator-outline, defibrillator2x-outline

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 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M29.053 7.68a9.5 9.5 0 0 1 10.618 2.491c2.494 2.779 2.897 6.644 1.627 9.91c-1.541 3.964-4.488 7.593-7.589 10.952c-1.096 1.188-2.205 2.336-3.287 3.457c-2.035 2.107-3.98 4.121-5.586 6.134a1 1 0 0 1-1.484.088q-.562-.554-1.162-1.142c-2.485-2.438-5.394-5.292-8.065-8.326c-3.092-3.514-5.935-7.347-7.448-11.155A9.58 9.58 0 0 1 9.16 9.446c3.879-3.504 9.856-2.905 13.445.695l1.448 1.453l1.79-1.795a9.5 9.5 0 0 1 3.21-2.12m3.73 1.323a7.5 7.5 0 0 0-5.523 2.208l-2.498 2.505a1 1 0 0 1-1.416 0l-2.156-2.163c-2.941-2.95-7.706-3.317-10.69-.623v.002a7.55 7.55 0 0 0-2.497 5.418a7.6 7.6 0 0 0 .532 3c1.385 3.484 4.045 7.11 7.092 10.572c2.618 2.975 5.469 5.773 7.957 8.214l.391.384c1.523-1.81 3.307-3.658 5.103-5.52a203 203 0 0 0 3.162-3.323c3.077-3.335 5.798-6.73 7.194-10.32c1.036-2.665.67-5.709-1.252-7.85v-.001a7.53 7.53 0 0 0-5.398-2.503"/><path d="m26.909 14.536l-7.94 10.266a.5.5 0 0 0 .395.806h4.527l-1.527 7.75l7.94-10.266a.5.5 0 0 0-.396-.806h-4.526z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDefibrillatorOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="M29.053 7.68a9.5 9.5 0 0 1 10.618 2.491c2.494 2.779 2.897 6.644 1.627 9.91c-1.541 3.964-4.488 7.593-7.589 10.952c-1.096 1.188-2.205 2.336-3.287 3.457c-2.035 2.107-3.98 4.121-5.586 6.134a1 1 0 0 1-1.484.088q-.562-.554-1.162-1.142c-2.485-2.438-5.394-5.292-8.065-8.326c-3.092-3.514-5.935-7.347-7.448-11.155A9.58 9.58 0 0 1 9.16 9.446c3.879-3.504 9.856-2.905 13.445.695l1.448 1.453l1.79-1.795a9.5 9.5 0 0 1 3.21-2.12m3.73 1.323a7.5 7.5 0 0 0-5.523 2.208l-2.498 2.505a1 1 0 0 1-1.416 0l-2.156-2.163c-2.941-2.95-7.706-3.317-10.69-.623v.002a7.55 7.55 0 0 0-2.497 5.418a7.6 7.6 0 0 0 .532 3c1.385 3.484 4.045 7.11 7.092 10.572c2.618 2.975 5.469 5.773 7.957 8.214l.391.384c1.523-1.81 3.307-3.658 5.103-5.52a203 203 0 0 0 3.162-3.323c3.077-3.335 5.798-6.73 7.194-10.32c1.036-2.665.67-5.709-1.252-7.85v-.001a7.53 7.53 0 0 0-5.398-2.503"/><path d="m26.909 14.536l-7.94 10.266a.5.5 0 0 0 .395.806h4.527l-1.527 7.75l7.94-10.266a.5.5 0 0 0-.396-.806h-4.526z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M29.053 7.68a9.5 9.5 0 0 1 10.618 2.491c2.494 2.779 2.897 6.644 1.627 9.91c-1.541 3.964-4.488 7.593-7.589 10.952c-1.096 1.188-2.205 2.336-3.287 3.457c-2.035 2.107-3.98 4.121-5.586 6.134a1 1 0 0 1-1.484.088q-.562-.554-1.162-1.142c-2.485-2.438-5.394-5.292-8.065-8.326c-3.092-3.514-5.935-7.347-7.448-11.155A9.58 9.58 0 0 1 9.16 9.446c3.879-3.504 9.856-2.905 13.445.695l1.448 1.453l1.79-1.795a9.5 9.5 0 0 1 3.21-2.12m3.73 1.323a7.5 7.5 0 0 0-5.523 2.208l-2.498 2.505a1 1 0 0 1-1.416 0l-2.156-2.163c-2.941-2.95-7.706-3.317-10.69-.623v.002a7.55 7.55 0 0 0-2.497 5.418a7.6 7.6 0 0 0 .532 3c1.385 3.484 4.045 7.11 7.092 10.572c2.618 2.975 5.469 5.773 7.957 8.214l.391.384c1.523-1.81 3.307-3.658 5.103-5.52a203 203 0 0 0 3.162-3.323c3.077-3.335 5.798-6.73 7.194-10.32c1.036-2.665.67-5.709-1.252-7.85v-.001a7.53 7.53 0 0 0-5.398-2.503"/><path d="m26.909 14.536l-7.94 10.266a.5.5 0 0 0 .395.806h4.527l-1.527 7.75l7.94-10.266a.5.5 0 0 0-.396-.806h-4.526z"/></g></svg>
</template>

CSS

.icon-defibrillator-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M29.053%207.68a9.5%209.5%200%200%201%2010.618%202.491c2.494%202.779%202.897%206.644%201.627%209.91c-1.541%203.964-4.488%207.593-7.589%2010.952c-1.096%201.188-2.205%202.336-3.287%203.457c-2.035%202.107-3.98%204.121-5.586%206.134a1%201%200%200%201-1.484.088q-.562-.554-1.162-1.142c-2.485-2.438-5.394-5.292-8.065-8.326c-3.092-3.514-5.935-7.347-7.448-11.155A9.58%209.58%200%200%201%209.16%209.446c3.879-3.504%209.856-2.905%2013.445.695l1.448%201.453l1.79-1.795a9.5%209.5%200%200%201%203.21-2.12m3.73%201.323a7.5%207.5%200%200%200-5.523%202.208l-2.498%202.505a1%201%200%200%201-1.416%200l-2.156-2.163c-2.941-2.95-7.706-3.317-10.69-.623v.002a7.55%207.55%200%200%200-2.497%205.418a7.6%207.6%200%200%200%20.532%203c1.385%203.484%204.045%207.11%207.092%2010.572c2.618%202.975%205.469%205.773%207.957%208.214l.391.384c1.523-1.81%203.307-3.658%205.103-5.52a203%20203%200%200%200%203.162-3.323c3.077-3.335%205.798-6.73%207.194-10.32c1.036-2.665.67-5.709-1.252-7.85v-.001a7.53%207.53%200%200%200-5.398-2.503%22%2F%3E%3Cpath%20d%3D%22m26.909%2014.536l-7.94%2010.266a.5.5%200%200%200%20.395.806h4.527l-1.527%207.75l7.94-10.266a.5.5%200%200%200-.396-.806h-4.526z%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M29.053%207.68a9.5%209.5%200%200%201%2010.618%202.491c2.494%202.779%202.897%206.644%201.627%209.91c-1.541%203.964-4.488%207.593-7.589%2010.952c-1.096%201.188-2.205%202.336-3.287%203.457c-2.035%202.107-3.98%204.121-5.586%206.134a1%201%200%200%201-1.484.088q-.562-.554-1.162-1.142c-2.485-2.438-5.394-5.292-8.065-8.326c-3.092-3.514-5.935-7.347-7.448-11.155A9.58%209.58%200%200%201%209.16%209.446c3.879-3.504%209.856-2.905%2013.445.695l1.448%201.453l1.79-1.795a9.5%209.5%200%200%201%203.21-2.12m3.73%201.323a7.5%207.5%200%200%200-5.523%202.208l-2.498%202.505a1%201%200%200%201-1.416%200l-2.156-2.163c-2.941-2.95-7.706-3.317-10.69-.623v.002a7.55%207.55%200%200%200-2.497%205.418a7.6%207.6%200%200%200%20.532%203c1.385%203.484%204.045%207.11%207.092%2010.572c2.618%202.975%205.469%205.773%207.957%208.214l.391.384c1.523-1.81%203.307-3.658%205.103-5.52a203%20203%200%200%200%203.162-3.323c3.077-3.335%205.798-6.73%207.194-10.32c1.036-2.665.67-5.709-1.252-7.85v-.001a7.53%207.53%200%200%200-5.398-2.503%22%2F%3E%3Cpath%20d%3D%22m26.909%2014.536l-7.94%2010.266a.5.5%200%200%200%20.395.806h4.527l-1.527%207.75l7.94-10.266a.5.5%200%200%200-.396-.806h-4.526z%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.svg?color=%231a73e8&size=48