apk-install-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
apk-install-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the apk install icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h7.175q.4 0 .763.15t.637.425l4.85 4.85q.275.275.425.638t.15.762v2.425q0 .425-.288.713T17 12.25h-1q-.425 0-.712.288T15 13.25V21q0 .425-.288.713T14 22zm7-13h5l-5-5zM5 19h10q-.1-1.225-.75-2.25t-1.7-1.625l.95-1.7q.05-.1.025-.225t-.15-.175q-.1-.05-.213-.025t-.162.125l-.975 1.75q-.5-.2-1-.312T10 14.45t-1.025.113t-1 .312L7 13.125Q6.95 13 6.838 13t-.238.05l-.1.375l.95 1.7q-1.05.6-1.7 1.625T5 19m2.4-1.65q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m4.5 0q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m7.1.8V15q0-.425.288-.712T20 14t.713.288T21 15v3.15l.9-.875q.3-.275.7-.275t.7.3q.275.3.287.7t-.287.7l-2.6 2.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.288-.687t.288-.713q.275-.3.7-.3t.725.275z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsApkInstallRounded(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 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h7.175q.4 0 .763.15t.637.425l4.85 4.85q.275.275.425.638t.15.762v2.425q0 .425-.288.713T17 12.25h-1q-.425 0-.712.288T15 13.25V21q0 .425-.288.713T14 22zm7-13h5l-5-5zM5 19h10q-.1-1.225-.75-2.25t-1.7-1.625l.95-1.7q.05-.1.025-.225t-.15-.175q-.1-.05-.213-.025t-.162.125l-.975 1.75q-.5-.2-1-.312T10 14.45t-1.025.113t-1 .312L7 13.125Q6.95 13 6.838 13t-.238.05l-.1.375l.95 1.7q-1.05.6-1.7 1.625T5 19m2.4-1.65q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m4.5 0q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m7.1.8V15q0-.425.288-.712T20 14t.713.288T21 15v3.15l.9-.875q.3-.275.7-.275t.7.3q.275.3.287.7t-.287.7l-2.6 2.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.288-.687t.288-.713q.275-.3.7-.3t.725.275z"/></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 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h7.175q.4 0 .763.15t.637.425l4.85 4.85q.275.275.425.638t.15.762v2.425q0 .425-.288.713T17 12.25h-1q-.425 0-.712.288T15 13.25V21q0 .425-.288.713T14 22zm7-13h5l-5-5zM5 19h10q-.1-1.225-.75-2.25t-1.7-1.625l.95-1.7q.05-.1.025-.225t-.15-.175q-.1-.05-.213-.025t-.162.125l-.975 1.75q-.5-.2-1-.312T10 14.45t-1.025.113t-1 .312L7 13.125Q6.95 13 6.838 13t-.238.05l-.1.375l.95 1.7q-1.05.6-1.7 1.625T5 19m2.4-1.65q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m4.5 0q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m7.1.8V15q0-.425.288-.712T20 14t.713.288T21 15v3.15l.9-.875q.3-.275.7-.275t.7.3q.275.3.287.7t-.287.7l-2.6 2.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.288-.687t.288-.713q.275-.3.7-.3t.725.275z"/></svg>
</template>

CSS

.icon-apk-install-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%2022q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h7.175q.4%200%20.763.15t.637.425l4.85%204.85q.275.275.425.638t.15.762v2.425q0%20.425-.288.713T17%2012.25h-1q-.425%200-.712.288T15%2013.25V21q0%20.425-.288.713T14%2022zm7-13h5l-5-5zM5%2019h10q-.1-1.225-.75-2.25t-1.7-1.625l.95-1.7q.05-.1.025-.225t-.15-.175q-.1-.05-.213-.025t-.162.125l-.975%201.75q-.5-.2-1-.312T10%2014.45t-1.025.113t-1%20.312L7%2013.125Q6.95%2013%206.838%2013t-.238.05l-.1.375l.95%201.7q-1.05.6-1.7%201.625T5%2019m2.4-1.65q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m4.5%200q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m7.1.8V15q0-.425.288-.712T20%2014t.713.288T21%2015v3.15l.9-.875q.3-.275.7-.275t.7.3q.275.3.287.7t-.287.7l-2.6%202.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.288-.687t.288-.713q.275-.3.7-.3t.725.275z%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%2022q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h7.175q.4%200%20.763.15t.637.425l4.85%204.85q.275.275.425.638t.15.762v2.425q0%20.425-.288.713T17%2012.25h-1q-.425%200-.712.288T15%2013.25V21q0%20.425-.288.713T14%2022zm7-13h5l-5-5zM5%2019h10q-.1-1.225-.75-2.25t-1.7-1.625l.95-1.7q.05-.1.025-.225t-.15-.175q-.1-.05-.213-.025t-.162.125l-.975%201.75q-.5-.2-1-.312T10%2014.45t-1.025.113t-1%20.312L7%2013.125Q6.95%2013%206.838%2013t-.238.05l-.1.375l.95%201.7q-1.05.6-1.7%201.625T5%2019m2.4-1.65q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m4.5%200q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m7.1.8V15q0-.425.288-.712T20%2014t.713.288T21%2015v3.15l.9-.875q.3-.275.7-.275t.7.3q.275.3.287.7t-.287.7l-2.6%202.6q-.3.3-.7.3t-.7-.3l-2.6-2.6q-.275-.275-.288-.687t.288-.713q.275-.3.7-.3t.725.275z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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