electricity negative icon

electricity-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
electricity-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the electricity negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsElectricityNegative)"><path d="m19 21l6-9v6h4l-6 9v-6z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM17 34c-.52-2.182-2.968-6.539-3.93-7.715a13.57 13.57 0 0 1-2.98-7.017a13.47 13.47 0 0 1 1.292-7.494a13.8 13.8 0 0 1 5.166-5.67A14.2 14.2 0 0 1 24.002 4c2.638 0 5.222.73 7.454 2.107a13.8 13.8 0 0 1 5.164 5.671a13.47 13.47 0 0 1 1.29 7.495a13.57 13.57 0 0 1-2.983 7.015C33.965 27.464 31.52 31.82 31 34zm0 3a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H18a1 1 0 0 1-1-1m14 3H17v2a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsElectricityNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsElectricityNegative(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 fill="currentColor" clipPath="url(#healthiconsElectricityNegative)"><path d="m19 21l6-9v6h4l-6 9v-6z"/><path fillRule="evenodd" d="M48 0H0v48h48zM17 34c-.52-2.182-2.968-6.539-3.93-7.715a13.57 13.57 0 0 1-2.98-7.017a13.47 13.47 0 0 1 1.292-7.494a13.8 13.8 0 0 1 5.166-5.67A14.2 14.2 0 0 1 24.002 4c2.638 0 5.222.73 7.454 2.107a13.8 13.8 0 0 1 5.164 5.671a13.47 13.47 0 0 1 1.29 7.495a13.57 13.57 0 0 1-2.983 7.015C33.965 27.464 31.52 31.82 31 34zm0 3a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H18a1 1 0 0 1-1-1m14 3H17v2a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsElectricityNegative"><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 fill="currentColor" clip-path="url(#healthiconsElectricityNegative)"><path d="m19 21l6-9v6h4l-6 9v-6z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM17 34c-.52-2.182-2.968-6.539-3.93-7.715a13.57 13.57 0 0 1-2.98-7.017a13.47 13.47 0 0 1 1.292-7.494a13.8 13.8 0 0 1 5.166-5.67A14.2 14.2 0 0 1 24.002 4c2.638 0 5.222.73 7.454 2.107a13.8 13.8 0 0 1 5.164 5.671a13.47 13.47 0 0 1 1.29 7.495a13.57 13.57 0 0 1-2.983 7.015C33.965 27.464 31.52 31.82 31 34zm0 3a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H18a1 1 0 0 1-1-1m14 3H17v2a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsElectricityNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-electricity-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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsElectricityNegative)%22%3E%3Cpath%20d%3D%22m19%2021l6-9v6h4l-6%209v-6z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM17%2034c-.52-2.182-2.968-6.539-3.93-7.715a13.57%2013.57%200%200%201-2.98-7.017a13.47%2013.47%200%200%201%201.292-7.494a13.8%2013.8%200%200%201%205.166-5.67A14.2%2014.2%200%200%201%2024.002%204c2.638%200%205.222.73%207.454%202.107a13.8%2013.8%200%200%201%205.164%205.671a13.47%2013.47%200%200%201%201.29%207.495a13.57%2013.57%200%200%201-2.983%207.015C33.965%2027.464%2031.52%2031.82%2031%2034zm0%203a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H18a1%201%200%200%201-1-1m14%203H17v2a2%202%200%200%200%202%202h10a2%202%200%200%200%202-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsElectricityNegative%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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsElectricityNegative)%22%3E%3Cpath%20d%3D%22m19%2021l6-9v6h4l-6%209v-6z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM17%2034c-.52-2.182-2.968-6.539-3.93-7.715a13.57%2013.57%200%200%201-2.98-7.017a13.47%2013.47%200%200%201%201.292-7.494a13.8%2013.8%200%200%201%205.166-5.67A14.2%2014.2%200%200%201%2024.002%204c2.638%200%205.222.73%207.454%202.107a13.8%2013.8%200%200%201%205.164%205.671a13.47%2013.47%200%200%201%201.29%207.495a13.57%2013.57%200%200%201-2.983%207.015C33.965%2027.464%2031.52%2031.82%2031%2034zm0%203a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H18a1%201%200%200%201-1-1m14%203H17v2a2%202%200%200%200%202%202h10a2%202%200%200%200%202-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsElectricityNegative%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/electricity-negative.svg?color=%231a73e8&size=48