apple alt icon

apple-alt from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
apple-alt
Set
Unicons
Style
Line
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand logos icons from Unicons

Use the apple alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.504 15.744a3.39 3.39 0 0 1-2.054-3.127a3.5 3.5 0 0 1 1.687-2.947a1 1 0 0 0 .3-1.415a5.57 5.57 0 0 0-4.016-2.385a6.42 6.42 0 0 0 .965-3.977a.984.984 0 0 0-1.033-.892a6.7 6.7 0 0 0-4.444 2.261a6.84 6.84 0 0 0-1.48 2.9a5.3 5.3 0 0 0-1.62-.278a5.93 5.93 0 0 0-4.99 3.008C1.93 12.169 3.086 17.08 5.13 20.037c.82 1.184 2.051 2.962 3.908 2.962q.056 0 .11-.002a4.7 4.7 0 0 0 1.793-.463a3.3 3.3 0 0 1 1.446-.354a3.05 3.05 0 0 1 1.357.338a4.75 4.75 0 0 0 1.962.456c1.913-.036 3.043-1.687 3.868-2.893a12 12 0 0 0 1.513-3.108a1.003 1.003 0 0 0-.584-1.23m-7.08-11.176a4.94 4.94 0 0 1 1.919-1.322a4.86 4.86 0 0 1-1.037 2.15a4.4 4.4 0 0 1-1.264 1.041l-.003.001l-.085.034c-.186.073-.417.164-.595.223a4.8 4.8 0 0 1 1.064-2.127m4.5 14.385c-.803 1.173-1.435 2.006-2.254 2.021a2.4 2.4 0 0 1-1.13-.292a5 5 0 0 0-2.152-.502a5.2 5.2 0 0 0-2.229.513a2.9 2.9 0 0 1-1.086.306h-.03c-.813 0-1.687-1.262-2.268-2.101c-1.452-2.1-2.792-6.283-1.223-9.008a3.92 3.92 0 0 1 3.29-2.006h.034a4.8 4.8 0 0 1 1.642.444q.195.078.389.15q.049.022.1.038a3.3 3.3 0 0 0 1.118.237a4.4 4.4 0 0 0 1.564-.42a4.96 4.96 0 0 1 2.222-.498a3.8 3.8 0 0 1 2.25.854a5.3 5.3 0 0 0-1.711 3.945v.001a5.3 5.3 0 0 0 2.45 4.503a10.2 10.2 0 0 1-.975 1.815"/></svg>

React

import type { SVGProps } from "react";

