battery-saver-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
battery-saver-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the battery saver icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.005 11.08c0-1.574-.795-3.867-2.359-6.719c-.269-.49-.97-.483-1.27-.02q-.629.97-1.877 1.981l-.37.29l-.354.268l-.49.378c-1.729 1.377-2.41 2.602-2.26 4.411c.131 1.6 1.099 2.746 2.762 3.27q-.878 1.025-2.324 1.622a.75.75 0 1 0 .574 1.387c1.833-.76 3.149-1.976 3.912-3.634q.428-.93.684-1.833l.043-.156l.102-.412l.068-.33l.042-.237l.066-.477a9 9 0 0 0 .056-1.12l-.004-.024a.75.75 0 0 1 1.5.023q.033 2.191-.886 4.464l-.025.088a.454.454 0 0 0 .634.495l.114-.057q.11-.062.196-.137c.722-.624 1.466-1.945 1.466-3.52M17 6h-5.25l-.102.007a.75.75 0 0 0 .102 1.494H17l.145.006A1.5 1.5 0 0 1 18.5 9.001v6l-.007.144A1.5 1.5 0 0 1 17 16.5H7.75c-.406.028-.75.321-.75.75c0 .415.336.75.75.75H17l.176-.005A3 3 0 0 0 20 15v-1l1 .018l.135-.009a1 1 0 0 0 .866-.991v-2l-.008-.121a1 1 0 0 0-.992-.879L20 10V9l-.005-.176A3 3 0 0 0 17 6.001"/></svg>

React

import type { SVGProps } from "react";

export function FluentBatterySaver24Regular(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="M11.005 11.08c0-1.574-.795-3.867-2.359-6.719c-.269-.49-.97-.483-1.27-.02q-.629.97-1.877 1.981l-.37.29l-.354.268l-.49.378c-1.729 1.377-2.41 2.602-2.26 4.411c.131 1.6 1.099 2.746 2.762 3.27q-.878 1.025-2.324 1.622a.75.75 0 1 0 .574 1.387c1.833-.76 3.149-1.976 3.912-3.634q.428-.93.684-1.833l.043-.156l.102-.412l.068-.33l.042-.237l.066-.477a9 9 0 0 0 .056-1.12l-.004-.024a.75.75 0 0 1 1.5.023q.033 2.191-.886 4.464l-.025.088a.454.454 0 0 0 .634.495l.114-.057q.11-.062.196-.137c.722-.624 1.466-1.945 1.466-3.52M17 6h-5.25l-.102.007a.75.75 0 0 0 .102 1.494H17l.145.006A1.5 1.5 0 0 1 18.5 9.001v6l-.007.144A1.5 1.5 0 0 1 17 16.5H7.75c-.406.028-.75.321-.75.75c0 .415.336.75.75.75H17l.176-.005A3 3 0 0 0 20 15v-1l1 .018l.135-.009a1 1 0 0 0 .866-.991v-2l-.008-.121a1 1 0 0 0-.992-.879L20 10V9l-.005-.176A3 3 0 0 0 17 6.001"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.005 11.08c0-1.574-.795-3.867-2.359-6.719c-.269-.49-.97-.483-1.27-.02q-.629.97-1.877 1.981l-.37.29l-.354.268l-.49.378c-1.729 1.377-2.41 2.602-2.26 4.411c.131 1.6 1.099 2.746 2.762 3.27q-.878 1.025-2.324 1.622a.75.75 0 1 0 .574 1.387c1.833-.76 3.149-1.976 3.912-3.634q.428-.93.684-1.833l.043-.156l.102-.412l.068-.33l.042-.237l.066-.477a9 9 0 0 0 .056-1.12l-.004-.024a.75.75 0 0 1 1.5.023q.033 2.191-.886 4.464l-.025.088a.454.454 0 0 0 .634.495l.114-.057q.11-.062.196-.137c.722-.624 1.466-1.945 1.466-3.52M17 6h-5.25l-.102.007a.75.75 0 0 0 .102 1.494H17l.145.006A1.5 1.5 0 0 1 18.5 9.001v6l-.007.144A1.5 1.5 0 0 1 17 16.5H7.75c-.406.028-.75.321-.75.75c0 .415.336.75.75.75H17l.176-.005A3 3 0 0 0 20 15v-1l1 .018l.135-.009a1 1 0 0 0 .866-.991v-2l-.008-.121a1 1 0 0 0-.992-.879L20 10V9l-.005-.176A3 3 0 0 0 17 6.001"/></svg>
</template>

CSS

.icon-battery-saver-24-regular {
  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%22M11.005%2011.08c0-1.574-.795-3.867-2.359-6.719c-.269-.49-.97-.483-1.27-.02q-.629.97-1.877%201.981l-.37.29l-.354.268l-.49.378c-1.729%201.377-2.41%202.602-2.26%204.411c.131%201.6%201.099%202.746%202.762%203.27q-.878%201.025-2.324%201.622a.75.75%200%201%200%20.574%201.387c1.833-.76%203.149-1.976%203.912-3.634q.428-.93.684-1.833l.043-.156l.102-.412l.068-.33l.042-.237l.066-.477a9%209%200%200%200%20.056-1.12l-.004-.024a.75.75%200%200%201%201.5.023q.033%202.191-.886%204.464l-.025.088a.454.454%200%200%200%20.634.495l.114-.057q.11-.062.196-.137c.722-.624%201.466-1.945%201.466-3.52M17%206h-5.25l-.102.007a.75.75%200%200%200%20.102%201.494H17l.145.006A1.5%201.5%200%200%201%2018.5%209.001v6l-.007.144A1.5%201.5%200%200%201%2017%2016.5H7.75c-.406.028-.75.321-.75.75c0%20.415.336.75.75.75H17l.176-.005A3%203%200%200%200%2020%2015v-1l1%20.018l.135-.009a1%201%200%200%200%20.866-.991v-2l-.008-.121a1%201%200%200%200-.992-.879L20%2010V9l-.005-.176A3%203%200%200%200%2017%206.001%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%22M11.005%2011.08c0-1.574-.795-3.867-2.359-6.719c-.269-.49-.97-.483-1.27-.02q-.629.97-1.877%201.981l-.37.29l-.354.268l-.49.378c-1.729%201.377-2.41%202.602-2.26%204.411c.131%201.6%201.099%202.746%202.762%203.27q-.878%201.025-2.324%201.622a.75.75%200%201%200%20.574%201.387c1.833-.76%203.149-1.976%203.912-3.634q.428-.93.684-1.833l.043-.156l.102-.412l.068-.33l.042-.237l.066-.477a9%209%200%200%200%20.056-1.12l-.004-.024a.75.75%200%200%201%201.5.023q.033%202.191-.886%204.464l-.025.088a.454.454%200%200%200%20.634.495l.114-.057q.11-.062.196-.137c.722-.624%201.466-1.945%201.466-3.52M17%206h-5.25l-.102.007a.75.75%200%200%200%20.102%201.494H17l.145.006A1.5%201.5%200%200%201%2018.5%209.001v6l-.007.144A1.5%201.5%200%200%201%2017%2016.5H7.75c-.406.028-.75.321-.75.75c0%20.415.336.75.75.75H17l.176-.005A3%203%200%200%200%2020%2015v-1l1%20.018l.135-.009a1%201%200%200%200%20.866-.991v-2l-.008-.121a1%201%200%200%200-.992-.879L20%2010V9l-.005-.176A3%203%200%200%200%2017%206.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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