battery charging icon

battery-charging-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
battery-charging-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Related icons in IonIcons

Use the battery charging icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M306.68 237.62h-66.5l15.33-54.7l6.43-22.92l3.94-14l4.29-15.33a4 4 0 0 0 .06-.44v-.19a2 2 0 0 0 0-.23a2 2 0 0 0 0-.24v-.14c0-.1-.07-.19-.11-.29v-.05a2.33 2.33 0 0 0-2-1.35h-.1a2.25 2.25 0 0 0-1.8 1l-12.5 17.15l-18.82 25.55l-8.36 11.48l-35.41 48.6L160 274.26h66.44l-30 107a4 4 0 0 0-.06.48s0 .06 0 .1a2 2 0 0 0 0 .34a.3.3 0 0 0 0 .09a3 3 0 0 0 .07.32v.06a2 2 0 0 0 .14.32a2.38 2.38 0 0 0 1.52 1.16h.57a2.1 2.1 0 0 0 1.31-.5l.06-.05a2.6 2.6 0 0 0 .42-.45L223.3 352l13-17.82Z"/><path fill="currentColor" d="m289.78 134.55l-.14.74l-.21.73l-6.72 24H417V352H248.05l-23.33 32H449V128H290.13a22.6 22.6 0 0 1-.35 6.55M49 160h169.49l23.31-32H17v256h159.49a22.7 22.7 0 0 1 .34-6.67l.15-.75l.2-.73l6.69-23.85H49Z"/><path fill="currentColor" d="M264.76 329.08h130.55V182.92H276.28l-9.73 34.7H346l-23.16 31.78zM160 294.26h-39.31l23.15-31.78l57.95-79.56H70.69v146.16h119.6l9.77-34.82zm305-91.59h32v106.67h-32z"/></svg>

React

import type { SVGProps } from "react";

export function IonBatteryChargingSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M306.68 237.62h-66.5l15.33-54.7l6.43-22.92l3.94-14l4.29-15.33a4 4 0 0 0 .06-.44v-.19a2 2 0 0 0 0-.23a2 2 0 0 0 0-.24v-.14c0-.1-.07-.19-.11-.29v-.05a2.33 2.33 0 0 0-2-1.35h-.1a2.25 2.25 0 0 0-1.8 1l-12.5 17.15l-18.82 25.55l-8.36 11.48l-35.41 48.6L160 274.26h66.44l-30 107a4 4 0 0 0-.06.48s0 .06 0 .1a2 2 0 0 0 0 .34a.3.3 0 0 0 0 .09a3 3 0 0 0 .07.32v.06a2 2 0 0 0 .14.32a2.38 2.38 0 0 0 1.52 1.16h.57a2.1 2.1 0 0 0 1.31-.5l.06-.05a2.6 2.6 0 0 0 .42-.45L223.3 352l13-17.82Z"/><path fill="currentColor" d="m289.78 134.55l-.14.74l-.21.73l-6.72 24H417V352H248.05l-23.33 32H449V128H290.13a22.6 22.6 0 0 1-.35 6.55M49 160h169.49l23.31-32H17v256h159.49a22.7 22.7 0 0 1 .34-6.67l.15-.75l.2-.73l6.69-23.85H49Z"/><path fill="currentColor" d="M264.76 329.08h130.55V182.92H276.28l-9.73 34.7H346l-23.16 31.78zM160 294.26h-39.31l23.15-31.78l57.95-79.56H70.69v146.16h119.6l9.77-34.82zm305-91.59h32v106.67h-32z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M306.68 237.62h-66.5l15.33-54.7l6.43-22.92l3.94-14l4.29-15.33a4 4 0 0 0 .06-.44v-.19a2 2 0 0 0 0-.23a2 2 0 0 0 0-.24v-.14c0-.1-.07-.19-.11-.29v-.05a2.33 2.33 0 0 0-2-1.35h-.1a2.25 2.25 0 0 0-1.8 1l-12.5 17.15l-18.82 25.55l-8.36 11.48l-35.41 48.6L160 274.26h66.44l-30 107a4 4 0 0 0-.06.48s0 .06 0 .1a2 2 0 0 0 0 .34a.3.3 0 0 0 0 .09a3 3 0 0 0 .07.32v.06a2 2 0 0 0 .14.32a2.38 2.38 0 0 0 1.52 1.16h.57a2.1 2.1 0 0 0 1.31-.5l.06-.05a2.6 2.6 0 0 0 .42-.45L223.3 352l13-17.82Z"/><path fill="currentColor" d="m289.78 134.55l-.14.74l-.21.73l-6.72 24H417V352H248.05l-23.33 32H449V128H290.13a22.6 22.6 0 0 1-.35 6.55M49 160h169.49l23.31-32H17v256h159.49a22.7 22.7 0 0 1 .34-6.67l.15-.75l.2-.73l6.69-23.85H49Z"/><path fill="currentColor" d="M264.76 329.08h130.55V182.92H276.28l-9.73 34.7H346l-23.16 31.78zM160 294.26h-39.31l23.15-31.78l57.95-79.56H70.69v146.16h119.6l9.77-34.82zm305-91.59h32v106.67h-32z"/></svg>
</template>

