defibrilator negative icon
defibrilator-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- defibrilator-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the defibrilator negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsDefibrilatorNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zm-6.633 19.269c1.221-3.105.815-6.722-1.523-9.297a9.026 9.026 0 0 0-2.93-2.146A9.092 9.092 0 0 0 26.74 9.623l-2.645 2.622l-2.283-2.264c-3.457-3.429-9.144-3.934-12.777-.69a8.959 8.959 0 0 0-2.164 2.905a8.893 8.893 0 0 0-.191 7.073c2.855 7.105 10.49 14.511 16.18 20.03l1.235 1.201c1.73-2.143 3.852-4.316 6.031-6.547c4.456-4.564 9.153-9.374 11.24-14.684M26.91 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" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDefibrilatorNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDefibrilatorNegative(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 clipPath="url(#healthiconsDefibrilatorNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zm-6.633 19.269c1.221-3.105.815-6.722-1.523-9.297a9.026 9.026 0 0 0-2.93-2.146A9.092 9.092 0 0 0 26.74 9.623l-2.645 2.622l-2.283-2.264c-3.457-3.429-9.144-3.934-12.777-.69a8.959 8.959 0 0 0-2.164 2.905a8.893 8.893 0 0 0-.191 7.073c2.855 7.105 10.49 14.511 16.18 20.03l1.235 1.201c1.73-2.143 3.852-4.316 6.031-6.547c4.456-4.564 9.153-9.374 11.24-14.684M26.91 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" clipRule="evenodd"/></g><defs><clipPath id="healthiconsDefibrilatorNegative"><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 clip-path="url(#healthiconsDefibrilatorNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zm-6.633 19.269c1.221-3.105.815-6.722-1.523-9.297a9.026 9.026 0 0 0-2.93-2.146A9.092 9.092 0 0 0 26.74 9.623l-2.645 2.622l-2.283-2.264c-3.457-3.429-9.144-3.934-12.777-.69a8.959 8.959 0 0 0-2.164 2.905a8.893 8.893 0 0 0-.191 7.073c2.855 7.105 10.49 14.511 16.18 20.03l1.235 1.201c1.73-2.143 3.852-4.316 6.031-6.547c4.456-4.564 9.153-9.374 11.24-14.684M26.91 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" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDefibrilatorNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-defibrilator-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%20clip-path%3D%22url(%23healthiconsDefibrilatorNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-6.633%2019.269c1.221-3.105.815-6.722-1.523-9.297a9.026%209.026%200%200%200-2.93-2.146A9.092%209.092%200%200%200%2026.74%209.623l-2.645%202.622l-2.283-2.264c-3.457-3.429-9.144-3.934-12.777-.69a8.959%208.959%200%200%200-2.164%202.905a8.893%208.893%200%200%200-.191%207.073c2.855%207.105%2010.49%2014.511%2016.18%2020.03l1.235%201.201c1.73-2.143%203.852-4.316%206.031-6.547c4.456-4.564%209.153-9.374%2011.24-14.684M26.91%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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDefibrilatorNegative%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%20clip-path%3D%22url(%23healthiconsDefibrilatorNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-6.633%2019.269c1.221-3.105.815-6.722-1.523-9.297a9.026%209.026%200%200%200-2.93-2.146A9.092%209.092%200%200%200%2026.74%209.623l-2.645%202.622l-2.283-2.264c-3.457-3.429-9.144-3.934-12.777-.69a8.959%208.959%200%200%200-2.164%202.905a8.893%208.893%200%200%200-.191%207.073c2.855%207.105%2010.49%2014.511%2016.18%2020.03l1.235%201.201c1.73-2.143%203.852-4.316%206.031-6.547c4.456-4.564%209.153-9.374%2011.24-14.684M26.91%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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDefibrilatorNegative%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/defibrilator-negative.svg?color=%231a73e8&size=48