battery heart variant icon

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

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

More battery icons from Material Design Icons

Use the battery heart variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.67 4H15V2H9v2H7.33A1.34 1.34 0 0 0 6 5.33v15.34A1.34 1.34 0 0 0 7.33 22h9.34A1.34 1.34 0 0 0 18 20.67V5.33A1.34 1.34 0 0 0 16.67 4m-4.09 11.64l-.58.53l-.58-.53C9.36 13.77 8 12.54 8 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 16 11c0 1.54-1.36 2.77-3.42 4.64"/></svg>

React

import type { SVGProps } from "react";

export function MdiBatteryHeartVariant(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="M16.67 4H15V2H9v2H7.33A1.34 1.34 0 0 0 6 5.33v15.34A1.34 1.34 0 0 0 7.33 22h9.34A1.34 1.34 0 0 0 18 20.67V5.33A1.34 1.34 0 0 0 16.67 4m-4.09 11.64l-.58.53l-.58-.53C9.36 13.77 8 12.54 8 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 16 11c0 1.54-1.36 2.77-3.42 4.64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.67 4H15V2H9v2H7.33A1.34 1.34 0 0 0 6 5.33v15.34A1.34 1.34 0 0 0 7.33 22h9.34A1.34 1.34 0 0 0 18 20.67V5.33A1.34 1.34 0 0 0 16.67 4m-4.09 11.64l-.58.53l-.58-.53C9.36 13.77 8 12.54 8 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 16 11c0 1.54-1.36 2.77-3.42 4.64"/></svg>
</template>

CSS

.icon-battery-heart-variant {
  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%22M16.67%204H15V2H9v2H7.33A1.34%201.34%200%200%200%206%205.33v15.34A1.34%201.34%200%200%200%207.33%2022h9.34A1.34%201.34%200%200%200%2018%2020.67V5.33A1.34%201.34%200%200%200%2016.67%204m-4.09%2011.64l-.58.53l-.58-.53C9.36%2013.77%208%2012.54%208%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%2016%2011c0%201.54-1.36%202.77-3.42%204.64%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%22M16.67%204H15V2H9v2H7.33A1.34%201.34%200%200%200%206%205.33v15.34A1.34%201.34%200%200%200%207.33%2022h9.34A1.34%201.34%200%200%200%2018%2020.67V5.33A1.34%201.34%200%200%200%2016.67%204m-4.09%2011.64l-.58.53l-.58-.53C9.36%2013.77%208%2012.54%208%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%2016%2011c0%201.54-1.36%202.77-3.42%204.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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