battery half2 icon
battery-half2 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- battery-half2
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More ui icons from Reicon
Use the battery half2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.656 8.636a.75.75 0 0 0-1.317.719l.005.01l.038.087c.035.087.087.235.142.447c.108.424.226 1.111.226 2.101s-.118 1.677-.226 2.101a4 4 0 0 1-.18.534l-.005.01a.75.75 0 0 0 1.317.72L7 15c.656.364.655.365.656.364v-.001l.001-.002l.002-.003l.004-.007l.01-.018l.026-.053q.03-.064.075-.175c.06-.147.132-.356.202-.631c.142-.551.274-1.364.274-2.474s-.132-1.923-.274-2.474a5 5 0 0 0-.202-.631a3 3 0 0 0-.102-.228l-.01-.018l-.003-.007l-.002-.004c0-.001-.001-.002-.657.362zm2.48-.292a.75.75 0 0 1 1.02.292L10.5 9c.656-.364.655-.365.656-.364v.001l.001.001l.002.004l.004.007l.01.018l.026.053q.03.064.075.175c.06.147.132.356.203.631c.14.551.273 1.364.273 2.474s-.132 1.923-.274 2.474c-.07.275-.143.484-.202.631a3 3 0 0 1-.102.228l-.01.018l-.003.007l-.002.003v.002s-.001.001-.657-.363l.656.364a.75.75 0 0 1-1.317-.719l.005-.01l.038-.087a4 4 0 0 0 .142-.447c.108-.424.226-1.111.226-2.101s-.118-1.677-.226-2.101a4 4 0 0 0-.18-.534l-.005-.01a.75.75 0 0 1 .297-1.01"/><path fill-rule="evenodd" d="M11.556 3.25H9.944c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87c-.153 1.14-.153 2.595-.153 4.433v.112c0 1.838 0 3.294.153 4.433c.158 1.172.49 2.121 1.238 2.87c.749.748 1.698 1.08 2.87 1.238c1.14.153 2.595.153 4.433.153h1.612c1.838 0 3.294 0 4.433-.153c1.172-.158 2.121-.49 2.87-1.238c.748-.749 1.08-1.698 1.238-2.87c.153-1.14.153-2.595.153-4.433v-.112c0-1.838 0-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.749-.748-1.698-1.08-2.87-1.238c-1.14-.153-2.595-.153-4.433-.153M3.702 5.702c.423-.423 1.003-.677 2.009-.812c1.028-.138 2.382-.14 4.289-.14h1.5c1.907 0 3.262.002 4.29.14c1.005.135 1.585.389 2.008.812s.677 1.003.812 2.009c.138 1.028.14 2.382.14 4.289s-.002 3.262-.14 4.29c-.135 1.005-.389 1.585-.812 2.008s-1.003.677-2.009.812c-1.027.138-2.382.14-4.289.14H10c-1.907 0-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.028-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008" clip-rule="evenodd"/><path d="M21.25 14a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBatteryHalf2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.656 8.636a.75.75 0 0 0-1.317.719l.005.01l.038.087c.035.087.087.235.142.447c.108.424.226 1.111.226 2.101s-.118 1.677-.226 2.101a4 4 0 0 1-.18.534l-.005.01a.75.75 0 0 0 1.317.72L7 15c.656.364.655.365.656.364v-.001l.001-.002l.002-.003l.004-.007l.01-.018l.026-.053q.03-.064.075-.175c.06-.147.132-.356.202-.631c.142-.551.274-1.364.274-2.474s-.132-1.923-.274-2.474a5 5 0 0 0-.202-.631a3 3 0 0 0-.102-.228l-.01-.018l-.003-.007l-.002-.004c0-.001-.001-.002-.657.362zm2.48-.292a.75.75 0 0 1 1.02.292L10.5 9c.656-.364.655-.365.656-.364v.001l.001.001l.002.004l.004.007l.01.018l.026.053q.03.064.075.175c.06.147.132.356.203.631c.14.551.273 1.364.273 2.474s-.132 1.923-.274 2.474c-.07.275-.143.484-.202.631a3 3 0 0 1-.102.228l-.01.018l-.003.007l-.002.003v.002s-.001.001-.657-.363l.656.364a.75.75 0 0 1-1.317-.719l.005-.01l.038-.087a4 4 0 0 0 .142-.447c.108-.424.226-1.111.226-2.101s-.118-1.677-.226-2.101a4 4 0 0 0-.18-.534l-.005-.01a.75.75 0 0 1 .297-1.01"/><path fillRule="evenodd" d="M11.556 3.25H9.944c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87c-.153 1.14-.153 2.595-.153 4.433v.112c0 1.838 0 3.294.153 4.433c.158 1.172.49 2.121 1.238 2.87c.749.748 1.698 1.08 2.87 1.238c1.14.153 2.595.153 4.433.153h1.612c1.838 0 3.294 0 4.433-.153c1.172-.158 2.121-.49 2.87-1.238c.748-.749 1.08-1.698 1.238-2.87c.153-1.14.153-2.595.153-4.433v-.112c0-1.838 0-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.749-.748-1.698-1.08-2.87-1.238c-1.14-.153-2.595-.153-4.433-.153M3.702 5.702c.423-.423 1.003-.677 2.009-.812c1.028-.138 2.382-.14 4.289-.14h1.5c1.907 0 3.262.002 4.29.14c1.005.135 1.585.389 2.008.812s.677 1.003.812 2.009c.138 1.028.14 2.382.14 4.289s-.002 3.262-.14 4.29c-.135 1.005-.389 1.585-.812 2.008s-1.003.677-2.009.812c-1.027.138-2.382.14-4.289.14H10c-1.907 0-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.028-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008" clipRule="evenodd"/><path d="M21.25 14a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.656 8.636a.75.75 0 0 0-1.317.719l.005.01l.038.087c.035.087.087.235.142.447c.108.424.226 1.111.226 2.101s-.118 1.677-.226 2.101a4 4 0 0 1-.18.534l-.005.01a.75.75 0 0 0 1.317.72L7 15c.656.364.655.365.656.364v-.001l.001-.002l.002-.003l.004-.007l.01-.018l.026-.053q.03-.064.075-.175c.06-.147.132-.356.202-.631c.142-.551.274-1.364.274-2.474s-.132-1.923-.274-2.474a5 5 0 0 0-.202-.631a3 3 0 0 0-.102-.228l-.01-.018l-.003-.007l-.002-.004c0-.001-.001-.002-.657.362zm2.48-.292a.75.75 0 0 1 1.02.292L10.5 9c.656-.364.655-.365.656-.364v.001l.001.001l.002.004l.004.007l.01.018l.026.053q.03.064.075.175c.06.147.132.356.203.631c.14.551.273 1.364.273 2.474s-.132 1.923-.274 2.474c-.07.275-.143.484-.202.631a3 3 0 0 1-.102.228l-.01.018l-.003.007l-.002.003v.002s-.001.001-.657-.363l.656.364a.75.75 0 0 1-1.317-.719l.005-.01l.038-.087a4 4 0 0 0 .142-.447c.108-.424.226-1.111.226-2.101s-.118-1.677-.226-2.101a4 4 0 0 0-.18-.534l-.005-.01a.75.75 0 0 1 .297-1.01"/><path fill-rule="evenodd" d="M11.556 3.25H9.944c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87c-.153 1.14-.153 2.595-.153 4.433v.112c0 1.838 0 3.294.153 4.433c.158 1.172.49 2.121 1.238 2.87c.749.748 1.698 1.08 2.87 1.238c1.14.153 2.595.153 4.433.153h1.612c1.838 0 3.294 0 4.433-.153c1.172-.158 2.121-.49 2.87-1.238c.748-.749 1.08-1.698 1.238-2.87c.153-1.14.153-2.595.153-4.433v-.112c0-1.838 0-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.749-.748-1.698-1.08-2.87-1.238c-1.14-.153-2.595-.153-4.433-.153M3.702 5.702c.423-.423 1.003-.677 2.009-.812c1.028-.138 2.382-.14 4.289-.14h1.5c1.907 0 3.262.002 4.29.14c1.005.135 1.585.389 2.008.812s.677 1.003.812 2.009c.138 1.028.14 2.382.14 4.289s-.002 3.262-.14 4.29c-.135 1.005-.389 1.585-.812 2.008s-1.003.677-2.009.812c-1.027.138-2.382.14-4.289.14H10c-1.907 0-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.028-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008" clip-rule="evenodd"/><path d="M21.25 14a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0z"/></g></svg> </template>
CSS
.icon-battery-half2 {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.656%208.636a.75.75%200%200%200-1.317.719l.005.01l.038.087c.035.087.087.235.142.447c.108.424.226%201.111.226%202.101s-.118%201.677-.226%202.101a4%204%200%200%201-.18.534l-.005.01a.75.75%200%200%200%201.317.72L7%2015c.656.364.655.365.656.364v-.001l.001-.002l.002-.003l.004-.007l.01-.018l.026-.053q.03-.064.075-.175c.06-.147.132-.356.202-.631c.142-.551.274-1.364.274-2.474s-.132-1.923-.274-2.474a5%205%200%200%200-.202-.631a3%203%200%200%200-.102-.228l-.01-.018l-.003-.007l-.002-.004c0-.001-.001-.002-.657.362zm2.48-.292a.75.75%200%200%201%201.02.292L10.5%209c.656-.364.655-.365.656-.364v.001l.001.001l.002.004l.004.007l.01.018l.026.053q.03.064.075.175c.06.147.132.356.203.631c.14.551.273%201.364.273%202.474s-.132%201.923-.274%202.474c-.07.275-.143.484-.202.631a3%203%200%200%201-.102.228l-.01.018l-.003.007l-.002.003v.002s-.001.001-.657-.363l.656.364a.75.75%200%200%201-1.317-.719l.005-.01l.038-.087a4%204%200%200%200%20.142-.447c.108-.424.226-1.111.226-2.101s-.118-1.677-.226-2.101a4%204%200%200%200-.18-.534l-.005-.01a.75.75%200%200%201%20.297-1.01%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.556%203.25H9.944c-1.838%200-3.294%200-4.433.153c-1.172.158-2.121.49-2.87%201.238c-.748.749-1.08%201.698-1.238%202.87c-.153%201.14-.153%202.595-.153%204.433v.112c0%201.838%200%203.294.153%204.433c.158%201.172.49%202.121%201.238%202.87c.749.748%201.698%201.08%202.87%201.238c1.14.153%202.595.153%204.433.153h1.612c1.838%200%203.294%200%204.433-.153c1.172-.158%202.121-.49%202.87-1.238c.748-.749%201.08-1.698%201.238-2.87c.153-1.14.153-2.595.153-4.433v-.112c0-1.838%200-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.749-.748-1.698-1.08-2.87-1.238c-1.14-.153-2.595-.153-4.433-.153M3.702%205.702c.423-.423%201.003-.677%202.009-.812c1.028-.138%202.382-.14%204.289-.14h1.5c1.907%200%203.262.002%204.29.14c1.005.135%201.585.389%202.008.812s.677%201.003.812%202.009c.138%201.028.14%202.382.14%204.289s-.002%203.262-.14%204.29c-.135%201.005-.389%201.585-.812%202.008s-1.003.677-2.009.812c-1.027.138-2.382.14-4.289.14H10c-1.907%200-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.028-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.25%2014a.75.75%200%200%200%201.5%200v-4a.75.75%200%200%200-1.5%200z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.656%208.636a.75.75%200%200%200-1.317.719l.005.01l.038.087c.035.087.087.235.142.447c.108.424.226%201.111.226%202.101s-.118%201.677-.226%202.101a4%204%200%200%201-.18.534l-.005.01a.75.75%200%200%200%201.317.72L7%2015c.656.364.655.365.656.364v-.001l.001-.002l.002-.003l.004-.007l.01-.018l.026-.053q.03-.064.075-.175c.06-.147.132-.356.202-.631c.142-.551.274-1.364.274-2.474s-.132-1.923-.274-2.474a5%205%200%200%200-.202-.631a3%203%200%200%200-.102-.228l-.01-.018l-.003-.007l-.002-.004c0-.001-.001-.002-.657.362zm2.48-.292a.75.75%200%200%201%201.02.292L10.5%209c.656-.364.655-.365.656-.364v.001l.001.001l.002.004l.004.007l.01.018l.026.053q.03.064.075.175c.06.147.132.356.203.631c.14.551.273%201.364.273%202.474s-.132%201.923-.274%202.474c-.07.275-.143.484-.202.631a3%203%200%200%201-.102.228l-.01.018l-.003.007l-.002.003v.002s-.001.001-.657-.363l.656.364a.75.75%200%200%201-1.317-.719l.005-.01l.038-.087a4%204%200%200%200%20.142-.447c.108-.424.226-1.111.226-2.101s-.118-1.677-.226-2.101a4%204%200%200%200-.18-.534l-.005-.01a.75.75%200%200%201%20.297-1.01%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.556%203.25H9.944c-1.838%200-3.294%200-4.433.153c-1.172.158-2.121.49-2.87%201.238c-.748.749-1.08%201.698-1.238%202.87c-.153%201.14-.153%202.595-.153%204.433v.112c0%201.838%200%203.294.153%204.433c.158%201.172.49%202.121%201.238%202.87c.749.748%201.698%201.08%202.87%201.238c1.14.153%202.595.153%204.433.153h1.612c1.838%200%203.294%200%204.433-.153c1.172-.158%202.121-.49%202.87-1.238c.748-.749%201.08-1.698%201.238-2.87c.153-1.14.153-2.595.153-4.433v-.112c0-1.838%200-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.749-.748-1.698-1.08-2.87-1.238c-1.14-.153-2.595-.153-4.433-.153M3.702%205.702c.423-.423%201.003-.677%202.009-.812c1.028-.138%202.382-.14%204.289-.14h1.5c1.907%200%203.262.002%204.29.14c1.005.135%201.585.389%202.008.812s.677%201.003.812%202.009c.138%201.028.14%202.382.14%204.289s-.002%203.262-.14%204.29c-.135%201.005-.389%201.585-.812%202.008s-1.003.677-2.009.812c-1.027.138-2.382.14-4.289.14H10c-1.907%200-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.028-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.25%2014a.75.75%200%200%200%201.5%200v-4a.75.75%200%200%200-1.5%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/battery-half2.svg?color=%231a73e8&size=48