battery android shield icon

battery-android-shield-outline-rounded from Material Symbols Light by Google · Outline Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
battery-android-shield-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the battery android shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.385 17q-1 0-1.693-.692T2 14.616V9.385q0-1 .692-1.693T4.385 7h7.852q.25 0 .374.159q.125.158.125.341t-.127.341T12.21 8H4.385q-.58 0-.982.403Q3 8.806 3 9.385v5.23q0 .58.403.982q.403.403.982.403h9.811q.214 0 .357.143t.143.357t-.143.357t-.357.143zM3 16V8zm15.177.06q-.161-.04-.298-.121q-1.35-.76-2.213-2.404t-.968-3.614q-.025-.212.109-.341t.345-.16q.602-.099 1.302-.426t1.567-.902q.217-.136.479-.136t.479.136q.887.581 1.58.905t1.295.422q.192.031.32.17q.128.14.128.332q-.106 1.99-.984 3.624q-.877 1.634-2.202 2.393q-.137.081-.296.121q-.159.041-.32.041t-.323-.04m.323-.92q1.067-.536 1.827-1.873t.932-2.973q-.594-.142-1.268-.468T18.5 8.971z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBatteryAndroidShieldOutlineRounded(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="M4.385 17q-1 0-1.693-.692T2 14.616V9.385q0-1 .692-1.693T4.385 7h7.852q.25 0 .374.159q.125.158.125.341t-.127.341T12.21 8H4.385q-.58 0-.982.403Q3 8.806 3 9.385v5.23q0 .58.403.982q.403.403.982.403h9.811q.214 0 .357.143t.143.357t-.143.357t-.357.143zM3 16V8zm15.177.06q-.161-.04-.298-.121q-1.35-.76-2.213-2.404t-.968-3.614q-.025-.212.109-.341t.345-.16q.602-.099 1.302-.426t1.567-.902q.217-.136.479-.136t.479.136q.887.581 1.58.905t1.295.422q.192.031.32.17q.128.14.128.332q-.106 1.99-.984 3.624q-.877 1.634-2.202 2.393q-.137.081-.296.121q-.159.041-.32.041t-.323-.04m.323-.92q1.067-.536 1.827-1.873t.932-2.973q-.594-.142-1.268-.468T18.5 8.971z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.385 17q-1 0-1.693-.692T2 14.616V9.385q0-1 .692-1.693T4.385 7h7.852q.25 0 .374.159q.125.158.125.341t-.127.341T12.21 8H4.385q-.58 0-.982.403Q3 8.806 3 9.385v5.23q0 .58.403.982q.403.403.982.403h9.811q.214 0 .357.143t.143.357t-.143.357t-.357.143zM3 16V8zm15.177.06q-.161-.04-.298-.121q-1.35-.76-2.213-2.404t-.968-3.614q-.025-.212.109-.341t.345-.16q.602-.099 1.302-.426t1.567-.902q.217-.136.479-.136t.479.136q.887.581 1.58.905t1.295.422q.192.031.32.17q.128.14.128.332q-.106 1.99-.984 3.624q-.877 1.634-2.202 2.393q-.137.081-.296.121q-.159.041-.32.041t-.323-.04m.323-.92q1.067-.536 1.827-1.873t.932-2.973q-.594-.142-1.268-.468T18.5 8.971z"/></svg>
</template>

CSS

.icon-battery-android-shield-outline-rounded {
  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%22M4.385%2017q-1%200-1.693-.692T2%2014.616V9.385q0-1%20.692-1.693T4.385%207h7.852q.25%200%20.374.159q.125.158.125.341t-.127.341T12.21%208H4.385q-.58%200-.982.403Q3%208.806%203%209.385v5.23q0%20.58.403.982q.403.403.982.403h9.811q.214%200%20.357.143t.143.357t-.143.357t-.357.143zM3%2016V8zm15.177.06q-.161-.04-.298-.121q-1.35-.76-2.213-2.404t-.968-3.614q-.025-.212.109-.341t.345-.16q.602-.099%201.302-.426t1.567-.902q.217-.136.479-.136t.479.136q.887.581%201.58.905t1.295.422q.192.031.32.17q.128.14.128.332q-.106%201.99-.984%203.624q-.877%201.634-2.202%202.393q-.137.081-.296.121q-.159.041-.32.041t-.323-.04m.323-.92q1.067-.536%201.827-1.873t.932-2.973q-.594-.142-1.268-.468T18.5%208.971z%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%22M4.385%2017q-1%200-1.693-.692T2%2014.616V9.385q0-1%20.692-1.693T4.385%207h7.852q.25%200%20.374.159q.125.158.125.341t-.127.341T12.21%208H4.385q-.58%200-.982.403Q3%208.806%203%209.385v5.23q0%20.58.403.982q.403.403.982.403h9.811q.214%200%20.357.143t.143.357t-.143.357t-.357.143zM3%2016V8zm15.177.06q-.161-.04-.298-.121q-1.35-.76-2.213-2.404t-.968-3.614q-.025-.212.109-.341t.345-.16q.602-.099%201.302-.426t1.567-.902q.217-.136.479-.136t.479.136q.887.581%201.58.905t1.295.422q.192.031.32.17q.128.14.128.332q-.106%201.99-.984%203.624q-.877%201.634-2.202%202.393q-.137.081-.296.121q-.159.041-.32.041t-.323-.04m.323-.92q1.067-.536%201.827-1.873t.932-2.973q-.594-.142-1.268-.468T18.5%208.971z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/battery-android-shield-outline-rounded.svg?color=%231a73e8&size=48