electricity icon

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

Name
electricity
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the electricity icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M13.07 26.285c.962 1.176 3.41 5.533 3.93 7.715h14c.52-2.18 2.965-6.537 3.927-7.712a13.57 13.57 0 0 0 2.982-7.015a13.47 13.47 0 0 0-1.289-7.495a13.8 13.8 0 0 0-5.164-5.671A14.2 14.2 0 0 0 24.002 4c-2.637 0-5.221.73-7.454 2.105a13.8 13.8 0 0 0-5.166 5.67a13.47 13.47 0 0 0-1.292 7.493c.299 2.567 1.332 5 2.98 7.017M25 12l-6 9h4v6l6-9h-4z" clip-rule="evenodd"/><path d="M17 37a1 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"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsElectricity(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"><path fillRule="evenodd" d="M13.07 26.285c.962 1.176 3.41 5.533 3.93 7.715h14c.52-2.18 2.965-6.537 3.927-7.712a13.57 13.57 0 0 0 2.982-7.015a13.47 13.47 0 0 0-1.289-7.495a13.8 13.8 0 0 0-5.164-5.671A14.2 14.2 0 0 0 24.002 4c-2.637 0-5.221.73-7.454 2.105a13.8 13.8 0 0 0-5.166 5.67a13.47 13.47 0 0 0-1.292 7.493c.299 2.567 1.332 5 2.98 7.017M25 12l-6 9h4v6l6-9h-4z" clipRule="evenodd"/><path d="M17 37a1 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"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M13.07 26.285c.962 1.176 3.41 5.533 3.93 7.715h14c.52-2.18 2.965-6.537 3.927-7.712a13.57 13.57 0 0 0 2.982-7.015a13.47 13.47 0 0 0-1.289-7.495a13.8 13.8 0 0 0-5.164-5.671A14.2 14.2 0 0 0 24.002 4c-2.637 0-5.221.73-7.454 2.105a13.8 13.8 0 0 0-5.166 5.67a13.47 13.47 0 0 0-1.292 7.493c.299 2.567 1.332 5 2.98 7.017M25 12l-6 9h4v6l6-9h-4z" clip-rule="evenodd"/><path d="M17 37a1 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"/></g></svg>
</template>

CSS

.icon-electricity {
  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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.07%2026.285c.962%201.176%203.41%205.533%203.93%207.715h14c.52-2.18%202.965-6.537%203.927-7.712a13.57%2013.57%200%200%200%202.982-7.015a13.47%2013.47%200%200%200-1.289-7.495a13.8%2013.8%200%200%200-5.164-5.671A14.2%2014.2%200%200%200%2024.002%204c-2.637%200-5.221.73-7.454%202.105a13.8%2013.8%200%200%200-5.166%205.67a13.47%2013.47%200%200%200-1.292%207.493c.299%202.567%201.332%205%202.98%207.017M25%2012l-6%209h4v6l6-9h-4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17%2037a1%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%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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.07%2026.285c.962%201.176%203.41%205.533%203.93%207.715h14c.52-2.18%202.965-6.537%203.927-7.712a13.57%2013.57%200%200%200%202.982-7.015a13.47%2013.47%200%200%200-1.289-7.495a13.8%2013.8%200%200%200-5.164-5.671A14.2%2014.2%200%200%200%2024.002%204c-2.637%200-5.221.73-7.454%202.105a13.8%2013.8%200%200%200-5.166%205.67a13.47%2013.47%200%200%200-1.292%207.493c.299%202.567%201.332%205%202.98%207.017M25%2012l-6%209h4v6l6-9h-4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17%2037a1%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%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/electricity.svg?color=%231a73e8&size=48