battery 25 icon
battery-25 from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- battery-25
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
Related icons in Framework7 Icons
Use the battery 25 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.463 42h31.385c3.03 0 5.582-.283 7.39-2.091s2.056-4.324 2.056-7.355v-9.09c0-3.031-.248-5.565-2.056-7.355C46.413 14.3 43.878 14 40.848 14H9.41c-2.977 0-5.529.301-7.337 2.109C.266 17.916 0 20.433 0 23.41v9.144c0 3.03.266 5.565 2.073 7.355C3.881 41.717 6.433 42 9.463 42m-.496-2.853c-1.825 0-3.74-.248-4.802-1.311c-1.082-1.082-1.312-2.96-1.312-4.785V23.02c0-1.861.23-3.775 1.294-4.839c1.08-1.08 3.013-1.329 4.873-1.329h32.324c1.808 0 3.74.266 4.803 1.33c1.08 1.08 1.294 2.959 1.294 4.784V33.05c0 1.825-.231 3.703-1.294 4.785c-1.063 1.08-2.995 1.31-4.803 1.31Zm-.354-2.41h4.66c1.312 0 2.038-.178 2.606-.727c.567-.567.726-1.311.726-2.605V22.613c0-1.312-.16-2.038-.726-2.605c-.568-.567-1.294-.727-2.606-.727h-4.66c-1.312 0-2.038.16-2.605.727S5.28 21.3 5.28 22.613v10.792c0 1.294.16 2.038.727 2.605c.567.55 1.293.727 2.605.727m44.109-4.254c1.4-.088 3.278-1.878 3.278-4.59c0-2.693-1.879-4.483-3.278-4.571Z"/></svg>
React
import type { SVGProps } from "react";
export function F7Battery25(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.463 42h31.385c3.03 0 5.582-.283 7.39-2.091s2.056-4.324 2.056-7.355v-9.09c0-3.031-.248-5.565-2.056-7.355C46.413 14.3 43.878 14 40.848 14H9.41c-2.977 0-5.529.301-7.337 2.109C.266 17.916 0 20.433 0 23.41v9.144c0 3.03.266 5.565 2.073 7.355C3.881 41.717 6.433 42 9.463 42m-.496-2.853c-1.825 0-3.74-.248-4.802-1.311c-1.082-1.082-1.312-2.96-1.312-4.785V23.02c0-1.861.23-3.775 1.294-4.839c1.08-1.08 3.013-1.329 4.873-1.329h32.324c1.808 0 3.74.266 4.803 1.33c1.08 1.08 1.294 2.959 1.294 4.784V33.05c0 1.825-.231 3.703-1.294 4.785c-1.063 1.08-2.995 1.31-4.803 1.31Zm-.354-2.41h4.66c1.312 0 2.038-.178 2.606-.727c.567-.567.726-1.311.726-2.605V22.613c0-1.312-.16-2.038-.726-2.605c-.568-.567-1.294-.727-2.606-.727h-4.66c-1.312 0-2.038.16-2.605.727S5.28 21.3 5.28 22.613v10.792c0 1.294.16 2.038.727 2.605c.567.55 1.293.727 2.605.727m44.109-4.254c1.4-.088 3.278-1.878 3.278-4.59c0-2.693-1.879-4.483-3.278-4.571Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.463 42h31.385c3.03 0 5.582-.283 7.39-2.091s2.056-4.324 2.056-7.355v-9.09c0-3.031-.248-5.565-2.056-7.355C46.413 14.3 43.878 14 40.848 14H9.41c-2.977 0-5.529.301-7.337 2.109C.266 17.916 0 20.433 0 23.41v9.144c0 3.03.266 5.565 2.073 7.355C3.881 41.717 6.433 42 9.463 42m-.496-2.853c-1.825 0-3.74-.248-4.802-1.311c-1.082-1.082-1.312-2.96-1.312-4.785V23.02c0-1.861.23-3.775 1.294-4.839c1.08-1.08 3.013-1.329 4.873-1.329h32.324c1.808 0 3.74.266 4.803 1.33c1.08 1.08 1.294 2.959 1.294 4.784V33.05c0 1.825-.231 3.703-1.294 4.785c-1.063 1.08-2.995 1.31-4.803 1.31Zm-.354-2.41h4.66c1.312 0 2.038-.178 2.606-.727c.567-.567.726-1.311.726-2.605V22.613c0-1.312-.16-2.038-.726-2.605c-.568-.567-1.294-.727-2.606-.727h-4.66c-1.312 0-2.038.16-2.605.727S5.28 21.3 5.28 22.613v10.792c0 1.294.16 2.038.727 2.605c.567.55 1.293.727 2.605.727m44.109-4.254c1.4-.088 3.278-1.878 3.278-4.59c0-2.693-1.879-4.483-3.278-4.571Z"/></svg> </template>
CSS
.icon-battery-25 {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.463%2042h31.385c3.03%200%205.582-.283%207.39-2.091s2.056-4.324%202.056-7.355v-9.09c0-3.031-.248-5.565-2.056-7.355C46.413%2014.3%2043.878%2014%2040.848%2014H9.41c-2.977%200-5.529.301-7.337%202.109C.266%2017.916%200%2020.433%200%2023.41v9.144c0%203.03.266%205.565%202.073%207.355C3.881%2041.717%206.433%2042%209.463%2042m-.496-2.853c-1.825%200-3.74-.248-4.802-1.311c-1.082-1.082-1.312-2.96-1.312-4.785V23.02c0-1.861.23-3.775%201.294-4.839c1.08-1.08%203.013-1.329%204.873-1.329h32.324c1.808%200%203.74.266%204.803%201.33c1.08%201.08%201.294%202.959%201.294%204.784V33.05c0%201.825-.231%203.703-1.294%204.785c-1.063%201.08-2.995%201.31-4.803%201.31Zm-.354-2.41h4.66c1.312%200%202.038-.178%202.606-.727c.567-.567.726-1.311.726-2.605V22.613c0-1.312-.16-2.038-.726-2.605c-.568-.567-1.294-.727-2.606-.727h-4.66c-1.312%200-2.038.16-2.605.727S5.28%2021.3%205.28%2022.613v10.792c0%201.294.16%202.038.727%202.605c.567.55%201.293.727%202.605.727m44.109-4.254c1.4-.088%203.278-1.878%203.278-4.59c0-2.693-1.879-4.483-3.278-4.571Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.463%2042h31.385c3.03%200%205.582-.283%207.39-2.091s2.056-4.324%202.056-7.355v-9.09c0-3.031-.248-5.565-2.056-7.355C46.413%2014.3%2043.878%2014%2040.848%2014H9.41c-2.977%200-5.529.301-7.337%202.109C.266%2017.916%200%2020.433%200%2023.41v9.144c0%203.03.266%205.565%202.073%207.355C3.881%2041.717%206.433%2042%209.463%2042m-.496-2.853c-1.825%200-3.74-.248-4.802-1.311c-1.082-1.082-1.312-2.96-1.312-4.785V23.02c0-1.861.23-3.775%201.294-4.839c1.08-1.08%203.013-1.329%204.873-1.329h32.324c1.808%200%203.74.266%204.803%201.33c1.08%201.08%201.294%202.959%201.294%204.784V33.05c0%201.825-.231%203.703-1.294%204.785c-1.063%201.08-2.995%201.31-4.803%201.31Zm-.354-2.41h4.66c1.312%200%202.038-.178%202.606-.727c.567-.567.726-1.311.726-2.605V22.613c0-1.312-.16-2.038-.726-2.605c-.568-.567-1.294-.727-2.606-.727h-4.66c-1.312%200-2.038.16-2.605.727S5.28%2021.3%205.28%2022.613v10.792c0%201.294.16%202.038.727%202.605c.567.55%201.293.727%202.605.727m44.109-4.254c1.4-.088%203.278-1.878%203.278-4.59c0-2.693-1.879-4.483-3.278-4.571Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/battery-25.svg?color=%231a73e8&size=48