app store ios logo

app-store-ios from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
app-store-ios
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Related icons in CoreUI Brands

Use the app store ios logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 2H5C3.344 2 2 3.344 2 5v22c0 1.656 1.344 3 3 3h22c1.656 0 3-1.344 3-3V5c0-1.656-1.344-3-3-3M9.938 24.031a1.248 1.248 0 1 1-2.162-1.25l.894-1.544q1.509-.46 2.475.712zm8.681-3.368H7.25c-.688 0-1.25-.563-1.25-1.25s.563-1.25 1.25-1.25h3.188l4.087-7.075l-1.281-2.212A1.25 1.25 0 0 1 13.7 7.17a1.25 1.25 0 0 1 1.706.456l.556.962l.556-.962a1.248 1.248 0 1 1 2.162 1.25l-5.362 9.288h3.881c1.262 0 1.969 1.481 1.419 2.5zm6.131 0h-1.813l1.225 2.119c.344.6.137 1.363-.456 1.706c-.6.344-1.363.137-1.706-.456c-2.056-3.556-3.594-6.231-4.625-8.006c-1.044-1.813-.3-3.625.444-4.237q1.227 2.129 3.681 6.375h3.25a1.25 1.25 0 1 1 0 2.5z"/></svg>

React

import type { SVGProps } from "react";

export function CibAppStoreIos(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 2H5C3.344 2 2 3.344 2 5v22c0 1.656 1.344 3 3 3h22c1.656 0 3-1.344 3-3V5c0-1.656-1.344-3-3-3M9.938 24.031a1.248 1.248 0 1 1-2.162-1.25l.894-1.544q1.509-.46 2.475.712zm8.681-3.368H7.25c-.688 0-1.25-.563-1.25-1.25s.563-1.25 1.25-1.25h3.188l4.087-7.075l-1.281-2.212A1.25 1.25 0 0 1 13.7 7.17a1.25 1.25 0 0 1 1.706.456l.556.962l.556-.962a1.248 1.248 0 1 1 2.162 1.25l-5.362 9.288h3.881c1.262 0 1.969 1.481 1.419 2.5zm6.131 0h-1.813l1.225 2.119c.344.6.137 1.363-.456 1.706c-.6.344-1.363.137-1.706-.456c-2.056-3.556-3.594-6.231-4.625-8.006c-1.044-1.813-.3-3.625.444-4.237q1.227 2.129 3.681 6.375h3.25a1.25 1.25 0 1 1 0 2.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 2H5C3.344 2 2 3.344 2 5v22c0 1.656 1.344 3 3 3h22c1.656 0 3-1.344 3-3V5c0-1.656-1.344-3-3-3M9.938 24.031a1.248 1.248 0 1 1-2.162-1.25l.894-1.544q1.509-.46 2.475.712zm8.681-3.368H7.25c-.688 0-1.25-.563-1.25-1.25s.563-1.25 1.25-1.25h3.188l4.087-7.075l-1.281-2.212A1.25 1.25 0 0 1 13.7 7.17a1.25 1.25 0 0 1 1.706.456l.556.962l.556-.962a1.248 1.248 0 1 1 2.162 1.25l-5.362 9.288h3.881c1.262 0 1.969 1.481 1.419 2.5zm6.131 0h-1.813l1.225 2.119c.344.6.137 1.363-.456 1.706c-.6.344-1.363.137-1.706-.456c-2.056-3.556-3.594-6.231-4.625-8.006c-1.044-1.813-.3-3.625.444-4.237q1.227 2.129 3.681 6.375h3.25a1.25 1.25 0 1 1 0 2.5z"/></svg>
</template>

CSS

.icon-app-store-ios {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%202H5C3.344%202%202%203.344%202%205v22c0%201.656%201.344%203%203%203h22c1.656%200%203-1.344%203-3V5c0-1.656-1.344-3-3-3M9.938%2024.031a1.248%201.248%200%201%201-2.162-1.25l.894-1.544q1.509-.46%202.475.712zm8.681-3.368H7.25c-.688%200-1.25-.563-1.25-1.25s.563-1.25%201.25-1.25h3.188l4.087-7.075l-1.281-2.212A1.25%201.25%200%200%201%2013.7%207.17a1.25%201.25%200%200%201%201.706.456l.556.962l.556-.962a1.248%201.248%200%201%201%202.162%201.25l-5.362%209.288h3.881c1.262%200%201.969%201.481%201.419%202.5zm6.131%200h-1.813l1.225%202.119c.344.6.137%201.363-.456%201.706c-.6.344-1.363.137-1.706-.456c-2.056-3.556-3.594-6.231-4.625-8.006c-1.044-1.813-.3-3.625.444-4.237q1.227%202.129%203.681%206.375h3.25a1.25%201.25%200%201%201%200%202.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%202H5C3.344%202%202%203.344%202%205v22c0%201.656%201.344%203%203%203h22c1.656%200%203-1.344%203-3V5c0-1.656-1.344-3-3-3M9.938%2024.031a1.248%201.248%200%201%201-2.162-1.25l.894-1.544q1.509-.46%202.475.712zm8.681-3.368H7.25c-.688%200-1.25-.563-1.25-1.25s.563-1.25%201.25-1.25h3.188l4.087-7.075l-1.281-2.212A1.25%201.25%200%200%201%2013.7%207.17a1.25%201.25%200%200%201%201.706.456l.556.962l.556-.962a1.248%201.248%200%201%201%202.162%201.25l-5.362%209.288h3.881c1.262%200%201.969%201.481%201.419%202.5zm6.131%200h-1.813l1.225%202.119c.344.6.137%201.363-.456%201.706c-.6.344-1.363.137-1.706-.456c-2.056-3.556-3.594-6.231-4.625-8.006c-1.044-1.813-.3-3.625.444-4.237q1.227%202.129%203.681%206.375h3.25a1.25%201.25%200%201%201%200%202.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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