apple icon
apple-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- apple-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
apple-filledAnt Design IconsappleBootstrap IconsappleBoxicons BrandsappleCarbonappleCatppuccin IconsappleCoreUI BrandsappleDeviconappleElement PlusappleFont Awesome 6 BrandsappleFont Awesome Brandsapple-solidFlowbite IconsappleHuge IconsappleIconParkappleIconPark OutlineappleIconPark SolidappleIconPark TwoToneappleIconoirappleJam IconsappleLine AwesomeappleSVG LogosappleLucideappleMage IconsappleMaterial Design IconsappleOpenMoji
Related icons in MingCute Icon
Use the apple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M19.224 9.24a3.501 3.501 0 0 0 .188 6.587c-.822 2.5-2.354 4.556-3.912 5.173c-.541.214-1.3 0-2.046-.212c-.516-.146-1.026-.29-1.454-.29s-.938.144-1.454.29C9.8 21 9.041 21.214 8.5 21c-1.977-.782-3.913-3.884-4.407-7.267c-.414-2.833.494-6.116 3.953-6.698c.804-.135 1.463.14 2.133.421c.567.237 1.142.478 1.821.478s1.254-.24 1.82-.478c.671-.28 1.33-.556 2.133-.42c1.589.266 2.64 1.103 3.271 2.204Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M12.061 4.757c.377-.069.8-.255 1.12-.575a2.16 2.16 0 0 0 .601-1.308a2.16 2.16 0 0 0-1.308.6a2.16 2.16 0 0 0-.6 1.308q.086-.006.187-.025Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteAppleLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M19.224 9.24a3.501 3.501 0 0 0 .188 6.587c-.822 2.5-2.354 4.556-3.912 5.173c-.541.214-1.3 0-2.046-.212c-.516-.146-1.026-.29-1.454-.29s-.938.144-1.454.29C9.8 21 9.041 21.214 8.5 21c-1.977-.782-3.913-3.884-4.407-7.267c-.414-2.833.494-6.116 3.953-6.698c.804-.135 1.463.14 2.133.421c.567.237 1.142.478 1.821.478s1.254-.24 1.82-.478c.671-.28 1.33-.556 2.133-.42c1.589.266 2.64 1.103 3.271 2.204Z"/><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M12.061 4.757c.377-.069.8-.255 1.12-.575a2.16 2.16 0 0 0 .601-1.308a2.16 2.16 0 0 0-1.308.6a2.16 2.16 0 0 0-.6 1.308q.086-.006.187-.025Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M19.224 9.24a3.501 3.501 0 0 0 .188 6.587c-.822 2.5-2.354 4.556-3.912 5.173c-.541.214-1.3 0-2.046-.212c-.516-.146-1.026-.29-1.454-.29s-.938.144-1.454.29C9.8 21 9.041 21.214 8.5 21c-1.977-.782-3.913-3.884-4.407-7.267c-.414-2.833.494-6.116 3.953-6.698c.804-.135 1.463.14 2.133.421c.567.237 1.142.478 1.821.478s1.254-.24 1.82-.478c.671-.28 1.33-.556 2.133-.42c1.589.266 2.64 1.103 3.271 2.204Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M12.061 4.757c.377-.069.8-.255 1.12-.575a2.16 2.16 0 0 0 .601-1.308a2.16 2.16 0 0 0-1.308.6a2.16 2.16 0 0 0-.6 1.308q.086-.006.187-.025Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-apple-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M19.224%209.24a3.501%203.501%200%200%200%20.188%206.587c-.822%202.5-2.354%204.556-3.912%205.173c-.541.214-1.3%200-2.046-.212c-.516-.146-1.026-.29-1.454-.29s-.938.144-1.454.29C9.8%2021%209.041%2021.214%208.5%2021c-1.977-.782-3.913-3.884-4.407-7.267c-.414-2.833.494-6.116%203.953-6.698c.804-.135%201.463.14%202.133.421c.567.237%201.142.478%201.821.478s1.254-.24%201.82-.478c.671-.28%201.33-.556%202.133-.42c1.589.266%202.64%201.103%203.271%202.204Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12.061%204.757c.377-.069.8-.255%201.12-.575a2.16%202.16%200%200%200%20.601-1.308a2.16%202.16%200%200%200-1.308.6a2.16%202.16%200%200%200-.6%201.308q.086-.006.187-.025Z%22%20clip-rule%3D%22evenodd%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M19.224%209.24a3.501%203.501%200%200%200%20.188%206.587c-.822%202.5-2.354%204.556-3.912%205.173c-.541.214-1.3%200-2.046-.212c-.516-.146-1.026-.29-1.454-.29s-.938.144-1.454.29C9.8%2021%209.041%2021.214%208.5%2021c-1.977-.782-3.913-3.884-4.407-7.267c-.414-2.833.494-6.116%203.953-6.698c.804-.135%201.463.14%202.133.421c.567.237%201.142.478%201.821.478s1.254-.24%201.82-.478c.671-.28%201.33-.556%202.133-.42c1.589.266%202.64%201.103%203.271%202.204Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12.061%204.757c.377-.069.8-.255%201.12-.575a2.16%202.16%200%200%200%20.601-1.308a2.16%202.16%200%200%200-1.308.6a2.16%202.16%200%200%200-.6%201.308q.086-.006.187-.025Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/apple-line.svg?color=%231a73e8&size=48