apple alt icon
apple-alt from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- apple-alt
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More brand logos icons from Unicons Monochrome
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="M17.594 12.625a4.52 4.52 0 0 1 2.162-3.805a4.67 4.67 0 0 0-3.658-1.984c-1.558-.158-3.04.917-3.83.917c-.789 0-2.008-.894-3.3-.87A4.9 4.9 0 0 0 4.83 9.392c-1.763 3.06-.45 7.593 1.267 10.076c.84 1.214 1.843 2.581 3.158 2.532c1.268-.05 1.746-.82 3.277-.82c1.53 0 1.961.82 3.3.795c1.364-.025 2.229-1.239 3.062-2.457a11 11 0 0 0 1.384-2.845a4.42 4.42 0 0 1-2.684-4.047Z"/><path fill="currentColor" d="M15.216 5.04A5.56 5.56 0 0 0 16.536 1a5.67 5.67 0 0 0-3.73 1.92l-.02.047a5.56 5.56 0 0 0-1.32 4.04a5.67 5.67 0 0 0 3.73-1.92Z"/></svg>
React
import type { SVGProps } from "react";
export function UimAppleAlt(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="M17.594 12.625a4.52 4.52 0 0 1 2.162-3.805a4.67 4.67 0 0 0-3.658-1.984c-1.558-.158-3.04.917-3.83.917c-.789 0-2.008-.894-3.3-.87A4.9 4.9 0 0 0 4.83 9.392c-1.763 3.06-.45 7.593 1.267 10.076c.84 1.214 1.843 2.581 3.158 2.532c1.268-.05 1.746-.82 3.277-.82c1.53 0 1.961.82 3.3.795c1.364-.025 2.229-1.239 3.062-2.457a11 11 0 0 0 1.384-2.845a4.42 4.42 0 0 1-2.684-4.047Z"/><path fill="currentColor" d="M15.216 5.04A5.56 5.56 0 0 0 16.536 1a5.67 5.67 0 0 0-3.73 1.92l-.02.047a5.56 5.56 0 0 0-1.32 4.04a5.67 5.67 0 0 0 3.73-1.92Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.594 12.625a4.52 4.52 0 0 1 2.162-3.805a4.67 4.67 0 0 0-3.658-1.984c-1.558-.158-3.04.917-3.83.917c-.789 0-2.008-.894-3.3-.87A4.9 4.9 0 0 0 4.83 9.392c-1.763 3.06-.45 7.593 1.267 10.076c.84 1.214 1.843 2.581 3.158 2.532c1.268-.05 1.746-.82 3.277-.82c1.53 0 1.961.82 3.3.795c1.364-.025 2.229-1.239 3.062-2.457a11 11 0 0 0 1.384-2.845a4.42 4.42 0 0 1-2.684-4.047Z"/><path fill="currentColor" d="M15.216 5.04A5.56 5.56 0 0 0 16.536 1a5.67 5.67 0 0 0-3.73 1.92l-.02.047a5.56 5.56 0 0 0-1.32 4.04a5.67 5.67 0 0 0 3.73-1.92Z"/></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%22M17.594%2012.625a4.52%204.52%200%200%201%202.162-3.805a4.67%204.67%200%200%200-3.658-1.984c-1.558-.158-3.04.917-3.83.917c-.789%200-2.008-.894-3.3-.87A4.9%204.9%200%200%200%204.83%209.392c-1.763%203.06-.45%207.593%201.267%2010.076c.84%201.214%201.843%202.581%203.158%202.532c1.268-.05%201.746-.82%203.277-.82c1.53%200%201.961.82%203.3.795c1.364-.025%202.229-1.239%203.062-2.457a11%2011%200%200%200%201.384-2.845a4.42%204.42%200%200%201-2.684-4.047Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.216%205.04A5.56%205.56%200%200%200%2016.536%201a5.67%205.67%200%200%200-3.73%201.92l-.02.047a5.56%205.56%200%200%200-1.32%204.04a5.67%205.67%200%200%200%203.73-1.92Z%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%22M17.594%2012.625a4.52%204.52%200%200%201%202.162-3.805a4.67%204.67%200%200%200-3.658-1.984c-1.558-.158-3.04.917-3.83.917c-.789%200-2.008-.894-3.3-.87A4.9%204.9%200%200%200%204.83%209.392c-1.763%203.06-.45%207.593%201.267%2010.076c.84%201.214%201.843%202.581%203.158%202.532c1.268-.05%201.746-.82%203.277-.82c1.53%200%201.961.82%203.3.795c1.364-.025%202.229-1.239%203.062-2.457a11%2011%200%200%200%201.384-2.845a4.42%204.42%200%200%201-2.684-4.047Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.216%205.04A5.56%205.56%200%200%200%2016.536%201a5.67%205.67%200%200%200-3.73%201.92l-.02.047a5.56%205.56%200%200%200-1.32%204.04a5.67%205.67%200%200%200%203.73-1.92Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/apple-alt.svg?color=%231a73e8&size=48