battery-heart from Material Design Icons by Pictogrammers · Filled · Battery · Apache-2.0 Free for personal and commercial use.

Name
battery-heart
Set
Material Design Icons
Style
Filled
Category
Battery
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More battery icons from Material Design Icons

Use the battery heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.67 4H11V2H5v2H3.33A1.34 1.34 0 0 0 2 5.33v15.34A1.34 1.34 0 0 0 3.33 22h9.34A1.34 1.34 0 0 0 14 20.67V5.33A1.34 1.34 0 0 0 12.67 4M19 16.17l-.58-.53C16.36 13.77 15 12.54 15 11a2.18 2.18 0 0 1 2.2-2.2a2.4 2.4 0 0 1 1.8.83a2.4 2.4 0 0 1 1.8-.83A2.18 2.18 0 0 1 23 11c0 1.5-1.36 2.74-3.42 4.61Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiBatteryHeart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.67 4H11V2H5v2H3.33A1.34 1.34 0 0 0 2 5.33v15.34A1.34 1.34 0 0 0 3.33 22h9.34A1.34 1.34 0 0 0 14 20.67V5.33A1.34 1.34 0 0 0 12.67 4M19 16.17l-.58-.53C16.36 13.77 15 12.54 15 11a2.18 2.18 0 0 1 2.2-2.2a2.4 2.4 0 0 1 1.8.83a2.4 2.4 0 0 1 1.8-.83A2.18 2.18 0 0 1 23 11c0 1.5-1.36 2.74-3.42 4.61Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.67 4H11V2H5v2H3.33A1.34 1.34 0 0 0 2 5.33v15.34A1.34 1.34 0 0 0 3.33 22h9.34A1.34 1.34 0 0 0 14 20.67V5.33A1.34 1.34 0 0 0 12.67 4M19 16.17l-.58-.53C16.36 13.77 15 12.54 15 11a2.18 2.18 0 0 1 2.2-2.2a2.4 2.4 0 0 1 1.8.83a2.4 2.4 0 0 1 1.8-.83A2.18 2.18 0 0 1 23 11c0 1.5-1.36 2.74-3.42 4.61Z"/></svg>
</template>

CSS

.icon-battery-heart {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.67%204H11V2H5v2H3.33A1.34%201.34%200%200%200%202%205.33v15.34A1.34%201.34%200%200%200%203.33%2022h9.34A1.34%201.34%200%200%200%2014%2020.67V5.33A1.34%201.34%200%200%200%2012.67%204M19%2016.17l-.58-.53C16.36%2013.77%2015%2012.54%2015%2011a2.18%202.18%200%200%201%202.2-2.2a2.4%202.4%200%200%201%201.8.83a2.4%202.4%200%200%201%201.8-.83A2.18%202.18%200%200%201%2023%2011c0%201.5-1.36%202.74-3.42%204.61Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.67%204H11V2H5v2H3.33A1.34%201.34%200%200%200%202%205.33v15.34A1.34%201.34%200%200%200%203.33%2022h9.34A1.34%201.34%200%200%200%2014%2020.67V5.33A1.34%201.34%200%200%200%2012.67%204M19%2016.17l-.58-.53C16.36%2013.77%2015%2012.54%2015%2011a2.18%202.18%200%200%201%202.2-2.2a2.4%202.4%200%200%201%201.8.83a2.4%202.4%200%200%201%201.8-.83A2.18%202.18%200%200%201%2023%2011c0%201.5-1.36%202.74-3.42%204.61Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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