apple pie icon
apple-pie from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- apple-pie
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the apple pie 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.5 7c2.111 1.098 3.68 2.945 4.258 5.138c.742 0 1.242 1.027 1.242 1.873c0 2.331-3.434 2.73-4 .506c-.503 1.977-3.497 1.977-4 0c-.503 1.977-3.497 1.977-4 0c-.503 1.977-3.497 1.977-4 0c-.566 2.224-4 1.825-4-.506c0-.846.5-1.873 1.242-1.873C3.82 9.945 5.39 8.098 7.5 7"/><path d="M12 4a2 2 0 1 1 0 4a2 2 0 0 1 0-4m0 0c0-.5.4-1.6 2-2m.5 8.5l.5 1m-5.5-1l-.5 1M3.5 16l.632 1.897c.66 1.98.99 2.97 1.776 3.537S7.738 22 9.825 22h4.35c2.088 0 3.131 0 3.917-.566c.786-.567 1.116-1.557 1.776-3.537L20.5 16"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsApplePie(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M16.5 7c2.111 1.098 3.68 2.945 4.258 5.138c.742 0 1.242 1.027 1.242 1.873c0 2.331-3.434 2.73-4 .506c-.503 1.977-3.497 1.977-4 0c-.503 1.977-3.497 1.977-4 0c-.503 1.977-3.497 1.977-4 0c-.566 2.224-4 1.825-4-.506c0-.846.5-1.873 1.242-1.873C3.82 9.945 5.39 8.098 7.5 7"/><path d="M12 4a2 2 0 1 1 0 4a2 2 0 0 1 0-4m0 0c0-.5.4-1.6 2-2m.5 8.5l.5 1m-5.5-1l-.5 1M3.5 16l.632 1.897c.66 1.98.99 2.97 1.776 3.537S7.738 22 9.825 22h4.35c2.088 0 3.131 0 3.917-.566c.786-.567 1.116-1.557 1.776-3.537L20.5 16"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.5 7c2.111 1.098 3.68 2.945 4.258 5.138c.742 0 1.242 1.027 1.242 1.873c0 2.331-3.434 2.73-4 .506c-.503 1.977-3.497 1.977-4 0c-.503 1.977-3.497 1.977-4 0c-.503 1.977-3.497 1.977-4 0c-.566 2.224-4 1.825-4-.506c0-.846.5-1.873 1.242-1.873C3.82 9.945 5.39 8.098 7.5 7"/><path d="M12 4a2 2 0 1 1 0 4a2 2 0 0 1 0-4m0 0c0-.5.4-1.6 2-2m.5 8.5l.5 1m-5.5-1l-.5 1M3.5 16l.632 1.897c.66 1.98.99 2.97 1.776 3.537S7.738 22 9.825 22h4.35c2.088 0 3.131 0 3.917-.566c.786-.567 1.116-1.557 1.776-3.537L20.5 16"/></g></svg> </template>
CSS
.icon-apple-pie {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.5%207c2.111%201.098%203.68%202.945%204.258%205.138c.742%200%201.242%201.027%201.242%201.873c0%202.331-3.434%202.73-4%20.506c-.503%201.977-3.497%201.977-4%200c-.503%201.977-3.497%201.977-4%200c-.503%201.977-3.497%201.977-4%200c-.566%202.224-4%201.825-4-.506c0-.846.5-1.873%201.242-1.873C3.82%209.945%205.39%208.098%207.5%207%22%2F%3E%3Cpath%20d%3D%22M12%204a2%202%200%201%201%200%204a2%202%200%200%201%200-4m0%200c0-.5.4-1.6%202-2m.5%208.5l.5%201m-5.5-1l-.5%201M3.5%2016l.632%201.897c.66%201.98.99%202.97%201.776%203.537S7.738%2022%209.825%2022h4.35c2.088%200%203.131%200%203.917-.566c.786-.567%201.116-1.557%201.776-3.537L20.5%2016%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.5%207c2.111%201.098%203.68%202.945%204.258%205.138c.742%200%201.242%201.027%201.242%201.873c0%202.331-3.434%202.73-4%20.506c-.503%201.977-3.497%201.977-4%200c-.503%201.977-3.497%201.977-4%200c-.503%201.977-3.497%201.977-4%200c-.566%202.224-4%201.825-4-.506c0-.846.5-1.873%201.242-1.873C3.82%209.945%205.39%208.098%207.5%207%22%2F%3E%3Cpath%20d%3D%22M12%204a2%202%200%201%201%200%204a2%202%200%200%201%200-4m0%200c0-.5.4-1.6%202-2m.5%208.5l.5%201m-5.5-1l-.5%201M3.5%2016l.632%201.897c.66%201.98.99%202.97%201.776%203.537S7.738%2022%209.825%2022h4.35c2.088%200%203.131%200%203.917-.566c.786-.567%201.116-1.557%201.776-3.537L20.5%2016%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-pie.svg?color=%231a73e8&size=48