apple 01 icon
apple-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- apple-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the apple 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M8 5c-2.761 0-5 3.014-5 6.028c0 3.516.5 6.028 2.5 9.042c1.52 2.036 3.55 2.547 5.714 1.12a1.47 1.47 0 0 1 1.572 0c2.164 1.427 4.194.916 5.714-1.12c2-3.014 2.5-5.526 2.5-9.042C21 8.014 18.761 5 16 5c-1.425 0-2.711.785-3.622 1.633a.557.557 0 0 1-.756 0C10.712 5.785 9.425 5 8 5Z"/><path stroke-linecap="round" d="M6 12c0-1.633.823-3.267 2-4m4-2c0-1.333.6-4 3-4"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsApple01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M8 5c-2.761 0-5 3.014-5 6.028c0 3.516.5 6.028 2.5 9.042c1.52 2.036 3.55 2.547 5.714 1.12a1.47 1.47 0 0 1 1.572 0c2.164 1.427 4.194.916 5.714-1.12c2-3.014 2.5-5.526 2.5-9.042C21 8.014 18.761 5 16 5c-1.425 0-2.711.785-3.622 1.633a.557.557 0 0 1-.756 0C10.712 5.785 9.425 5 8 5Z"/><path strokeLinecap="round" d="M6 12c0-1.633.823-3.267 2-4m4-2c0-1.333.6-4 3-4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M8 5c-2.761 0-5 3.014-5 6.028c0 3.516.5 6.028 2.5 9.042c1.52 2.036 3.55 2.547 5.714 1.12a1.47 1.47 0 0 1 1.572 0c2.164 1.427 4.194.916 5.714-1.12c2-3.014 2.5-5.526 2.5-9.042C21 8.014 18.761 5 16 5c-1.425 0-2.711.785-3.622 1.633a.557.557 0 0 1-.756 0C10.712 5.785 9.425 5 8 5Z"/><path stroke-linecap="round" d="M6 12c0-1.633.823-3.267 2-4m4-2c0-1.333.6-4 3-4"/></g></svg> </template>
CSS
.icon-apple-01 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%205c-2.761%200-5%203.014-5%206.028c0%203.516.5%206.028%202.5%209.042c1.52%202.036%203.55%202.547%205.714%201.12a1.47%201.47%200%200%201%201.572%200c2.164%201.427%204.194.916%205.714-1.12c2-3.014%202.5-5.526%202.5-9.042C21%208.014%2018.761%205%2016%205c-1.425%200-2.711.785-3.622%201.633a.557.557%200%200%201-.756%200C10.712%205.785%209.425%205%208%205Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2012c0-1.633.823-3.267%202-4m4-2c0-1.333.6-4%203-4%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%205c-2.761%200-5%203.014-5%206.028c0%203.516.5%206.028%202.5%209.042c1.52%202.036%203.55%202.547%205.714%201.12a1.47%201.47%200%200%201%201.572%200c2.164%201.427%204.194.916%205.714-1.12c2-3.014%202.5-5.526%202.5-9.042C21%208.014%2018.761%205%2016%205c-1.425%200-2.711.785-3.622%201.633a.557.557%200%200%201-.756%200C10.712%205.785%209.425%205%208%205Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2012c0-1.633.823-3.267%202-4m4-2c0-1.333.6-4%203-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/apple-01.svg?color=%231a73e8&size=48