appgallery logo

appgallery from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
appgallery
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the appgallery logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.734 0C1.804 0 0 1.803 0 6.733v10.535C0 22.198 1.803 24 6.734 24h10.529C22.193 24 24 22.197 24 17.268V6.733C24 1.803 22.197 0 17.266 0zM8 4h.565A3.44 3.44 0 0 0 12 7.435A3.44 3.44 0 0 0 15.435 4H16c0 2.206-1.794 4-4 4S8 6.206 8 4m6.468 8h.52l.713 2.16l.696-2.158h.66l-1.092 3.14h-.532l-.714-2.063l-.714 2.063h-.528l-1.095-3.14h.678l.694 2.158zm6.236 0h.629v3.138h-.629zM2.666 12h.638v1.267h1.439V12h.637v3.142h-.637v-1.276h-1.44v1.276h-.637zm5.668 0h.637v1.772c0 .9-.496 1.417-1.36 1.417c-.856 0-1.347-.507-1.347-1.39v-1.797H6.9v1.775c0 .524.255.805.719.805c.46 0 .714-.273.714-.784zm2.344 0h.563l1.378 3.14h-.668l-.282-.654H10.23l-.286.654h-.651zm6.893.002h2.312v.572H18.2v.643h1.16v.573H18.2v.777h1.744v.573H17.57zm-6.623.793l-.48 1.124h.964z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAppgallery(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="M6.734 0C1.804 0 0 1.803 0 6.733v10.535C0 22.198 1.803 24 6.734 24h10.529C22.193 24 24 22.197 24 17.268V6.733C24 1.803 22.197 0 17.266 0zM8 4h.565A3.44 3.44 0 0 0 12 7.435A3.44 3.44 0 0 0 15.435 4H16c0 2.206-1.794 4-4 4S8 6.206 8 4m6.468 8h.52l.713 2.16l.696-2.158h.66l-1.092 3.14h-.532l-.714-2.063l-.714 2.063h-.528l-1.095-3.14h.678l.694 2.158zm6.236 0h.629v3.138h-.629zM2.666 12h.638v1.267h1.439V12h.637v3.142h-.637v-1.276h-1.44v1.276h-.637zm5.668 0h.637v1.772c0 .9-.496 1.417-1.36 1.417c-.856 0-1.347-.507-1.347-1.39v-1.797H6.9v1.775c0 .524.255.805.719.805c.46 0 .714-.273.714-.784zm2.344 0h.563l1.378 3.14h-.668l-.282-.654H10.23l-.286.654h-.651zm6.893.002h2.312v.572H18.2v.643h1.16v.573H18.2v.777h1.744v.573H17.57zm-6.623.793l-.48 1.124h.964z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.734 0C1.804 0 0 1.803 0 6.733v10.535C0 22.198 1.803 24 6.734 24h10.529C22.193 24 24 22.197 24 17.268V6.733C24 1.803 22.197 0 17.266 0zM8 4h.565A3.44 3.44 0 0 0 12 7.435A3.44 3.44 0 0 0 15.435 4H16c0 2.206-1.794 4-4 4S8 6.206 8 4m6.468 8h.52l.713 2.16l.696-2.158h.66l-1.092 3.14h-.532l-.714-2.063l-.714 2.063h-.528l-1.095-3.14h.678l.694 2.158zm6.236 0h.629v3.138h-.629zM2.666 12h.638v1.267h1.439V12h.637v3.142h-.637v-1.276h-1.44v1.276h-.637zm5.668 0h.637v1.772c0 .9-.496 1.417-1.36 1.417c-.856 0-1.347-.507-1.347-1.39v-1.797H6.9v1.775c0 .524.255.805.719.805c.46 0 .714-.273.714-.784zm2.344 0h.563l1.378 3.14h-.668l-.282-.654H10.23l-.286.654h-.651zm6.893.002h2.312v.572H18.2v.643h1.16v.573H18.2v.777h1.744v.573H17.57zm-6.623.793l-.48 1.124h.964z"/></svg>
</template>

CSS

.icon-appgallery {
  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%22M6.734%200C1.804%200%200%201.803%200%206.733v10.535C0%2022.198%201.803%2024%206.734%2024h10.529C22.193%2024%2024%2022.197%2024%2017.268V6.733C24%201.803%2022.197%200%2017.266%200zM8%204h.565A3.44%203.44%200%200%200%2012%207.435A3.44%203.44%200%200%200%2015.435%204H16c0%202.206-1.794%204-4%204S8%206.206%208%204m6.468%208h.52l.713%202.16l.696-2.158h.66l-1.092%203.14h-.532l-.714-2.063l-.714%202.063h-.528l-1.095-3.14h.678l.694%202.158zm6.236%200h.629v3.138h-.629zM2.666%2012h.638v1.267h1.439V12h.637v3.142h-.637v-1.276h-1.44v1.276h-.637zm5.668%200h.637v1.772c0%20.9-.496%201.417-1.36%201.417c-.856%200-1.347-.507-1.347-1.39v-1.797H6.9v1.775c0%20.524.255.805.719.805c.46%200%20.714-.273.714-.784zm2.344%200h.563l1.378%203.14h-.668l-.282-.654H10.23l-.286.654h-.651zm6.893.002h2.312v.572H18.2v.643h1.16v.573H18.2v.777h1.744v.573H17.57zm-6.623.793l-.48%201.124h.964z%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%22M6.734%200C1.804%200%200%201.803%200%206.733v10.535C0%2022.198%201.803%2024%206.734%2024h10.529C22.193%2024%2024%2022.197%2024%2017.268V6.733C24%201.803%2022.197%200%2017.266%200zM8%204h.565A3.44%203.44%200%200%200%2012%207.435A3.44%203.44%200%200%200%2015.435%204H16c0%202.206-1.794%204-4%204S8%206.206%208%204m6.468%208h.52l.713%202.16l.696-2.158h.66l-1.092%203.14h-.532l-.714-2.063l-.714%202.063h-.528l-1.095-3.14h.678l.694%202.158zm6.236%200h.629v3.138h-.629zM2.666%2012h.638v1.267h1.439V12h.637v3.142h-.637v-1.276h-1.44v1.276h-.637zm5.668%200h.637v1.772c0%20.9-.496%201.417-1.36%201.417c-.856%200-1.347-.507-1.347-1.39v-1.797H6.9v1.775c0%20.524.255.805.719.805c.46%200%20.714-.273.714-.784zm2.344%200h.563l1.378%203.14h-.668l-.282-.654H10.23l-.286.654h-.651zm6.893.002h2.312v.572H18.2v.643h1.16v.573H18.2v.777h1.744v.573H17.57zm-6.623.793l-.48%201.124h.964z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/appgallery.svg?color=%231a73e8&size=48