export function UilAppleAlt(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="M20.504 15.744a3.39 3.39 0 0 1-2.054-3.127a3.5 3.5 0 0 1 1.687-2.947a1 1 0 0 0 .3-1.415a5.57 5.57 0 0 0-4.016-2.385a6.42 6.42 0 0 0 .965-3.977a.984.984 0 0 0-1.033-.892a6.7 6.7 0 0 0-4.444 2.261a6.84 6.84 0 0 0-1.48 2.9a5.3 5.3 0 0 0-1.62-.278a5.93 5.93 0 0 0-4.99 3.008C1.93 12.169 3.086 17.08 5.13 20.037c.82 1.184 2.051 2.962 3.908 2.962q.056 0 .11-.002a4.7 4.7 0 0 0 1.793-.463a3.3 3.3 0 0 1 1.446-.354a3.05 3.05 0 0 1 1.357.338a4.75 4.75 0 0 0 1.962.456c1.913-.036 3.043-1.687 3.868-2.893a12 12 0 0 0 1.513-3.108a1.003 1.003 0 0 0-.584-1.23m-7.08-11.176a4.94 4.94 0 0 1 1.919-1.322a4.86 4.86 0 0 1-1.037 2.15a4.4 4.4 0 0 1-1.264 1.041l-.003.001l-.085.034c-.186.073-.417.164-.595.223a4.8 4.8 0 0 1 1.064-2.127m4.5 14.385c-.803 1.173-1.435 2.006-2.254 2.021a2.4 2.4 0 0 1-1.13-.292a5 5 0 0 0-2.152-.502a5.2 5.2 0 0 0-2.229.513a2.9 2.9 0 0 1-1.086.306h-.03c-.813 0-1.687-1.262-2.268-2.101c-1.452-2.1-2.792-6.283-1.223-9.008a3.92 3.92 0 0 1 3.29-2.006h.034a4.8 4.8 0 0 1 1.642.444q.195.078.389.15q.049.022.1.038a3.3 3.3 0 0 0 1.118.237a4.4 4.4 0 0 0 1.564-.42a4.96 4.96 0 0 1 2.222-.498a3.8 3.8 0 0 1 2.25.854a5.3 5.3 0 0 0-1.711 3.945v.001a5.3 5.3 0 0 0 2.45 4.503a10.2 10.2 0 0 1-.975 1.815"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.504 15.744a3.39 3.39 0 0 1-2.054-3.127a3.5 3.5 0 0 1 1.687-2.947a1 1 0 0 0 .3-1.415a5.57 5.57 0 0 0-4.016-2.385a6.42 6.42 0 0 0 .965-3.977a.984.984 0 0 0-1.033-.892a6.7 6.7 0 0 0-4.444 2.261a6.84 6.84 0 0 0-1.48 2.9a5.3 5.3 0 0 0-1.62-.278a5.93 5.93 0 0 0-4.99 3.008C1.93 12.169 3.086 17.08 5.13 20.037c.82 1.184 2.051 2.962 3.908 2.962q.056 0 .11-.002a4.7 4.7 0 0 0 1.793-.463a3.3 3.3 0 0 1 1.446-.354a3.05 3.05 0 0 1 1.357.338a4.75 4.75 0 0 0 1.962.456c1.913-.036 3.043-1.687 3.868-2.893a12 12 0 0 0 1.513-3.108a1.003 1.003 0 0 0-.584-1.23m-7.08-11.176a4.94 4.94 0 0 1 1.919-1.322a4.86 4.86 0 0 1-1.037 2.15a4.4 4.4 0 0 1-1.264 1.041l-.003.001l-.085.034c-.186.073-.417.164-.595.223a4.8 4.8 0 0 1 1.064-2.127m4.5 14.385c-.803 1.173-1.435 2.006-2.254 2.021a2.4 2.4 0 0 1-1.13-.292a5 5 0 0 0-2.152-.502a5.2 5.2 0 0 0-2.229.513a2.9 2.9 0 0 1-1.086.306h-.03c-.813 0-1.687-1.262-2.268-2.101c-1.452-2.1-2.792-6.283-1.223-9.008a3.92 3.92 0 0 1 3.29-2.006h.034a4.8 4.8 0 0 1 1.642.444q.195.078.389.15q.049.022.1.038a3.3 3.3 0 0 0 1.118.237a4.4 4.4 0 0 0 1.564-.42a4.96 4.96 0 0 1 2.222-.498a3.8 3.8 0 0 1 2.25.854a5.3 5.3 0 0 0-1.711 3.945v.001a5.3 5.3 0 0 0 2.45 4.503a10.2 10.2 0 0 1-.975 1.815"/></svg>
</template>

CSS

.icon-apple-alt {
  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%22M20.504%2015.744a3.39%203.39%200%200%201-2.054-3.127a3.5%203.5%200%200%201%201.687-2.947a1%201%200%200%200%20.3-1.415a5.57%205.57%200%200%200-4.016-2.385a6.42%206.42%200%200%200%20.965-3.977a.984.984%200%200%200-1.033-.892a6.7%206.7%200%200%200-4.444%202.261a6.84%206.84%200%200%200-1.48%202.9a5.3%205.3%200%200%200-1.62-.278a5.93%205.93%200%200%200-4.99%203.008C1.93%2012.169%203.086%2017.08%205.13%2020.037c.82%201.184%202.051%202.962%203.908%202.962q.056%200%20.11-.002a4.7%204.7%200%200%200%201.793-.463a3.3%203.3%200%200%201%201.446-.354a3.05%203.05%200%200%201%201.357.338a4.75%204.75%200%200%200%201.962.456c1.913-.036%203.043-1.687%203.868-2.893a12%2012%200%200%200%201.513-3.108a1.003%201.003%200%200%200-.584-1.23m-7.08-11.176a4.94%204.94%200%200%201%201.919-1.322a4.86%204.86%200%200%201-1.037%202.15a4.4%204.4%200%200%201-1.264%201.041l-.003.001l-.085.034c-.186.073-.417.164-.595.223a4.8%204.8%200%200%201%201.064-2.127m4.5%2014.385c-.803%201.173-1.435%202.006-2.254%202.021a2.4%202.4%200%200%201-1.13-.292a5%205%200%200%200-2.152-.502a5.2%205.2%200%200%200-2.229.513a2.9%202.9%200%200%201-1.086.306h-.03c-.813%200-1.687-1.262-2.268-2.101c-1.452-2.1-2.792-6.283-1.223-9.008a3.92%203.92%200%200%201%203.29-2.006h.034a4.8%204.8%200%200%201%201.642.444q.195.078.389.15q.049.022.1.038a3.3%203.3%200%200%200%201.118.237a4.4%204.4%200%200%200%201.564-.42a4.96%204.96%200%200%201%202.222-.498a3.8%203.8%200%200%201%202.25.854a5.3%205.3%200%200%200-1.711%203.945v.001a5.3%205.3%200%200%200%202.45%204.503a10.2%2010.2%200%200%201-.975%201.815%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%22M20.504%2015.744a3.39%203.39%200%200%201-2.054-3.127a3.5%203.5%200%200%201%201.687-2.947a1%201%200%200%200%20.3-1.415a5.57%205.57%200%200%200-4.016-2.385a6.42%206.42%200%200%200%20.965-3.977a.984.984%200%200%200-1.033-.892a6.7%206.7%200%200%200-4.444%202.261a6.84%206.84%200%200%200-1.48%202.9a5.3%205.3%200%200%200-1.62-.278a5.93%205.93%200%200%200-4.99%203.008C1.93%2012.169%203.086%2017.08%205.13%2020.037c.82%201.184%202.051%202.962%203.908%202.962q.056%200%20.11-.002a4.7%204.7%200%200%200%201.793-.463a3.3%203.3%200%200%201%201.446-.354a3.05%203.05%200%200%201%201.357.338a4.75%204.75%200%200%200%201.962.456c1.913-.036%203.043-1.687%203.868-2.893a12%2012%200%200%200%201.513-3.108a1.003%201.003%200%200%200-.584-1.23m-7.08-11.176a4.94%204.94%200%200%201%201.919-1.322a4.86%204.86%200%200%201-1.037%202.15a4.4%204.4%200%200%201-1.264%201.041l-.003.001l-.085.034c-.186.073-.417.164-.595.223a4.8%204.8%200%200%201%201.064-2.127m4.5%2014.385c-.803%201.173-1.435%202.006-2.254%202.021a2.4%202.4%200%200%201-1.13-.292a5%205%200%200%200-2.152-.502a5.2%205.2%200%200%200-2.229.513a2.9%202.9%200%200%201-1.086.306h-.03c-.813%200-1.687-1.262-2.268-2.101c-1.452-2.1-2.792-6.283-1.223-9.008a3.92%203.92%200%200%201%203.29-2.006h.034a4.8%204.8%200%200%201%201.642.444q.195.078.389.15q.049.022.1.038a3.3%203.3%200%200%200%201.118.237a4.4%204.4%200%200%200%201.564-.42a4.96%204.96%200%200%201%202.222-.498a3.8%203.8%200%200%201%202.25.854a5.3%205.3%200%200%200-1.711%203.945v.001a5.3%205.3%200%200%200%202.45%204.503a10.2%2010.2%200%200%201-.975%201.815%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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