apple half icon
apple-half from Iconoir by Luca Burgio · Regular · Food · MIT Free for personal and commercial use.
- Name
- apple-half
- Set
- Iconoir
- Style
- Regular
- Category
- Food
- Viewbox
- 24×24
- License
- MIT
More food icons from Iconoir
Use the apple half 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-width="1.5"><path d="m12.147 21.265l-.147-.03l-.147.03c-2.377.475-4.62.21-6.26-1.1C3.964 18.86 2.75 16.373 2.75 12c0-4.473 1.008-6.29 2.335-6.954c.695-.347 1.593-.448 2.735-.317c1.141.132 2.458.488 3.943.983l.26.086l.255-.102c2.482-.992 4.713-1.373 6.28-.641c1.47.685 2.692 2.538 2.692 6.945c0 4.374-1.213 6.86-2.843 8.164c-1.64 1.312-3.883 1.576-6.26 1.1Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 5.5C12 3 11 2 9 2"/><path d="M12 6v15"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 12v2"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirAppleHalf(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" strokeWidth="1.5"><path d="m12.147 21.265l-.147-.03l-.147.03c-2.377.475-4.62.21-6.26-1.1C3.964 18.86 2.75 16.373 2.75 12c0-4.473 1.008-6.29 2.335-6.954c.695-.347 1.593-.448 2.735-.317c1.141.132 2.458.488 3.943.983l.26.086l.255-.102c2.482-.992 4.713-1.373 6.28-.641c1.47.685 2.692 2.538 2.692 6.945c0 4.374-1.213 6.86-2.843 8.164c-1.64 1.312-3.883 1.576-6.26 1.1Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 5.5C12 3 11 2 9 2"/><path d="M12 6v15"/><path strokeLinecap="round" strokeLinejoin="round" d="M15 12v2"/></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-width="1.5"><path d="m12.147 21.265l-.147-.03l-.147.03c-2.377.475-4.62.21-6.26-1.1C3.964 18.86 2.75 16.373 2.75 12c0-4.473 1.008-6.29 2.335-6.954c.695-.347 1.593-.448 2.735-.317c1.141.132 2.458.488 3.943.983l.26.086l.255-.102c2.482-.992 4.713-1.373 6.28-.641c1.47.685 2.692 2.538 2.692 6.945c0 4.374-1.213 6.86-2.843 8.164c-1.64 1.312-3.883 1.576-6.26 1.1Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 5.5C12 3 11 2 9 2"/><path d="M12 6v15"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 12v2"/></g></svg> </template>
CSS
.icon-apple-half {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22m12.147%2021.265l-.147-.03l-.147.03c-2.377.475-4.62.21-6.26-1.1C3.964%2018.86%202.75%2016.373%202.75%2012c0-4.473%201.008-6.29%202.335-6.954c.695-.347%201.593-.448%202.735-.317c1.141.132%202.458.488%203.943.983l.26.086l.255-.102c2.482-.992%204.713-1.373%206.28-.641c1.47.685%202.692%202.538%202.692%206.945c0%204.374-1.213%206.86-2.843%208.164c-1.64%201.312-3.883%201.576-6.26%201.1Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%205.5C12%203%2011%202%209%202%22%2F%3E%3Cpath%20d%3D%22M12%206v15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2012v2%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22m12.147%2021.265l-.147-.03l-.147.03c-2.377.475-4.62.21-6.26-1.1C3.964%2018.86%202.75%2016.373%202.75%2012c0-4.473%201.008-6.29%202.335-6.954c.695-.347%201.593-.448%202.735-.317c1.141.132%202.458.488%203.943.983l.26.086l.255-.102c2.482-.992%204.713-1.373%206.28-.641c1.47.685%202.692%202.538%202.692%206.945c0%204.374-1.213%206.86-2.843%208.164c-1.64%201.312-3.883%201.576-6.26%201.1Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%205.5C12%203%2011%202%209%202%22%2F%3E%3Cpath%20d%3D%22M12%206v15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2012v2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/apple-half.svg?color=%231a73e8&size=48