apple fruit icon
apple-fruit-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- apple-fruit-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the apple fruit 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-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 10.148c-.448-1.94.448-6.267 3.581-6.267M10.209 9.7c.896.894 2.686.894 3.582 0M12 8.27c1.534-1.21 3.43-1.759 4.924-1.359c2.865.768 3.929 3.073 2.686 7.712c-.96 3.582-3.402 5.96-6.267 5.192a4.9 4.9 0 0 1-1.344-.595a4.9 4.9 0 0 1-1.342.595c-2.865.768-5.307-1.61-6.267-5.192c-1.243-4.64-.18-6.944 2.686-7.712c1.493-.4 3.39.15 4.924 1.359"/><path fill="currentColor" d="M12.59 6.575c-.13.224-1.654.542-2.894-.174S7.969 4.207 8.099 3.982c.13-.224 1.653-.542 2.893.174S12.72 6.35 12.59 6.575"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteAppleFruitLine(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 10.148c-.448-1.94.448-6.267 3.581-6.267M10.209 9.7c.896.894 2.686.894 3.582 0M12 8.27c1.534-1.21 3.43-1.759 4.924-1.359c2.865.768 3.929 3.073 2.686 7.712c-.96 3.582-3.402 5.96-6.267 5.192a4.9 4.9 0 0 1-1.344-.595a4.9 4.9 0 0 1-1.342.595c-2.865.768-5.307-1.61-6.267-5.192c-1.243-4.64-.18-6.944 2.686-7.712c1.493-.4 3.39.15 4.924 1.359"/><path fill="currentColor" d="M12.59 6.575c-.13.224-1.654.542-2.894-.174S7.969 4.207 8.099 3.982c.13-.224 1.653-.542 2.893.174S12.72 6.35 12.59 6.575"/></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-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 10.148c-.448-1.94.448-6.267 3.581-6.267M10.209 9.7c.896.894 2.686.894 3.582 0M12 8.27c1.534-1.21 3.43-1.759 4.924-1.359c2.865.768 3.929 3.073 2.686 7.712c-.96 3.582-3.402 5.96-6.267 5.192a4.9 4.9 0 0 1-1.344-.595a4.9 4.9 0 0 1-1.342.595c-2.865.768-5.307-1.61-6.267-5.192c-1.243-4.64-.18-6.944 2.686-7.712c1.493-.4 3.39.15 4.924 1.359"/><path fill="currentColor" d="M12.59 6.575c-.13.224-1.654.542-2.894-.174S7.969 4.207 8.099 3.982c.13-.224 1.653-.542 2.893.174S12.72 6.35 12.59 6.575"/></svg> </template>
CSS
.icon-apple-fruit-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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2010.148c-.448-1.94.448-6.267%203.581-6.267M10.209%209.7c.896.894%202.686.894%203.582%200M12%208.27c1.534-1.21%203.43-1.759%204.924-1.359c2.865.768%203.929%203.073%202.686%207.712c-.96%203.582-3.402%205.96-6.267%205.192a4.9%204.9%200%200%201-1.344-.595a4.9%204.9%200%200%201-1.342.595c-2.865.768-5.307-1.61-6.267-5.192c-1.243-4.64-.18-6.944%202.686-7.712c1.493-.4%203.39.15%204.924%201.359%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.59%206.575c-.13.224-1.654.542-2.894-.174S7.969%204.207%208.099%203.982c.13-.224%201.653-.542%202.893.174S12.72%206.35%2012.59%206.575%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2010.148c-.448-1.94.448-6.267%203.581-6.267M10.209%209.7c.896.894%202.686.894%203.582%200M12%208.27c1.534-1.21%203.43-1.759%204.924-1.359c2.865.768%203.929%203.073%202.686%207.712c-.96%203.582-3.402%205.96-6.267%205.192a4.9%204.9%200%200%201-1.344-.595a4.9%204.9%200%200%201-1.342.595c-2.865.768-5.307-1.61-6.267-5.192c-1.243-4.64-.18-6.944%202.686-7.712c1.493-.4%203.39.15%204.924%201.359%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.59%206.575c-.13.224-1.654.542-2.894-.174S7.969%204.207%208.099%203.982c.13-.224%201.653-.542%202.893.174S12.72%206.35%2012.59%206.575%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/apple-fruit-line.svg?color=%231a73e8&size=48