CSS

.icon-battery-charging-sharp {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M306.68%20237.62h-66.5l15.33-54.7l6.43-22.92l3.94-14l4.29-15.33a4%204%200%200%200%20.06-.44v-.19a2%202%200%200%200%200-.23a2%202%200%200%200%200-.24v-.14c0-.1-.07-.19-.11-.29v-.05a2.33%202.33%200%200%200-2-1.35h-.1a2.25%202.25%200%200%200-1.8%201l-12.5%2017.15l-18.82%2025.55l-8.36%2011.48l-35.41%2048.6L160%20274.26h66.44l-30%20107a4%204%200%200%200-.06.48s0%20.06%200%20.1a2%202%200%200%200%200%20.34a.3.3%200%200%200%200%20.09a3%203%200%200%200%20.07.32v.06a2%202%200%200%200%20.14.32a2.38%202.38%200%200%200%201.52%201.16h.57a2.1%202.1%200%200%200%201.31-.5l.06-.05a2.6%202.6%200%200%200%20.42-.45L223.3%20352l13-17.82Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m289.78%20134.55l-.14.74l-.21.73l-6.72%2024H417V352H248.05l-23.33%2032H449V128H290.13a22.6%2022.6%200%200%201-.35%206.55M49%20160h169.49l23.31-32H17v256h159.49a22.7%2022.7%200%200%201%20.34-6.67l.15-.75l.2-.73l6.69-23.85H49Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M264.76%20329.08h130.55V182.92H276.28l-9.73%2034.7H346l-23.16%2031.78zM160%20294.26h-39.31l23.15-31.78l57.95-79.56H70.69v146.16h119.6l9.77-34.82zm305-91.59h32v106.67h-32z%22%2F%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M306.68%20237.62h-66.5l15.33-54.7l6.43-22.92l3.94-14l4.29-15.33a4%204%200%200%200%20.06-.44v-.19a2%202%200%200%200%200-.23a2%202%200%200%200%200-.24v-.14c0-.1-.07-.19-.11-.29v-.05a2.33%202.33%200%200%200-2-1.35h-.1a2.25%202.25%200%200%200-1.8%201l-12.5%2017.15l-18.82%2025.55l-8.36%2011.48l-35.41%2048.6L160%20274.26h66.44l-30%20107a4%204%200%200%200-.06.48s0%20.06%200%20.1a2%202%200%200%200%200%20.34a.3.3%200%200%200%200%20.09a3%203%200%200%200%20.07.32v.06a2%202%200%200%200%20.14.32a2.38%202.38%200%200%200%201.52%201.16h.57a2.1%202.1%200%200%200%201.31-.5l.06-.05a2.6%202.6%200%200%200%20.42-.45L223.3%20352l13-17.82Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m289.78%20134.55l-.14.74l-.21.73l-6.72%2024H417V352H248.05l-23.33%2032H449V128H290.13a22.6%2022.6%200%200%201-.35%206.55M49%20160h169.49l23.31-32H17v256h159.49a22.7%2022.7%200%200%201%20.34-6.67l.15-.75l.2-.73l6.69-23.85H49Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M264.76%20329.08h130.55V182.92H276.28l-9.73%2034.7H346l-23.16%2031.78zM160%20294.26h-39.31l23.15-31.78l57.95-79.56H70.69v146.16h119.6l9.77-34.82zm305-91.59h32v106.67h-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/battery-charging-sharp.svg?color=%231a73e8&size=48